This agent helps create new microagents in the `.openhands/microagents` directory by providing guidance and templates.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add ranbot-ai/awesome-skills --skill add-agent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Add Agent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ranbot-ai-add-agent)More formats (shields.io, HTML) on the badges page.
---
name: add_agent
description: This agent helps create new microagents in the `.openhands/microagents` directory by providing guidance and templates.
category: AI & Agents
source: openhands
tags: [git, github, pr, agent, tool, api]
url: https://github.com/OpenHands/OpenHands/blob/main/skills/add_agent.md
---
This agent helps create new microagents in the `.openhands/microagents` directory by providing guidance and templates.
Microagents are specialized prompts that provide context and capabilities for specific domains or tasks. They are activated by trigger words in the conversation and help the AI assistant understand what capabilities are available, how to use specific APIs or tools, what limitations exist, and how to handle common scenarios.
When creating a new microagent:
- Create a markdown file in `.openhands/microagents/` with an appropriate name (e.g., `github.md`, `google_workspace.md`)
- Include YAML frontmatter with metadata (name, type, version, agent, triggers)
- type is by DEFAULT knowledge
- version is DEFAULT 1.0.0
- agent is by DEFAULT CodeActAgent
- Document any credentials, environment variables, or API access needed
- Keep trigger words specific to avoid false activations
- Include error handling guidance and limitations
- Provide clear usage examples
- Keep the prompt focused and concise
For detailed information, see:
- [Microagents Overview](https://docs.OpenHands.dev/usage/prompting/microagents-overview)
- [Example GitHub Skill](https://github.com/OpenHands/OpenHands/blob/main/skills/github.md)
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!