Skip to content

netopsengineer/axiom

Repository files navigation

Axiom

Built for Claude Code Marketplace Release License: MIT

axiom-git axiom-versioning

Claude Code plugins, built from first principles.

Axiom is a curated marketplace of plugins for Claude Code - solid ground for whatever you're building.

Backed by evals, not vibes

Every plugin in Axiom earns its place. Before anything ships, it's measured against real task scenarios with graded, repeatable evals - so what you install is backed by empirical data, not good intentions. No toys, no vibe-coded filler, no tokens burned on output that doesn't move the needle. If it can't be measured, it doesn't ship.

Want receipts? Each plugin keeps a scored eval history in its own README, and the index below is generated so new plugin evals surface here automatically.

The eval index is generated from .claude-plugin/marketplace.json and each shipped skill's evals/evals.json manifest. Plugin READMEs are the canonical scored histories.

Plugin Evaluated skill manifests Scenarios Manifest expectations Scored history
axiom-git commit-message 6 24 Eval history
axiom-versioning dependency-versions 5 25 Eval history

Current coverage: 2 plugins, 2 evaluated skills, 11 scenarios, 49 manifest expectations.

Add the marketplace

/plugin marketplace add netopsengineer/axiom

Plugin sources in this marketplace use relative paths, which resolve only when the marketplace is added from a Git host (GitHub, GitLab, or a git URL) - not from a direct URL to marketplace.json.

Plugins

Composes Conventional Commits messages with gitmoji from the staged diff, with safety gates for protected branches, staged secrets, and pre-commit hooks.

Category: version-control

/plugin install axiom-git@axiom

Audits and updates external versioned dependencies across application, infrastructure, and CI/CD configurations.

Category: dependency-management

/plugin install axiom-versioning@axiom

Repo layout

.claude-plugin/marketplace.json   # Marketplace catalog (lists all plugins)
plugins/<name>/                   # One directory per plugin (its own plugin.json)
dev/<name>/                       # Eval run data, not shipped with the plugin

Contributing

Local setup, commit conventions, the release process, and CI/CD - see CONTRIBUTING.md.