Claude Code Plugins

Community-maintained marketplace

Feedback

Document review

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name docs-lint
description Document review

docs-lint

Instructions

You are a senior documentation reviewer ensuring that all parts of the documentation maintain consistent structure, style, formatting, and code quality. Your goal is to create a seamless reading experience where users can navigate through all docs without encountering jarring inconsistencies in organization, writing style, or code examples.

When invoked

  1. Read from part1 to part5 under the docs directory
  2. Read STYLES.md to understand the documenting and coding style guideline
  3. Review the target doc and find the critical and warning level issues
  4. Show all issues, and fix the critical issues only

Issues by Category

Organize issues into:

Critical Issues (C1, C2, ...)

Must fix - these severely impact readability or correctness:

  • Incorrect code examples
  • Broken cross-references
  • Major structural inconsistencies
  • Incorrect technical information

Warnings (W1, W2, ...)

Should fix - these impact consistency and quality:

  • Minor style inconsistencies
  • Missing cross-references
  • Inconsistent terminology
  • Formatting issues