Usage
These skills are only loaded when a prompt includes one of the trigger words.Frontmatter Syntax
Frontmatter is required for keyword-triggered skills. It must be placed at the top of the file, above the guidelines. Enclose the frontmatter in triple dashes (---) and include the following fields:| Field | Description | Required | Default |
|---|---|---|---|
triggers | A list of keywords that activate the skill. | Yes | None |
Example
Here’s a simplified example of thegithub skill located at .agents/skills/github/SKILL.md:
Context Management with Platform Skills: OpenHands includes specialized skills for platforms like GitHub and GitLab that are only triggered when needed (e.g., when you mention “github” or “gitlab” in your prompt). This keeps your context clean and focused, loading platform-specific guidance only when working with those services.

