By magarcia
Lean, PATH-resident scripts that replace token-wasteful raw commands (gh pr view, git diff, tsc, vitest) with single, bounded, exit-code-structured calls. Discovers user- and project-level tool extensions and surfaces a unified manifest at SessionStart.
A personal marketplace of Claude Code plugins by @magarcia. Each plugin solves a specific recurring frustration in agent-driven development — usually some flavor of "this raw command produces too many tokens for what I'm asking" or "this workflow needs a deterministic helper, not agent reasoning".
Claude Code plugins extend the agent with bundled tools (PATH-resident scripts), hooks (events like SessionStart, PreToolUse), skills (SKILL.md files Claude reads contextually), and slash commands. A marketplace is just a git repo with a .claude-plugin/marketplace.json manifest listing one or more plugins, each in its own directory.
In Claude Code:
/plugin marketplace add magarcia/claude-plugins
Then install whatever you want with /plugin install <name>@magarcia-plugins or browse the catalog with /plugin.
| Plugin | Description |
|---|---|
| lean-tools | PATH-resident scripts that replace token-wasteful raw commands (gh pr view, git diff, git blame, jq '.', …) with single, bounded, exit-code-structured calls. Discovers user- and project-level tool extensions and surfaces a unified manifest at SessionStart. Median ~89% token reduction across measured cases. |
.
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ └── <plugin-name>/
│ ├── .claude-plugin/
│ │ └── plugin.json # Per-plugin manifest
│ ├── README.md # Plugin docs
│ └── … # bin/, hooks/, skills/, etc.
├── LICENSE
├── README.md
└── CONTRIBUTING.md
PRs welcome — see CONTRIBUTING.md for the layout, conventions, and how to add a new plugin to the marketplace.
MIT.
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 magarcia/claude-plugins --plugin lean-toolsModern R development skills for Claude Code - tidyverse patterns, rlang metaprogramming, Bayesian inference, performance optimization, and more
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
20 SEO/GEO skills and 5 commands on one shared contract for keyword research, content creation, technical audits, schema markup, monitoring, quality gates, entity truth, and campaign memory.
Comprehensive SEO analysis plugin for Claude Code. 25 sub-skills (21 core + 1 orchestrator + 1 framework + 2 extension mirrors) and 18 sub-agents cover technical SEO, content quality, schema, sitemaps, Core Web Vitals, local SEO, backlinks, AI/GEO, ecommerce, hreflang, SXO, clustering, drift monitoring, and Google APIs. Includes optional MCP extensions, SPA-aware rendering, portability, and hardened SSRF/DNS-rebinding safe fetchers.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.