Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:18 +08:00
commit fbe53d98aa
15 changed files with 912 additions and 0 deletions

23
commands/tools.md Normal file
View File

@@ -0,0 +1,23 @@
---
description: List Claude Code Tools
---
List available Claude Code tools for various development tasks.
List tools as-is. Write two sections with Built-in tools and Custom tools.
For each tool, provide a brief description of its purpose.
## Constraints
* IMPORTANT: Read only the content of `.claude` directory.
## Output Format
```markdown
# Built-in Tools
- Tool Name: Description of the tool's purpose.
# Custom Tools
- Tool Name($TOOL_TYPE|COMMAND|AGENT|MCP|SKILL): Description of the tool's purpose.
```