Command Components
Commands are custom slash commands that automate common development tasks. They execute pre-defined workflows, run scripts, or coordinate multiple operations.Browse All Commands
Explore 225+ commands with search and filtering at aitmpl.com
Installation
Command Categories
- Security
- Testing
- Database
- Git Workflow
- Documentation
- Deployment
Security Commands
Automated security scanning, auditing, and hardening:security-audit
Comprehensive security assessment and vulnerability analysisUsage:
/security-audit or /security-audit --fullsecrets-scanner
Scan codebase for hardcoded secrets and credentials
dependency-audit
Check dependencies for known vulnerabilities
security-hardening
Apply security best practices to your application
penetration-test
Automated penetration testing workflows
add-authentication-system
Add authentication system to your application
Command Structure
Commands typically include:- Description: What the command does
- Allowed Tools: Tools the command can use (Read, Write, Bash, etc.)
- Argument Hints: Expected parameters
- Workflow Steps: Pre-defined execution steps
- Context Loading: Automatic file and environment loading
How Commands Work
When you install a command:- The command file is downloaded to
.claude/commands/ - Use
/command-namein your Claude Code chat to invoke it - The command executes its pre-defined workflow
- Results are applied to your codebase