claudelint

pdugan20/claudelint
★ 5 stars TypeScript 💻 Code/Dev Tools Updated today
A linter for Claude Code projects. Validates CLAUDE.md files, skills, settings, hooks, MCP servers, and plugins.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claudelint": {
      "command": "npx",
      "args": [
        "-y",
        "pdugan20/claudelint"
      ]
    }
  }
}

README Excerpt

A linter for Claude Code projects. Validates CLAUDE.md files, skills, settings, hooks, MCP servers, plugins, and more. ```bash npm install -g claude-code-lint claudelint init # Creates .claudelintrc.json and .claudelintignore claudelint check-all # Validate your project ``` Or install as a project dependency:

Topics

claude-codeclaude-code-pluginclilinternpmtypescript