Bryan's personal Claude Code plugins and skills.
| Plugin | Description |
|---|---|
ralph |
Install and run the Ralph Wiggum agentic loop (claude/codex) in any project. |
manual-chrome-review |
Verify a running web app in a real Chrome session — user drives keyboard/mouse, Claude inspects DOM/network/WebSocket/server state. |
pr-review-html |
Generate a single-file interactive HTML code-review artifact for a GitHub PR. |
review-address |
Reply to every PR review comment (GitHub Copilot, bots, humans) with code fixes or reasoned push-backs. |
/plugin marketplace add ctrlShiftBryan/ctrlshiftbryan-skills
/plugin install ralph@ctrlshiftbryan-skills
npx skills add ctrlShiftBryan/ctrlshiftbryan-skills
ctrlshiftbryan-skills/
├── .claude-plugin/
│ └── marketplace.json ← marketplace listing
└── plugins/
└── ralph/
├── .claude-plugin/plugin.json
├── commands/ ← /ralph:install, /ralph:once, /ralph:afk
├── skills/ ← install-ralph (natural-language trigger)
├── agents/ ← ralph-runner subagent
├── assets/ ← scripts + templates copied into target projects
└── scripts/ ← install.sh
mkdir -p plugins/<name>/.claude-plugin && cd plugins/<name>- Write
.claude-plugin/plugin.json(name, version, description, author). - Add
commands/,skills/,agents/,scripts/,assets/as needed. - Add an entry to
.claude-plugin/marketplace.jsonunderplugins[].