Claude Code plugins for API design, security consulting, and development productivity
npx claudepluginhub getlarge/claude-api-care-pluginsAPI hygiene coach - review and improve REST APIs using best practices from Google's API Improvement Proposals (AIP). Discover specs, review against rules, plan fixes, and apply framework-specific remediation.
A collection of Claude Code plugins for API design, security consulting, and development productivity.
# In Claude Code
/plugin marketplace add getlarge/claude-api-care-plugins
# Browse available plugins
/plugin
# Or install directly
/plugin install baume@getlarge-baume-plugins
Review and improve REST APIs following Google's API Improvement Proposals (AIP).
Commands:
/baume-discover — Find all OpenAPI specs in your project/baume-review — Run AIP rules against a spec/baume-plan — Create prioritized fix plan from review/baume-fix — Implement fixes phase by phase/baume-validate — Verify fixes and track progressWorkflow:
/baume-discover → /baume-review → /baume-plan → /baume-fix → /baume-validate
↑ │
└────────────┘
All artifacts are stored in .baume/ for persistence and human review.
Current (v0.2.x):
Planned:
| Feature | Description | Status |
|---|---|---|
| Declarative Rule Engine | Custom rules via YAML — no code execution, CEL sandbox for complex expressions | 🔬 Research |
| Custom Rulesets | Presets (strict, standard, minimal) + company-specific rule configurations | 🔬 Research |
| API Hygiene Scoring | Score APIs on a 0-100 scale with levels (Biohazard → Operating Room) | 🔬 Research |
| Coaching Dashboard | Track API quality over time, get prioritized fix suggestions | 📋 Planned |
| Rule Distribution | Local rules in .api-hygiene/, future registry for shared rules | 📋 Planned |
See research notes for detailed designs.
# Clone the repo
git clone https://github.com/getlarge/claude-api-care-plugins.git
# In Claude Code, add as local marketplace
/plugin marketplace add ./claude-api-care-plugins
# Install and test
/plugin install baume@getlarge-baume-plugins
plugins/.claude-plugin/plugin.json manifestmarketplace.json with the new plugin entryplugins/my-plugin/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
├── commands/ # Slash commands
│ └── my-command.md
├── agents/ # Specialized agents
│ └── my-agent.md
├── skills/ # Knowledge/reference material
│ └── my-skill/
│ └── SKILL.md
└── README.md
Apache 2.0
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search