Skip to content

jschulte/claude-plugins

Repository files navigation

Claude Code Plugins by jschulte

My collection of Claude Code plugins for developer productivity


Available Plugins

🚗 StackShift (v2.3.0)

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! 🚗💨


🧪 Distillery (v1.0.0)

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! 🧪✨


Installation

Add This Marketplace

# In Claude Code
> /plugin marketplace add jschulte/claude-plugins

Install Plugins

# Install StackShift
> /plugin install stackshift

# Install Distillery
> /plugin install distillery

# Restart Claude Code

Using the Plugins

StackShift

/stackshift:start    # Begin reverse engineering
/stackshift:init     # Initialize in project

Distillery

/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 statistics

Coming Soon

More 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!

Support

If you find these tools helpful:

  • Star the repos on GitHub
  • 🐛 Report issues to help improve the tools
  • Support development to keep building!

Links


Built with Claude Code | Open Source | MIT Licensed