@@ -113,25 +113,17 @@ Example: `skills/orchestrator/SKILL.md`, not `orchestrator.md`
113113| orchestrator | Main agent orchestration |
114114| python | Python environment and execution |
115115| restricted-bigquery-dbt-environment | Restricted BigQuery dbt environment |
116- | skill-creator | Skill creation guide |
116+ | skill-creator-local | Skill creation guide (local) |
117117| slack | Slack thread fetch and search |
118118| subagent-review | 10-parallel code/design review |
119119| terraform | Terraform development guide |
120120| tmux | tmux pane operations for debugging |
121121
122122#### 8.2.2. External Skills (Nix Store)
123123
124- | Skill | Description |
125- | --------------------------------------------- | ------------------------------------- |
126- | adding-dbt-unit-test | Add unit tests for dbt models |
127- | answering-natural-language-questions-with-dbt | Answer business questions with dbt |
128- | building-dbt-semantic-layer | Create semantic models and metrics |
129- | configuring-dbt-mcp-server | Setup dbt MCP server |
130- | fetching-dbt-docs | Fetch dbt documentation |
131- | migrating-dbt-core-to-fusion | Migrate dbt projects to Fusion engine |
132- | running-dbt-commands | Execute dbt CLI commands |
133- | troubleshooting-dbt-job-errors | Diagnose dbt Cloud job failures |
134- | using-dbt-for-analytics-engineering | dbt analytics engineering workflows |
124+ External skills are auto-loaded from Nix Store and frequently updated.
125+
126+ To view available skills: ` /skills ` command or ` ls ~/.agents/skills/ `
135127
136128### 8.3. ` subagents/ `
137129
0 commit comments