skill-development
Create and structure Claude Code plugin skills
也可從以下取得: anthropics,anthropics
Building effective AI skills requires understanding progressive disclosure and proper documentation structure. This skill teaches you how to create modular skills that load efficiently and trigger at the right time.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「skill-development」。 Create a skill for editing PDFs
預期結果:
- Skill structure: pdf-editor/SKILL.md with scripts/rotate_pdf.py
- Trigger phrases: 'rotate PDF', 'edit PDF', 'merge PDFs'
- Progressive disclosure: core workflows in SKILL.md, detailed API docs in references/
正在使用「skill-development」。 My skill description is vague
預期結果:
- Before: 'Provides guidance for working with hooks'
- After: 'This skill should be used when the user asks to create a hook, add a PreToolUse hook, or validate tool use'
- Key fix: Added third-person format and specific trigger phrases
安全審計
安全This skill is purely documentation providing guidance on creating skills for Claude Code plugins. All 241 static findings are FALSE POSITIVES caused by documentation examples and markdown code blocks showing directory structures, bash commands, and YAML frontmatter. No executable code, no network calls, no actual security risks exist.
風險因素
⚙️ 外部命令 (148)
🌐 網路存取 (2)
📁 檔案系統存取 (6)
品質評分
你能建構什麼
Create first plugin skill
Learn the complete workflow from understanding use cases to writing SKILL.md with proper structure and trigger phrases.
Improve existing skill
Apply progressive disclosure principles to move detailed content to references and keep SKILL.md lean and focused.
Write effective trigger descriptions
Learn to write third-person descriptions with specific user phrases that reliably activate skills.
試試這些提示
I want to create a skill for [domain]. Help me understand what concrete examples I should gather first.
Review my skill and check if it follows the progressive disclosure principle. My SKILL.md is [X] words.
My skill description is '[current description]'. Rewrite it in third person with specific trigger phrases.
My SKILL.md is 5000 words. Help me identify what content should move to references/ to keep the body under 2000 words.
最佳實務
- Keep SKILL.md body under 2000 words and move detailed content to references/ for efficient loading
- Write frontmatter descriptions in third person with exact phrases users would say
- Use imperative verb-first instructions instead of second person throughout the skill body
避免
- Putting all documentation in SKILL.md without using references/ for detailed content
- Writing vague descriptions like 'Provides help with X' without specific trigger phrases
- Using second person 'You should...' instead of imperative 'Configure the...' style