From known
Persistent memory graph for LLMs. Store facts during one session, recall them in the next. Semantic search, graph relationships, and hierarchical scopes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/known:knownThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Store knowledge across sessions so agents avoid re-learning the same things.
Store knowledge across sessions so agents avoid re-learning the same things.
| Command | Purpose |
|---|---|
/known:remember | Store a fact from the conversation |
/known:recall | Retrieve knowledge relevant to a query |
/known:forget | Find and delete an entry |
/known:search | Search with full control over flags |
/known:discover | Walk a codebase and store architectural knowledge |
known is unavailable (no scope tree, commands fail): ignore these
instructions and proceed normally.npx claudepluginhub dpoage/known --plugin knownManages persistent knowledge tree with namespaces for proactive recall, search, and organization across conversations. Activates on memory requests or technical topics.
Manages persistent semantic memory across sessions: store/retrieve knowledge/TODOs/issues, hybrid semantic search, hierarchy/tags organization, and maintenance tools.
Stores and retrieves persistent knowledge across Claude Code sessions. Use for cross-session memory, recalling past context, or maintaining an agent identity.