BeClaude

stackshift

New
2Community RegistryDocumentationby Jonah Schulte

Reverse engineering toolkit with manual control — shift gears in your codebase. Analyze, document, and spec-drive any project through a 6-gear process. Dual workflow: Greenfield (extract for rebuild) or Brownfield (manage existing). Includes BMAD synthesis, architecture generation, multi-repo reimagine, and incremental doc refresh.

Community PluginView Source

Overview

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

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

Install Plugins

bash
# Install StackShift
> /plugin install stackshift

# Install Distillery
> /plugin install distillery

# Restart Claude Code

Using the Plugins

StackShift

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

Distillery

bash
/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](https://github.com/sponsors/jschulte) to keep building!

Links

  • 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

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/stackshift.md https://raw.githubusercontent.com/jschulte/claude-plugins/main/SKILL.md
3
Invoke in Claude Code
/stackshift
View source on GitHub
documentation

Frequently Asked Questions

What is stackshift?

Reverse engineering toolkit with manual control — shift gears in your codebase. Analyze, document, and spec-drive any project through a 6-gear process. Dual workflow: Greenfield (extract for rebuild) or Brownfield (manage existing). Includes BMAD synthesis, architecture generation, multi-repo reimagine, and incremental doc refresh.

How to install stackshift?

To install stackshift, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /stackshift.

What is stackshift best for?

stackshift is a community categorized under Documentation. It is designed for: documentation. Created by Jonah Schulte.