Add Repo Inst banner
OpenHands OpenHands

Add Repo Inst

Development community

Description

--- name: add_repo_inst version: 1.0.0 author: openhands agent: CodeActAgent triggers: - /add_repo_inst inputs: - name: REPO_FOLDER_NAME description: "Branch for the agent to work on" --- Please browse the current repository under /workspace/{{ REPO_FOLDER_NAME }}, look at the documentation and relevant code, and understand the purpose of this repository. Specifically, I want you to create a `.openhands/microagents/repo.md` file. This file should contain succinct information that summar

Installation

Installs to ~/.claude/skills/openhands-openhands-add_repo_inst/SKILL.md

Terminal
mkdir -p ~/.claude/skills/openhands-openhands-add_repo_inst && curl -fsSL https://raw.githubusercontent.com/OpenHands/OpenHands/HEAD/skills/add_repo_inst.md -o ~/.claude/skills/openhands-openhands-add_repo_inst/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository