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 olorehq/olore --skill 10.5.0git clone --depth 1 https://github.com/olorehq/oloreWrote 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/olorehq/olore/10.5.0)<a href="https://agentmods.dev/skills/olorehq/olore/10.5.0"><img src="https://agentmods.dev/badge/skills/olorehq/olore/10.5.0.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.00051 | $0.00449 |
| Opus 5 | $0.00026 | $0.00225 |
| Sonnet 5 | $0.00010 | $0.00090 |
| Haiku 4.5 | $0.00005 | $0.00045 |
Grade A, and why
olore-eslint-10.5.0 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 8d 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.
What it actually says
ESLint Documentation
ESLint is a static analysis tool for JavaScript and TypeScript. Use this skill when working with ESLint configuration, built-in rules, custom rules, plugins, the CLI, or the Node.js API.
Quick Reference
| Task | Entry Point |
|---|---|
| Getting started | contents/use/getting-started.md |
| Flat config (eslint.config.js) | contents/use/configure/configuration-files.md |
| Migrate eslintrc to flat config | contents/use/configure/migration-guide.md |
| Migrate to v10 | contents/use/migrate-to-10.0.0.md |
| Rule reference | contents/rules/{rule-name}.md |
| CLI reference | contents/use/command-line-interface.md |
| Custom rules | contents/extend/custom-rules.md |
| Plugins | contents/extend/plugins.md |
| Node.js API | contents/integrate/nodejs-api.md |
| Troubleshooting | contents/use/troubleshooting/index.md |
When to use
Use this skill when the user asks about:
- Configuring ESLint (flat config, plugins, rules, parsers, ignores)
- Specific built-in lint rules and their options
- Writing custom lint rules or plugins
- CLI usage and options
- Integrating ESLint via the Node.js API
- Migrating to ESLint v10 or from eslintrc to flat config
- TypeScript or non-JS language linting setup
- Suppressing, disabling, or tuning lint warnings
How to find information
- First, read
TOC.mdfor complete file listing organized by directory - Identify relevant section based on user's question
- Read specific files for details
TOC.md contains all files organized by directory - always check it first.
What ships with it
60 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.
- contents/extend/code-path-analysis.md 19 KB
- contents/extend/custom-formatters.md 11 KB
- contents/extend/custom-parsers.md 8.5 KB
- contents/extend/custom-processors.md 8.1 KB
- contents/extend/custom-rule-tutorial.md 16 KB
- contents/extend/custom-rules.md 52 KB
- contents/extend/index.md 1.6 KB
- contents/extend/languages.md 11 KB
- contents/extend/plugin-migration-flat-config.md 9.1 KB
- contents/extend/plugins.md 12 KB
- contents/extend/scope-manager-interface.md 12 KB
- contents/extend/selectors.md 6.1 KB
- contents/extend/shareable-configs.md 5.1 KB
- contents/extend/stats.md 4.3 KB
- contents/extend/ways-to-extend.md 4.1 KB
- contents/integrate/index.md 854 B
- contents/integrate/integration-tutorial.md 7.6 KB
- contents/integrate/nodejs-api.md 48 KB
- contents/rules/accessor-pairs.md 7.7 KB
- contents/rules/array-bracket-newline.md 5.2 KB
- contents/rules/array-bracket-spacing.md 5.4 KB
- contents/rules/array-callback-return.md 6.2 KB
- contents/rules/array-element-newline.md 7.5 KB
- contents/rules/arrow-body-style.md 3.5 KB
- contents/rules/arrow-parens.md 4.2 KB
- contents/rules/arrow-spacing.md 1.9 KB
- contents/rules/block-scoped-var.md 2.0 KB
- contents/rules/block-spacing.md 1.6 KB
- contents/rules/brace-style.md 5.7 KB
- contents/rules/callback-return.md 4.7 KB
- contents/rules/camelcase.md 7.7 KB
- contents/rules/capitalized-comments.md 7.9 KB
- contents/rules/class-methods-use-this.md 11 KB
- contents/rules/comma-dangle.md 6.0 KB
- contents/rules/comma-spacing.md 3.8 KB
- contents/rules/comma-style.md 4.6 KB
- contents/rules/complexity.md 4.9 KB
- contents/rules/computed-property-spacing.md 3.9 KB
- contents/rules/consistent-return.md 3.9 KB
- contents/rules/consistent-this.md 2.4 KB
- contents/rules/constructor-super.md 1.4 KB
- contents/rules/curly.md 5.0 KB
- contents/rules/default-case-last.md 2.7 KB
- contents/rules/default-case.md 2.4 KB
- contents/rules/default-param-last.md 1.2 KB
- contents/rules/dot-location.md 1.9 KB
- contents/rules/dot-notation.md 2.8 KB
- contents/rules/eol-last.md 1.4 KB
- contents/rules/eqeqeq.md 3.2 KB
- contents/rules/for-direction.md 2.4 KB
- contents/rules/func-call-spacing.md 2.5 KB
- contents/rules/func-name-matching.md 5.4 KB
- contents/rules/func-names.md 5.8 KB
- contents/rules/func-style.md 7.6 KB
- contents/rules/function-call-argument-newline.md 3.0 KB
- contents/rules/function-paren-newline.md 5.3 KB
- contents/rules/generator-star-spacing.md 4.7 KB
- contents/rules/generator-star.md 2.2 KB
- contents/rules/getter-return.md 1.8 KB
- contents/rules/global-require.md 2.9 KB
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.
- 8d ago First seen · 44 lines · 51 tokens per session scan A 016ae0a0ff4e
olore-eslint-10.5.0 is a skill published in the GitHub repository olorehq/olore (103 stars, last pushed yesterday), licensed MIT. It adds 51 tokens to every session and 449 once invoked, about $0.0003 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-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…
chronicle
Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…