skill-creator
Create CLI Skills Automatically
Également disponible depuis: openai,Azeem-2,vercel-labs,langchain-ai,ChinchillaEnterprises,AbdullahMalik17,DaoThiHuong2111,7Spade,92Bilal26,DavidDworetzky,ZhanlinCui,Joseph OBrien,BarisSozen,davila7,Joseph OBrien,7Spade,BenderFendor,BOM-98,ArtemisAI,Doyajin174,AstraBit-CPT,Cam10001110101,CesarAugustusGroB,ComposioHQ,92Bilal26
This skill automates the entire workflow of creating new CLI skills for Claude Code and GitHub Copilot. It handles brainstorming, template generation, validation, and installation so you can build reusable skills without manual configuration.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "skill-creator". Create a skill for git workflows
Résultat attendu:
- Starting skill creation workflow...
- [████████████░░░░░░] 20% - Step 1/5: Brainstorming & Planning
- Let me help you create a skill for git workflows.
- Please provide:
- 1. What git tasks should this skill handle?
- 2. Who is the target user?
- 3. What platforms should be supported?
- [██████████████░░░░] 40% - Step 2/5: Prompt Enhancement (optional)
- Would you like to enhance the skill prompts using prompt-engineer?
Utilisation de "skill-creator". Create a Python debugging skill
Résultat attendu:
- Skill creation complete!
- [████████████████████] 100% - Step 5/5: Installation
- Created files:
- - SKILL.md
- - README.md
- - references/
- - scripts/
- Installation options:
- [1] Local (repository only)
- [2] Global (symlink to ~/.claude/skills/)
Audit de sécurité
Risque faibleStatic scanner flagged 274 patterns but evaluation reveals these are false positives. Markdown code blocks trigger 'shell execution' alerts, 'MD' substrings trigger 'weak crypto' alerts, and documentation URLs trigger 'network' alerts. Actual Python scripts are legitimate scaffolding tools with no credential access or command injection vulnerabilities.
Problèmes à risque faible (4)
Facteurs de risque
⚡ Contient des scripts (3)
📁 Accès au système de fichiers (4)
Score de qualité
Ce que vous pouvez construire
Developer Creating Reusable CLI Skills
A developer wants to package their command-line expertise into a reusable skill for their team. They use this skill to scaffold a new skill with proper structure, then fill in the details.
Team Lead Standardizing Skill Format
A team lead wants to ensure all team members create skills following Anthropic best practices. This skill provides templates that enforce consistency.
Power User Automating Workflows
A power user frequently performs complex CLI tasks. They create custom skills to automate these workflows and make them available through natural language commands.
Essayez ces prompts
Create a new skill called [skill-name] that helps with [use-case]. Follow the skill-creator workflow.
Create a skill for [specific task]. The skill should include capabilities for [feature 1], [feature 2], and [feature 3]. Install it globally.
I need a skill that handles [multi-step workflow]. Walk me through creating it using the skill-creator, starting with brainstorming.
Use the skill-creator to validate my existing skill at [path] and suggest improvements.
Bonnes pratiques
- Start with clear brainstorming to define skill scope before generating templates
- Use the validation step to ensure frontmatter follows Anthropic standards
- Choose global installation for skills you want available in any directory
- Test the skill with realistic prompts before publishing
Éviter
- Creating overly complex skills that try to do too many things
- Skipping the brainstorming phase and jumping straight to templates
- Not validating generated skills before installation
- Installing skills globally without testing locally first