opengeno
01Plugin Claude Code
Project-wide living documentation for AI-assisted codebases. Maintains one source of truth per user-visible feature in a hierarchical feature tree, with drift detection and bidirectional code-doc linkage.
Plugin Claude Code
Project-wide living documentation for AI-assisted codebases. Maintains one source of truth per user-visible feature in a hierarchical feature tree, with drift detection and bidirectional code-doc linkage.
Skill Claude CodeCodex
Initialize an OpenGeno feature tree for a project. Asks the user to pick a documentation language (English or Chinese, default English), a drift mode, and a generation mode (stub-only by default, or one-shot full docs that fills every L3 section now). Scans the codebase, proposes a module breakdown, generates the L1…
Skill Claude CodeCodex
Detect and reconcile drift between OpenGeno feature docs (under feat-tree/) and the source code they describe. Walks every L3 doc, reports drift since lastsyncedcommit, and walks the user through fixing it. Use after vibe-coding sessions, after merging branches, after manual edits that bypassed the workflow, or as a…