Syncs and verifies E2E plugin documentation using diff-aware scanning, history enrichment, and live behavior probing.
E2E Doc Sync is a sophisticated documentation maintenance tool designed to keep technical guides in lockstep with codebase changes. By performing diff-aware scans of skills and agents, it identifies critical gaps where features exist without documentation. The skill goes beyond simple writing by enriching content with usage history from MCP tools and performing 'Live Probes'—executing safe CLI commands to verify that documentation claims match actual software behavior. It is an essential utility for developers maintaining complex plugin ecosystems who need to ensure their documentation is always accurate, complete, and functionally verified.
주요 기능
013 GitHub stars
02Behavioral claim verification through automated live CLI probes
03Diff-aware documentation gap scanning and orphan detection
04Automated documentation generation with style calibration
05Self-updating source-to-doc maps and probe configurations
06History enrichment using episodic memory and private journal context
사용 사례
01Identifying undocumented features that are frequently used in historical sessions
02Automatically updating E2E testing guides after adding new agent skills
03Verifying that CLI examples in README files remain functional after updates