ompsure
ompsure

Getting Started

Getting StartedComposure Pro MCP Server

Guides

Plans & Account ManagementAnalyze Your Session Costs

Use Cases

Blueprint

CLI Auth in 28 MinutesBlueprint vs Plan ModeProgressive Refinement

Code Graph

Graph vs Explore AgentsGraph Narrows, Agent DeepensCompound Code ReviewMulti-Project Graph

Plugin Suite

From Idea to ProductionHardened Deploy in 22 Minutes12-Minute Vulnerability Resolution

Cortex Memory

Cross-Model ContinuityTeam Onboarding in HoursSession Context Optimization

Compliance

Healthcare Agent ComplianceVoice Agent Guardrails

Design

Research to Website in 26 Minutes

Getting Started

Install Composure and set up your first project in under 5 minutes.

Getting Started

Composure adds code quality enforcement, architecture guidance, and a structural code graph to Claude Code. Install once, use in every project.

Prerequisites

  • Claude Code (the CLI tool)
  • Node.js 22.5+ (required for the code graph)

Install

pnpm dlx create-composure

This detects your AI tools, installs all 5 plugins, authenticates your account via browser, and sets up ~/.composure/. Works on macOS, Linux, and Windows.

Also works with bunx create-composure or npx create-composure. We recommend pnpm for stricter dependency resolution.

Creating an account is free. The free tier includes the code graph, basic skills, and all enforcement hooks. No credit card required.

Initialize Your Project

Navigate to your project directory and run:

/composure:initialize

Composure will:

  1. Detect your stack — framework, language, package manager, database
  2. Build the code graph — indexes every function, class, type, table, and dependency
  3. Install companion plugins — Sentinel (security), Testbench (testing), Shipyard (CI/CD), Design Forge (UI) — based on what your project needs
  4. Set up the task queue — tracks code quality findings

What You Get

Free (every account)

FeatureWhat it does
Code GraphSQLite knowledge graph — 8 languages, 13 node types. Query functions, dependencies, blast radius instantly.
Enforcement HooksBlock as any, @ts-ignore, hardcoded secrets, SQL injection — on every Edit/Write. Zero token cost.
Architecture RoutingStack-aware guidance loaded automatically when you build features.
17 SkillsBlueprint, initialize, commit, audit, review, code-organizer, and more.
Security ScanningSentinel: SAST, secret detection, dependency CVE audit.
Test GenerationTestbench: convention-aware test generation from existing test files.
CI/CD GenerationShipyard: GitHub Actions, GitLab CI, Dockerfiles, preflight checks.

Pro ($39 one-time)

Everything in Free, plus:

FeatureWhat it does
22 Architecture PatternsEntity registry, ID prefixes, 4-level auth, RLS policies, trigger denormalization — battle-tested across 322+ migrations.
Schema Guard HookBlocks boolean status columns, missing tenant columns, inline role definitions — cites the exact pattern doc in each violation.
Priority SupportDirect access for architecture questions and pattern guidance.

Next Steps

Run your first audit

/composure:audit

Get a scored health report with letter grades across Architecture, Security, Code Quality, Dependencies, and Test Coverage.

Plan a feature with Blueprint

/composure:blueprint add user authentication

Blueprint scans your code graph, asks scope questions, analyzes blast radius, and writes a per-file implementation spec — before you write a single line of code.

Explore the graph

/composure:view-graph

Opens an interactive visualization of your entire codebase — functions, imports, dependencies, test coverage — in your browser.

Manage Your Account

/composure:auth status     # Check your plan and features
/composure:auth upgrade    # Open pricing page
/composure:auth logout     # Sign out

See the Subscription Guide for plan details and billing.

Composure Pro MCP Server

Connect Claude (web, desktop, mobile), ChatGPT, and Codex to the Composure Pro catalog over MCP.

On this page

Getting StartedPrerequisitesInstallInitialize Your ProjectWhat You GetFree (every account)Pro ($39 one-time)Next StepsRun your first auditPlan a feature with BlueprintExplore the graphManage Your Account