auto-setup
Solid프로젝트 컨텍스트 생성 — 코드베이스를 분석하고 ARCHITECTURE.md 및 .autopus/project 문서를 생성합니다
AI & Automation 107 stars
75 forks Updated today MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# auto-setup — Thin Alias Shim
## Autopus Branding
When handling this workflow, start the response with the canonical banner from `templates/shared/branding-formats.md.tmpl`:
```text
🐙 Autopus ─────────────────────────
```
End the completed response with `🐙`.
## Codex Invocation
Use this alias surface through any of these compatible forms:
- `@auto setup ...` — canonical router when the local Autopus plugin is installed
- `$auto-setup ...` — plugin-local direct alias shim
- `$auto setup ...` — direct router skill invocation
This file is not the detailed workflow definition.
Reinterpret the user's latest `$auto-setup ...` request as `@auto setup ...`, preserve flags exactly, and immediately load skill `auto`.
**프로젝트**: autopus-adk | **모드**: full
## Alias Shim Contract
- Treat this file as a thin alias shim only.
- Immediately load skill `auto` and use it as the canonical router.
- Preserve `--auto`, `--loop`, `--multi`, `--quality`, `--model`, `--variant`, `--team`, `--solo`, and subcommand-specific flags exactly as received.
- Let the router own `Context Load`, `SPEC Path Resolution`, branding, and hand-off to the detailed workflow.
- Do not execute workflow phases directly from this file when a detailed workflow exists.
## Canonical Reinterpretation
- Incoming alias: `$auto-setup <args>`
- Canonical router payload: `@auto setup <args>`
- Required next load: skill `auto`
## Detailed Workflow Source
After the router resolves the request, use these detailed so...
Details
- Author
- Insajin
- Repository
- Insajin/autopus-adk
- Created
- 2 months ago
- Last Updated
- today
- Language
- Go
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
auto-map
코드베이스 분석 — 구조, 엔트리포인트, 의존성을 빠르게 요약합니다
107 Updated today
Insajin AI & Automation Solid
auto-plan
SPEC 작성 — 코드베이스 분석 후 EARS 요구사항, 구현 계획, 인수 기준을 생성합니다
107 Updated today
Insajin AI & Automation Listed
auto-dev
풀 사이클 개발 — plan → go → sync를 순차 실행합니다
107 Updated today
Insajin