Habilidades when-creating-slash-commands-use-slash-command-encoder

when-creating-slash-commands-use-slash-command-encoder

Seguro ⚡ Contiene scripts

إنشاء أوامر Slash لـ Claude Flow

توفر أوامر Slash وصولاً سريعاً إلى المهارات الصغيرة من سطر الأوامر. تُرشدك هذه المهارة خلال تصميم وإنشاء واختبار ونشر أوامر slash مخصصة مع التحقق والتوثيق.

Soporta: Claude Codex Code(CC)
⚠️ 68 Deficiente
1

Descargar el ZIP de la skill

2

Subir en Claude

Ve a Configuración → Capacidades → Skills → Subir skill

3

Activa y empieza a usar

Pruébalo

Usando "when-creating-slash-commands-use-slash-command-encoder". Create a /analyze command for my codebase

Resultado esperado:

  • Created command schema at command-schema.json
  • Generated handler at commands/analyze-handler.js
  • Added parameter validation for required 'path' field
  • Created test suite at tests/analyze-command.test.js
  • Documentation available at docs/commands/analyze.md
  • Run 'npx claude-flow@alpha command install' to deploy

Auditoría de seguridad

Seguro
v5 • 1/17/2026

This is a documentation-only skill containing markdown guides, example bash scripts in code blocks, and process diagrams. No executable code, no network calls, no file writes. The static analyzer incorrectly flagged documentation examples as security issues. All 80 'findings' are false positives from pattern-matching without semantic understanding of documentation context.

5
Archivos escaneados
790
Líneas analizadas
1
hallazgos
5
Auditorías totales

Factores de riesgo

Puntuación de calidad

38
Arquitectura
100
Mantenibilidad
81
Contenido
20
Comunidad
100
Seguridad
83
Cumplimiento de la especificación

Lo que puedes crear

الوصول السريع للمهام

إنشاء اختصارات لمهام التطوير المستخدمة بشكل متكرر مثل الاختبار والبناء أو نشر الكود

سير عمل الأتمتة

بناء أوامر لإدارة البنية التحتية وخطوط النشر وصيانة النظام

أوامر التوثيق

إنشاء أوامر تُنتج التوثيق ومراجع API وأدلة الاستخدام

Prueba estos prompts

أمر أساسي
Create a /deploy command that deploys the current project to production with a --environment flag
مع المعاملات
Create a /analyze command that accepts a path parameter and validates it exists before processing
الأوامر الفرعية
Create a /git command with subcommands for commit, push, and pull with appropriate parameters for each
سير عمل كامل
Generate a complete /test command with handler, tests, documentation, and shell completions for bash

Mejores prácticas

  • استخدم أسماء أوامر واضحة ووصفية تتطابق مع توقعات المستخدم
  • تحقق من جميع المعاملات مبكراً وقدم رسائل خطأ مفيدة
  • قم بتضمين أمثلة الاستخدام في توثيق الأوامر

Evitar

  • إنشاء أوامر بأسماء غامضة أو متداخلة
  • تخطي التحقق من المعاملات مما يؤدي إلى أخطاء وقت التشغيل
  • النشر دون اختبار الحالات الحدية وسيناريوهات الأخطاء

Preguntas frecuentes

ما هي الأدوات التي تدعم أوامر slash هذه؟
تعمل أوامر Slash مع Claude وCodex وClaude Code عند تثبيت Claude Flow.
ما هي أهداف الأداء؟
يكتمل تسجيل الأمر في أقل من 100 مللي ثانية، والتحقق في أقل من 50 مللي ثانية، والتنفيذ في أقل من ثانيتين.
هل يمكنني تسلسل أوامر متعددة؟
نعم، يمكن تسلسل الأوامر ويتم دعم الأوامر الفرعية لسير العمل المعقد.
هل بياناتي آمنة؟
نعم، هذه المهارة تُنشئ قوالب الأوامر محلياً فقط. لا يتم إرسال أي بيانات إلى خدمات خارجية.
الأوامر لا تعمل بعد التثبيت
قم بتشغيل 'npx claude-flow@alpha command registry update' وتحقق من التثبيت باستخدام 'command list --installed'.
كيف يمكن مقارنة هذا بالأسماء المستعارة في Shell؟
تتكامل أوامر Slash مع Claude Flow للتنفيذ بمساعدة الذكاء الاصطناعي، وتدعم المعاملات والتحقق والاكتشاف التلقائي بما يتجاوز الأسماء المستعارة الأساسية في Shell.