Compatibility
Full fidelity in Omegon. Graceful degradation elsewhere.
Armory packages are native Omegon artifacts, but most also have useful degraded forms for
other agent hosts. The generated catalog API exposes this through each item's
compatibility metadata.
Compatibility tiers
- Tier 0: human-readable metadata or external tool reference.
- Tier 1: prompt-compatible instructions, role prompts, or style guidance.
- Tier 2: manifest-compatible dependency graphs or agent blueprints.
- Tier 3: portable callable interface such as MCP, CLI, or HTTP.
- Tier 4: full native runtime support.
Package behavior
- Skills: degrade to instruction packs.
- Personas: degrade to system or role prompts.
- Tones: degrade to style instructions.
- Profiles: degrade to dependency manifests that require resolution.
- Agents: degrade to agent blueprints;
agent.pklremains Omegon-native. - Extensions: degrade to external tool references unless MCP, CLI, HTTP, or OCI interfaces are explicitly declared.
- Forge templates: are Nex-native Pkl payloads that degrade to reviewed forge blueprints for other agents.
Browse compatibility metadata
Use the full catalog to inspect every item, or read the raw API for machine consumption.
- All packages
- Catalog API
- Profiles — profile pages show export commands for generic markdown, AGENTS.md, CLAUDE.md, and Cursor rules.
- Forge templates — Nex-owned Pkl payloads distributed as OCI artifacts.
- Full source document