refactor: remove subagent references and update CLI tool usage across documentation

This commit is contained in:
catlog22
2026-03-05 11:15:13 +08:00
parent 99a45e3136
commit 1fb49c0e39
21 changed files with 199 additions and 118 deletions

View File

@@ -257,13 +257,15 @@ describe('my-skill', () => {
## Debugging
Enable debug logging:
Enable debug logging and invoke skill directly:
```bash
export CCW_DEBUG=1
ccw skill run my-skill "test input"
Skill(skill="my-skill", args="test input")
```
> **Note**: The CLI command `ccw skill run` is deprecated. Use `Skill()` tool directly.
::: info See Also
- [Core Skills](./core-skills.md) - Built-in skill reference
- [Skills Library](./index.md) - All available skills