claudeindex
ctrlShiftBryan's avatar
Author

Bryan Arendt

@ctrlShiftBryan
1
Marketplaces
7
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

ctrlshiftbryan-skills

Bryan's personal Claude Code plugins and skills.

Plugins:7
Skills:0
0
0

Plugins

Plugin

pr-explainer

Install the AI PR-explainer GitHub Action into a repository (manual, user-invoked setup). Drops the nag workflow + check/publish scripts, bootstraps an orphan ai-docs branch, enables GitHub Pages, and wires up the repo-specific config so every PR gets a sticky 🔴/🟡/🟢 'explainer' comment + commit-status gate linking an AI-generated HTML walkthrough published to Pages. Invoke explicitly with /pr-explainer:install or by asking to install/set up/add the pr-explainer action — it does not trigger automatically from general PR, CI, or code-review conversation.

Plugin

ralph

Install and run the Ralph Wiggum agentic loop (claude/codex) in any project. Adds ralph/once.sh + ralph/afk.sh, package.json scripts, and the prompt/state-file scaffolding.

Plugin

manual-chrome-review

Verify a running web app in a real Chrome session by combining user-driven keyboard/mouse input with Claude-driven DOM, network, WebSocket, and server-side inspection. Triggers on 'manual chrome review', 'verify in browser', 'manually test feature', 'live browser session', 'walk through my app in chrome', 'review the new feature'.

Plugin

pr-review-html

Generate a single-file interactive HTML code-review artifact for a GitHub PR. Fetches the diff via gh, performs an honest severity-coded self-review (critical/major/minor/nit/praise), and renders a portable artifact with collapsible per-file diffs, colored inline annotations, severity filter chips, per-finding checkboxes, and a 'Create feedback prompt' modal that aggregates checked items into a paste-ready follow-up prompt. Triggers on 'review this PR', 'build a PR review', 'review PR #N', 'code review artifact', 'interactive review', 'feedback prompt for a PR'.

Plugin

review-address

Reply to every PR review comment — from GitHub Copilot, other review bots, and human reviewers — with code fixes or reasoned push-backs. Fetches all comments via the GitHub API, triages each one, fixes code, commits, and posts an inline reply to every comment. Triggers on 'address the review', 'reply to the comments', 'handle the PR feedback', 'address Copilot's review', 'respond to review comments'.

Plugin

figma-fetcher

Offload Figma MCP read calls to a Haiku-powered sub-agent to cut token cost. Auto-delegates whenever a figma.com URL appears or any Figma read tool (get_design_context, get_screenshot, get_metadata, get_variable_defs, get_code_connect_map) would be called. Fetches all five tools in one shot, caches the result at tmp/figma/{fileKey}__{nodeId}.json plus a sibling .png, and returns a small markdown digest to the main conversation. Read-only — write tools (use_figma, create_new_file, generate_figma_design) stay in the main agent. Requires the official Figma MCP server.

Plugin

post-review-as-bot

Post a code review to a GitHub PR as inline comments attributed to a GitHub App (a "[bot]" account) instead of the human running the command. The agent writes the review JSON; the bundled, app-agnostic script validates each comment against the PR diff (dropping unplaceable ones into a notice), composes a Copilot-style body, mints an installation token from the app's private key, and submits one atomic COMMENT review. Bot identity is supplied entirely via env vars. Triggers on 'post a review as the bot', 'post the review as a GitHub App'.