🎯

create-specs

🎯Skill

from jschulte/claude-plugins

VibeIndex|
What it does

Generates comprehensive technical specifications and documentation for software projects, likely using AI-driven analysis and templating.

create-specs

Installation

Install skill:
npx skills add https://github.com/jschulte/claude-plugins --skill create-specs
0
Last UpdatedJan 1, 2026

Skill Details

SKILL.md

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

🎯
implement🎯Skill

Generates and implements code based on specifications or requirements, likely using AI-assisted code generation techniques.

🎯
complete-spec🎯Skill

Generates comprehensive technical specifications or completes partial specifications for software development projects with AI-assisted detail and structure.

🎯
spec-coverage-map🎯Skill

Maps and visualizes test specification coverage across project components, highlighting areas with incomplete or missing test specifications.

🎯
cruise-control🎯Skill

Automatically manages and optimizes the reverse engineering workflow in StackShift's 6-gear process, providing seamless progression through different engineering stages.

🎯
modernize🎯Skill

modernize skill from jschulte/claude-plugins

πŸͺ
jschulte-claude-pluginsπŸͺMarketplace

Provides a curated marketplace of Claude Code plugins focused on developer productivity, currently featuring StackShift (reverse engineering) and Distillery (continuous learning) tools.

πŸ”Œ
distilleryπŸ”ŒPlugin

Extracts and learns from completed code work, automatically generating and improving playbooks across architecture, testing, error handling, performance, process, and security domains.

πŸ”Œ
stackshiftπŸ”ŒPlugin

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.

🎯
reverse-engineer🎯Skill

Transforms existing applications into spec-driven projects by systematically analyzing and documenting system architecture, dependencies, and workflows.