← ClaudeAtlas

init-agentslisted

Create AGENTS.md (per-repo coding-standards spec) for a Git repo. YAML frontmatter with 11 mandatory v3 fields (branch_pattern, default_branch, pr_base, commit_format, syntax_check, smoke_test, deploy_command, linter, hard_gates, default_oos, ac_templates) plus the optional commit_identity field (12 total) + Markdown body (architecture, code conventions, test conventions, known gotchas). codebase-memory provides intelligent defaults from the repo cluster. Mandatory bootstrap before the first /work-issue run in a repo. Triggers: /init-agents, init agents, create agents.md, coding spec bootstrap, initialize repo standards.
Domek-Labs/stagecrew · ★ 0 · AI & Automation · score 66
Install: claude install-skill Domek-Labs/stagecrew
# /init-agents — Create AGENTS.md for a repo **Type:** bootstrap / standards-spec engineering ## Purpose AGENTS.md is the **single source of truth** for per-repo coding standards. `/work-issue` is a **pure-reader** (no hardcoded defaults): all standards values come from AGENTS.md at the repo root. That makes AGENTS.md **mandatory** before `/work-issue` can run against a repo. `/init-agents` creates it — interactively (the user is walked through every field) or autonomously (codebase-memory supplies sensible defaults). ## Invocation variants ``` /init-agents # cwd repo, interactive dialog /init-agents --repo <slug> # specific repo, interactive (default) /init-agents --repo <slug> --interactive # explicit interactive /init-agents --repo <slug> --auto # autonomous with codebase-memory defaults /init-agents --refine [--repo <slug>] # extend an existing AGENTS.md with missing fields /init-agents --models [--repo <slug>] # add / update the models: block (retrofit path) /init-agents --models --preset <balanced|economy|quality|inherit> [--repo <slug>] # non-interactive preset ``` **Argument parsing:** same as `/work-issue` and `/create-issue` (GitHub syntax, `--repo` flag, cwd fallback). ## Pre-Flight Run in this order — on the first failure, ABORT with a clear hint message. 1. **Repo-path lookup** in `~/.claude/work-i