example-skill
Создавайте автоматизированные обработчики задач
也可從以下取得: ChaiWithJai,Joseph OBrien,Joseph OBrien,anthropics,ANcpLua
Пользователям нужны повторно используемые навыки, которые автоматически активируются в зависимости от контекста. Этот шаблон служит отправной точкой для создания навыков, выполняющих конкретные задачи без ручного вызова.
下載技能 ZIP
在 Claude 中上傳
前往 設定 → 功能 → 技能 → 上傳技能
開啟並開始使用
測試它
正在使用「example-skill」。 Create a skill that helps with API documentation
預期結果:
- Skill Name: api-docs-helper
- Trigger: When user opens or modifies files with .api, .openapi, or .swagger extension
- Capabilities:
- - Analyzes API endpoint definitions
- - Validates request/response schemas
- - Generates documentation from code comments
- - Suggests improvements to API design
- Resources:
- - Scripts: api-analyzer.py, schema-validator.py
- - References: openapi-best-practices.md
- - Templates: api-doc-template.md
正在使用「example-skill」。 Build a skill that validates configuration files
預期結果:
- Skill Name: config-validator
- Trigger: When user opens or modifies .json, .yaml, or .yml files
- Capabilities:
- - Parses configuration structure
- - Validates against schema definitions
- - Reports missing or invalid fields
- - Suggests corrections for common issues
安全審計
安全This is a documentation-only template skill containing no executable code. SKILL.md is a markdown file that describes skill structure and patterns. The static analysis scanner generated false positives by misinterpreting documentation references (script paths, URLs) as executable patterns. No actual code execution, network requests, or cryptographic operations exist in this skill.
風險因素
🌐 網路存取 (1)
品質評分
你能建構什麼
Быстро создавать новые навыки
Используйте этот шаблон как отправную точку для создания новых навыков Claude Code с правильной структурой.
Стандартизировать формат навыков
Обеспечьте единообразие всех навыков в плагине, используя этот шаблон.
Документировать возможности навыка
Предоставляйте понятную документацию для пользователей навыков с примерами и паттернами использования.
試試這些提示
Create a new skill called [skill-name] using the example-skill template. The skill should [describe what it does] and activate when [describe trigger conditions].
Add a new capability to [existing-skill] that [describes new functionality]. Reference best practices from the skill documentation.
Write clear documentation for [skill-name] including when it auto-invokes, what capabilities it provides, and how users should interact with it.
Define the exact conditions under which [skill-name] should auto-invoke, including file patterns, user queries, and detected situations.
最佳實務
- Определяйте четкие условия триггеров, чтобы Claude понимал, когда автоматически вызывать навык
- Делайте описания возможностей конкретными и применимыми, а не общими
- Размещайте реальные скрипты, справочные материалы и ресурсы в соответствующих подкаталогах
避免
- Оставлять заполнительный текст вроде 'task X' или 'situation W' в опубликованных навыках
- Объявлять инструменты в allowed-tools, не используя их в логике навыка
- Создавать навыки, которые активируются при слишком многих условиях, вызывая переполнение контекста