Sub-skill of search-strategy: ~~chat (+2).
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill chat --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Chat?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-chat)More formats (shields.io, HTML) on the badges page.
---
name: search-strategy-chat
description: 'Sub-skill of search-strategy: ~~chat (+2).'
version: 1.0.0
category: business
type: reference
scripts_exempt: true
---
# ~~chat (+2)
## ~~chat
**Semantic search** (natural language questions):
```
query: "What is the status of project aurora?"
```
**Keyword search:**
```
query: "project aurora status update"
query: "aurora in:#engineering after:2025-01-15"
query: "from:<@UserID> aurora"
```
**Filter mapping:**
| Enterprise filter | ~~chat syntax |
|------------------|--------------|
| `from:sarah` | `from:sarah` or `from:<@USERID>` |
| `in:engineering` | `in:engineering` |
| `after:2025-01-01` | `after:2025-01-01` |
| `before:2025-02-01` | `before:2025-02-01` |
| `type:thread` | `is:thread` |
| `type:file` | `has:file` |
## ~~knowledge base (Wiki)
**Semantic search** — Use for conceptual queries:
```
descriptive_query: "API migration timeline and decision rationale"
```
**Keyword search** — Use for exact terms:
```
query: "API migration"
query: "\"API migration timeline\"" (exact phrase)
```
## ~~project tracker
**Task search:**
```
text: "API migration"
workspace: [workspace_id]
completed: false (for status queries)
assignee_any: "me" (for "my tasks" queries)
```
**Filter mapping:**
| Enterprise filter | ~~project tracker parameter |
|------------------|----------------|
| `from:sarah` | `assignee_any` or `created_by_any` |
| `after:2025-01-01` | `modified_on_after: "2025-01-01"` |
| `type:milestone` | `resource_subtype: "milestone"` |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!