What problem does it solve?
Ungoverned, inconsistent, and unindexed long-lived documentation in the Hybrid Agent Rail repository leads to drift, poor discoverability for Agents, and misalignment with repo standards, wasting developer time and causing incorrect implementation references.
Core Features & Use Cases
- Standardized Document Creation: Enforces a repo-wide template and validation rules for all docs under docs/ to ensure consistent structure, required frontmatter, and mandatory sections.
- Automatic Knowledge Index Sync: Updates the central docs/KNOWLEDGE.md index with document metadata when new or updated docs are created, making all governed docs easily discoverable by Agent platforms like Codex, Claude Code, and Cursor.
- Drift Prevention Validation: Includes built-in validation scripts to catch missing fields, placeholder content, path mismatches, and non-compliant structure before docs are finalized.
- Use Case: When adding a new usage guide for Flutter FFI integration in the Hybrid Agent Rail system, this skill ensures the doc is properly formatted, indexed, and aligned with repo documentation rules.
Quick Start
Use the create-doc skill to draft a new governed document for the Hybrid Agent Rail React Native TurboModule integration guide and sync it to the project knowledge index.