Add public skills from OpenHands repository#1
Merged
Conversation
This commit migrates all skills from the OpenHands/skills directory to this separate skills repository. These skills can now be loaded independently and versioned separately from the main OpenHands codebase. Co-authored-by: openhands <openhands@all-hands.dev>
Move all skill .md files into a skills/ subdirectory to keep the repository root clean and organized. Co-authored-by: openhands <openhands@all-hands.dev>
Add detailed README.md that explains: - What Skills are (formerly Microagents) - Two types: General and Keyword-Triggered - How to use Skills in OpenHands - How to create custom Skills for projects - Contributing guidelines with templates - Frontmatter reference documentation - Examples from the skills/ directory Based on OpenHands documentation at: https://docs.openhands.dev/openhands/usage/microagents Co-authored-by: openhands <openhands@all-hands.dev>
General skills do not use frontmatter. Updated: - Changed 'Frontmatter: Optional' to 'Frontmatter: Not used' - Removed frontmatter from general skill example - Removed frontmatter from general skill template - Clarified in frontmatter reference that general skills don't use it Co-authored-by: openhands <openhands@all-hands.dev>
Reduced README from 200+ lines to 88 lines: - Simplified overview and skill types sections - Removed verbose templates and detailed guidelines - Reduced contributing section to essentials - Streamlined frontmatter reference - Condensed examples section - Briefly mentioned microagents name and backward compatibility Co-authored-by: openhands <openhands@all-hands.dev>
xingyaoww
commented
Nov 25, 2025
xingyaoww
commented
Nov 25, 2025
xingyaoww
pushed a commit
that referenced
this pull request
Jan 8, 2026
chore: rename microagent -> skill
This was referenced Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR migrates all public skills from the main OpenHands repository to this dedicated skills repository.
Changes
Motivation
Moving skills to a separate repository enables:
Related Work
load_public_skills()function to automatically load skills from this repositoryThis is part of the effort discussed in OpenHands/software-agent-sdk#1219 to centralize and externalize the skills/microagents library.
@xingyaoww can click here to continue refining the PR