By patientvibes
AI-driven pull request review skills. Calls into agent-tool-pr-reviewer (separate repo, designed in its own spec).
Chris Moore's personal Claude Code plugin marketplace.
This repo is the distribution mechanism for reusable skills (and eventually commands, agents, hooks, MCP servers) that Claude Code can install via its plugin system. It is paired with D:\ai-agents\, which is the human-readable catalog of all my agent assets.
.claude-plugin/marketplace.json # marketplace metadata + plugin list
plugins/ # one directory per plugin
pr-review-tools/ # AI-driven PR review skill (v1)
.claude-plugin/plugin.json
skills/pr-review/SKILL.md
README.md
From any directory in Claude Code:
/plugin marketplace add D:/agent-skills
/plugin install pr-review-tools@patientvibes-skills
/plugin marketplace add registers this repo as a marketplace. After that, any plugin listed in .claude-plugin/marketplace.json is installable by name.
The marketplace's internal name is patientvibes-skills (set in marketplace.json); the repo directory is agent-skills. Both names refer to the same thing; use the marketplace name in /plugin install.
| Plugin | Status | Description | Depends on |
|---|---|---|---|
pr-review-tools | v1 | AI-driven PR review skill calling the agent-tool-pr-reviewer CLI | agent-tool-pr-reviewer |
plugins/<name>/.claude-plugin/plugin.json and a skills/commands subtree per Claude Code's plugin contract..claude-plugin/marketplace.json under plugins./plugin marketplace update patientvibes-skills in any Claude Code session to refresh.D:\ai-agents\ — master catalog of all my agent assets (this marketplace, the CLIs, the reference agents).D:\agent-tool-pr-reviewer\ — the CLI the pr-review skill depends on.Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub patientvibes/agent-skills --plugin pr-review-toolsUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.