skill-development
- Repo stars 3,783
- Author repo Continuous-Claude-v3
Skill Development Rules
When working with files in .claude/skills/:
SKILL.md Structure
DO
- Keep SKILL.md concise (< 200 lines)
- Include clear "When to Use" section
- Provide copy-paste bash commands
- Reference scripts/ for MCP operations
- Add triggers to skill-rules.json
DON'T
- Include implementation details in SKILL.md
- Duplicate content across skills
- Create skills without corresponding trigger in skill-rules.json
- Use allowed-tools that aren't needed
MCP Wrapper Skills
For skills that wrap MCP scripts:
- Use
allowed-tools: [Bash, Read]to restrict capabilities - Point to the script in scripts/ directory
- Include parameter documentation
- Fluxly category
- Other
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @parcadei · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. SKILL.md Structure
Keep SKILL.md concise (< 200 lines) Include clear "When to Use" section Provide copy-paste bash commands
Include implementation details in SKILL.md Duplicate content across skills Create skills without corresponding trigger in skill-rules.json
For skills that wrap MCP scripts: Use allowed-tools: [Bash, Read] to restrict capabilities Point to the script in scripts/ directory
# Skill Development Rules
When working with files in `.claude/skills/`:
## SKILL.md Structure
```yaml
```
## DO
- Keep SKILL.md concise (< 200 lines)
- Include clear "When to Use" section
- Provide copy-paste bash commands
- Reference scripts/ for MCP operations
- Add triggers to skill-rules.json
## DON'T
- Include implementation details in SKILL.md
- Duplicate content across skills
- Create skills without corresponding trigger in skill-rules.json
- Use allowed-tools that aren't needed
## MCP Wrapper Skills
For skills that wrap MCP scripts:
- Use `allowed-tools: [Bash, Read]` to restrict capabilities
- Point to the script in scripts/ directory
- Include parameter documentation Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> SKILL.md Structure → DO → DON'T → MCP Wrapper Skills
terms -> no emphasized key terms
files/cmd -> .claude/skills/ · allowed-tools: [Bash, Read] · .claude/skills · skill-rules.js
body sha256 -> 358545476820
Decide Fit First
Design Intent
How To Use It
Boundaries And Review