audit
On-demand security audit — OWASP, secrets, dependencies, IaC security
On-demand simplification review — detect duplication, dead code, unnecessary complexity, AI bloat
> /plugin marketplace add lgbarn/shipyard > /plugin install shipyard@shipyard
How it fires
How this command gets triggered: by you, by Claude, or both.
/simplifyContext preview
What this command does when you run it.
On-demand simplification review — detect duplication, dead code, unnecessary complexity, AI bloat
description: "On-demand simplification review — detect duplication, dead code, unnecessary complexity, AI bloat" disable-model-invocation: true argument-hint: "[scope] — directory, file pattern, diff range, or current (default: uncommitted changes)"
You are executing an on-demand simplification review. Follow these steps precisely.
<prerequisites>
Extract from the command:
If no scope and no uncommitted changes exist, default to analyzing changed files against the main branch.
1. Check if `.shipyard/` exists (optional — this command works anywhere). 2. If `.shipyard/config.json` exists, read `model_routing.simplification` for model selection. 3. Otherwise, use default model: **sonnet**. 4. Follow **Worktree Protocol** (see `docs/PROTOCOLS.md`) — detect worktree context.
</prerequisites>
<execution>
Based on the scope argument, collect the code to analyze:
Assemble context per **Agent Context Protocol** (see `docs/PROTOCOLS.md`):
Dispatch a **simplifier agent** (subagent_type: "shipyard:simplifier") with:
</execution>
<output>
Display the simplification report to the user.
If findings exist, offer follow-up: > "Would you like me to: > - Implement the high-priority simplifications > - Run a code review on the same scope (`/shipyard:review`) > - Defer findings to issues (`/shipyard:issues --add`)"
</output>
A Claude Code plugin for structured project execution. Plan work in phases, build with parallel agents and TDD, review with security audits and quality gates, and ship with confidence.
Repo: lgbarn/shipyard
On-demand security audit — OWASP, secrets, dependencies, IaC security
Explore requirements through Socratic dialogue and capture project definition
Execute plans using fresh subagents with review gates
Investigate bugs and failures with systematic root-cause analysis