skill-builder
Build custom Agent Skills
Users struggle to create new Agent Skills for Claude Code due to unclear structure requirements. This skill provides an interactive guided workflow that scaffolds skill files, generates valid JSON schemas, and produces production-ready skill templates.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "skill-builder". Create a skill for generating commit messages from git diffs
النتيجة المتوقعة:
- Created skill: git-commit-helper
- Files generated:
- - SKILL.md (documentation with usage examples)
- - REFERENCE.md (implementation guide)
- - skill-report.json (marketplace metadata)
- Ready to use with: /git-commit-helper
استخدام "skill-builder". Build a skill that summarizes Pull Request changes
النتيجة المتوقعة:
- Created skill: pr-summarizer
- Generated files:
- - SKILL.md (with prompt templates for PR analysis)
- - REFERENCE.md (with code examples)
- - skill-report.json (with security audit section)
- Configure supported tools in skill config
استخدام "skill-builder". Create a documentation generator skill
النتيجة المتوقعة:
- Created skill: doc-generator
- Skill structure ready:
- - 3 prompt templates (basic, detailed, API docs)
- - 2 use cases for different users
- - Complete marketplace content
- Run /doc-generator to start
التدقيق الأمني
آمنAll static findings are false positives. The detected patterns (eval, shell commands, hidden file access) are in documentation files (REFERENCE.md, SKILL.md) that explain skill development concepts. The skill-builder is a legitimate tool for scaffolding Claude Code skills using template-based code generation. No malicious intent or actual security risks found.
مشكلات منخفضة المخاطر (1)
عوامل الخطر
⚡ يحتوي على سكربتات (3)
⚙️ الأوامر الخارجية (6)
📁 الوصول إلى نظام الملفات (4)
🔑 متغيرات البيئة (1)
🌐 الوصول إلى الشبكة (2)
درجة الجودة
ماذا يمكنك بناءه
Create a new productivity skill
A developer wants to build a custom skill for automating daily standup updates. The skill-builder walks them through defining the skill name, description, supported tools, and generates the complete skill structure with working templates.
Generate skill documentation
A user has written a skill but needs proper SKILL.md documentation. The skill-builder generates professional documentation with prompt templates, use cases, FAQs, and output examples.
Learn skill development patterns
A new Claude Code user wants to understand how skills are structured. The skill-builder creates example skills that serve as learning templates showing proper file organization and content requirements.
جرّب هذه الموجهات
Help me create a new skill called [skill-name] that helps with [task-description]. Use the skill-builder to scaffold the complete structure.
Generate SKILL.md documentation for my existing skill. The skill provides [capability-description] and uses [tools-list].
Build a comprehensive skill with multiple prompt templates, use cases, and security audit documentation. The skill should handle [complex-workflow-description].
Use the skill-builder to create a new skill based on my specifications. I need a [skill-type] skill for [use-case] with support for [tools].
أفضل الممارسات
- Use the skill-builder when starting any new skill to ensure proper structure and complete metadata
- Review the generated SKILL.md and customize the prompt templates for your specific use case
- Run security audits on generated skills before publishing to ensure safe tool usage
تجنب
- Using the skill-builder for one-off scripts that do not need full skill structure
- Skipping the security audit section when publishing skills to the marketplace
- Modifying generated files manually without understanding the skill schema requirements