docs(examples): add YAML frontmatter to 20 command templates
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
624b2e0425
commit
91d36f00dd
20 changed files with 100 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
---
|
||||
name: generate-tests
|
||||
description: "Generate comprehensive tests for specified code"
|
||||
---
|
||||
|
||||
# Generate Tests
|
||||
|
||||
Generate comprehensive tests for specified code.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue