Agent Skills & Context

Load and integrate SKILL.md-defined agent skills to enrich task context.

Updated Feb 6, 2026
One-click install
npx skills add https://github.com/guanqun-yang/OpenHandsDocs --skill agent-skills-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Agent Skills & Context
Source: https://github.com/guanqun-yang/OpenHandsDocs/tree/main/guides
Command: npx skills add https://github.com/guanqun-yang/OpenHandsDocs --skill agent-skills-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Load and integrate agent skills defined in SKILL.md sources to enrich the agent's context.

Core Features & Use Cases

  • Always-loaded and keyword-triggered skills can be loaded from local repo skills, progressive-disclosure SKILLs, and optional public skills to extend the agent's knowledge.
  • Progressive disclosure supports on-demand loading for large skill sets, with safety fallbacks when sources are unavailable.
  • Public skills integration enables reuse and sharing across teams.

Quick Start

Load and activate the Agent Skills & Context by loading SKILL.md-defined skills from the workspace and enabling both repo-based and keyword-triggered skills.

Frequently Asked Questions about Agent Skills & Context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I load agent skills from a SKILL.md file to enrich context?

To load agent skills, define them in a SKILL.md file with required name and description frontmatter. The system then integrates these sources to enrich the agent's context dynamically for tasks.

What is progressive disclosure for loading large agent skill sets?

Progressive disclosure is an on-demand loading mechanism for large skill sets. It fetches skills only when triggered, preventing context bloat while providing safe fallbacks if sources are unavailable.

Can I trigger agent skills automatically based on specific keywords?

Yes, you can configure keyword-triggered skills using optional triggers in the SKILL.md frontmatter. The system supports both always-loaded and trigger-loaded skills to extend the agent's knowledge.

How do public skills integrate for reuse across different agents?

Public skills integrate by loading defined sources from the workspace, enabling reuse and sharing across teams. They are applied optionally alongside local repo skills to supply dynamic context.

What happens when agent skill sources or references are unavailable?

When agent skill sources are unavailable, the system applies safe fallbacks. This ensures the agent continues operating without crashing, skipping unavailable scripts or references directories gracefully.