diff --git a/examples/commands/catchup.md b/examples/commands/catchup.md index 508e5ed..a20136e 100644 --- a/examples/commands/catchup.md +++ b/examples/commands/catchup.md @@ -1,3 +1,8 @@ +--- +name: catchup +description: "Restore context after /clear by summarizing recent work and project state" +--- + # Context Catchup Restore context after `/clear` - summarize recent work and project state. diff --git a/examples/commands/commit.md b/examples/commands/commit.md index d29101c..b2455ba 100644 --- a/examples/commands/commit.md +++ b/examples/commands/commit.md @@ -1,3 +1,8 @@ +--- +name: commit +description: "Generate a conventional commit message for staged changes" +--- + # Conventional Commit Generate a conventional commit message for staged changes. diff --git a/examples/commands/diagnose.md b/examples/commands/diagnose.md index 09031c0..7cf6383 100644 --- a/examples/commands/diagnose.md +++ b/examples/commands/diagnose.md @@ -1,3 +1,8 @@ +--- +name: diagnose +description: "Interactive troubleshooting assistant for Claude Code issues" +--- + # Claude Code Diagnostic Assistant Interactive troubleshooting assistant for Claude Code issues. Supports FR/EN. diff --git a/examples/commands/explain.md b/examples/commands/explain.md index 3cbaa13..a093cf4 100644 --- a/examples/commands/explain.md +++ b/examples/commands/explain.md @@ -1,3 +1,8 @@ +--- +name: explain +description: "Explain code, concepts, or system behavior with adjustable depth levels" +--- + # Code Explainer Explain code, concepts, or system behavior with adjustable depth levels. diff --git a/examples/commands/generate-tests.md b/examples/commands/generate-tests.md index 3795a41..2ea2531 100644 --- a/examples/commands/generate-tests.md +++ b/examples/commands/generate-tests.md @@ -1,3 +1,8 @@ +--- +name: generate-tests +description: "Generate comprehensive tests for specified code" +--- + # Generate Tests Generate comprehensive tests for specified code. diff --git a/examples/commands/git-worktree.md b/examples/commands/git-worktree.md index 45d49d6..e60ac05 100644 --- a/examples/commands/git-worktree.md +++ b/examples/commands/git-worktree.md @@ -1,3 +1,8 @@ +--- +name: git-worktree +description: "Create isolated git worktrees for feature development without switching branches" +--- + # Git Worktree Setup Create isolated git worktrees for feature development without switching branches. diff --git a/examples/commands/learn/alternatives.md b/examples/commands/learn/alternatives.md index 34bb1ed..31a6233 100644 --- a/examples/commands/learn/alternatives.md +++ b/examples/commands/learn/alternatives.md @@ -1,3 +1,8 @@ +--- +name: learn-alternatives +description: "Compare different approaches to solve the same problem" +--- + # Show Alternatives Compare different approaches to solve the same problem. diff --git a/examples/commands/learn/quiz.md b/examples/commands/learn/quiz.md index cecd49e..b09fda2 100644 --- a/examples/commands/learn/quiz.md +++ b/examples/commands/learn/quiz.md @@ -1,3 +1,8 @@ +--- +name: learn-quiz +description: "Test understanding of recently written or accepted code" +--- + # Quiz Me Test understanding of recently written or accepted code. diff --git a/examples/commands/learn/teach.md b/examples/commands/learn/teach.md index 50a251f..4dc5cd1 100644 --- a/examples/commands/learn/teach.md +++ b/examples/commands/learn/teach.md @@ -1,3 +1,8 @@ +--- +name: learn-teach +description: "Step-by-step explanation of a concept with progressive depth" +--- + # Teach Me Step-by-step explanation of a concept with progressive depth. diff --git a/examples/commands/optimize.md b/examples/commands/optimize.md index 95d7705..22e76d4 100644 --- a/examples/commands/optimize.md +++ b/examples/commands/optimize.md @@ -1,3 +1,8 @@ +--- +name: optimize +description: "Analyze and suggest performance improvements for code, queries, or systems" +--- + # Performance Optimizer Analyze and suggest performance improvements for code, queries, or systems. diff --git a/examples/commands/pr.md b/examples/commands/pr.md index ff2fa75..a8e97e3 100644 --- a/examples/commands/pr.md +++ b/examples/commands/pr.md @@ -1,3 +1,8 @@ +--- +name: pr +description: "Analyze changes, detect scope issues, and create a well-structured PR" +--- + # Create Pull Request Analyze changes, detect scope issues, and create a well-structured PR following project conventions. diff --git a/examples/commands/refactor.md b/examples/commands/refactor.md index a65ba24..2ccb928 100644 --- a/examples/commands/refactor.md +++ b/examples/commands/refactor.md @@ -1,3 +1,8 @@ +--- +name: refactor +description: "Analyze code for SOLID violations and suggest targeted improvements" +--- + # SOLID Refactoring Assistant Analyze code for SOLID violations and suggest targeted improvements. diff --git a/examples/commands/release-notes.md b/examples/commands/release-notes.md index 7f4bcea..af31438 100644 --- a/examples/commands/release-notes.md +++ b/examples/commands/release-notes.md @@ -1,3 +1,8 @@ +--- +name: release-notes +description: "Generate release notes in multiple formats from git commits" +--- + # Release Notes Generator Generate release notes in 3 formats from git commits for production releases. diff --git a/examples/commands/review-pr.md b/examples/commands/review-pr.md index 3643232..6ad85f7 100644 --- a/examples/commands/review-pr.md +++ b/examples/commands/review-pr.md @@ -1,3 +1,8 @@ +--- +name: review-pr +description: "Perform a comprehensive code review of a pull request" +--- + # Review Pull Request Perform a comprehensive code review of a pull request. diff --git a/examples/commands/security-audit.md b/examples/commands/security-audit.md index bebe619..a41e9d2 100644 --- a/examples/commands/security-audit.md +++ b/examples/commands/security-audit.md @@ -1,3 +1,8 @@ +--- +name: security-audit +description: "Comprehensive security audit with scored posture assessment" +--- + # Security Audit Comprehensive security audit of your project AND Claude Code configuration. Analyzes secrets exposure, injection surfaces, dependencies, hook security, and produces a scored security posture assessment. diff --git a/examples/commands/security-check.md b/examples/commands/security-check.md index 23f4aa5..1192467 100644 --- a/examples/commands/security-check.md +++ b/examples/commands/security-check.md @@ -1,3 +1,8 @@ +--- +name: security-check +description: "Quick configuration security check against known threats database" +--- + # Security Check Quick configuration security check against known threats database. Verifies your Claude Code setup for known malicious skills, vulnerable MCPs, dangerous patterns, and exposed secrets. diff --git a/examples/commands/security.md b/examples/commands/security.md index 67c4e7c..d4b375d 100644 --- a/examples/commands/security.md +++ b/examples/commands/security.md @@ -1,3 +1,8 @@ +--- +name: security +description: "Rapid security assessment focused on OWASP Top 10 vulnerabilities" +--- + # Security Quick Audit Rapid security assessment focused on OWASP Top 10 vulnerabilities. diff --git a/examples/commands/ship.md b/examples/commands/ship.md index cbbd63e..aeadc89 100644 --- a/examples/commands/ship.md +++ b/examples/commands/ship.md @@ -1,3 +1,8 @@ +--- +name: ship +description: "Comprehensive pre-deployment verification to ensure release readiness" +--- + # Ship Command - Pre-Deploy Checklist Comprehensive pre-deployment verification to ensure release readiness. diff --git a/examples/commands/sonarqube.md b/examples/commands/sonarqube.md index edfec55..a4e3254 100644 --- a/examples/commands/sonarqube.md +++ b/examples/commands/sonarqube.md @@ -1,3 +1,8 @@ +--- +name: sonarqube +description: "Analyze SonarCloud quality issues for a specific PR" +--- + # SonarQube Analysis Analyze SonarCloud quality issues for a specific PR. Generates comprehensive report with metrics, top violators, and action plan. diff --git a/examples/commands/update-threat-db.md b/examples/commands/update-threat-db.md index 83af273..e6fe831 100644 --- a/examples/commands/update-threat-db.md +++ b/examples/commands/update-threat-db.md @@ -1,3 +1,8 @@ +--- +name: update-threat-db +description: "Research and update the AI agent security threat intelligence database" +--- + # Update Threat Database Research and update the AI agent security threat intelligence database with the latest threats, CVEs, malicious skills, and campaigns.