general

Route user requests to relevant skills using frontmatter metadata and tool governance.

10|3|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/plc1220/HelpUDoc --skill general-plc1220
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: general
Source: https://github.com/plc1220/HelpUDoc/tree/main/skills/general
Command: npx skills add https://github.com/plc1220/HelpUDoc --skill general-plc1220

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Efficiently route user requests to the most relevant skill and enforce consistent tool usage across sessions.

Core Features & Use Cases

  • Skill routing: scans available skills and selects the best match based on frontmatter metadata.
  • Tool governance: ensures only tools listed in the chosen skill frontmatter are used during execution.
  • Workspace discipline: applies read_file/write_file/edit_file conventions to manage files safely and predictably.
  • Use Case: When a user asks for a multi-step task, the system routes to the right skill and coordinates tools automatically.

Quick Start

Route user requests to the most relevant skill and follow the defined tool usage rules.

Frequently Asked Questions about general

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

FAQPage Schema
How does AI assistant routing work for multi-skill orchestration?

AI assistant routing scans available skills and selects the best match based on frontmatter metadata to simplify multi-skill orchestration. It evaluates the request against defined metadata to route the task to the most relevant skill automatically.

How do I manage workspace file operations safely across multiple skills?

To manage workspace file operations safely, the system applies read_file, write_file, and edit_file conventions. This workspace discipline ensures files are read, modified, and written predictably across different skill executions.

What is tool usage governance in an AI assistant workflow?

Tool usage governance ensures only tools listed in the chosen skill frontmatter are used during execution. This enforces safe tool execution by restricting actions to explicitly approved tools for the routed task.

Do I need frontmatter-defined metadata for skill routing to function?

Yes, frontmatter-defined metadata is required for skill routing. The routing mechanism scans this metadata to evaluate and select the best matching skill, and enforces progressive disclosure during execution.

What's the best way to coordinate multi-step tasks with an AI assistant?

The best way to coordinate multi-step tasks is using a routing system that matches requests to the right skill and coordinates tools automatically. This prevents manual orchestration by governing tool usage across the entire workflow.