From okfy
Use when the current project or a referenced directory contains an OKF knowledge bundle (a directory with meta/purpose.md and index.md, or an AGENTS.md mentioning "OKF Knowledge Bundle") and the task involves answering questions from it or working with its knowledge. Teaches the consumption discipline.
How this skill is triggered — by the user, by Claude, or both
Slash command
/okfy:okf-consumerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are near an OKF Knowledge Bundle. Its own `AGENTS.md` is the authoritative
You are near an OKF Knowledge Bundle. Its own AGENTS.md is the authoritative
protocol — read it FIRST and follow it. This skill is the fallback discipline
when that file is missing or you need a refresher:
meta/purpose.md — what this bundle is for bounds
what it can answer.index.md; open only the concepts you
need. Never bulk-read the bundle.meta/lexicon.md and the glossary
for the canonical vocabulary (and aliases — they carry cross-language
equivalents). With the okfy CLI: okfy query <bundle> "<canonical terms>",
then okfy show <bundle> <concept-id>. Query Expansion is now done by the
tool itself: it returns the expanded_query it actually searched plus
per-row notes from the lexicon — trust them. A ambiguous note means the
term maps several ways: ask the user which they meant instead of picking.
A not-covered note means the bundle has no answer: say so, don't guess.not-covered notes.stale means the owner has ruled it "do
not trust as current" — it may still be the best available answer, so keep
it, but tell the user it is stale (and its reason) rather than presenting it
as current fact.okfy propose <bundle> --target <id> --action update --note "<why>" --from <file> — a human reviews them.npx claudepluginhub vsov/okfy --plugin okfyRoutes to the correct kb-* skill for starting, ingesting, querying, linting, or visualizing OKF knowledge bundles. Activates when a knowledge/ bundle exists or the user wants to work with project knowledge.
Navigates OKF-documented project knowledge (schemas, metrics, APIs) by reading Markdown files with YAML frontmatter. Activates on `<mega-brain>` blocks or queries about documented concepts.