hrconsultnj/claude-plugins

66 stars · Last commit 2026-04-11

Claude Code plugin — code quality hooks, knowledge graph, impact-aware reviews, decomposition enforcement. Babysitter for your AI's code quality.

README preview

# Claude Code Plugins

Claude writes code fast. These plugins make sure it writes it right.

> 5 plugins · 33 skills · 17 automated hooks · 13 MCP tools · 8 indexed languages · One command setup
>
> **Full docs & getting started:** [composure-pro.com](https://composure-pro.com)

<p align="center">
  <img src="assets/hero-ecosystem.png" alt="The Pentagon — 5 plugins covering every stage of your project" width="800">
</p>

## The Problem

AI coding agents are fast — but speed without guardrails creates expensive cleanup work. If you've used Claude Code on a real project, you've seen this:

- **Band-aid fixes** — `as any`, `@ts-ignore`, non-null assertions to silence errors instead of fixing types
- **Monolithic files** — 800+ line components that no one wants to touch later
- **Sub-agent races** — parallel agents skip shared types and hack around missing schemas
- **Ignored instructions** — CLAUDE.md says "use proper types" but under pressure, the agent takes shortcuts

View full repository on GitHub →