How to work in an OKF starter project (the okf starter pack): a knowledge base that is conformant with Google's Open Knowledge Format (OKF) from commit one — concepts/, references/, notes/, a reserved index.md navigation hub, and a reserved log.md change history. Read when the project has these folders + reserved files. Carries the OKF conventions (non-empty type on every non-reserved doc; reserved files carry no frontmatter) as guidance, not enforcement. Complements the platform open-knowledge skill; does not replace it.
$npx -y skills add inkeep/open-knowledge --skill okfInstalls into the current project.
Run `npx skills use "https://github.com/inkeep/open-knowledge" --skill "inkeep/open-knowledge/okf"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/inkeep/open-knowledge" that are relevant to the current task. Run `npx skills add "https://github.com/inkeep/open-knowledge"` and select the relevant skills, then follow their instructions.