Eslint Custom
Enforce project-specific ESLint rules and coding standards using custom configurations provided by thebushidocollective.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add eslint-custom npx -- -y @trustedskills/eslint-custom
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"eslint-custom": {
"command": "npx",
"args": [
"-y",
"@trustedskills/eslint-custom"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, eslint-custom, provides custom ESLint rules and configurations. It allows developers to enforce specific coding standards beyond those offered by standard ESLint setups. This helps maintain code consistency and quality within a project or across teams.
When to use it
- Enforcing Project-Specific Style Guides: You want to ensure all code adheres to your team’s unique styling preferences, not just common JavaScript conventions.
- Implementing Custom Coding Rules: You need to enforce rules that ESLint doesn't natively support (e.g., restrictions on certain function calls or variable naming).
- Improving Code Quality: You want to proactively identify and prevent potential bugs by enforcing stricter coding practices.
Key capabilities
- Customizable ESLint rules
- Project-specific configurations
- Code style enforcement
Example prompts
- "Apply the custom ESLint configuration for this project."
- "Run ESLint with my custom rules on this file."
- "Enforce rule XYZ in this codebase."
Tips & gotchas
This skill requires a working ESLint installation and familiarity with configuring ESLint rules. The specific implementation of custom rules will depend on the eslint-custom package's documentation, which is not provided here.
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.