From gnosis
Loads usage-weighted context from Gnosis MCP, surfacing most-accessed docs for session startup or topic primers.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gnosis:contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load a compact context summary from your knowledge base — prioritized by actual usage patterns.
Load a compact context summary from your knowledge base — prioritized by actual usage patterns.
/gnosis:context # Top docs by access frequency
/gnosis:context deployment # Topic-focused context
/gnosis:context --category guides # Filter by category
/gnosis:context --limit 5 auth # Limit results
Get the most-accessed documents — what matters most based on real usage:
Tool: mcp__gnosis__get_context
Arguments:
limit: 10
Get topic-relevant docs enriched with access frequency:
Tool: mcp__gnosis__get_context
Arguments:
topic: "$ARGUMENTS"
limit: 10
--category flagTool: mcp__gnosis__get_context
Arguments:
topic: "$ARGUMENTS"
category: "{category}"
limit: 10
## Context Summary
**Top documents:**
| # | Title | Category | Accesses | Path |
|---|-------|----------|----------|------|
| 1 | Auth Guide | guides | 47 | curated/guides/auth.md |
**Stats:**
- Total docs: 571
- Total chunks: 14,582
- Categories: guides (38), architecture (12), ...
search_docs and get_doc log usageGNOSIS_MCP_ACCESS_LOG=falsegnosis-mcp cleanup --days 90npx claudepluginhub nicholasglazer/gnosis-mcpShows context token savings, consumption ratio, and per-tool breakdown from context-mode. Displays read-only stats for the session, with no reset capability.
Builds and queries AI-powered knowledge bases from claude-mem observations, enabling focused Q&A on past work patterns, decisions, and bugfixes.
Loads relevant knowledge files by tag query, enabling on-demand retrieval of promoted context documents.