UAIX.org publishes a UAIX / UAI-1 Agent Skill bundle for skills-compatible agents. The skill teaches agents how to create, validate, cite, and package UAI-1 evidence using UAIX’s public specification, validator, API routes, Adoption Kit, Conformance Pack, AI Memory, and Project Handoff records. Agent Skills handle reusable procedure loading; UAI-1 handles portable public evidence.
What this page is for
Use this page when an agent or maintainer needs the reusable UAIX procedure bundle itself, rather than the broader agentic-harness strategy. The bundle is a reference SKILL.md folder with supporting files that a skills-compatible agent can load before producing UAIX evidence.
Download the reference UAIX / UAI-1 Agent Skill bundle. The current package is uaix-uai-1-agent-skill-v0.1.0.zip with SHA-256 2C654A1FBAA3646E4FB0B612EB036A2B3183EF7A9C3F4208FBCF12312F6DAB1D.
Layer split
| Layer | Job | Boundary |
|---|---|---|
| Agent Skill | Load repeatable instructions, route maps, support boundaries, and packaging steps into a compatible agent session. | Procedure guidance only; not a runtime, hosted importer, SDK, CLI, certification, endorsement, or official adapter. |
| UAI-1 | Carry the reviewed public exchange packet, provenance, validator output, conformance material, and release or handoff evidence. | Evidence for the named packet and scope; not a blanket conformance or certification claim. |
| AI Memory and Project Handoff | Preserve accepted project facts, constraints, decisions, checks, receiver briefs, and next actions after review. | Project memory; not UAI-1 conformance evidence by itself. |
Use it when
- A skills-compatible agent needs to create a first UAI-1 evidence packet.
- A reviewer wants a repeatable route map for UAI-1, Schemas, Registry, Examples, the Validator, and the API Reference.
- A team wants to package a first-proof record with the Adoption Kit or release evidence with the Conformance Pack.
- An agent needs to write accepted facts back into AI Memory or Project Handoff without preserving raw traces or unsupported claims.
Evidence workflow
- Resolve current UAIX routes: use the public pages for human citations and the live API catalog, discovery, schemas, registry, examples, validator, Adoption Kit, Conformance Pack, and OpenAPI routes for automation.
- Choose the UAI-1 record shape: select the applicable profile and keep the schema, registry entry, example, and route URLs with the work product.
- Create the candidate packet: use readable keyed JSON for review, keep identity, target, delivery, trust, body, provenance, integrity, and extensions explicit when they apply, and redact sensitive material before validation.
- Validate before claiming support: keep the exact checked packet, validator response, route URLs, timestamp, and named scope together.
- Cite public sources: cite the public page for prose claims, the machine route for automation, and the changelog or roadmap when the claim depends on release state or future support.
- Package the result: use the Adoption Kit for a first-proof packet and the Conformance Pack when release evidence needs to travel.
- Write back reviewed facts only: promote accepted facts into AI Memory, Project Handoff, release notes, tests, code, roadmap state, or machine artifacts after review.
Support boundary
- The bundle is current as a reference procedure package with
SKILL.mdand supporting reference files. - It helps compatible agents resolve UAIX routes, select UAI-1 profiles, validate packets, preserve citations, and package first-proof or release evidence.
- It is not an agent runtime, scheduler, orchestrator, SDK, CLI, certification authority, endorsement program, official adapter, hosted importer, automatic repository writer, automatic LLM Wiki sync service, package registry, authorization layer, or capability-package conformance profile.
- Do not use it for AUiX, MedAI-UAIX, User-AI Experience research, or similarly named projects outside UAIX.org / Universal Artificial Intelligence Exchange / UAI-1.
- Do not place secrets, credentials, private customer data, hidden prompts, raw approvals, privileged operations, or unredacted runtime traces into UAI-1, AI Memory, or Project Handoff records.
Related UAIX records
- Agentic Harness Strategies And UAIBroader strategy for separating runtime execution from durable UAI evidence.
- UAI-1The current public exchange and evidence contract.
- ValidatorValidate candidate packets before they become evidence.
- API ReferenceResolve live catalog, discovery, schema, registry, example, and validation routes.
- Adoption KitPackage the first proof path for a new adopter.
- Conformance PackCarry reusable release evidence without implying certification.
- RoadmapCheck future skill/package mapping ideas before widening support language.