Compétences skill-creator
🛠️

Criar habilidades para Claude requer planejamento cuidadoso e estrutura consistente. Esta habilidade fornece orientação passo a passo, scripts de inicialização e ferramentas de empacotamento para ajudá-lo a construir habilidades profissionais que estendem as capacidades do Claude.

Prend en charge: Claude Code(CC)
🥉 74 Bronze
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez à utiliser

Tester

Utilisation de "skill-creator". Create a new skill called 'pdf-summarizer' that helps users summarize PDF documents.

Résultat attendu:

  • Created skill directory: pdf-summarizer
  • Created SKILL.md with template frontmatter and workflow
  • Created scripts/example.py (executable template)
  • Created references/example.md
  • Created assets/README.md
  • Next steps: Edit SKILL.md to add your skill description and workflow steps

Utilisation de "skill-creator". Validate and package my skill at ./claude-skills/api-generator for distribution.

Résultat attendu:

  • Validating skill: api-generator
  • Checking SKILL.md structure and frontmatter
  • Validating required name and description fields
  • No TODO placeholders found
  • Packaging skill into api-generator.zip
  • Skill packaged successfully: ./api-generator.zip (2.3 KB)

Audit de sécurité

Risque faible
v5 • 1/16/2026

This skill provides documentation and Python scripts for creating Claude skills. The scripts only create directories and files in user-specified paths using standard library operations. All static findings are false positives caused by the scanner incorrectly flagging markdown documentation examples and template strings. No network access, credential handling, or dangerous operations were found.

5
Fichiers analysés
884
Lignes analysées
2
résultats
5
Total des audits

Facteurs de risque

Score de qualité

64
Architecture
100
Maintenabilité
85
Contenu
20
Communauté
90
Sécurité
91
Conformité aux spécifications

Ce que vous pouvez construire

Build new Claude plugins

Create reusable skills that extend Claude with specialized workflows and tools for specific domains.

Package team knowledge

Bundle company-specific knowledge, schemas, and workflows into skills for consistent agent behavior.

Create reference skills

Build skills with bundled references and scripts for documentation-heavy tasks.

Essayez ces prompts

Create new skill
Use the skill-creator skill to create a new skill called [skill-name] that helps with [specific task]. Set up the standard structure.
Package for distribution
Use the skill-creator skill to validate and package the skill at [path-to-skill] for distribution.
Review skill quality
Review my skill at [path] using the skill-creator guidance. Check structure, documentation quality, and best practices compliance.
Add bundled resources
Help me add a new script and reference document to my existing skill at [path] using the skill-creator skill structure.

Bonnes pratiques

  • Keep SKILL.md under 5000 words - move detailed documentation to references/
  • Write specific trigger conditions in the description field
  • Delete example files you do not need before packaging

Éviter

  • Leaving TODO placeholders in published skills
  • Duplicating information between SKILL.md and references/
  • Creating skills without clear trigger conditions

Foire aux questions

What tools support Claude skills?
Skills work with Claude and Claude Code. Some features may vary between versions.
What are the size limits for skills?
SKILL.md should be under 5000 words. Zip packages have platform-specific size limits.
How do skills integrate with existing workflows?
Skills add triggers and context. Claude automatically activates relevant skills based on user requests.
Is data from skills stored externally?
Skills are local files. No data is sent to external servers by the skill system itself.
Why does validation fail?
Common issues: missing SKILL.md, invalid frontmatter, TODO placeholders, or empty resource directories.
How do skills differ from MCP tools?
Skills provide knowledge and workflows. MCP tools provide external tool integrations. They complement each other.

Détails du développeur

Structure de fichiers