# Agnt Init

> Initialize a project for agents by creating AGENTS.md and symlinking CLAUDE.md to it.

- Skill: `agntswrm/agnt-init` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agntswrm/agnt-init`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agntswrm/agnt-init/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: agntswrm (https://skillmd.com/u/agntswrm)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/agntswrm/agnt-init

---


# agnt-init

Initialize a project for agents

- Find the project root (`.git`, `package.json`, `go.mod`, or current working directory)
- If `AGENTS.md` or `CLAUDE.md` already exist, ask the user before overwriting
- Create `AGENTS.md` with this exact content:

```markdown
<!-- Do not edit or remove this section -->
This document exists for non-obvious, error-prone shortcomings in the codebase, the model, or the tooling that an agent cannot figure out by reading the code alone. No architecture overviews, file trees, build commands, or standard behavior. When you encounter something that belongs here, first consider whether a code change could eliminate it and suggest that to the user. Only document it here if it can't be reasonably fixed.

---
```

- Symlink `CLAUDE.md` to `AGENTS.md`

