Show HN: Claude Slash Command Suite inspired by Anthropics best practices guide
3 highdevtalk00 0 6/13/2025, 2:05:24 AM github.com ↗
I built a collection of professional slash commands for Anthropic's Claude Code that provide structured workflows for common software development tasks.
These commands are directly inspired by and adapted from Anthropic's own claude-code-best-practices (https://www.anthropic.com/engineering/claude-code-best-practices) documentation, translating their recommendations into executable workflows.
The suite includes commands for:
• Comprehensive code reviews with security and performance analysis
• End-to-end feature development with planning, implementation, and testing
• Architectural analysis and design pattern assessment
• Security audits and vulnerability scanning
• GitHub issue resolution with root cause analysis
• Performance optimization and build improvements
Each command follows a systematic approach based on Anthropic's
best practices, breaking complex tasks into manageable steps.
Instead of ad-hoc AI interactions, you get consistent, thorough
workflows that adapt to any codebase.
The commands work through Claude Code's slash command system -
just type `/project:code-review` or `/project:create-feature
user-authentication` and Claude follows the predefined
workflow.
Installation is straightforward with an interactive script that
can install project-specific or globally. The commands are
fully customizable markdown files, so you can adapt them to
your team's specific requirements.
I hope others find it useful!
No comments yet