init
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.
Workflow
- Inspect the repo to tailor the guide
- Skim top-level structure (
ls,find -maxdepth 2). - Read the primary docs (
README*,CONTRIBUTING*,DEVELOPMENT*,Makefile). - Identify build tooling and common commands (
pyproject.toml,package.json, CI configs).
- Skim top-level structure (
More from openhands/extensions
deno
If the project uses deno, use this skill. Use this skill to initialize and work with Deno projects, add/remove dependencies (JSR and npm), run tasks and scripts with appropriate permissions, and use built-in tooling (fmt/lint/test).
19bitbucket
Interact with Bitbucket repositories and pull requests using the BITBUCKET_TOKEN environment variable. Use when working with code hosted on Bitbucket or managing Bitbucket resources via API.
16github-pr-review
Post PR review comments using the GitHub API with inline comments, suggestions, and priority labels.
16pdflatex
Install and use pdflatex to compile LaTeX documents into PDFs on Linux. Use when generating academic papers, research publications, or any documents written in LaTeX.
15github
Interact with GitHub repositories, pull requests, issues, and workflows using the GITHUB_TOKEN environment variable and GitHub CLI. Use when working with code hosted on GitHub or managing GitHub resources.
15jupyter
Read, modify, execute, and convert Jupyter notebooks programmatically. Use when working with .ipynb files for data science workflows, including editing cells, clearing outputs, or converting to other formats.
15