From qmd-team-intent-kb
Captures architectural decisions, patterns, conventions, and insights as governed team knowledge for Claude Code. Shares via qmd; invoke for team discoveries or importing docs.
npx claudepluginhub jeremylongshore/qmd-team-intent-kbThis skill is limited to using the following tools:
You are assisting with **governed team knowledge management**. This plugin ensures
Orchestrates knowledge workflow after commits, pushes, PRs, or decisions: triages context, syncs existing docs, captures new items with topology hints to keep docs accurate.
Analyzes source code to discover and extract implicit knowledge—architecture patterns, conventions, API contracts, config structures, codebase rules—into KB articles.
Share bugs, ideas, or general feedback.
You are assisting with governed team knowledge management. This plugin ensures that team memory is captured, validated through deterministic governance policies, and shared reliably.
When the teamkb MCP server is running, you have these tools:
teamkb_propose — Capture a single insight as a memory candidate
{ title, content, category?, filePaths? }teamkb_import — Bulk import files as memory candidates
{ glob, basePath? }teamkb_status — Check team knowledge health
teamkb_transition — Change a memory's lifecycle state
{ memoryId, to, reason, actor }teamkb_sync — Trigger qmd embedding (only if qmd installed)
Recognize these capturable moments during sessions:
Before proposing, ask: "Would a new team member benefit from finding this in 30 days?"
Do NOT propose:
/teamkb capture
→ Invokes @teamkb-curator to review session and propose memories
/teamkb import docs/**/*.md
→ Bulk imports matching files as memory candidates
/teamkb status
→ Shows team knowledge health dashboard
/teamkb review
→ Reviews recent rejections and suggests improvements