Reusable Knowledge Base system for Claude Code — batch creation from PRDs, lists, stack manifests, or auto-detection. Generic domains (technology, concept, process, business) with Context7-validated content.
Create or audit a single KB domain using the kb-architect agent with Context7 validation
Create multiple KB domains in batch (list, PRD, stack manifest, or auto-detect) using kb-extractor then kb-architect
Bootstrap KB infrastructure into the current project (copies templates, manifest, shared, scripts)
Sync project KB infrastructure with a newer version of the kb-system plugin (never touches domain content)
Knowledge base architect for creating validated, structured KB domains. Validates content via Context7 CLI before materializing any file. Use PROACTIVELY when creating KB domains, auditing KB health, or adding concepts/patterns. <example> Context: User wants a new KB domain user: "Create a KB for pydantic" assistant: "I'll use the kb-architect agent to create the KB domain." </example> <example> Context: User wants to audit KB health user: "Check if the KB is well organized" assistant: "Let me use the kb-architect agent to audit the KB structure." </example>
Extracts KB domain candidates from PRDs, inline lists, stack manifests, or project files. Normalizes, deduplicates, classifies into 4 categories, and outputs a canonical candidate list. Use PROACTIVELY when /create-kbs is invoked with any multi-domain source. <example> Context: Batch creation from PRD user: "/create-kbs --from-prd docs/PRD.md" assistant: "I'll use the kb-extractor to parse the PRD and extract domain candidates." </example> <example> Context: Auto-detect from project user: "/create-kbs --auto-detect" assistant: "I'll use the kb-extractor to scan project manifests for dependencies." </example>
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Reusable Knowledge Base system for Claude Code — batch creation from PRDs, lists, stack manifests, or auto-detection.
A distributable Claude Code plugin that gives any project a structured, Context7-validated Knowledge Base in one command.
Agents without a structured KB drift, hallucinate, and repeat old mistakes. This plugin materializes a governed KB with:
/plugin marketplace add https://github.com/93diegopereira/kb-system
/plugin install kb-system
Or install locally while developing:
/plugin marketplace add file:///home/diego/Projetos/kb-system
/plugin install kb-system
# 1. Bootstrap the KB infrastructure in your project
/init-kb
# 2. Create domains in batch — pick ONE source:
/create-kbs genai pydantic python # inline list
/create-kbs --from-prd docs/PRD.md --dry-run # extract from PRD (preview)
/create-kbs --from-stack stack.yaml --yes --parallel 3 # structured manifest
/create-kbs --auto-detect # scan project manifests
# 3. Audit the health of your KB
/create-kb --audit
| Command | Purpose |
|---|---|
/init-kb | Bootstrap KB infrastructure into the current project |
/create-kb <domain> | Create a single KB domain (Context7-validated) |
/create-kbs ... | Create many KBs in batch (list, PRD, stack, auto-detect) |
/create-kb --audit | Score and validate all KB domains |
/upgrade-kb | Sync project infrastructure with newer plugin version |
Domains are not only technologies. Four categories are supported:
| Category | Examples |
|---|---|
technology | python, pydantic, langchain, redis |
concept | genai, architecture, event-sourcing |
process | harness-engineering, code-review, incident-response |
business | billing, authentication, checkout |
docs/architecture.mddocs/quickstart.mdCONTRIBUTING.mdCONTRIBUTING-KB.mdMIT — see LICENSE.
npx claudepluginhub diegopereira93/kb-system --plugin kb-systemComplete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Make your AI agent code with your project's architecture, rules, and decisions.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.