axe-backends 0.1.0

Target platform backends for AXE (Agent eXtension Engine)
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 0 items with examples
  • Size
  • Source code size: 3.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.01 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 37s Average build duration of successful builds.
  • all releases: 37s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • claylo/axe
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • claylo

axe — Agent eXtension Engine

Compile agent skills and rules across agentic coding platforms.

Write once in the AXE canonical format (Markdown + YAML frontmatter), compile to Claude Code, Cursor, Codex, Gemini CLI, GitHub Copilot, Cline, Windsurf, Continue, Zed, and Aider. Or use axe compat to convert between any two platforms directly.

AXE Specification v1.0

Status

Early development. The spec and compiler are being built in the open.

See the AXE spec for the specification and claylo/axe for the compiler.

Install

cargo install axe
# or
brew install claylo/tap/axe

Usage

axe build --target claude,cursor,codex .
axe compat --from cursor --to claude .cursor/rules/
axe diagnose --target windsurf .
axe targets

License

MIT OR Apache-2.0