What problem does it solve?
It provides a simple example of how to register and load a skill even when AGH-specific metadata is missing, helping validate the loader behavior and skill discovery flow.
Core Features & Use Cases
- YAML-frontmatter-based discovery: Ensures the
name and description fields are available for discovery and indexing.
- Minimal operational body: Keeps the skill implementation straightforward for testing the runtime instruction loading.
- Use Case: When building or testing a skill loader, you can include this skill to confirm that skills without AGH metadata still render and activate correctly.
Quick Start
Use the loader test harness to load the skill located at internal/skills/testdata/loader/no-agh and verify it is discovered and its body instructions are available at activation time.