Miller-powered development workflow skills for Claude Code
npx claudepluginhub anortham/razorbackMiller-powered development workflow with subagent-driven execution, inline review, and Miller-first codebase orientation.
Julie-aware development workflow skills for Claude Code.
Razorback is a fork of Superpowers (v4.3.1) that adds explicit awareness of the Julie MCP server to every skill and subagent prompt:
Superpowers produces high-quality results but burns tokens and time because every agent (controller and subagents) explores the codebase using generic Glob/Grep/Read chains. Razorback keeps the exact same proven workflow but routes all exploration through Julie's purpose-built tools.
Same process. Better tools. Faster results.
Razorback is a pure-content plugin (skills, commands, hooks) — no build step or runtime dependencies required.
# Add the Razorback repository as a plugin marketplace
/plugin marketplace add anortham/razorback
# Install the plugin (user scope, available across all projects)
/plugin install razorback@razorback
You can also scope the installation to a specific project:
# Project scope (shared with team via version control)
/plugin install razorback@razorback --scope project
If you prefer to clone the repo yourself (useful for development or contributing):
# Clone the repository
git clone https://github.com/anortham/razorback.git
# Install as a Claude Code plugin
claude plugin install /path/to/razorback
For development (loads plugin from local directory each time):
claude --plugin-dir /path/to/razorback
Once the plugin is loaded, Razorback works automatically:
SessionStart hook fires, injecting the using-razorback skillNo configuration needed beyond plugin installation (assuming Julie is already set up).
Everything kept:
What was added:
| Skill | Julie Integration |
|---|---|
| using-razorback | Toolchain docs |
| brainstorming | get_context for exploration |
| writing-plans | — |
| subagent-driven-development | — |
| executing-plans | — |
| test-driven-development | get_symbols for patterns |
| systematic-debugging | deep_dive + fast_refs |
| requesting-code-review | deep_dive + fast_refs |
| receiving-code-review | deep_dive + fast_refs |
| verification-before-completion | fast_refs for impact |
| finishing-a-development-branch | — |
| dispatching-parallel-agents | get_context hint |
| using-git-worktrees | — |
| writing-skills | — |
| Prompt | Julie Integration |
|---|---|
| implementer-prompt.md | Full orientation block: get_context → deep_dive → fast_refs → get_symbols |
| spec-reviewer-prompt.md | get_symbols + fast_refs for targeted review |
| code-quality-reviewer-prompt.md | deep_dive + fast_refs for impact analysis |
MIT (forked from Superpowers, also MIT)
Based on Superpowers by Jesse Vincent.
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.