Read-side companion to /ork:remember that lets you search, load, and visualize your knowledge graph without dumping everything into context. The subcommand pattern (search, load, history, viz, status) keeps operations focused. Particularly clever is the layered read strategy: hit the filesystem index first, check session handoff files second, only query the MCP graph when you need typed traversal. Includes a nightly cron job that flags stale entities older than 30 days, which is the kind of maintenance hook you'll actually appreciate six months in. If you're building on OrchestKit's memory system and need to pull context at session start or hunt down past decisions, this is the other half of the loop.
npx skills add https://github.com/yonatangross/orchestkit --skill memory