Plugins for AI coding agents (Claude Code, Cursor, Codex CLI) that fight context rot and doc rot. Today: obsidian-kb -> Obsidian-backed project memory with a file:line documentation auditor.
# codeplow **Plugins for AI coding agents that fight context rot, doc rot, and forgotten decisions.** Native on **Claude Code**, **GitHub Copilot CLI**, **Cursor**, and **Codex CLI**. Built by [Wael Masri](https://waelmas.com). --- ## What's in the marketplace Today, one plugin. More coming — they'll land as siblings in this repo. ### [`obsidian-kb`](obsidian-kb/) — persistent, per-project memory for your AI coding agent A real [Obsidian](https://obsidian.md) vault per project, sitting inside the project folder by default (committable), holding structured knowledge your agent can read between sessions. | Capability | Command | What happens | |---|---|---| | Build a **project knowledge base** from your codebase | `/kb-init` | Parallel subagents write Architecture / Tech Stack / Patterns / etc. notes into the vault. 3–6 minutes. | | **Keep the KB aligned** with recent changes | `/kb-update` | Reviews git activity + session context, surgically refreshes stale KB notes with `file:line` evidence, flags new concepts as candidates. | | **Audit your project docs** for drift | `/kb-init` or `/kb-audit` | Flags every stale claim in the project's own markdown (README.md, ARCHITECTURE.md, etc.) with `file:line` evidence. | | **Session handoff** — beat context rot | `/kb-offboard` *(alias `/kb-handoff`)* | Writes an adaptive handoff into the vault (TL;DR, decisions, files changed, gotchas, next steps), linked from the index and wiki-linked to related KB notes. | | **Session onboarding** — pick up in a new session | `/kb-onboard` | New agent reads the latest handoff and the linked KB notes before starting work. | | **Visual knowledge map** | `/kb-graph` | Opens the vault in Obsidian's graph view. | | Empty scaffold (hand-populated KB) | `/kb-scaffold` | Vault structure only, no codebase analysis. | The vault is plain markdown on disk — committable alongside your code, editable by hand, grep-able, zero lock-in. Not a vector DB, not a CLAUDE.md replacement. --- ## Prereq
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.