auto-dev

Route alias-based development requests to the canonical auto router.

106|74|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Insajin/autopus-adk --skill auto-dev-insajin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-dev
Source: https://github.com/Insajin/autopus-adk/tree/main/.autopus/plugins/auto/skills/auto-dev
Command: npx skills add https://github.com/Insajin/autopus-adk --skill auto-dev-insajin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes alias-based development requests to the canonical auto router, enabling seamless handoff to the detailed auto-dev workflow.

Core Features & Use Cases

  • Thin alias shim: reinterpret incoming $auto-dev calls as the canonical @auto dev payload and forward to the main router.
  • Handoff orchestration: perform Context Load and SPEC Path Resolution before invoking the detailed auto-dev workflow.
  • Flexible routing and preservation of intent: supports the full set of flags and subcommands claimed by the main router.

Quick Start

Invoke the alias as $auto-dev <args> to route to the canonical auto router and load the detailed auto-dev process.

Frequently Asked Questions about auto-dev

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

FAQPage Schema
How do I route alias-based development requests to a canonical workflow router?

Routing alias-based development requests to a canonical workflow router involves using a thin alias shim that reinterprets incoming calls and forwards them to the main router. This approach preserves intent and supports all router flags.

What is SPEC path resolution in full-cycle development management?

SPEC path resolution in full-cycle development management is the process of resolving specification file paths during context loading. It is an orchestration step performed before invoking a detailed workflow to ensure correct handoff and environment setup.

Do I need the auto skill installed to use the auto-dev alias for workflow routing?

Yes, the auto skill must be present to use the auto-dev alias. The alias shim depends on the canonical auto router to load the detailed development workflow and execute the required context load operations.

How do I invoke an alias to load a detailed development workflow across environments?

To load a detailed development workflow across environments, invoke the alias using the standard command syntax with your arguments. The shim reinterprets the call as the canonical payload and forwards it to the main router for processing.

Can I pass all router flags and subcommands through an alias shim during workflow handoff?

Yes, you can pass all router flags and subcommands through the alias shim during workflow handoff. The shim is designed to support the full set of flags claimed by the main router, ensuring flexible routing and preservation of intent.

Why does my auto-dev invocation fail to load the detailed workflow process?

An auto-dev invocation fails to load the detailed workflow process if the required auto skill is not present in the environment. The alias requires this canonical router dependency to perform context load and SPEC path resolution successfully.