axiomic
v0.2.0
Published
Keep your team's AI coding rules in sync
Maintainers
Readme
axiomic
Keep your team's AI coding rules in sync.
Axiomic is the single source of truth for how AI writes code on your team. Store
your CLAUDE.md, .cursorrules, and AGENTS.md rules in one place and let
every engineer pull the latest version with one command.
Quick start
npx axiomic init
npx axiomic pull
# rules are now in your projectinit links the current folder to a workspace (paste a token from the web app).
pull writes the latest rules to the files your tools expect.
Commands
| Command | What it does |
| ----------------- | ------------------------------------------------------------------- |
| axiomic init | Link this project to a workspace and verify your API token. |
| axiomic pull | Fetch the latest rules and write them to your configured tool files. |
| axiomic push | Push your local rules file as a new version. |
| axiomic diff | Show the difference between the server rules and your local file. |
| axiomic whoami | Print the current .axiomic configuration (token masked). |
init flags (skip the prompts): --workspace <slug>, --token <token>,
--tools claude,cursor,codex,windsurf, --api-url <url>.
Tool → file mapping written by pull:
| Tool | File |
| ----------- | ---------------- |
| Claude Code | CLAUDE.md |
| Cursor | .cursorrules |
| Codex | AGENTS.md |
| Windsurf | .windsurfrules |
The CLI stores its settings in a .axiomic file at your project root and adds it
to .gitignore automatically (it contains a token — never commit it).
License
MIT
