example-skill
Создавайте автоматизированные обработчики задач
Auch verfügbar von: anthropics,Joseph OBrien,ChaiWithJai,Joseph OBrien,ANcpLua
Пользователям нужны повторно используемые навыки, которые автоматически активируются в зависимости от контекста. Этот шаблон служит отправной точкой для создания навыков, выполняющих конкретные задачи без ручного вызова.
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "example-skill". Create a skill that helps with API documentation
Erwartetes Ergebnis:
- 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
Verwendung von "example-skill". Build a skill that validates configuration files
Erwartetes Ergebnis:
- 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
Sicherheitsaudit
SicherThis 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.
Risikofaktoren
🌐 Netzwerkzugriff (1)
⚙️ Externe Befehle (9)
Qualitätsbewertung
Was du bauen kannst
Быстро создавать новые навыки
Используйте этот шаблон как отправную точку для создания новых навыков Claude Code с правильной структурой.
Стандартизировать формат навыков
Обеспечьте единообразие всех навыков в плагине, используя этот шаблон.
Документировать возможности навыка
Предоставляйте понятную документацию для пользователей навыков с примерами и паттернами использования.
Probiere diese Prompts
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.
Bewährte Verfahren
- Определяйте четкие условия триггеров, чтобы Claude понимал, когда автоматически вызывать навык
- Делайте описания возможностей конкретными и применимыми, а не общими
- Размещайте реальные скрипты, справочные материалы и ресурсы в соответствующих подкаталогах
Vermeiden
- Оставлять заполнительный текст вроде 'task X' или 'situation W' в опубликованных навыках
- Объявлять инструменты в allowed-tools, не используя их в логике навыка
- Создавать навыки, которые активируются при слишком многих условиях, вызывая переполнение контекста