using-autopus

Installs and configures the Autopus-ADK harness across AI coding CLI platforms.

111|73|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/autopus-ai/autopus-adk --skill using-autopus-autopus-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: using-autopus
Source: https://github.com/autopus-ai/autopus-adk/tree/main/.omp/skills/using-autopus
Command: npx skills add https://github.com/autopus-ai/autopus-adk --skill using-autopus-autopus-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up an agentic engineering harness across multiple AI coding tools (Claude Code, Codex, Antigravity CLI) requires manual configuration of methodologies, hooks, model routing, and quality modes. This Skill guides the installation, configuration, and maintenance of Autopus-ADK so the harness works consistently across platforms. ## Core Features & Use Cases - Guided Installation: Install the harness in Full or Lite mode via auto init, targeting specific platforms like claude-code or codex. - Configuration Management: Explains the autopus.yaml settings for methodology (TDD), hooks, and per-provider quality modes (Ultra/Balanced). - Model Routing Guidance: Documents Opus 5 and Fable 5 model selection, version requirements, and pricing for OMP providers. - Troubleshooting: Diagnose installations with auto doctor, validate config, and reinstall while preserving user edits. - Use Case: A developer wants TDD enforcement and lore commits in both Claude Code and Codex; this Skill walks them through auto init --mode full --platforms claude-code,codex and verifying with auto doctor. ## Quick Start Ask the agent to install the Autopus harness in full mode for Claude Code and Codex, then run auto doctor to verify the setup.

Frequently Asked Questions about using-autopus

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install Autopus-ADK on Claude Code and Codex?▼

Run auto init for interactive setup, or use auto init --mode full --platforms claude-code,codex to install non-interactively. Verify the installation afterward with auto doctor.

What is the difference between Autopus full mode and lite mode?▼

Full mode includes methodology enforcement (TDD/DDD/Double Diamond), model router, intent gate, session continuity, and the hook system. Lite mode includes only architecture docs, lore commits, the SPEC engine, and basic hooks.

How do I set different quality modes per provider in Autopus?▼

Use auto quality provider claude ultra --apply or auto quality provider codex balanced --apply to set per-provider overrides in autopus.yaml. The global auto quality ultra|balanced --apply command updates quality.default and all configured platforms.

Which OMP version is required for Opus 5 in Autopus?▼

Opus 5 via the opus alias requires OMP 2.1.219 or later. The route_team workflow fails closed below 2.1.219, while route_a keeps the older 2.1.154 minimum since it does not pin a model.

How do I troubleshoot a broken Autopus installation?▼

Run auto doctor --verbose for diagnosis or auto doctor --check config to validate configuration. To reinstall while keeping your modifications, use auto update --preserve-user-edits.