agents-wizard is an interactive CLI that creates an AGENTS.md for a new project.
Run it without installing it globally:
npx agents-wizardIt is create-only: if AGENTS.md already exists (including as a symbolic link), the command exits without changing it. A successful run writes AGENTS.md and .agents-wizard.yml in the current directory.
Free-text history and personal templates are stored in the user configuration directory resolved by env-paths("agents-wizard") (normally a platform-specific config directory).
Install the pinned toolchain with mise install, then run:
pnpm install --frozen-lockfile
pnpm check
pnpm test
pnpm build
pnpm packUse pnpm build && node dist/cli.js to run the built CLI locally.