What problem does it solve?
This Skill centralizes the discovery and activation of Markdown-based Skill Units by identifying SKILL.md at the root, loading its frontmatter to build a discoverable Skill list, and using the body as the activation prompt for runtime tasks.
Core Features & Use Cases
- Markdown-driven discovery: loads Skill metadata from SKILL.md frontmatter and uses the Markdown body as the activated system prompt.
- ** Progressive resource loading**: supports optional resources in scripts/, references/, assets/ to extend capabilities on demand.
- Reference-rich routing: includes a references/ folder with provider routing guides, MCP references, and integration notes for multi-provider workflows.
- Activation safeguards: validates required fields before enabling a Skill, with graceful fallbacks when resources are missing.
- Common use cases: scanning a repository for Skills, validating Skill units, and deploying a new Skill via frontmatter-driven discovery.
Quick Start
Activate the API Gateway Skill and route a sample request through a Maton-managed provider.