docs(examples): add YAML frontmatter to 20 command templates

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-02-15 19:20:36 +01:00
parent 624b2e0425
commit 91d36f00dd
20 changed files with 100 additions and 0 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -1,3 +1,8 @@
---
name: generate-tests
description: "Generate comprehensive tests for specified code"
---
# Generate Tests
Generate comprehensive tests for specified code.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.

View file

@ -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.