Claude Code slash command templates for Modsynth
Part of the Modsynth ecosystem.
- Slash commands for common tasks
- Module integration templates
- Quick setup commands
Copy the .claude/commands/ directory to your project:
cp -r .claude your-project//add-module- Add a Modsynth module to your project/create-api- Create a new API endpoint/setup-frontend- Setup React frontend with modules/add-monitoring- Add Prometheus monitoring
In Claude Code, type / to see available commands.
Add new .md files to .claude/commands/:
# Command Title
Command description and instructions.Current version: v0.1.0
MIT