@axiomatic-labs/cli
v1.6.8
Published
AI-powered development toolkit for Claude Code. Skills, agents, hooks, and quality gates that ship production apps — not prototypes.
Downloads
6,170
Maintainers
Readme
Axiomatic
Ship production apps with Claude Code — not prototypes.
Axiomatic is a development toolkit that turns Claude Code into a senior engineering team. It installs skills, agents, hooks, and quality gates that enforce real-world standards on every task.
What you get
- 11 specialized skills — Design pipeline, brand strategy, competitive analysis, CRO, content strategy, and more. Each skill encodes expert-level methodology that Claude follows step by step.
- 12 AI agents — Dedicated agents for design, architecture, code review, and implementation. They work in parallel, each with domain expertise.
- 21 automation hooks — Quality gates, linting, task tracking, browser testing, and dev server management. They fire automatically — no manual checks needed.
- Quality gates on every task — Reviewer and fix agents enforce your project's skills automatically. No shortcuts, no skipped checks.
Quick start
npx @axiomatic-labs/cli init
claude
# then type: /setup
# or just describe what you want to createCommands
axiomatic init # Install Axiomatic in your project
axiomatic update # Update to the latest version
axiomatic version # Check installed and latest versionsHow it works
axiomatic initdownloads the latest template files into your project- You run
claudeto start Claude Code — Axiomatic's skills and agents activate automatically - Run
/setupto detect your stack and generate project-specific skills and agents - Describe what you want — Axiomatic creates tasks, delegates to implement agents, and runs quality gates on every completed task
Updates are non-destructive. axiomatic update replaces only template files — your generated skills, custom agents, and project-specific configurations stay untouched.
Requirements
- Claude Code (Anthropic CLI)
- GitHub CLI (
gh) or aGITHUB_TOKENwith repo access - Node.js 18+
