skill-creator
為 Claude 建立有效技能
也可从以下获取: ChinchillaEnterprises,DaoThiHuong2111,DavidDworetzky,7Spade,7Spade,ZhanlinCui,davila7,Joseph OBrien,ArtemisAI,BarisSozen,BenderFendor,CesarAugustusGroB,openai,Doyajin174,Azeem-2,Joseph OBrien,92Bilal26,vercel-labs,Cam10001110101,92Bilal26,ComposioHQ,AbdullahMalik17,Eric Andrade,langchain-ai,AstraBit-CPT
從零建立技能既耗時又不一致。此技能提供結構化的 6 步流程,使用經驗證的模式來設計、建置與打包技能,以打造模組化、可重用的能力。
下载技能 ZIP
在 Claude 中上传
前往 设置 → 功能 → 技能 → 上传技能
开启并开始使用
测试它
正在使用“skill-creator”。 Help me create a PDF editing skill
预期结果:
- 1. Identify reusable resources: scripts/rotate_pdf.py, references/pdf_operations.md
- 2. Initialize skill: scripts/init_skill.py pdf-editor --path skills/
- 3. Structure SKILL.md: Keep it under 200 lines, reference detailed docs
- 4. Package: scripts/package_skill.py skills/pdf-editor ./dist
正在使用“skill-creator”。 How do I structure a skill for database queries?
预期结果:
- 1. Bundle reusable resources: references/schema.md for table schemas
- 2. Create scripts/ folder for query execution scripts
- 3. Keep SKILL.md under 200 lines with progressive disclosure
- 4. Reference detailed docs in references/ for complex queries
正在使用“skill-creator”。 What makes a good skill description?
预期结果:
- Write descriptions in third-person: 'This skill should be used when...'
- Be specific about use cases and when the skill activates
- Include references and scripts the skill bundles
- Keep metadata concise but informative for automatic activation
安全审计
安全Pure documentation skill with no executable code, network access, or file system modifications. The static scanner flagged references TO external scripts (init_skill.py, package_skill.py) that do NOT exist in this skill directory. All URLs are public documentation links (claude.com). Environment variable references explain configuration patterns but are not actual access code. Previous static analysis correctly rated this skill as safe with zero findings.
风险因素
🌐 网络访问 (4)
📁 文件系统访问 (4)
⚙️ 外部命令 (59)
🔑 环境变量 (1)
质量评分
你能构建什么
建立自訂技能
為你的領域建立專門技能,並將 scripts、references 與 assets 結構化以利重用。
標準化技能範本
透過打包與驗證流程,在團隊間建立一致的技能結構。
打包與分發
以驗證與正確的目錄結構將技能打包成可分發的 zip 檔案。
试试这些提示
Help me create a new skill called [skill-name] for [use-case]. Follow the skill creation process to plan reusable resources.
Review my existing skill and suggest improvements for structure, progressive disclosure, and bundled resources.
Guide me through packaging my skill for distribution. What validation does the packaging script perform?
Explain the progressive disclosure design principle and how to apply it when structuring a skill's SKILL.md and resources.
最佳实践
- 將 SKILL.md 控制在 200 行內,將詳細內容移至 references/ 資料夾
- 使用 scripts/ 放置可重複執行的確定性可重用程式碼
- 套用漸進式揭露:metadata 觸發技能、本文提供背景、references 視需要載入
避免
- 將所有文件放在 SKILL.md 而不使用 references/ 資料夾
- 包含僅執行一次或從未重用的 scripts
- 在打包分發前未驗證技能結構