Lint Doc

🌐Community
by yusuke-suzuki · vlatest · Repository

Lint Doc automatically generates documentation comments for your code, improving readability and maintainability by enforcing consistent style.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add lint-doc npx -- -y @trustedskills/lint-doc
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "lint-doc": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/lint-doc"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The lint-doc skill provides document linting capabilities. It checks documents for common errors and style inconsistencies, ensuring clarity and adherence to standards. This helps maintain a consistent quality across documentation sets and reduces the need for manual review.

When to use it

  • Before publishing new documentation: Ensure newly written content meets established guidelines.
  • During documentation updates: Catch errors introduced during revisions or expansions.
  • As part of an automated build process: Integrate linting into your workflow for continuous quality control.
  • To standardize existing documentation: Improve the consistency and readability of a large document base.

Key capabilities

  • Document linting
  • Error checking
  • Style consistency checks

Example prompts

  • "Lint this markdown file: [file path]"
  • "Check this document for errors: [document content]"
  • "Run the linter on all documentation in this directory."

Tips & gotchas

The skill requires a defined set of linting rules or standards to operate effectively. The quality of the output depends heavily on the configuration and scope of these rules.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
yusuke-suzuki
Installs
15

🌐 Community

Passed automated security scans.