code-documentation-standards

Installation
SKILL.md

Code Documentation Standards

Core Principle

ALWAYS maintain up-to-date documentation when creating or modifying code. Documentation must be updated simultaneously with code changes. ALWAYS fix markdown validation errors promptly before committing any changes.

Pre-Commit Markdown Validation

Before any commit, ALWAYS:

  1. Run markdown validation on all .md files in the repository
  2. Fix all markdown syntax errors including:
    • Unclosed code blocks
    • Missing link destinations
    • Invalid heading structures
    • Broken table formatting
    • Incorrect list indentation
Related skills

More from findinfinitelabs/chuuk

Installs
9
First Seen
Mar 1, 2026