skill-creator
إنشاء مهارات مخصصة لـ Claude
متاح أيضًا من: ChinchillaEnterprises,BarisSozen,vercel-labs,davila7,langchain-ai,ArtemisAI,Cam10001110101,CesarAugustusGroB,7Spade,Joseph OBrien,AstraBit-CPT,Doyajin174,92Bilal26,ComposioHQ,BenderFendor,BOM-98,AbdullahMalik17,openai,Joseph OBrien,92Bilal26,Azeem-2,DaoThiHuong2111,DavidDworetzky
يتطلب بناء مهارات متخصصة لـ Claude فهم بنية المهارات وأفضل الممارسات. توفر هذه المهارة قوالب وأدوات التحقق وإرشادات خطوة بخطوة لإنشاء مهارات فعالة تمد Claude بالخبرة المتخصصة وسير العمل المخصص.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "skill-creator". ساعدني في إنشاء مهارة لكتابة الوثائق
النتيجة المتوقعة:
- Skill Name: documentation-writer
- Created directory: skills/public/documentation-writer
- Files generated: SKILL.md, scripts/example.py, references/api_reference.md, assets/example_asset.txt
- Next steps: Edit SKILL.md with your documentation workflow and requirements
استخدام "skill-creator". أحتاج مهارة لتوثيق واجهات برمجة التطبيقات
النتيجة المتوقعة:
- Skill Name: api-doc-helper
- Structure: Workflow-based with references for different API types
- Includes: scripts/ for generating docs, references/ for API specs
- Ready to package after customizing the templates
التدقيق الأمني
آمنThis is a documentation and utility skill for creating other skills. It contains Python scripts for skill initialization, validation, and packaging. All scripts operate locally on the filesystem, create directories and files at user-specified paths, and make no network calls or external command executions. The extensive static findings are false positives caused by markdown code block markers being misidentified as shell backticks, and text patterns in documentation being misidentified as cryptographic terms.
عوامل الخطر
⚡ يحتوي على سكربتات (3)
📁 الوصول إلى نظام الملفات (2)
درجة الجودة
ماذا يمكنك بناءه
بناء مهارات مخصصة
إنشاء مهارات متخصصة لتخصيص Claude لمجالات أو مهام معينة
توحيد سير عمل الفريق
تغليف عمليات الفريق وأفضل الممارسات في مهارات قابلة لإعادة الاستخدام
مشاركة المعرفة المتخصصة
توزيع المعرفة والإجراءات الخاصة بالشركة عبر مؤسستك
جرّب هذه الموجهات
Use the skill-creator skill to help me create a new skill called [skill-name] for [use case]. Walk me through the skill creation process.
Validate my skill at [path] using the quick_validate script. Report any issues and how to fix them.
Package my skill at [path] into a .skill file. Where should I put the output?
Show me examples of effective skill structures from the workflow patterns and output patterns references.
أفضل الممارسات
- اجعل SKILL.md موجزاً ومركزاً على ما يحتاج Claude معرفته
- استخدم الإفصاح التدريجي لتحميل المحتوى التفصيلي فقط عند الحاجة
- قم بتضمين سكربتات قابلة للتنفيذ للعمليات الحتمية القابلة للتكرار
تجنب
- تضمين وثائق زائدة عن الحاجة يعرفها Claude بالفعل
- إنشاء ملفات مرجعية متداخلة بعمق يصعب اكتشافها
- إضافة ملفات توثيق موجهة للمستخدم مثل README داخل المهارة