ompsure
For Developers

Your AI agent follows instructions. Composure enforces them.

Architecture enforcement, security scanning, and code intelligence — automated in real-time, not based on what AI was trained on.

What makes Composure different

Hooks, not suggestions

17 enforcement hooks across 8 languages. Your AI agent literally cannot bypass them. Instructions are suggestions — hooks are enforcement.

Code graph, not exploration

AST-parsed knowledge graph with 13 MCP tools. Query callers, blast radius, and dependencies in milliseconds — no agent spawning needed.

Commit gating, not hoping

Every commit checks for open Critical/High items on staged files. Security findings, decomposition violations, CVEs — nothing ships with known issues.

Full lifecycle, not single-purpose

Init → blueprint → build → review → scan → test → deploy → commit. One suite covers what 7+ separate tools charge $338/month for.

See it in action

A delta review that uses the code graph to find blast radius, map callers, and detect untested changes — in seconds, not minutes.

terminal
$/composure:review$→ Changes: src/lib/auth.ts, src/hooks/useAuth.ts$→ Impact: 3 files direct, 7 files indirect$→ Risk: Medium (auth module, 12 callers)$→ Untested: handleLogin() — 12 callers, 0 tests$→ Suggestion: Add tests before merging$Total: 3 graph queries, <5 seconds$(vs 3 Explore agents, ~9,000 words, 45+ seconds)

The Composure Suite

6 plugins. 37 skills. One install.

Composure

Architecture & code quality

The foundational plugin. Composure enforces architecture standards, plans work before you build, and reviews changes with full structural awareness. It builds a code knowledge graph that powers instant discovery, blast radius detection, and test coverage prioritization across 8 languages. The task queue aggregates findings from all plugins, and the commit skill gates on unresolved items — nothing ships with known issues.

17 skills

Sentinel

Security scanning

Security scanning that catches vulnerabilities at write-time, not after you push. Sentinel flags hardcoded secrets, injection patterns, and insecure configurations the moment you write them. Dependency auditing identifies CVEs with exact safe upgrade commands. From detection to committed fix in 12 minutes — zero context switches.

5 skills

Shipyard

CI/CD & deployment

From zero to production pipeline in one command. Shipyard detects your stack, generates CI/CD workflows with proper caching and security, creates hardened Dockerfiles, and runs preflight checks before you deploy. Supports GitHub Actions, GitLab CI, Bitbucket, and more.

6 skills

Testbench

Convention-aware testing

Tests that match your project's style, not generic AI output. Testbench reads your existing tests before generating anything — extracting import style, mock patterns, assertions, and naming conventions. Generated tests are indistinguishable from hand-written ones. Self-healing: runs, fixes, and retries up to 3 times.

3 skills

Design Forge

Premium design patterns

Production-grade design patterns and interactive experiences. 33 components including canvas visualizations, glassmorphism panels, animations, and hero scenes — all performance-gated with reduced-motion support and WCAG 2.1 AA compliance. Plus a UX research agent that discovers patterns across real implementations.

2 skills

Cortex

AI memory & reasoning persistence

The brain of the Composure organism. Cortex gives your AI agent persistent memory and structured reasoning that compounds across sessions, projects, and teams. Sequential thinking chains survive restarts. A knowledge graph grows with every session — decisions, patterns, gotchas — automatically captured, instantly searchable. Free tier runs locally on SQLite. Pro tier syncs across devices via Supabase with semantic search.

4 skills

How it compares

FeatureComposureSuperpowersEverything CCPilot Shell
Code graph (structural intelligence)
Enforcement hooks (8 languages)
Security scanning (SAST + CVE)
Convention-aware test generation
CI/CD pipeline generation
Blueprint planning (graph-powered)
Commit gating
Design pattern library

Install in 30 seconds

bash
$pnpm dlx create-composure