From openhands-skills
Creates repo-specific AGENTS.md contributor guide for AI agents via /init or /init <path>. Inspects structure, docs, build tools, and tests to tailor concise guidelines.
npx claudepluginhub openhands/extensionsThis skill uses the workspace's default tool permissions.
Use this skill when the user asks to scaffold an `AGENTS.md` file (project guidelines for AI agents) for the current repository.
Generates AGENTS.md with project overview, setup commands, dev workflow, testing, code style, build/deployment guidelines for AI coding agents in repositories.
Creates, updates, or optimizes AGENTS.md with minimal high-signal instructions on non-discoverable conventions, tooling quirks, workflows, and rules for repository agents. Use for new repos, stale configs, or repeated agent errors.
Creates, updates, and maintains minimal AGENTS.md and CLAUDE.md files with high-signal agent instructions from project analysis, covering package managers, file-scoped commands, and commit attribution.
Share bugs, ideas, or general feedback.
AGENTS.mdUse this skill when the user asks to scaffold an AGENTS.md file (project guidelines for AI agents) for the current repository.
/init: create AGENTS.md at the repository root./init <path>: create AGENTS.md scoped to <path>.
<path> is a directory, write <path>/AGENTS.md.<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.
Inspect the repo to tailor the guide
ls, find -maxdepth 2).README*, CONTRIBUTING*, DEVELOPMENT*, Makefile).pyproject.toml, package.json, CI configs).tests/, workflow YAMLs, task runners).Write a concise AGENTS.md using the spec below.
Create the file at the target location.
AGENTS.md spec (inspired by Codex /init)# Repository Guidelines.##) to organize sections.AGENTS.md files, briefly mention that more deeply nested files override broader ones within their directory tree.