What problem does it solve?
This Skill guides repo maintainers when adding or changing generated Ax language backends so the implementation stays consistent, verified, and aligned with the core compiler model.
Core Features & Use Cases
- Backend Registration: Update target registration, package naming, capability manifests, and default verification coverage for new or changed language targets.
- Code Generation: Adjust target emitters, templates, package metadata, README text, examples, and runtime support for generated Ax libraries.
- Verification and Conformance: Keep smoke checks, manifest guards, conformance suites, and generated-output audits aligned with the claimed backend surface.
- Use Case: A maintainer adds a new Go or Rust backend, then uses this Skill to wire the target into compilation, generate idiomatic package output, and confirm the published library behaves correctly.
Quick Start
Use this skill to update the generated Ax backend for the target language, then verify registration, templates, examples, and conformance coverage against the repo's compiler and release rules.