From mnemonic
Mnemonic organizational knowledge base with semantic search. Use proactively when working with proposals, projects, clients, or engineering decisions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/mnemonic:knowledgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You have access to an organizational knowledge base with semantic search across 5 domains.
You have access to an organizational knowledge base with semantic search across 5 domains.
Always use the lightest layer first to minimize token consumption:
| Layer | Tools | Tokens | When to use |
|---|---|---|---|
| 0 | search_quick, browse, count | ~50/result | "What exists?" — scan first |
| 1 | search, search_* | ~200/result | "What's relevant?" — semantic match |
| 2 | get_entity | ~500-2000 | "Tell me everything" — only specific items |
| 3 | find_related | N × ~50 | "What's connected?" — graph traversal |
NEVER request Layer 2 for multiple entities at once. Start with Layer 0/1, then drill down.
search_commercial + search_engineeringsearch_financial("APU similar")search_quick(domain=commercial, client=X)search_engineering("previous architecture")save_entity(domain=engineering, type=architecture)save_entity(domain=knowledge, type=lesson)save_entity(domain=commercial, type=client_comm)save_entity(domain=engineering, type=equipment)create_reference(ref_type=proposal) + save_entitynpx claudepluginhub p/marioser-mnemonic-pluginBuilds a throwaway prototype to answer a design question about UI appearance or state/logic behavior. Guides you through two branches: interactive terminal app for logic validation, or multiple UI variations for visual exploration.