Claude Code plugins for professional SDLC workflows and Marvin personality
npx claudepluginhub jwilger/claude-code-pluginsComplete SDLC workflow with TDD, Event Modeling, architecture decisions, and GitHub integration
Intelligent Nix devshell bootstrapper for any language or framework
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Curated collection of 129 specialized Claude Code subagents organized into 10 focused categories
A collection of Claude Code plugins for professional software development workflows.
Repository: jwilger/claude-code-plugins
Inside Claude Code, run:
/plugin marketplace add jwilger/claude-code-plugins
# Install the complete SDLC workflow
/plugin install sdlc@jwilger-claude-plugins
# Choose your output style (orchestration with or without personality)
claude set outputStyle sdlc-rules # Professional (recommended)
# or
claude set outputStyle sdlc-marvin # With Marvin personality
# Install the Nix bootstrapper
/plugin install bootstrap@jwilger-claude-plugins
gh) installed and authenticated/sdlc:setup):
gh-issue-ext - sub-issues, blocking, linked branchesgh-project-ext - project board managementgh-pr-review - PR review comment handlingAdd these to your Claude Code settings for smoother workflow:
Bash(gh issue *)
Bash(gh issue-ext *)
Bash(gh project *)
Bash(gh project-ext *)
Bash(gh pr-review *)
| Plugin | Description |
|---|---|
| sdlc | Complete SDLC workflow with TDD, Event Modeling, ADRs, and GitHub integration (includes 2 output styles) |
| bootstrap | Intelligent Nix devshell bootstrapper for any language or framework |
Complete SDLC workflow plugin with:
| Command | Description |
|---|---|
/sdlc:setup | Initialize project configuration and install gh extensions |
/sdlc:work | Start or continue working on an issue |
/sdlc:pr | Create/update PR with mutation testing |
/sdlc:review | Handle PR review feedback (reply in-thread) |
/sdlc:design | Design event model workflows |
/sdlc:adr | Create and manage architecture decisions |
TDD Agents (strict file boundaries enforced via hooks):
sdlc:red - Write failing tests (test files only)sdlc:green - Make tests pass (production code only)sdlc:domain - Create type definitions (signatures only)sdlc:mutation - Run mutation testingReview Agents:
sdlc:story - Business value perspectivesdlc:architect - Technical feasibility (ARCHITECTURE.md only)sdlc:ux - UX/accessibility perspectivesdlc:code-reviewer - Three-stage code reviewEvent Modeling Agents (event model files only):
sdlc:discovery - Domain discoverysdlc:workflow-designer - Design workflows with 9-step processsdlc:gwt - Generate Given/When/Then scenariossdlc:model-checker - Validate event model completenessArchitecture Agents:
sdlc:adr - Write architecture decision records (ADRs only)sdlc:design-facilitator - Guide architecture decisionsUtility Agent:
sdlc:file-updater - Config, scripts, general docs (blocked from specialized files)Event Modeling (for applications):
Traditional (for libraries/utilities):
Intelligent Nix devshell bootstrapper that detects your project type and generates appropriate flake.nix configurations.
Features:
flake.nix with development tools and shell hooks| Command | Description |
|---|---|
/bootstrap:init | Bootstrap a Nix development environment |
Usage: Run /bootstrap:init in any project to generate a Nix flake. For new projects, specify the language: /bootstrap:init rust