Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:00:47 +08:00
commit 8e48188a95
22 changed files with 1465 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
---
description: [What this command does - shown in /help]
argument-hint: [Example arguments shown to user]
allowed-tools: [Comma-separated list of tools, or "all" or omit for all tools]
model: [claude-3-5-sonnet-20241022, claude-3-5-haiku-20241022, or omit to inherit]
disable-model-invocation: [true/false - set true for simple template expansion]
---
[Command instructions that Claude will receive when this command is invoked]
[Use $ARGUMENTS to capture all arguments as a single string]
[Use $1, $2, $3 for positional parameters]
[Use ! prefix for bash commands: !git status]
[Use @ prefix to include file contents: @path/to/file.md]
[Step-by-step process if needed]
[Expected output or deliverables]

View File

@@ -0,0 +1,22 @@
# [Document Title]
[Brief overview of what this reference document covers]
## [Section 1]
- [Key information 1]
- [Key information 2]
- [Plain path references to detailed docs if needed: docs/detailed-guide.md]
## [Section 2]
- [Important concept 1]
- [Important concept 2]
## [Section 3]
[Guidance or conventions]
## [Optional: Troubleshooting or Additional Resources]
For [specific issue], see [plain path to relevant doc]

View File

@@ -0,0 +1,31 @@
---
name: [skill-name]
description: [Brief description of what this skill provides]
# allowed-tools: "Read, Write, Bash" # Optional: scope to specific tools when needed
---
# [Skill Title]
[Brief overview of what this skill provides]
## Quick Reference
- [Key point 1]
- [Key point 2]
- [Key point 3]
<section_name>
## [Section Title]
[Detailed content for this section]
[Examples or additional context]
</section_name>
<another_section>
## [Another Section Title]
[More detailed guidance...]
</another_section>

View File

@@ -0,0 +1,24 @@
---
name: [subagent-name]
description: [Clear description with trigger conditions. Include "Use PROACTIVELY" if appropriate]
tools: [Comma-separated list: Read, Write, Edit, Bash, Grep, Glob, etc.]
model: [claude-3-5-sonnet-20241022, claude-3-5-haiku-20241022, or "inherit"]
---
You are a [role/specialist]. When invoked:
1. [First step in workflow]
2. [Second step]
3. [Third step]
- [Sub-step if needed]
- [Another sub-step]
Constraints:
- [Important constraint 1]
- [Important constraint 2]
- [Failure handling: e.g., "If stuck after N attempts, report the blocker clearly"]
Output Format:
- [What to include in output 1]
- [What to include in output 2]
- [What to include in output 3]