Eslint Detector
Identifies and flags potential JavaScript code style and error issues using ESLint rules.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add eslint-detector npx -- -y @trustedskills/eslint-detector
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"eslint-detector": {
"command": "npx",
"args": [
"-y",
"@trustedskills/eslint-detector"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The eslint-detector skill allows AI agents to detect and report on the presence of ESLint configuration files within a given directory. It identifies whether an .eslintrc.* file or a package.json with ESLint defined exists, providing valuable information about project linting setup. This helps in understanding code quality practices and potential development workflows.
When to use it
- Codebase Assessment: Quickly determine if a repository uses ESLint for JavaScript/TypeScript code style enforcement.
- Onboarding New Developers: Help new team members understand the existing code quality tools used in a project.
- Automated Checks: Integrate into CI/CD pipelines to verify that linting configurations are present and consistent across projects.
- Project Migration: Evaluate whether ESLint is already configured when migrating a codebase or integrating with new tooling.
Key capabilities
- Detects
.eslintrc.*files. - Checks
package.jsonfor ESLint dependencies/configuration. - Reports presence or absence of ESLint configuration.
Example prompts
- "Does this project use ESLint?"
- "Check the
/srcdirectory for an ESLint configuration." - "Is there a
.eslintrc.jsfile in the root of this repository?"
Tips & gotchas
- The skill relies on standard file system paths and naming conventions; unusual configurations might not be detected.
- Requires access to the project's directory structure for accurate detection.
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.