init-agents-md
Installation
SKILL.md
init-agents-md
Explore → interview gaps → draft → iterate → write. Skip steps when context already exists in conversation.
1. Detect & Explore
Launch Explore subagent(s) to scan the codebase. Determine:
Project identity:
- Language(s), framework(s), runtime
- Package manager + lockfile
- Monorepo (Turborepo, Nx, Lerna, Cargo workspaces, Go workspaces) vs single-app
- Greenfield (near-empty, no src, scaffold only) vs brownfield (established patterns)
Commands & scripts:
- Read package.json / pyproject.toml / Makefile / Taskfile / Justfile / Cargo.toml / etc.
- Catalog: dev, build, lint, format, check, test (all variants), db, deploy, CI scripts
- Detect test runner, linter, formatter, type checker
Related skills