Coding-agent integrations
Use AgentUse from Codex, Claude Code, or Pi to turn a workflow in your current conversation into a reusable.agentuse file. The integration helps define the
agent, prepare its runtime, and validate it before its first real run.
Choose a release
Starting with v0.21.0, GitHub Releases include four downloadable integration packages:
Choose a published version and keep the extracted files in a persistent
directory. The commands below use v0.21.0; they work once that release is
published. They require
curl and the appropriate archive tool (unzip or
tar). Install your coding assistant first.
Codex
Claude Code
Pi
Portable Agent Skills archive
Download and extract the portable package:portable/automate directory through your host’s skill
installer, or copy it into that host’s supported skills directory. Keep the
whole directory, including references, together. Restart the host if required
and ask it to use the automate skill.
Validate and run the resulting agent
The integration first tries to load current AgentUse guidance throughnpx,
then from an installed agentuse command. If neither is available, it can use
the bundled guidance to draft a file. Running and validating that file requires
the AgentUse CLI and a configured model provider.
Review the generated source and setup requirements, then validate and test it:
Updates and local development
Release downloads stay at the version you installed. To move to another release, remove the old integration through your host’s plugin or package manager, download the new archives into a separate version directory, and repeat the installation. For Codex and Claude Code, also remove the oldagentuse-release marketplace registration before adding its replacement.
Contributors can run bun run integrations:build in the AgentUse repository.
The generated local-development marketplaces use agentuse-development; their
installation commands are in the repository’s integrations READMEs.