skill-development
為 Claude Code 插件創建技能
또한 다음에서 사용할 수 있습니다: davila7,anthropics
從頭開始創建技能可能導致結構不一致並遺漏最佳實踐。本技能提供了一個系統性的六步流程,用於構建具有漸進式披露、強觸發描述和適當資源組織的有效技能。
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"skill-development" 사용 중입니다. Help me create a skill for PDF operations.
예상 결과:
- Define concrete usage examples: rotate PDF, extract pages, merge documents
- Identify reusable resources: scripts/ for PDF tools, references/ for API details
- Create skill structure: mkdir -p skills/pdf-ops/{references,scripts}
- Write SKILL.md with trigger phrases and imperative instructions
- Validate using the quality checklist
"skill-development" 사용 중입니다. My SKILL.md file is 5,000 words. How do I organize it better?
예상 결과:
- Move detailed patterns to references/patterns.md (2,500 words)
- Move advanced techniques to references/advanced.md (1,500 words)
- Keep core concepts in SKILL.md (1,500 words)
- Add pointers to references in SKILL.md body
- Result: progressive disclosure with content loaded as needed
"skill-development" 사용 중입니다. Write a good trigger description for my API skill.
예상 결과:
- Use third-person format: This skill should be used when...
- Include specific phrases: "call the API", "make a request", "handle responses"
- List concrete scenarios users would say
- Avoid vague language like provides guidance or helps with
보안 감사
안전Official Anthropic skill containing only markdown documentation and guidance for skill creation. No executable code, scripts, network operations, or file system access beyond reading the skill content itself. Pure documentation with zero attack surface.
위험 요인
⚙️ 외부 명령어 (148)
🌐 네트워크 접근 (1)
📁 파일 시스템 액세스 (6)
품질 점수
만들 수 있는 것
構建新的插件技能
按照結構、觸發器和組織的最佳實踐為您的插件創建技能。
改進現有技能
使用漸進式披露重構冗長的 SKILL.md 文件並將詳細內容移至引用。
設計技能分類法
通過分析用例並識別可重用的腳本、引用和資產來規劃技能內容。
이 프롬프트를 사용해 보세요
幫助我為 [TASK] 創建一個技能。帶我完成六步技能創建流程。
審查我在 [PATH] 的現有技能,並建議改進觸發短語、寫作風格和漸進式披露。
使用清單驗證我的技能。檢查描述品質、正文寫作風格和資源組織。
解釋對於我的 [SKILL TYPE] 技能,什麼內容應該放在 SKILL.md 中 versus references/ versus scripts/ 中。
모범 사례
- 使用帶有特定觸發短語的第三人稱描述:本技能應在用戶要求創建 X 或配置 Y 時使用。
- 將 SKILL.md 保持精簡,控制在 1,500-2,000 字,並將詳細內容移至 references/ 文件。
- 使用祈使形式書寫:首先讀取文件。處理前驗證輸入。
피하기
- 使用模糊的觸發短語如「為 X 提供指導」而非特定的用戶查詢。
- 將所有內容放在 SKILL.md 中而不使用 references/ 來存放詳細文檔。
- 使用第二人稱:「你應該做 X」而非祈使形式:「做 X」。
자주 묻는 질문
腳本、引用和資產之間有什麼區別?
SKILL.md 的理想長度是多少?
技能如何與 Claude Code 插件配合使用?
使用本技能時會存儲用戶數據嗎?
本技能與原始技能創建者有何不同?
我可以將本技能用於獨立技能嗎?
개발자 세부 정보
작성자
anthropics라이선스
MIT
리포지토리
https://github.com/anthropics/claude-code/tree/main/plugins/plugin-dev/skills/skill-development참조
main
파일 구조