skills-factory
إنشاء مهارات Claude Code جاهزة للإنتاج
يتطلب بناء مهارات Claude Code من الصفر فهم بنية YAML، والإفصاح التدريجي، وأنماط التحقق، واستراتيجيات النشر. توفر Skills Factory قوالب ونصوص التحقق وأدلة شاملة حتى تتمكن من إنشاء مهارات فعالة بشكل أسرع.
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
Activa y empieza a usar
Pruébalo
Usando "skills-factory". Create a new skill called api-documenter using Skills Factory
Resultado esperado:
- Created skill directory: ~/.claude/skills/api-documenter/
- Created SKILL.md with YAML frontmatter template
- Created scripts/ directory with example script
- Created references/ directory with API reference template
- Next steps: Edit SKILL.md to complete TODO items
Usando "skills-factory". Validate my skill at ./pdf-processor using comprehensive validation
Resultado esperado:
- Validating pdf-processor/...
- [OK] YAML frontmatter structure valid
- [OK] Naming conventions met (hyphen-case)
- [OK] Description length within limits
- [OK] Progressive disclosure pattern correct
- [WARNING] No examples found in body content
- 2 validations passed, 1 warning
Auditoría de seguridad
Riesgo bajoThis is a legitimate meta-skill for creating Claude Code skills. All 911 static findings are FALSE POSITIVES: documentation code examples (backticks for markdown formatting), filesystem path references in guides, and utility script operations. No network access, no credential handling, no obfuscation. Python scripts perform standard file operations (create, copy, zip) to user-specified directories only.
Factores de riesgo
⚡ Contiene scripts (4)
📁 Acceso al sistema de archivos (2)
⚙️ Comandos externos (2)
Puntuación de calidad
Lo que puedes crear
إنشاء مهارات جديدة
تهيئة مجلدات المهارات ببيانات YAML الوصفية المناسبة، وبنية الإفصاح التدريجي، ونصوص التحقق
توحيد مهارات الفريق
إنشاء أنماط مهارات متسقة عبر فريقك مع قواعد التحقق وسير عمل النشر
تعبئة ونشر المهارات
تعبئة المهارات للتوزيع عبر Claude Code وClaude.ai وClaude Desktop وClaude API
Prueba estos prompts
Create a new skill named api-helper using Skills Factory. Initialize it in my personal skills directory.
Validate my skill at ~/.claude/skills/pdf-processor using comprehensive validation. Show me any errors.
Package my-data-skill for distribution. Install it to personal skills and create a zip file for Claude.ai upload.
Review my skill at ./my-skill and suggest improvements based on Skills Factory best practices.
Mejores prácticas
- ابدأ بالتطوير الموجه بالتقييم: حدد سيناريوهات الاختبار قبل بناء مهارتك
- طبق الإفصاح التدريجي: احتفظ بـ SKILL.md أقل من 200 سطر، وانقل التفاصيل إلى references/
- استخدم نصوص التحقق عند كل نقطة فحص لاكتشاف الأخطاء مبكراً
Evitar
- لا تتخطى التحقق: قم دائماً بتشغيل comprehensive_validate.py قبل النشر
- لا تفرط في التعقيد: المهارات البسيطة ذات المحفزات الواضحة تعمل بشكل أفضل من المعقدة
- لا تنسَ مصطلحات التحفيز: قم بتضمين أفعال إجرائية محددة وحالات استخدام في الوصف الخاص بك