{"id":43500176,"url":"https://github.com/getlarge/claude-api-care-plugins","last_synced_at":"2026-02-03T11:17:55.747Z","repository":{"id":328507654,"uuid":"1113926410","full_name":"getlarge/claude-api-care-plugins","owner":"getlarge","description":"A good API Hygiene, from the comfort of your agent","archived":false,"fork":false,"pushed_at":"2026-01-26T08:15:43.000Z","size":4225,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-26T08:40:21.843Z","etag":null,"topics":["api","claude","quality-control","rest-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getlarge.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-10T16:51:08.000Z","updated_at":"2026-01-26T06:54:17.000Z","dependencies_parsed_at":"2026-01-25T20:07:32.984Z","dependency_job_id":null,"html_url":"https://github.com/getlarge/claude-api-care-plugins","commit_stats":null,"previous_names":["getlarge/claude-aip-plugins"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/getlarge/claude-api-care-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Fclaude-api-care-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Fclaude-api-care-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Fclaude-api-care-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Fclaude-api-care-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getlarge","download_url":"https://codeload.github.com/getlarge/claude-api-care-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getlarge%2Fclaude-api-care-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29044105,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T10:09:22.136Z","status":"ssl_error","status_checked_at":"2026-02-03T10:09:16.814Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","claude","quality-control","rest-api"],"created_at":"2026-02-03T11:17:55.183Z","updated_at":"2026-02-03T11:17:55.734Z","avatar_url":"https://github.com/getlarge.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# getlarge Claude Plugins\n\nA collection of Claude Code plugins for API design, security consulting, and development productivity.\n\n## Installation\n\n### Add the Marketplace\n\n```bash\n# In Claude Code\n/plugin marketplace add getlarge/claude-api-care-plugins\n```\n\n### Install Plugins\n\n```bash\n# Browse available plugins\n/plugin\n\n# Or install directly\n/plugin install baume@getlarge-baume-plugins\n```\n\n## Available Plugins\n\n### Baume\n\nReview and improve REST APIs following Google's [API Improvement Proposals (AIP)](https://google.aip.dev).\n\n**Commands:**\n\n- `/baume-discover` — Find all OpenAPI specs in your project\n- `/baume-review` — Run AIP rules against a spec\n- `/baume-plan` — Create prioritized fix plan from review\n- `/baume-fix` — Implement fixes phase by phase\n- `/baume-validate` — Verify fixes and track progress\n\n**Workflow:**\n\n```\n/baume-discover → /baume-review → /baume-plan → /baume-fix → /baume-validate\n                                                      ↑            │\n                                                      └────────────┘\n```\n\nAll artifacts are stored in `.baume/` for persistence and human review.\n\n[Full documentation →](./plugins/baume/README.md)\n\n## Roadmap\n\n### Baume Plugin\n\n**Current (v0.2.x):**\n\n- 17 AIP-based rules for REST API linting\n- Code correlation for NestJS, Fastify, Express\n- Auto-fix support for OpenAPI specs\n- MCP server for Claude Code integration\n\n**Planned:**\n\n| Feature                     | Description                                                                    | Status      |\n| --------------------------- | ------------------------------------------------------------------------------ | ----------- |\n| **Declarative Rule Engine** | Custom rules via YAML — no code execution, CEL sandbox for complex expressions | 🔬 Research |\n| **Custom Rulesets**         | Presets (strict, standard, minimal) + company-specific rule configurations     | 🔬 Research |\n| **API Hygiene Scoring**     | Score APIs on a 0-100 scale with levels (Biohazard → Operating Room)           | 🔬 Research |\n| **Coaching Dashboard**      | Track API quality over time, get prioritized fix suggestions                   | 📋 Planned  |\n| **Rule Distribution**       | Local rules in `.api-hygiene/`, future registry for shared rules               | 📋 Planned  |\n\nSee [research notes](./thoughts/shared/research/2026-01-25-api-hygiene-coaching.md) for detailed designs.\n\n## Development\n\n### Local Testing\n\n```bash\n# Clone the repo\ngit clone https://github.com/getlarge/claude-api-care-plugins.git\n\n# In Claude Code, add as local marketplace\n/plugin marketplace add ./claude-api-care-plugins\n\n# Install and test\n/plugin install baume@getlarge-baume-plugins\n```\n\n### Adding New Plugins\n\n1. Create a new directory under `plugins/`\n2. Add `.claude-plugin/plugin.json` manifest\n3. Add commands, agents, skills as needed\n4. Update `marketplace.json` with the new plugin entry\n\n### Plugin Structure\n\n```\nplugins/my-plugin/\n├── .claude-plugin/\n│   └── plugin.json          # Plugin manifest\n├── commands/                # Slash commands\n│   └── my-command.md\n├── agents/                  # Specialized agents\n│   └── my-agent.md\n├── skills/                  # Knowledge/reference material\n│   └── my-skill/\n│       └── SKILL.md\n└── README.md\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Add or improve plugins\n4. Test with local marketplace\n5. Submit a PR\n\n## License\n\nApache 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetlarge%2Fclaude-api-care-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetlarge%2Fclaude-api-care-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetlarge%2Fclaude-api-care-plugins/lists"}