Eslint
Identifies and suggests fixes for JavaScript code style and potential errors using knoopx's ESLint configuration.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add eslint npx -- -y @trustedskills/eslint
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"eslint": {
"command": "npx",
"args": [
"-y",
"@trustedskills/eslint"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The eslint skill provides automated code linting for JavaScript and related file types. It identifies potential problems like syntax errors, style issues, and possible bugs within the codebase. This helps maintain consistent coding standards and improves overall code quality by flagging deviations from established rules.
When to use it
- Code review: Automatically check a pull request for stylistic or programmatic errors before manual review.
- Continuous Integration (CI): Integrate
eslintinto your CI pipeline to ensure that new code adheres to project standards. - New developer onboarding: Quickly enforce coding style guidelines for new team members.
- Refactoring existing code: Identify and correct inconsistencies during large-scale refactorings.
Key capabilities
- JavaScript linting
- Style enforcement
- Error detection
- Code quality improvement
Example prompts
- "Run eslint on this JavaScript file:
my_script.js." - "Check the code in this pull request for ESLint errors."
- "Enforce Airbnb coding style guidelines on my project."
Tips & gotchas
- Requires a configured
.eslintrc.jsor similar configuration file to define linting rules. - The effectiveness of
eslintdepends heavily on the quality and specificity of its configuration.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.