المهارات skills-factory
🏭

skills-factory

مخاطر منخفضة ⚡ يحتوي على سكربتات📁 الوصول إلى نظام الملفات⚙️ الأوامر الخارجية

Create Production-Ready Claude Code Skills

Building Claude Code skills from scratch requires understanding YAML structure, progressive disclosure, validation patterns, and deployment strategies. Skills Factory provides templates, validation scripts, and comprehensive guides so you can create effective skills faster.

يدعم: Claude Codex Code(CC)
🥉 75 برونزي
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "skills-factory". Create a new skill called api-documenter using Skills Factory

النتيجة المتوقعة:

  • 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

استخدام "skills-factory". Validate my skill at ./pdf-processor using comprehensive validation

النتيجة المتوقعة:

  • 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

التدقيق الأمني

مخاطر منخفضة
v5 • 1/16/2026

This 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.

12
الملفات التي تم فحصها
5,660
الأسطر التي تم تحليلها
3
النتائج
5
إجمالي عمليات التدقيق
تم تدقيقه بواسطة: claude عرض سجل التدقيق →

درجة الجودة

68
الهندسة المعمارية
100
قابلية الصيانة
87
المحتوى
20
المجتمع
90
الأمان
91
الامتثال للمواصفات

ماذا يمكنك بناءه

Create New Skills

Initialize skill directories with proper YAML frontmatter, progressive disclosure structure, and validation scripts

Standardize Team Skills

Establish consistent skill patterns across your team with validation rules and deployment workflows

Package and Deploy Skills

Package skills for distribution across Claude Code, Claude.ai, Claude Desktop, and Claude API

جرّب هذه الموجهات

Create New Skill
Create a new skill named api-helper using Skills Factory. Initialize it in my personal skills directory.
Validate Skill
Validate my skill at ~/.claude/skills/pdf-processor using comprehensive validation. Show me any errors.
Package Skill
Package my-data-skill for distribution. Install it to personal skills and create a zip file for Claude.ai upload.
Apply Best Practices
Review my skill at ./my-skill and suggest improvements based on Skills Factory best practices.

أفضل الممارسات

  • Start with evaluation-driven development: define test scenarios before building your skill
  • Apply progressive disclosure: keep SKILL.md under 200 lines, move details to references/
  • Use validation scripts at every checkpoint to catch errors early

تجنب

  • Don't skip validation: always run comprehensive_validate.py before deploying
  • Don't over-complicate: simple skills with clear triggers work better than complex ones
  • Don't forget trigger terms: include specific action verbs and use cases in your description

الأسئلة المتكررة

What surfaces support skills?
Claude Code, Claude.ai, Claude Desktop, and Claude API each require separate skill deployment.
How big can a skill be?
Keep SKILL.md under 200 lines for optimal triggering. Reference files can be loaded when needed.
How do I share skills with my team?
Commit skills to .claude/skills/ in git repo. Share zip packages for Claude.ai/Desktop.
Is my data safe with this skill?
Yes. Skills Factory only creates and validates skill files. Makes no network calls or credential access.
Why is my skill not triggering?
Check that YAML frontmatter is valid and description includes specific trigger terms.
How is this different from skill-creator?
Skills Factory focuses on production quality with validation, two-Claude iteration, and deployment.