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 agentmods add skills/notnotype/llmlint/skillnpx skills add notnotype/llmlint --skill skillgit clone --depth 1 https://github.com/notnotype/llmlintWhat 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 | $0.00128 | $0.06707 |
| Opus 5 | $0.00064 | $0.03354 |
| Sonnet 5 | $0.00026 | $0.01341 |
| Haiku 4.5 | $0.00013 | $0.00671 |
Grade A, and why
llmlint 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 2d 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.
The source is not reproduced here
Licensed AGPL-3.0
The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
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.
- bin/llmlint.ts 83 B runs code
- bun.lock 1.3 KB
- LICENSE 34 KB
- llmlint.config.example.ts 1.8 KB runs code
- package.json 957 B
- README.en.md 13 KB
- README.md 13 KB
- references/cli-usage.md 28 KB
- references/patterns.md 16 KB
- references/repair-guide.md 6.8 KB
- references/rule-model.md 21 KB
- references/workflow.md 17 KB
- rulesets/builtin/default/rules/absolute/index.json 679 B
- rulesets/builtin/default/rules/abstraction/hollow.json 1.9 KB
- rulesets/builtin/default/rules/abstraction/summary-density.json 1.5 KB
- rulesets/builtin/default/rules/action-expression/index.json 8.2 KB
- rulesets/builtin/default/rules/actor/hidden.json 1.3 KB
- rulesets/builtin/default/rules/attribution/vague.json 1.3 KB
- rulesets/builtin/default/rules/causal/due-to.json 497 B
- rulesets/builtin/default/rules/cliche/baguwen.json 11 KB
- rulesets/builtin/default/rules/cliche/body-reaction.json 5.4 KB
- rulesets/builtin/default/rules/cliche/density.json 1.8 KB
- rulesets/builtin/default/rules/cliche/index.json 28 KB
- rulesets/builtin/default/rules/cliche/uplift.json 1.0 KB
- rulesets/builtin/default/rules/cliche/voice-contrast.json 902 B
- rulesets/builtin/default/rules/collection/deepseek.json 701 B
- rulesets/builtin/default/rules/color-description/index.json 3.7 KB
- rulesets/builtin/default/rules/contrast/binary.json 4.6 KB
- rulesets/builtin/default/rules/contrast/negative-listing.json 2.6 KB
- rulesets/builtin/default/rules/emphasis-crutch/index.json 1.4 KB
- rulesets/builtin/default/rules/ending/elevation.json 1.4 KB
- rulesets/builtin/default/rules/ending/trailer.json 1.1 KB
- rulesets/builtin/default/rules/explanation/chain.json 1.7 KB
- rulesets/builtin/default/rules/explanation/over.json 1.4 KB
- rulesets/builtin/default/rules/filler/index.json 2.2 KB
- rulesets/builtin/default/rules/inflation/significance.json 5.4 KB
- rulesets/builtin/default/rules/jargon/business.json 1.8 KB
- rulesets/builtin/default/rules/jargon/engineer.json 2.0 KB
- rulesets/builtin/default/rules/jargon/social.json 1.4 KB
- rulesets/builtin/default/rules/mechanical/chatbot-artifact.json 656 B
- rulesets/builtin/default/rules/mechanical/homoglyph.json 691 B
- rulesets/builtin/default/rules/mechanical/placeholder.json 773 B
- rulesets/builtin/default/rules/mechanical/stage-leak.json 1.8 KB
- rulesets/builtin/default/rules/mechanical/zero-width.json 518 B
- rulesets/builtin/default/rules/meta/index.json 722 B
- rulesets/builtin/default/rules/metaphor/density.json 1.4 KB
- rulesets/builtin/default/rules/metaphor/index.json 8.7 KB
- rulesets/builtin/default/rules/metaphor/like.json 5.1 KB
- rulesets/builtin/default/rules/modifier/extreme.json 594 B
- rulesets/builtin/default/rules/modifier/index.json 23 KB
- rulesets/builtin/default/rules/modifier/measure.json 4.0 KB
- rulesets/builtin/default/rules/modifier/physiological.json 561 B
- rulesets/builtin/default/rules/numeral/three.json 2.6 KB
- rulesets/builtin/default/rules/opening/cliche.json 4.0 KB
- rulesets/builtin/default/rules/opening/mouthpiece.json 626 B
- rulesets/builtin/default/rules/paragraph/merge-short.json 1.5 KB
- rulesets/builtin/default/rules/paragraph/split-long.json 1.6 KB
- rulesets/builtin/default/rules/proliferation/mixed.json 5.1 KB
- rulesets/builtin/default/rules/punchline/index.json 2.1 KB
- rulesets/builtin/default/rules/punctuation/dash-ellipsis-proliferation.json 4.2 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.
- 2d ago First seen · 299 lines · 128 tokens per session scan A 5647d5e33427
llmlint is a skill published in the GitHub repository notnotype/llmlint (9 stars, last pushed 18d ago), licensed AGPL-3.0. It adds 128 tokens to every session and 6,707 once invoked, about $0.0006 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
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
agent-host-chat-contributions
Build and review cross-cutting agent-host chat behavior through lifecycle contributions. Use when adding turn lifecycle side effects, prompt or context injection, restored-history transformation, protocol-action observation, or when reviewing changes that add code to AgentSideEffects or AgentService.
auto-perf-optimize
Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.