init
Installation
SKILL.md
Initialize AGENTS.md
Use this skill when the user asks to scaffold an AGENTS.md file (project guidelines for AI agents) for the current repository.
Target path rules
/init: createAGENTS.mdat the repository root./init <path>: createAGENTS.mdscoped to<path>.- If
<path>is a directory, write<path>/AGENTS.md. - If
<path>ends with.md, treat it as the full output file path.
- If
Never overwrite an existing file silently. If the target file already exists, ask the user whether to (a) keep it, (b) edit it, or (c) replace it.