skill-creator
Erstelle effektive AI-Skills mit Vorlagen
Também disponível em: ArtemisAI,ChinchillaEnterprises,92Bilal26,BarisSozen,BenderFendor,CesarAugustusGroB,7Spade,openai,Joseph OBrien,ComposioHQ,vercel-labs,DaoThiHuong2111,DavidDworetzky,Doyajin174,Azeem-2,7Spade,Joseph OBrien,davila7,BOM-98,Cam10001110101,ZhanlinCui,92Bilal26,AbdullahMalik17,Eric Andrade,AstraBit-CPT
Das Erstellen von AI-Skills von Grund auf erfordert Verständnis für Struktur, Best Practices und Validierung. Dieser Skill bietet Schritt-für-Schritt-Anleitung und automatisierte Werkzeuge, um Skills für jede Domäne oder jeden Workflow zu erstellen, zu gerüstartig aufzubauen und zu validieren.
Baixar o ZIP da skill
Upload no Claude
Vá em Configurações → Capacidades → Skills → Upload skill
Ative e comece a usar
Testar
A utilizar "skill-creator". Create a skill for API documentation
Resultado esperado:
- Skill structure created at ~/.deepagents/agent/skills/api-docs
- Generated SKILL.md with workflow guidance
- Created scripts/ directory with example utilities
- Created references/ for API specs and examples
- Next: Edit SKILL.md with your API documentation patterns
A utilizar "skill-creator". Build a skill for customer support
Resultado esperado:
- Scaffolded customer-support skill at skills/customer-support
- Created bundled resources: scripts/, references/, assets/
- Added example script for ticket processing
- Added reference documentation for response templates
- Ready to customize with your support workflows
Auditoria de Segurança
Baixo RiscoThis skill is a legitimate skill creation toolkit with filesystem and script capabilities aligned to its stated purpose. The static analyzer flagged documentation examples containing path references and markdown code formatting as security issues. After evaluation: all 163 findings are FALSE POSITIVES. The code performs standard file operations (directory creation, file validation, permission setting) using Python pathlib with no network access, no credential handling, no subprocess execution, and no obfuscation. The critical heuristic warning about 'Code execution + Network + Credential access' is invalid - no such combination exists in this codebase.
Fatores de risco
⚡ Contém scripts (2)
📁 Acesso ao sistema de arquivos (2)
Pontuação de qualidade
O Que Você Pode Construir
Domänenspezifische Skills erstellen
Erstelle spezialisierte Skills für Finanzen, Gesundheitswesen, Recht oder jede Domäne, die Expertenwissen und Workflows erfordert.
Agentenfähigkeiten standardisieren
Verpacke Teamwissen und Verfahren in wiederverwendbare Skills, die Agentenfähigkeiten in deiner Organisation erweitern.
Tool-Integrationen hinzufügen
Erstelle Skills, die Dateiformatunterstützung, API-Integrationen oder spezialisierte Verarbeitungsfähigkeiten bereitstellen.
Tente Estes Prompts
Create a new skill called data-processor that helps with CSV and JSON data processing tasks.
Scaffold a skill for document processing with support for PDF extraction, DOCX editing, and form filling.
Add a Python script to the current skill that rotates PDF pages and saves the output.
Validate the skill at ~/.deepagents/agent/skills/my-new-skill and fix any errors.
Melhores Práticas
- Halte SKILL.md unter 500 Zeilen und nutze Progressive Disclosure, um detaillierte Referenzen nur bei Bedarf zu laden.
- Füge Skripte nur für deterministische Operationen hinzu, die in Aufgaben wiederholt neu geschrieben werden.
- Verwende Hyphen-Case-Namen mit maximal 64 Zeichen und liefere umfassende Trigger-Beschreibungen.
Evitar
- README-, INSTALLATION_GUIDE- oder CHANGELOG-Dateien im Skill-Verzeichnis hinzufügen.
- Alle Referenzdokumentation in den Kontext laden, statt Dateien bei Bedarf zu laden.
- Zugangsdaten, Geheimnisse oder hartcodierte API-Schlüssel in Skill-Dateien enthalten.
Perguntas Frequentes
Welche AI-Tools unterstützen diesen Skill?
Wie lang darf ein Skill-Name maximal sein?
Kann ich Python-Skripte in meinem Skill verwenden?
Sind мои Daten sicher, wenn ich Skill-Erstellungstools verwende?
Warum schlägt meine Skill-Validierung fehl?
Worin unterscheidet sich das von Prompt Engineering?
Detalhes do Desenvolvedor
Autor
langchain-aiLicença
MIT
Repositório
https://github.com/langchain-ai/deepagents/tree/master/libs/deepagents-cli/examples/skills/skill-creatorReferência
master
Estrutura de arquivos