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: create AGENTS.md at the repository root.
  • /init <path>: create AGENTS.md scoped to <path>.
    • If <path> is a directory, write <path>/AGENTS.md.
    • If <path> ends with .md, treat it as the full output file path.

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.

Workflow

Installs
17
GitHub Stars
115
First Seen
Mar 1, 2026
init — openhands/extensions