skill-creator
Create CLI Skills Automatically
متاح أيضًا من: 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.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "skill-creator". Create a skill for git workflows
النتيجة المتوقعة:
- 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?
استخدام "skill-creator". Create a Python debugging skill
النتيجة المتوقعة:
- 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/)
التدقيق الأمني
مخاطر منخفضةStatic 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.
مشكلات منخفضة المخاطر (4)
عوامل الخطر
⚡ يحتوي على سكربتات (3)
📁 الوصول إلى نظام الملفات (4)
درجة الجودة
ماذا يمكنك بناءه
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.
جرّب هذه الموجهات
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.
أفضل الممارسات
- 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
تجنب
- 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