okhp3-skill-discovery
OverKill Hill P³ · overkillhill.com · github.com/OKHP3
Discovery sources and output
Inspect only sources available in the current environment. If a named index or
skill root is absent, record it as NOT FOUND and continue with the other
sources. Return candidates with source, availability, evidence path, fit,
near-miss risk, invocation, prerequisites, and fallback. Do not imply a skill
is callable until the current host confirms it.
- Read the repository's documented skill index and
.agents/skills/README.md
when present. Do not assume a fixed index path.
- Inspect the current host's available-skills or plugin listing. Treat another
machine's inventory as historical evidence, not current availability.
- If needed, search only likely skill roots for
SKILL.md. Inspect discovery
metadata before loading full bodies.
- Classify each candidate as project-local, installed, runtime-provided,
recommended but unavailable, or unrelated.
- Read the best candidate's
SKILL.md completely. Verify dependencies,
authorization boundaries, and near-miss scope.
- Return the best match, why it fits, how to invoke it, prerequisites, and a
fallback when it is unavailable.
Do not load every skill by default. Do not imply that a named skill, plugin,
app, or tool is callable until the current host confirms it. If no skill fits,
proceed under AGENTS.md and propose a new skill only after the workflow proves
repeatable.
About
Built by Jamie Hill · OverKill Hill P³
Published at github.com/OKHP3
Part of the OKHP3/skillz Agent Skill library.
MIT License -- free to use, fork, and adapt. A nod to the source is appreciated.
1---2name: okhp3-skill-discovery3description: Find, verify, compare, and route to project-local, installed, runtime, or plugin-provided agent skills. Use when the user asks what skills exist, how to invoke one, or when the correct reusable workflow is unclear. Do not use it to install unavailable capabilities without an explicit request.4license: MIT5---67# okhp3-skill-discovery89**OverKill Hill P³** · [overkillhill.com](https://overkillhill.com) · [github.com/OKHP3](https://github.com/OKHP3)1011## Discovery sources and output1213Inspect only sources available in the current environment. If a named index or14skill root is absent, record it as `NOT FOUND` and continue with the other15sources. Return candidates with source, availability, evidence path, fit,16near-miss risk, invocation, prerequisites, and fallback. Do not imply a skill17is callable until the current host confirms it.18191. Read the repository's documented skill index and `.agents/skills/README.md`20 when present. Do not assume a fixed index path.212. Inspect the current host's available-skills or plugin listing. Treat another22 machine's inventory as historical evidence, not current availability.233. If needed, search only likely skill roots for `SKILL.md`. Inspect discovery24 metadata before loading full bodies.254. Classify each candidate as project-local, installed, runtime-provided,26 recommended but unavailable, or unrelated.275. Read the best candidate's `SKILL.md` completely. Verify dependencies,28 authorization boundaries, and near-miss scope.296. Return the best match, why it fits, how to invoke it, prerequisites, and a30 fallback when it is unavailable.3132Do not load every skill by default. Do not imply that a named skill, plugin,33app, or tool is callable until the current host confirms it. If no skill fits,34proceed under `AGENTS.md` and propose a new skill only after the workflow proves35repeatable.3637## About3839Built by [Jamie Hill](https://overkillhill.com) · [OverKill Hill P³](https://overkillhill.com)40Published at [github.com/OKHP3](https://github.com/OKHP3)41Part of the [OKHP3/skillz](https://github.com/OKHP3/skillz) Agent Skill library.42MIT License -- free to use, fork, and adapt. A nod to the source is appreciated.