From knowz
Auto-detect when the user is asking knowledge questions or sharing insights that match Knowz vault rules. Triggers when user asks about past decisions, conventions, patterns, or shares learnings worth capturing — e.g. 'why did we...', 'what's our convention for...', 'we decided to...', 'I learned that...'
How this skill is triggered — by the user, by Claude, or both
Slash command
/knowz:knowz-autoThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the **Knowz Auto** trigger skill. You make vault interaction truly frictionless by automatically consulting vaults or offering to save knowledge — without the user needing to explicitly use `/knowz`.
You are the Knowz Auto trigger skill. You make vault interaction truly frictionless by automatically consulting vaults or offering to save knowledge — without the user needing to explicitly use /knowz.
This skill activates automatically when Claude detects the user's message matches this skill's description:
knowz-vaults.md exists in the project rootmcp__knowz__*) are available/knowz command executionIf any prerequisite fails → do nothing. Do not interfere with normal conversation.
Read knowz-vaults.md from the project root. Parse:
## DefaultsDetermine if the user's message is a query or a save candidate:
Query signals — the user is asking about something that might be in a vault:
Save signals — the user is sharing knowledge worth capturing:
Compare the classified message against each vault's routing rules:
If no vault rules match the message, do nothing — this isn't vault-relevant content.
For query matches — search silently, include findings in response:
mcp__knowz__search_knowledge with:
query: extract the core question from the user's messagevaultId: the matched vault IDlimit: 5Based on your vault knowledge, {relevant finding}...
or
Your {Vault Name} vault has context on this:
- {relevant item title}: {key insight}
For save matches — offer to capture, never auto-save:
This looks like it could be worth saving to {Vault Name}. Want me to capture it?
/knowz skill's save flow:
knowz-pending.md in the project root (create file if needed)knowz-pending.example.md:
---
### {ISO timestamp} -- {Category}: {Title}
- **Category**: {category}
- **Target Vault**: {vault name}
- **Source**: knowz-auto
- **Content**:
{formatted content}
---
"Queued to knowz-pending.md — run /knowz flush when MCP is available."/knowz. If the user is already using the explicit skill, stay out of the way./knowzcode:explore) complete, if the user's message matches save/query signals. The prerequisite "NOT during an explicit /knowz command" only excludes active /knowz invocations, not other skills.npx claudepluginhub knowz-io/knowz-skills --plugin knowzQueries the Memory Mason knowledge base using index-guided retrieval, session context, and wikilink citations. Use for past decisions, patterns, lessons, and technical knowledge from previous AI conversations.
Manage a per-project .briefing/ knowledge base with Obsidian-compatible Markdown notes for sessions, decisions, learnings, and references.