auto-update

Updates the harness surface by detecting the current repository or meta workspace.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Keeping the Autopus harness surface in sync across a repository or meta workspace requires manual refresh steps; this Skill automates detecting the environment and regenerating the harness surface. ## Core Features & Use Cases - Environment Detection: Automatically detects whether the current directory is a repository or a meta workspace before updating. - Harness Surface Refresh: Runs the auto update command via Bash to regenerate the harness surface. - Boundary Reporting: Reports which generated surfaces changed and clarifies the source-of-truth boundaries after the update. - Use Case: After pulling new changes to the Autopus-ADK harness, invoke this Skill to refresh all generated agent and skill surfaces in your project without manually tracking which files need regeneration. ## Quick Start Ask the agent to run auto update to refresh the harness surface in the current repository or meta workspace.

Frequently Asked Questions about auto-update

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

FAQPage Schema
How do I update the Autopus harness surface in my repository?▼

Invoke the auto-update skill via /auto update or /auto-update. It detects whether the current directory is a repository or meta workspace, then runs the auto update command through Bash to regenerate the harness surface.

What does the auto update command actually change?▼

The auto update command regenerates the harness surface, meaning the generated files derived from the harness source of truth. After running, the skill reports which generated surfaces changed and clarifies the source-of-truth boundaries.

Does auto-update work in both repositories and meta workspaces?▼

Yes, the skill automatically detects whether the current directory is a standard repository or a meta workspace and applies the update accordingly. No manual environment specification is required.

When should I run the harness update?▼

Run it after pulling new harness changes, modifying skill or agent definitions, or when generated surfaces appear out of sync with the source of truth. It ensures all generated files reflect the current harness state.