setup-tool-eslint

Configure ESLint installation, configuration, and lint scripts against a tools.md baseline.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/tachiiri-org/agent-ops --skill setup-tool-eslint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-tool-eslint
Source: https://github.com/tachiiri-org/agent-ops/tree/main/.codex/skills/setup-tool-eslint
Command: npx skills add https://github.com/tachiiri-org/agent-ops --skill setup-tool-eslint

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that your repository has the correct ESLint configuration and linting scripts in place, aligning with established best practices and project requirements.

Core Features & Use Cases

  • ESLint Verification: Checks if ESLint is installed and configured according to the defined baseline.
  • Lint Script Integration: Ensures that scripts for running lint checks are present and correctly defined.
  • Use Case: When setting up a new JavaScript project or onboarding a repository, this Skill can automatically verify and configure ESLint to maintain code quality standards from the start.

Quick Start

Run the setup-tool-eslint skill to configure ESLint for this repository.

Frequently Asked Questions about setup-tool-eslint

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up ESLint for a JavaScript repository?

To set up ESLint for a JavaScript repository, you need to verify its installation, configure it based on a defined baseline, and integrate lint scripts to ensure consistent code quality checks.

Why does my ESLint configuration drift from project best practices?

ESLint configuration drifts when settings deviate from the defined baseline, requiring verification of the installation and configuration to realign with the repository's established linting scope and standards.

What is the best way to verify ESLint installation and lint script integration?

The best way to verify ESLint installation and lint script integration is to check the configuration against a defined baseline in tools.md, ensuring the setup is present, missing, or drifted.

Can I use ESLint configuration to maintain code quality when onboarding a new project?

Yes, you can use ESLint configuration to maintain code quality when onboarding a new project by automatically verifying and configuring the linter to align with established standards from the start.

When do I need to configure ESLint for consistent code linting?

You need to configure ESLint for consistent code linting when setting up a new JavaScript project or onboarding a repository to ensure code quality standards are enforced from the beginning.

Does ESLint setup address missing linting scripts in package.json?

Yes, ESLint setup addresses missing linting scripts by verifying that scripts for running lint checks are present, correctly defined, and integrated into the repository configuration.