by shinpr
Production-ready development workflows for Claude Code, powered by specialized AI agents.
# Add to your Claude Code skills
git clone https://github.com/shinpr/claude-code-workflowsBuild production-ready software with Claude Code - Plugins and tools that bring best practices, specialized agents, automated quality checks, and safety guardrails to your development process.
This marketplace includes the following plugins:
External:
Want to contribute a plugin? See CONTRIBUTING.md.
No comments yet. Be the first to share your thoughts!
Choose what fits your project:
# 1. Start Claude Code
claude
# 2. Install the marketplace
/plugin marketplace add shinpr/claude-code-workflows
# 3. Install backend plugin
/plugin install dev-workflows@claude-code-workflows
# 4. Restart session (required)
# Exit and restart Claude Code
# 5. Start building
/implement <your feature>
# 1-2. Same as above (start Claude Code and add marketplace)
# 3. Install frontend plugin
/plugin install dev-workflows-frontend@claude-code-workflows
# 4-5. Same as above (restart and start building)
# Use frontend-specific commands
/front-design <your feature>
Install both plugins to get the complete toolkit for backend and frontend work.
# Use fullstack commands for cross-layer features
/fullstack-implement "Add user authentication with JWT + login form"
# Or execute from existing fullstack work plan
/fullstack-build
The fullstack commands create separate Design Docs per layer (backend + frontend), verify cross-layer consistency via design-sync, and route tasks to the appropriate executor based on filename patterns. See Fullstack Workflow for details.
# Install metronome (prevents shortcut-taking behavior)
/plugin install metro...