A collection of development tools and Claude slash commands for team productivity.
-
Clone this repository:
# Option A: Clone the original (if you have access) git clone https://github.com/ttranupgrade/dev-tools.git # Option B: Clone your fork git clone https://github.com/YOUR_USERNAME/dev-tools.git cd dev-tools
-
Run the setup script:
./setup.sh
-
Start using Claude slash commands!
/feature-flag- Manage feature flags in k8s-template configurations
Once set up, you can use slash commands in Claude Code:
/feature-flag
This will prompt you for:
- Feature flag name
- Project name
- Environment type (prod/non-prod)
The tool will automatically create a branch, add the feature flag to the appropriate environment files, commit changes, and create a pull request.
To add new slash commands:
- Add your script to
claude/slash-commands/ - Update
claude/CLAUDE.md.templatewith the new command - Update this README