My collection of Claude Code plugins for developer productivity
Reverse engineering toolkit — shift gears in your codebase
- Repository: https://github.com/jschulte/stackshift
- Features:
- 6-gear reverse engineering process
- Dual workflow: Greenfield (extract for rebuild) or Brownfield (manage existing)
- Ecosystem discovery — start with one repo, auto-discover all related repos
- BMAD synthesis (PRD, Architecture, Epics, UX Design)
- Architecture generation with Mermaid diagrams and ADRs
- Multi-repo reimagine and capability mapping
- Incremental doc refresh from git changes
- Cruise control automatic mode
- GitHub Spec Kit integration
Start in reverse (engineering), shift through 6 gears, cruise into spec-driven development! 🚗💨
AI-powered continuous learning system that improves code quality over time
- Repository: https://github.com/jschulte/distillery
- Features:
- Automatic pattern extraction from completed work
- Self-updating playbooks that improve over time
- Prevents repeated mistakes across iterations
- 6 core playbooks: architecture, testing, error handling, performance, process, security
- Compound learning effect - each iteration makes the next easier
Distill experience into expertise! 🧪✨
# In Claude Code
> /plugin marketplace add jschulte/claude-plugins# Install StackShift
> /plugin install stackshift
# Install Distillery
> /plugin install distillery
# Restart Claude Code/stackshift:start # Begin reverse engineering
/stackshift:init # Initialize in project/distillery:init # Initialize in project
/distillery:extract # Extract patterns after completing work
/distillery:get-playbook # Load a playbook before starting work
/distillery:status # View playbooks and statisticsMore developer tools and productivity plugins!
- StackSync (v1.1) - Synchronize specs between legacy and greenfield apps during platform migrations
- Distillery Integrations - Marketplace of curated playbooks for different tech stacks
- Future tools - Stay tuned!
If you find these tools helpful:
- ⭐ Star the repos on GitHub
- 🐛 Report issues to help improve the tools
- ☕ Support development to keep building!
- GitHub: https://github.com/jschulte
- StackShift Repo: https://github.com/jschulte/stackshift
- Distillery Repo: https://github.com/jschulte/distillery
- Support: https://github.com/sponsors/jschulte
Built with Claude Code | Open Source | MIT Licensed