
Crx
- Updated June 30, 2026
- ChrisFmlyc/ai-skills
Chrome extension plugin integrating AI skills into the browser. Use it to extend Claude Code with custom skills from the browser.
Key points
- Browser extension for skill integration
- Chrome-based AI skill execution
Crx by the numbers
- Data as of Jul 8, 2026 (Skillselion catalog sync)
/plugin marketplace add ChrisFmlyc/ai-skills/plugin install crx@ai-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 30, 2026 |
|---|---|
| Repository | ChrisFmlyc/ai-skills ↗ |
What it does
Browser extension plugin for AI skill integration
README.md
crx — personal CodeRabbit helpers
Three skills for working CodeRabbit findings on a PR:
/crx:single— exactly one CodeRabbit finding. Verify it, fix it or write a paste-ready GitHub comment, commit. Never push./crx:multi— a batched CodeRabbit emission (multiple--prefixed findings under oneIn \@path`:` line). Parses the block, fans out parallel worktree-isolated subagents, cherry-picks their commits back onto the PR branch in finding order, prints a summary table, then asks before pushing./crx:loop— the hands-off wrapper, designed to run under/goal. Its first action sets the outcome with the/goalcommand, then it loops against that goal: wait for CodeRabbit's review, pull unresolved findings viagh, dispatch them to/crx:singleor/crx:multi, post rebuttal replies and resolve threads for won't-fix findings, push the round's fixes, and repeat until the PR has zero outstanding CodeRabbit threads. Invoking it is your standing authorization to push fix commits to that PR branch — unlike the other two skills, which never push.
/crx:single and /crx:multi auto-trigger when their header sentence appears in a paste, or you can invoke them by typing the slash command. /crx:loop is slash-only — it pushes and posts on your behalf, so it only runs when you deliberately invoke it.
Both skills run a one-shot gitignore hygiene check before any other work — if the repo's .gitignore is missing .claude/worktrees/, the snippet from resources/gitignore-snippet.txt is appended and committed in a single chore: ignore .claude/worktrees/ commit. This keeps Claude Code's subagent worktrees out of the PR. If the line is already present, nothing happens.
Install
From the ai-skills marketplace:
/plugin marketplace add ChrisFmlyc/ai-skills
/plugin install crx@ai-skills
Restart Claude Code so the new slash commands register.
Update
/plugin marketplace update ai-skills
/plugin update crx@ai-skills
Uninstall
/plugin uninstall crx@ai-skills