{"id":50146531,"url":"https://github.com/hrconsultnj/claude-plugins","last_synced_at":"2026-07-03T21:00:54.218Z","repository":{"id":346049000,"uuid":"1186818780","full_name":"hrconsultnj/claude-plugins","owner":"hrconsultnj","description":"Claude Code plugin — code quality hooks, knowledge graph, impact-aware reviews, decomposition enforcement. Babysitter for your AI's code quality.","archived":false,"fork":false,"pushed_at":"2026-06-07T00:39:37.000Z","size":5851,"stargazers_count":68,"open_issues_count":0,"forks_count":8,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-07T02:03:20.423Z","etag":null,"topics":["ai-tools","claude-code","claude-code-plugin","code-quality","code-review","knowledge-graph","mcp","tree-sitter","typescript"],"latest_commit_sha":null,"homepage":"https://composure-pro.com","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hrconsultnj.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","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":"2026-03-20T02:46:59.000Z","updated_at":"2026-06-01T01:57:48.000Z","dependencies_parsed_at":"2026-06-07T02:02:11.270Z","dependency_job_id":null,"html_url":"https://github.com/hrconsultnj/claude-plugins","commit_stats":null,"previous_names":["hrconsultnj/composure","hrconsultnj/claude-plugins"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/hrconsultnj/claude-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrconsultnj%2Fclaude-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrconsultnj%2Fclaude-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrconsultnj%2Fclaude-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrconsultnj%2Fclaude-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrconsultnj","download_url":"https://codeload.github.com/hrconsultnj/claude-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrconsultnj%2Fclaude-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35101093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai-tools","claude-code","claude-code-plugin","code-quality","code-review","knowledge-graph","mcp","tree-sitter","typescript"],"created_at":"2026-05-24T05:06:24.216Z","updated_at":"2026-07-03T21:00:54.209Z","avatar_url":"https://github.com/hrconsultnj.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/hero-ecosystem.png\" alt=\"Composure — code quality, security, testing, CI/CD, and design for Claude Code\" width=\"800\"\u003e\n\u003c/p\u003e\n\n# Composure\n\n**A plugin system for Claude Code that catches architecture, security, and quality issues inline — before they reach a commit.**\n\nClaude writes code fast. Composure makes sure it writes it right — enforcement hooks that run outside the model at zero token cost, architecture skills that load current patterns instead of stale training data, and a structural code graph that understands your whole project.\n\n**Docs, account, and full reference → [composure-pro.com](https://composure-pro.com)**\n\n\u003e This repository is the public home for Composure — the showcase, use-cases, and where you file issues and pull requests. The plugins are distributed as a built artifact (see Install); the source lives in a separate maintained repository.\n\n## Install\n\nOne command — fresh install or update, macOS / Linux / Windows:\n\n```bash\npnpm dlx create-composure\n```\n\nIt installs the suite, authenticates your account in the browser, and sets up `~/.composure/`. (`bunx`/`npx create-composure` also work.) Already inside Claude Code? Run `/composure:sync` to bring everything current.\n\nThen initialize in any project:\n\n```\n/composure:initialize\n```\n\nDetects your stack, builds the code graph, and pulls in the companion plugins your project needs.\n\n## What's in the suite\n\n| Plugin | What it does |\n|--------|--------------|\n| **Composure** | Code-quality enforcement, architecture skills, the code graph, Cortex memory, and the task queue — the foundation the others build on. |\n| **Sentinel** | Security — secret detection on every write, insecure-pattern blocking, dependency CVE auditing, HTTP header analysis. |\n| **Testbench** | Convention-aware test generation that reads your existing tests to match style, plus coverage nudges. |\n| **Shipyard** | CI/CD generation and validation — GitHub Actions / GitLab / Bitbucket, Dockerfiles, production-readiness checks. |\n| **Design Forge** | Premium web design patterns — components, animations, 3D, accessibility-first. |\n\nFull skill and hook reference lives on the website — this repo stays focused on showing what the suite does, not documenting every internal.\n\n## How it works (three layers)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/hook-pipeline.png\" alt=\"Composure's hook enforcement pipeline\" width=\"800\"\u003e\n\u003c/p\u003e\n\n- **Hooks — the enforcer.** Shell scripts that fire on every Read/Edit/Write, outside the LLM at zero token cost. The agent can't bypass them.\n- **Skills — the playbook.** Slash commands for architecture, security, testing, CI/CD, and audits — each loading current, framework-specific guidance.\n- **The graph — the brain.** A multi-language SQLite knowledge graph of your whole project (code, migrations, config, docs) Claude queries for instant structural answers.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/multi-language.png\" alt=\"Same enforcement across multiple languages\" width=\"800\"\u003e\n\u003c/p\u003e\n\n## See it in action\n\nReal scenarios where Composure does what vanilla Claude Code can't — full write-ups in **[use-cases/](use-cases/)**:\n\n| Use case | What it shows |\n|----------|---------------|\n| [Code Graph vs Explore Agents](use-cases/graph-vs-explore/) | 30× fewer tokens, 9× faster, zero missed code |\n| [Multi-Project Graph at Scale](use-cases/multi-project-graph/) | 15 projects, 100K nodes, 90× faster discovery |\n| [12-Minute Vulnerability Resolution](use-cases/vulnerability-resolution/) | 4 CVEs patched in one session |\n| [Blueprint vs Plan Mode](use-cases/blueprint-vs-plan-mode/) | 2.75× fewer tokens, higher-quality plans |\n| [From Idea to Production](use-cases/full-organism-from-idea-to-production/) | One sentence → shipped feature |\n\n→ **[Browse all use-cases](use-cases/)**\n\n## Contributing \u0026 issues\n\nIssues and pull requests are welcome here. See [CONTRIBUTING.md](CONTRIBUTING.md) and [CODEOWNERS](CODEOWNERS).\n\n## Licensing\n\n[PolyForm Noncommercial 1.0.0](https://polyformproject.org/licenses/noncommercial/1.0.0/) — see [LICENSE](LICENSE), [COMMERCIAL-LICENSE.md](COMMERCIAL-LICENSE.md), and [PRIVACY.md](PRIVACY.md). Plans and commercial licensing are on [composure-pro.com](https://composure-pro.com).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrconsultnj%2Fclaude-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrconsultnj%2Fclaude-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrconsultnj%2Fclaude-plugins/lists"}