SkillHub
Skill GuideMCP GuideBrowseCategoriesSubmit
Sponsor
SkillHub

The discovery platform for Claude MCP servers and skills. Find and install the best tools to extend Claude.

Platform

  • Browse
  • Categories
  • Submit
  • Sponsor

Categories

  • Developer Tools
  • Testing
  • DevOps
  • Security

Resources

  • Quick Start Guide
  • Skills Docs
  • GitHub
  • MCP Protocol

© 2026 SkillHub. All rights reserved.

Privacy PolicyTerms of Service
Back to Skills

OpenGeno

Living feature documentation for AI-assisted codebases, with built-in code-doc drift detection.

Claude Code
0 stars

About

OpenGeno is a Claude Code plugin for project-wide living documentation in AI-assisted codebases. Instead of accumulating per-change specs (like spec-kit or openspec), it maintains one source of truth per user-visible feature in a hierarchical tree at the project root. Key features: • Two slash commands: /geno-init for one-time bootstrap (scans the codebase, proposes modules, generates L1/L2/L3 documentation stubs, injects workflow rules into CLAUDE.md), and /geno-sync for on-demand drift detection and reconciliation. • Built-in drift detection: every feature doc carries a last_synced_commit SHA. When code referenced by a doc changes, drift is detected automatically. • Two-layer enforcement: PostToolUse hooks soft-remind when you edit tracked files; Stop hooks run drift checks at session-end in either warn or block mode. • Bilingual support: feature trees can be generated and maintained in English or Chinese, picked once at init time. • Per-feature L3 docs include wireframe, layout, interactions, logic, state machine, animation, edge cases, cross-feature dependencies, and code references. • Three-tier lazy loading keeps per-task token cost under 5k even for projects with hundreds of features. Designed for long-lived projects where documentation drift is the silent killer of AI-assisted development. See the docs/ directory on GitHub for design rationale and architecture decision records.

Installation

$ npx skills add web-abin/OpenGeno

Tags

documentation
living-docs
feature-tree
drift-detection
spec-driven

Related Skills

Notion MCP Server

Official Notion MCP server for reading, creating, and modifying Notion workspace content.

MCP
4.4k
Notion

Context7

Up-to-date, version-specific documentation and code examples for LLMs from the source.

MCP
56.8k
Upstash

Tool Design Sprint Readiness

Skill from product-on-purpose: tool-design-sprint-readiness

Claude Code
251
product-on-purpose
Provider
王俊彬
Category
Documentation
Type
Skill
Last Updated
May 7, 2026
View SourceDocumentation
claude-code
ai-assisted-development
design-docs