init-agentslisted
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