skill_name

Inject trigger-driven prompts and MCP tools into agent context.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Inject specialized prompts into agent context to empower reasoning with reusable, trigger-driven knowledge.

Core Features & Use Cases

  • Context injection: add repository-based guidelines and domain knowledge to prompts
  • Trigger-driven activation: enables conditional loading based on user messages
  • MCP integration: can spawn MCP tools for extended capabilities within skills
  • Reusability: promotes consistent behavior across projects and teams

Quick Start

Define a Skill with a name and trigger in SKILL.md and load it on conversation start.

Frequently Asked Questions about skill_name

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

FAQPage Schema
How do I inject reusable prompts into agent context?

Trigger-driven context injection activates when user messages match defined triggers, conditionally loading specialized prompts and MCP-enabled tools to empower reasoning with reusable knowledge.

How do I set up context injection for repository-based knowledge?

Set up context injection by creating a SKILL.md frontmatter with name and trigger in the repo, then load it on conversation start to validate and inject specialized prompts into agent context.

Does context injection support MCP integration for extended capabilities?

Context injection supports MCP integration, allowing you to spawn MCP-enabled tools for extended capabilities within skills across repository and knowledge-based applications.

Do I need a loader to validate and inject content at conversation start?

Yes, a loader is required to validate and inject content at conversation start, ensuring the SKILL.md frontmatter with name and trigger is properly processed before agent reasoning begins.

When should I use trigger-driven knowledge instead of static prompts?

Use trigger-driven knowledge when you need conditional loading based on user messages, enabling consistent behavior across projects and teams with reusable, specialized prompts.