axiom
v0.8.10Think before AI thinks.
By wheakerdLicense: MIT3 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 8 skill or MCP entries
- Source updated
- Aug 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add axiom@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/wheakerd/axiomClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/agent-plugin-architect/SKILL.md├── skills/agents-architect/SKILL.md├── skills/confirm-external-action/SKILL.md├── skills/optimize-codex-usage/SKILL.md├── skills/reversible-system-change/SKILL.md├── skills/review-axiom-task/SKILL.md├── skills/traceable-git-submit/SKILL.md└── skills/using-axiom/SKILL.md
Included Skills8
Design, initialize, audit, migrate, maintain, or evaluate a packaged Codex or Claude Code plugin's shared Skills, route ownership, manifests, marketplace wrappers, hooks, and version-bound compatibility evidence. Use only for explicit packaged agent-plugin architecture work. Do not use for repository-local AGENTS.md or .agents/skills systems, ordinary source-code or documentation work merely because it is in a plugin repository, host installation, publication, deployment, or Git submission.
Design, initialize, audit, split, migrate, maintain, or validate a repository's AGENTS.md instruction system, routed .agents guidance, and repo-local .agents/skills that support that system. Use for active-instruction discovery, durable AGENTS updates, route ownership, oversized guidance, or an explicit effective-instructions, effective-instructions:preview, effective-instructions:refactor, effective-instructions:force, effective-instructions:reconcile, or effective-instructions:reconcile-preview mode. Do not use for packaged or installed plugin Skills, ordinary documentation, or general Codex usage optimization unless the requested change is specifically to AGENTS architecture.
Bind and verify a consequential external action. Use when the user explicitly asks to send, publish, invite, purchase, trade, delete, or change external app or account state and the exact actor, target, payload, disclosure, cost, or retry boundary matters. Do not use for read-only lookup, draft-only work, or local Git. Pair with reversible-system-change when the same request also has persistent rollback, data, service, or activation risk.
Reduce or diagnose Codex token, credit, and context consumption without weakening task quality or safety. Use only when the user explicitly asks to save Codex credits or tokens, optimize Skills, AGENTS.md, MCP, or context loading, explain unusually high Codex usage, or design a lower-consumption workflow. Do not use for ordinary coding, software performance work, or generic cost questions.
Plan, rehearse, or execute persistent system changes with verified rollback and postconditions. Use for an install, upgrade, deployment, migration, destructive retention action, or active-version promotion with rollback, data, service, or activation risk. Plans and non-mutating workflow rehearsals stay read-only; isolated restore rehearsals require exact rehearsal-write authority. Pair with confirm-external-action when the same request also causes a consequential external app or account effect. Do not use for ordinary source/configuration edits, Git operations, status queries, or conceptual explanations.
Review the routing, scope, authorization, actions, evidence, stops, and outcome of the current or an explicitly identified Axiom-guided task. Use when the user explicitly asks what Axiom did, why it selected a route, or to audit the task. Do not use for ordinary summaries, code review, or executing or retrying a task.
Route explicit $traceable-git-submit; checkpoint/baseline, consolidation/recovery, hardened, multi-target, or history-replacing work; and a combined commit, tag, and push of an already-prepared plugin release. Ordinary named-remote non-force staging, commits, and pushes without a tag or those other triggers stay host-native; status, diff, and conceptual Git stay outside.
Route an Axiom plugin session to the smallest matching bundled skill. Use at startup, resume, or compaction, or when explicitly deciding whether Axiom applies; no-match requests continue normally.
Plugin manifests2
{
"name": "axiom",
"version": "0.8.10",
"description": "Think before AI thinks.",
"author": {
"name": "wheakerd",
"url": "https://github.com/wheakerd"
},
"homepage": "https://github.com/wheakerd/axiom#readme",
"repository": "https://github.com/wheakerd/axiom",
"license": "MIT",
"keywords": [
"codex",
"agents-md",
"codex-instructions",
"ai-workflows",
"agent-safety",
"workflow-guardrails",
"skills",
"context-efficiency",
"automation",
"developer-tools"
],
"skills": "./skills/",
"hooks": "./hooks/codex-hooks.json",
"interface": {
"displayName": "Axiom",
"shortDescription": "Guardrails for agent actions",
"longDescription": "Axiom routes focused workflows for repository instructions, usage optimization, task review, confirmed external actions, traceable Git submission, and reversible persistent system changes. Route selection never grants mutation authority.",
"developerName": "wheakerd",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"websiteURL": "https://github.com/wheakerd/axiom#readme",
"supportURL": "https://github.com/wheakerd/axiom/issues",
"defaultPrompt": [
"Audit this repository's AGENTS.md instruction system. Report findings only.",
"Plan a reversible production change with rollback evidence. Do not execute it.",
"Review the routing, authorization, actions, and evidence for this Axiom-guided task."
],
"brandColor": "#111827",
"brandColorDark": "#5EEAD4",
"composerIcon": "./assets/axiom-mark.svg",
"logo": "./assets/axiom-mark.svg"
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "axiom",
"displayName": "Axiom",
"version": "0.8.10",
"description": "Think before AI thinks.",
"author": {
"name": "wheakerd",
"url": "https://github.com/wheakerd"
},
"homepage": "https://github.com/wheakerd/axiom#readme",
"repository": "https://github.com/wheakerd/axiom",
"license": "MIT",
"keywords": [
"claude-code",
"agents-md",
"ai-workflows",
"agent-safety",
"workflow-guardrails",
"skills",
"context-efficiency",
"developer-tools"
],
"skills": "./skills/",
"hooks": "./hooks/claude-hooks.json"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[axiom on Agent Plugins Marketplace](https://pluginsmp.com/plugins/axiom)