working-on-ancplua-plugins
إتقان سير عمل ancplua-claude-plugins
يفتقر هذا المستودع إلى اصطلاحات متسقة لتطوير الإضافات. يواجه المطورون صعوبة في اتباع الأنماط الصحيحة لإنشاء إضافات Claude Code والتحقق منها ونشرها. توفر هذه المهارة مصدر الحقيقة الوحيد لجميع سير العمل الخاصة بالمستودع والقواعد المعمارية.
Télécharger le ZIP du skill
Importer dans Claude
Allez dans Paramètres → Capacités → Skills → Importer un skill
Activez et commencez à utiliser
Tester
Utilisation de "working-on-ancplua-plugins". Run the full validation suite for this repository
Résultat attendu:
- Running local-validate.sh...
- Validating plugin manifests with claude plugin validate
- Checking shell scripts with shellcheck
- Validating markdown files with markdownlint
- Verifying CI workflows with actionlint
- All validations passed successfully
Utilisation de "working-on-ancplua-plugins". What are the naming conventions for this repository
Résultat attendu:
- Plugin directories use kebab-case (e.g., autonomous-ci)
- Skill directories use kebab-case (e.g., code-review)
- Skill files must be named SKILL.md
- Script files use kebab-case with .sh extension (e.g., verify-local.sh)
- Manifest files must be named plugin.json exactly
Utilisation de "working-on-ancplua-plugins". How do I create a new plugin step by step
Résultat attendu:
- Copy the plugin template from tooling/templates/plugin-template
- Create the required directory structure with skills, commands, agents, hooks, scripts folders
- Add plugin.json with required fields: name, description, version, author
- Add marketplace.json entry at repository root
- Create README.md with usage instructions
- Run local-validate.sh to verify structure
Audit de sécurité
SûrThis is a documentation-only skill. The static analyzer flagged markdown code formatting (backticks) and documentation links as security issues. All 162 findings are false positives. This skill provides conventions, validation commands, and debugging steps in markdown only. No executable code, file system access, network calls, or environment variable access occurs.
Facteurs de risque
⚙️ Commandes externes (114)
🌐 Accès réseau (13)
📁 Accès au système de fichiers (4)
Score de qualité
Ce que vous pouvez construire
إنشاء إضافات جديدة
اتبع الاصطلاحات لبناء إضافات بهيكل صحيح وملفات البيان
التحقق من التغييرات
شغّل أوامر التحقق قبل إرسال طلبات السحب إلى المستودع
تصحيح مشكلات الإضافة
شخّص سبب فشل الإضافات في التحميل أو سلوكها غير المتوقع في Claude Code
Essayez ces prompts
شغّل مجموعة التحقق الكاملة لهذا المستودع باستخدام الأوامر في هذه المهارة
أنشئ بنية إضافة جديدة بتخطيط دلائل وملفات بيان صحيحة وفق الاصطلاحات
صحّح سبب عدم تحميل إضافتي بشكل صحيح في Claude Code باستخدام إجراءات الاختبار
تأكد من أن تغييراتِي تتبع اصطلاحات المستودع ومعايير التسمية الموثقة هنا
Bonnes pratiques
- شغّل local-validate.sh دائما قبل دفع التغييرات لالتقاط المشكلات مبكرا
- استخدم ${CLAUDE_PLUGIN_ROOT} للمسارات في ملفات الإعداد بدلا من المسارات المطلقة المضمنة
- اتبع تنسيق رسائل الالتزام الاصطلاحي لتوليد سجل تغييرات واضح وأتمتة
Éviter
- تخطي التحقق قبل تثبيت التغييرات يسمح بإضافات معطلة في المستودع
- استخدام المسارات المطلقة في إعدادات الإضافة يضر قابلية النقل عبر الأنظمة المختلفة
- تعديل دليل .claude-plugin/ للمهارات أو الأوامر أو الخطافات يخالف غرض البيان فقط