auto-setup

auto-setup is a skill for Claude Code, Codex from Insajin/autopus-adk. It costs 31 tokens per session (3,057 once invoked), scanned A, original, MIT.

A project-onboarding helper that examines a codebase and creates or updates documents describing its structure and technology choices.

In plain words
What is it for?
Use it to analyze a project, create `ARCHITECTURE.md` and `.autopus/project` context files, or refresh those documents before planning or documentation work.
Why use it?
It gives later coding sessions a shared project context, which helps when starting work, returning to an old project, or planning changes without rereading everything.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents; mentions Codex; mentions OpenCode.

Good fit Use it to analyze a project, create ARCHITECTURE.md and .autopus/project context files, or refresh those documents before planning or documentation work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/insajin/autopus-adk/auto-setup
Install

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.

Any agent
npx skills add Insajin/autopus-adk --skill auto-setup
Clone the repo
git clone --depth 1 https://github.com/Insajin/autopus-adk

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for auto-setup

README.md
[![agentmods](https://agentmods.dev/badge/skills/insajin/autopus-adk/auto-setup.svg)](https://agentmods.dev/skills/insajin/autopus-adk/auto-setup)
Your own site
<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>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,057 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 7d ago against content hash eb01b513edda, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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.

.omp/skills/auto-setup/SKILL.md · 234 lines

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-setup for 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.jsonl rows remain ADK Decision/Quality Index projection evidence.

사용법

/auto setup
/auto setup --auto

OMP 기본 실행 모델

  • OMP에서는 setuptask batch 기반 subagent-first 로 진행합니다.
  • Step 1의 전체 코드베이스 분석은 반드시 explorer 서브에이전트로 먼저 수행합니다.
  • 메인 세션은 결과를 검토한 뒤 ARCHITECTURE.md.autopus/project/* 산출물을 최종 정리하고 저장합니다.
  • 현재 OMP 런타임 정책이 암묵적 task batch 호출을 제한하면, 하네스 기본값과 제약을 명시적으로 설명한 뒤 사용자에게 서브에이전트 진행 여부 또는 --solo 성격의 단일 세션 진행을 확인받습니다.

전체 라우팅 규칙은 /auto setup 라우터를 우선합니다.

실행 순서

[REQUIRED] Step 1: 코드베이스 분석

IMPORTANT: 이 단계는 반드시 explorer 서브에이전트를 먼저 호출해야 합니다. 분석 없이 Step 2로 건너뛰면 안 됩니다.

Read the full file on GitHub · 234 lines

Changes

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.

  1. 7d ago First seen · 234 lines · 31 tokens per session scan A eb01b513edda

Subscribe to this mod's changes

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.