cruise-control
π―Skillfrom jschulte/claude-plugins
Automatically manages and optimizes the reverse engineering workflow in StackShift's 6-gear process, providing seamless progression through different engineering stages.
Installation
npx skills add https://github.com/jschulte/claude-plugins --skill cruise-controlSkill Details
Overview
# Claude Code Plugins by jschulte
My collection of Claude Code plugins for developer productivity
---
Available Plugins
π StackShift (v1.9.0)
Reverse engineering toolkit that transforms applications into spec-driven projects
- Repository: https://github.com/jschulte/stackshift
- Features:
- 6-gear reverse engineering process
- Dual workflow: Greenfield (rebuild in new stack) or Brownfield (manage existing)
- Cruise control automatic mode
- Works with Claude Code, Web, VSCode/Copilot
- 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
---
Built with Claude Code | Open Source | MIT Licensed
More from this repository9
Generates and implements code based on specifications or requirements, likely using AI-assisted code generation techniques.
Generates comprehensive technical specifications or completes partial specifications for software development projects with AI-assisted detail and structure.
Maps and visualizes test specification coverage across project components, highlighting areas with incomplete or missing test specifications.
modernize skill from jschulte/claude-plugins
Transforms existing applications into spec-driven projects by systematically analyzing and documenting system architecture, dependencies, and workflows.
Provides a curated marketplace of Claude Code plugins focused on developer productivity, currently featuring StackShift (reverse engineering) and Distillery (continuous learning) tools.
Generates comprehensive technical specifications and documentation for software projects, likely using AI-driven analysis and templating.
Extracts and learns from completed code work, automatically generating and improving playbooks across architecture, testing, error handling, performance, process, and security domains.
Reverse engineering toolkit with detection types (monorepo, nx, turborepo), dual routes (Greenfield/Brownfield/Upgrade), Gear 6.5 validation, batch processing, and cruise control. Achieves 100% spec coverage with GitHub Spec Kit integration.