By dpviivqb
Generate wiki docs AND detect documentation drift — fork of deepwiki-skill + drift detection layer
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.
driftwiki = deepwiki-skill (wiki generation) + a drift detection layer (new). A Claude Code agent skill that both generates wiki docs and detects drift between docs and code.
Forked from deepwiki-skill (MIT), adding Phase 7
drift-checkto its 6-phase generation workflow.
deepwiki-skill generates good docs, but two hard gaps:
driftwiki adds the detection layer:
ast-extract FastAPI endpoints vs doc endpoint tables; report missing / extra (each with file:line).blob#L<line> refs in docs; file exists + line in range (catches hallucination)./plugin marketplace add https://github.com/dpviivqb/driftwiki
/plugin install driftwiki@driftwiki-marketplace
/driftwiki:gen # generate wiki (inherited from deepwiki-skill)
/driftwiki:check # detect doc/code drift (driftwiki's addition)
/driftwiki:check --output docs/drift-report.md
/driftwiki:check --docs README.md,docs/api.md
/driftwiki:check runs scripts/drift_check.py, auto-discovering FastAPI endpoints and all .md docs in the repo, then emits a drift report (Markdown + JSON).
Repo: .../job_outreach Code endpoints: 18 (prefix /api/v1)
REPOWIKI.md: Doc endpoints 15 | Missing 3 | Extra 0
Missing (in code, not in doc):
GET /extension-auth/diagnostics <- routers/extension_auth.py:56
GET /orders/list <- routers/orders.py:33
POST /auth/access-token <- routers/auth.py:77
docs/wiki/07_backend-api.md: Doc 18 | Missing 0 | Extra 0
Citation check: 25 citations, 0 anomalous
Catches 3 endpoints that the repowiki-generated REPOWIKI missed. This is what deepwiki-skill / repowiki do not do.
drift-check + scripts/drift_check.py + commands/check.md.MIT (inherited from deepwiki-skill).
npx claudepluginhub dpviivqb/driftwiki --plugin driftwikiUpstash 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.
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).
Complete 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.
Make your AI agent code with your project's architecture, rules, and decisions.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation