المهارات command-optimization

command-optimization

آمن ⚙️ الأوامر الخارجية🌐 الوصول إلى الشبكة

CLI 명령어 설계 및 최적화

متاح أيضًا من: Joseph OBrien

효과적인 커맨드라인 인터페이스를 만들려면 디자인 패턴, 인자 파싱, 사용자 경험 원칙을 이해해야 합니다. 이 스킬은 확립된 관례를 따르는 직관적이고 문서화가 잘 된 CLI 도구를 구축하기 위한 전문적인 가이드를 제공합니다.

يدعم: Claude Codex Code(CC)
📊 71 كافٍ
1

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

2

رفع في Claude

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

3

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

اختبرها

استخدام "command-optimization". Create a command to generate React components

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

  • Command: generate:component
  • Usage: npm run generate:component <Name> [options]
  • Options: --path <path>, --type <functional|class>, --with-tests, --with-styles
  • Examples included with clear usage patterns

استخدام "command-optimization". Design a CLI command for database migrations

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

  • Command: db:migrate
  • Usage: npm run db:migrate [migration-name] [options]
  • Options: --create <table>, --rollback, --status, --to <version>
  • Step-by-step workflow for migration operations

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

آمن
v3 • 1/16/2026

Pure prompt-based skill containing only documentation and guidance for CLI command design. No executable code, scripts, network calls, or file system access. All content is instructional with no security concerns. All 112 static findings are false positives.

3
الملفات التي تم فحصها
589
الأسطر التي تم تحليلها
2
النتائج
3
إجمالي عمليات التدقيق

عوامل الخطر

⚙️ الأوامر الخارجية (61)
references/slash-command.template.md:24 references/slash-command.template.md:25 references/slash-command.template.md:37-39 references/slash-command.template.md:39-51 references/slash-command.template.md:51-53 references/slash-command.template.md:53-59 references/slash-command.template.md:59-60 references/slash-command.template.md:60-70 references/slash-command.template.md:70-71 references/slash-command.template.md:71-72 references/slash-command.template.md:72-76 references/slash-command.template.md:76-78 references/slash-command.template.md:78-79 references/slash-command.template.md:79-80 references/slash-command.template.md:80-81 references/slash-command.template.md:81-85 references/slash-command.template.md:85-87 references/slash-command.template.md:87-89 references/slash-command.template.md:89-102 references/slash-command.template.md:102-104 references/slash-command.template.md:104-107 SKILL.md:40-42 SKILL.md:42-44 SKILL.md:44-46 SKILL.md:46-50 SKILL.md:50-52 SKILL.md:52-67 SKILL.md:67-73 SKILL.md:73-86 SKILL.md:86-92 SKILL.md:92-107 SKILL.md:107-116 SKILL.md:116-122 SKILL.md:122-123 SKILL.md:123-124 SKILL.md:124-125 SKILL.md:125-126 SKILL.md:126-151 SKILL.md:151-158 SKILL.md:158-168 SKILL.md:168-172 SKILL.md:172-174 SKILL.md:174-178 SKILL.md:178-179 SKILL.md:179-180 SKILL.md:180-181 SKILL.md:181-185 SKILL.md:185-191 SKILL.md:191-195 SKILL.md:195-207 SKILL.md:207-215 SKILL.md:215-219 SKILL.md:219-221 SKILL.md:221-225 SKILL.md:225-226 SKILL.md:226-227 SKILL.md:227-228 SKILL.md:228-232 SKILL.md:232-244 SKILL.md:244-246 SKILL.md:246-250
🌐 الوصول إلى الشبكة (1)
تم تدقيقه بواسطة: claude عرض سجل التدقيق →

درجة الجودة

41
الهندسة المعمارية
100
قابلية الصيانة
85
المحتوى
22
المجتمع
100
الأمان
100
الامتثال للمواصفات

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

CLI 명령어 표준화

더 나은 개발자 경험과 유지보수성을 위해 프로젝트 전반에 걸쳐 일관된 명령어 패턴을 만듭니다.

작업 스크립트 자동화

반복적인 배포 및 유지보수 작업을 효율적으로 자동화하는 커맨드라인 도구를 설계합니다.

CLI 유틸리티 구축

적절한 인자 처리 및 오류 피드백을 갖춘 잘 구조화된 CLI 유틸리티를 개발합니다.

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

새 명령어 생성
Create a command to generate [component-type] with [options]
기존 명령어 개선
Improve the user experience of this command: [paste command code]
인자 구조 설계
Design an argument parsing structure for a [command-type] command that accepts [input-types]
오류 처리 추가
Add robust error handling and validation to this CLI command: [paste command code]

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

  • 명확하고 행동 지향적인 명령어 이름 사용(generate, create, build)
  • 구체적이고 실행 가능한 오류 메시지와 함께 입력을 조기에 검증
  • 미리보기를 위한 --dry-run과 상세 출력을 위한 --verbose 지원

تجنب

  • 명확한 목적이 없는 모호한 명령어 이름 사용
  • 작업 전에 파일 존재 및 권한 검증 실패
  • 컨텍스트나 제안된 수정 방법 없이 일반적인 오류 메시지 제공

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

어떤 AI 도구가 이 스킬을 지원하나요?
이 스킬은 모든 명령어 설계 및 최적화 작업에 대해 Claude, Codex, Claude Code와 함께 작동합니다.
이 스킬이 셸 명령어를 실행하나요?
아니요. 이 스킬은 가이드와 템플릿만 제공합니다. 시스템 명령어를 실행하거나 수정하지 않습니다.
완전한 CLI 도구를 생성할 수 있나요?
명령어에 대한 설계 및 패턴을 제공합니다. 실제 코드는 프로젝트에서 직접 구현해야 합니다.
이 스킬을 사용할 때 내 데이터가 안전한가요?
예. 이 스킬은 프롬프트 전용이며 파일, 네트워크 또는 시스템 리소스에 접근하지 않습니다.
어떤 명령어 이름 규칙을 권장하나요?
일관된 verb:noun 구조를 가진 generate:component, analyze:dependencies, db:migrate와 같은 행동 지향적 이름입니다.
프레임워크별 CLI 도구와 어떻게 비교되나요?
이 스킬은 일반적인 CLI 원칙을 가르칩니다. 해당 프레임워크 내에서 실제 코드 생성을 위해서는 프레임워크별 도구를 사용하세요.

تفاصيل المطور

المؤلف

Joseph OBrien

الترخيص

UNLICENSED

مرجع

main

بنية الملفات