What problem does it solve? Keeping project documentation consistent is hard: new pages get created with mismatched formats, updates skip changelogs, and new docs never get registered in the index. This Skill enforces DropFlow's documentation conventions so every doc in docs/ follows the same structure, naming, and formatting rules. ## Core Features & Use Cases - New Document Creation: Generates new docs with kebab-case filenames, the standard template, and automatic registration in docs/README.md. - Structured Updates: Adds or modifies sections in existing docs while preserving heading levels, table columns, and appending dated changelog entries. - Domain Templates: Provides ready-made entry templates for API reference endpoints, Prisma data models, workflow steps, and operational runbooks. - Use Case: After shipping a new bulk-import feature, ask the assistant to create docs/bulk-import-guide.md — it produces a properly formatted guide, registers it in the README, and includes a changelog entry. ## Quick Start Create a new documentation page for the shipping carriers integration in docs/ following the DropFlow conventions.