Summarizes large lint, test, or CI logs by grouping output per file and counting errors by rule, reading files server-side to keep large content out of Claude's context.
Enables AI coding assistants like Claude Code to perform real-time code linting and get violation summaries from tools such as ESLint, Stylelint, P3C, and Checkstyle via a local server.
Execute predefined development tool presets like test runners and linters for JavaScript, Python, Rust, and Go projects to automate code quality checks.
Scaffold a production-ready Express.js + TypeScript backend project with your choice of ORM, Zod validation, Swagger docs, Docker, ESLint, Vitest, and more.
Get code violations for a single file by automatically selecting the correct linter (P3C, ESLint, Stylelint, Checkstyle) based on file type, returning severity, message, and line number.
Analyze RxJS code snippets for common issues and best practices using regex-based linting. Catches nested subscribes, memory leaks, deprecated patterns without requiring ESLint.
Retrieve diagnostics (errors and warnings) from linters like TS, ESLint, Pyright, and more. Filter by file path, severity, and limit results for efficient code analysis.
Automatically generate AI assistant instruction files from existing project configuration files like .editorconfig, ESLint, and pyproject.toml for Claude, GitHub Copilot, and Cursor.