Streamlines the documentation process by automatically mapping code changes to relevant Next.js documentation paths and guides you through updates.
The update-docs skill acts as an intelligent bridge between your codebase and documentation, specifically optimized for Next.js environments. It analyzes git diffs to identify which API references, configuration guides, or file conventions are affected by recent changes, then provides a guided workflow to update existing MDX files or scaffold new ones. By enforcing project-specific conventions and validating formatting via linting, it ensures that your documentation remains accurate, complete, and synchronized with your technical implementation.
Key Features
01Integrated documentation linting and formatting validation
022 GitHub stars
03Guided review workflow for existing MDX files
04Smart handling of App Router and Pages Router specific content
05Automated code-to-documentation impact analysis
06Standardized templates for API references and guides
Use Cases
01Maintaining accurate API references after modifying component props or server functions
02Scaffolding new feature documentation for PRs during the development cycle
03Reviewing documentation completeness and consistency during maintenance tasks