TokenKnows is a Claude Code plugin that distills the current Claude session into 7 structured document types — weekly reports, tech designs, ADRs, incident reviews, books, agent skills, and knowledge graphs — through an MCP server backed by a self-hosted 5-stage LLM pipeline. It also works in Claude Cowork.
Install:
/plugin marketplace add johnnywuj81/tokenknows
/plugin install tokenknows@tokenknows
A long Claude Code debugging or design session contains decisions, trade-offs, and context that normally evaporate when the terminal closes. TokenKnows turns those sessions into artifacts the team actually consumes: the week's sessions become a team weekly report, an architecture discussion becomes an ADR or tech design doc, and recurring entities across sessions are linked into a searchable knowledge graph.
Repo: https://github.com/johnnywuj81/tokenknows
🤖 Generated with Claude Code