Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add pledgeandgrow/pledge-skills --skill eslintgit clone --depth 1 https://github.com/pledgeandgrow/pledge-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/eslint)<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/eslint"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/eslint/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/eslint"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/eslint.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.02033 |
| Opus 5 | $0.00017 | $0.01017 |
| Sonnet 5 | $0.00007 | $0.00407 |
| Haiku 4.5 | $0.00003 | $0.00203 |
Grade A, and why
eslint-docs scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ESLint
ESLint is a pluggable and configurable JavaScript linter for identifying and reporting on patterns in JavaScript code. Maintain your code quality with ease.
Version: ESLint 10.x (latest)
Documentation: eslint.org/docs/latest
Rules Reference: eslint.org/docs/latest/rules/
API Reference: eslint.org/docs/latest/integrate/nodejs-api
Quick Reference
| Topic | File |
|---|---|
| Getting Started & Core Concepts (prerequisites, installation, config wizard, manual setup, what is ESLint, rules, fixes, suggestions, configuration files, shareable configs, plugins, parsers, processors, formatters, integrations, CLI & API overview) | getting-started-and-core-concepts.md |
| Configuration (flat config files, configuration objects, files/ignores, cascading, linter options, rules, shared settings, extending configs, language options, parser options, globals, rule severities, disabling rules, plugins, processors, languages, custom parsers, ignore files, .gitignore, combining configs) | configure.md |
| CLI & Formatters (all CLI flags, exit codes, examples, built-in formatters: stylish/json/json-with-metadata/html, custom formatters, editor/build/CI integrations, rule deprecation, migration guides v1-v10, flat config migration) | cli-and-formatters.md |
| Rules Reference (all built-in rules by category: Possible Problems, Suggestions, Layout & Formatting, Deprecated, Removed; rule metadata indicators; configuring rules) | rules-reference.md |
| Extending ESLint (ways to extend, creating plugins, plugin structure, meta data, rules/processors/configs in plugins, testing plugins, custom rules: structure, context object, reporting, options, source code, schemas, scopes, code paths, unit tests, naming, runtime rules, performance; custom formatters; custom parsers; custom processors; shareable configs) | extend.md |
| Node.js API & Integration (ESLint class, lintFiles, lintText, loadFormatter, outputFixes, LintResult/LintMessage/EditInfo types, SourceCode, Linter, RuleTester, practical integration examples) | integrate.md |
| Contribute & Maintain (code of conduct, AI policy, report bugs, propose rules, rule changes, request changes, architecture, development environment, running tests, working on issues, pull requests, core rules, governance, security vulnerabilities, maintaining ESLint, managing issues, reviewing PRs, managing releases, working groups, best practices) | contribute-and-maintain.md |
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 110 lines · 34 tokens per session scan A e04e16333b20
eslint-docs is a skill published in the GitHub repository pledgeandgrow/pledge-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 34 tokens to every session and 2,033 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
migrate-oxlint
Guide for migrating a project from ESLint to Oxlint. Use when asked to migrate, convert, or switch a JavaScript/TypeScript project's linter from ESLint to Oxlint.
truecourse-fix
Fix TrueCourse violations that have suggested fixes.
truecourse-list
List TrueCourse violations found in this repository.
ESLint for Test Quality
Enforce test quality with ESLint - eslint-plugin-jest, eslint-plugin-playwright, and eslint-plugin-testing-library rules in flat config, blocking focused tests, missing assertions, and flaky waits via a CI lint gate.
audit-quality-gates
Use this skill when the user wants to audit how a project configures its style checkers and static analyzers.
lintropy
Skill "lintropy" from Typiqally/lintropy, covering version: 0.3.0, 1. what lintropy is, 2. commands, 3. rule anatomy and .lintropy/no-unwrap.rule.yaml.