Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Insajin/autopus-adk --skill auto-setupgit clone --depth 1 https://github.com/Insajin/autopus-adkWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/insajin/autopus-adk/auto-setup)<a href="https://agentmods.dev/skills/insajin/autopus-adk/auto-setup"><img src="https://agentmods.dev/badge/skills/insajin/autopus-adk/auto-setup.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00031 | $0.03057 |
| Opus 5 | $0.00015 | $0.01528 |
| Sonnet 5 | $0.00006 | $0.00611 |
| Haiku 4.5 | $0.00003 | $0.00306 |
Grade A, and why
auto-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 234 lines — stays where its author put it; the contents beside it link to each section on GitHub.
auto-setup — 프로젝트 컨텍스트 생성 스킬
OMP Invocation
/auto setup .../auto-setup ...- Load detail skill
auto-setupfor either entrypoint.
프로젝트: autopus-adk | 모드: full
설명
프로젝트 구조와 기술 스택을 분석해 세션 간 지속되는 컨텍스트 문서를 생성하거나 갱신합니다.
이 스킬은 첫 세션 온보딩, 오래된 프로젝트 재진입, /auto plan//auto sync 전 컨텍스트 복구에 사용합니다.
Workspace Folder Boundary
ADK는 workspace folder profile의 소유자가 아니라 workspace 또는 repo checkout 안에 설치되는 harness/execution layer입니다. auto setup은 루트 역할과 추적 정책을 문서화하지만, canonical Knowledge Hub의 folder identity, promotion, admission 정책을 ADK generated surface로 대체하지 않습니다.
Generated/runtime/harness surfaces are excluded from canonical Knowledge Hub indexing unless they are explicitly human-managed project/spec documents:
- Excluded:
.autopus/runtime/**,.autopus/qa/{runs,cache,gui,feedback,evidence,releases}/**raw artifacts,.autopus/context/signatures.md,.autopus/*-manifest.json,.autopus/plugins/**,.autopus/orchestra/**,.autopus/brainstorms/**,.autopus/design/{imports,verify}/**,.autopus/canary/**,.codex/**,.claude/**,.gemini/**,.opencode/**,.agents/{skills,plugins,commands}/**,.agents/hooks.json,.symphony/artifacts/**,config.toml - Indexable local docs:
.autopus/project/**,.autopus/specs/**,.autopus/vault/**,README.md,docs/** - Candidate/projection only:
.autopus/inbox/**requires promotion; sanitized.autopus/learnings/pipeline.jsonlrows remain ADK Decision/Quality Index projection evidence.
사용법
/auto setup
/auto setup --auto
OMP 기본 실행 모델
- OMP에서는
setup도taskbatch 기반 subagent-first 로 진행합니다. - Step 1의 전체 코드베이스 분석은 반드시
explorer서브에이전트로 먼저 수행합니다. - 메인 세션은 결과를 검토한 뒤
ARCHITECTURE.md와.autopus/project/*산출물을 최종 정리하고 저장합니다. - 현재 OMP 런타임 정책이 암묵적
taskbatch 호출을 제한하면, 하네스 기본값과 제약을 명시적으로 설명한 뒤 사용자에게 서브에이전트 진행 여부 또는--solo성격의 단일 세션 진행을 확인받습니다.
전체 라우팅 규칙은 /auto setup 라우터를 우선합니다.
실행 순서
[REQUIRED] Step 1: 코드베이스 분석
IMPORTANT: 이 단계는 반드시 explorer 서브에이전트를 먼저 호출해야 합니다. 분석 없이 Step 2로 건너뛰면 안 됩니다.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 234 lines · 31 tokens per session scan A eb01b513edda
auto-setup is a skill published in the GitHub repository Insajin/autopus-adk (110 stars, last pushed today), licensed MIT. It adds 31 tokens to every session and 3,057 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
automations
Create, inspect, edit, archive, delete, run, and search scheduled or executable automation assets.
job
Execution behavior for one saved automation job running in a fresh agent conversation.
api-interface-design
Use when designing public APIs, module boundaries, provider adapters, tool schemas, or data contracts.
explore
Explore the codebase and summarize how the project is wired.
Using OmniForge Framework
Primary guide for using OmniForge CLI, MCP Server, workflows, and agent skills effectively.
github-code-review
Comprehensive GitHub code review with AI-powered swarm coordination.