# Second pack shipped: senior-engineer workflows as Claude Code slash commands

> Source: <https://dev.to/leamoreau/second-pack-shipped-senior-engineer-workflows-as-claude-code-slash-commands-3f7m>
> Published: 2026-07-13 16:14:35+00:00

I shipped a second small pack this week: 10 Claude Code slash commands, 4 subagents, 3 hook recipes and 2 templates, built from the same discipline as the MCP kit: no fix without a reproduction, no refactor without a test harness, no "optimization" without a measurement.

Commands like `/ship`

, `/fix-issue`

, `/refactor-safe`

, `/test-first`

and `/security-pass`

turn those rules into two-keystroke invocations instead of paragraphs you retype every session. Plain Markdown, no build step, everything editable.

**10 commands:** ship, fix-issue, review, refactor-safe, test-first, security-pass, perf-pass, doc-sync, release-notes, onboard.

**4 subagents:** test-writer, bug-hunter (read-only, zero-false-positive discipline), docs-writer (no-fluff contract), dep-auditor.

**3 hook recipes:** auto-format on edit, block edits to protected paths (lockfiles, migrations, .env), tests-must-pass-before-stopping.

$9, one developer / unlimited projects: [https://leamoreau1988.gumroad.com/l/claude-code-power-pack](https://leamoreau1988.gumroad.com/l/claude-code-power-pack)

Happy to answer questions about any of the commands in the comments.
