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 jkomyno/.dotfiles --skill no-slopgit clone --depth 1 https://github.com/jkomyno/.dotfilesWrote 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/jkomyno/.dotfiles/no-slop)<a href="https://agentmods.dev/skills/jkomyno/.dotfiles/no-slop"><img src="https://agentmods.dev/badge/skills/jkomyno/.dotfiles/no-slop/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/jkomyno/.dotfiles/no-slop"><img src="https://agentmods.dev/badge/skills/jkomyno/.dotfiles/no-slop.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.00039 | $0.00540 |
| Opus 5 | $0.00019 | $0.00270 |
| Sonnet 5 | $0.00008 | $0.00108 |
| Haiku 4.5 | $0.00004 | $0.00054 |
Grade A, and why
no-slop 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 12d 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 — 48 lines — stays where its author put it; the contents beside it link to each section on GitHub.
No slop
Treat slop as work that claims more than it proves. Remove it without flattening the author's intent or rewriting sound code for taste.
Principles
- Preserve evidence. Keep known values, keys, invariants, and source facts visible.
- State the exact thing. Prefer domain names and direct claims over generic containers or abstract labels.
- Contain uncertainty. Parse and normalize external input once per ownership boundary. Resolve process configuration at the composition root.
- Prefer direct mechanics. Make data flow, control flow, and ownership easy to follow.
- Make every layer earn its place. An abstraction, guard, test, comment, or sentence must add information or enforce a contract.
- Keep deliberate voice. Remove formulas and filler, then check that the result still sounds authored.
Work
- Read the full target and its local conventions.
- Identify the claims the code or prose makes.
- Collect low-evidence candidates before changing them.
- Check each candidate against context. Keep intentional choices that carry meaning.
- Make the smallest coherent edit that improves precision.
- Verify the changed contract at its real boundary.
- Report the result, the evidence, and any remaining uncertainty.
TypeScript
Read TypeScript before writing or reviewing TypeScript or JavaScript. When the task evaluates, configures, fixes, or installs no-slop Oxlint rules, also read Oxlint policy. Apply repository rules first. Use these references as strict defaults, not permission for an unrelated rewrite.
Technical prose
- Put the result, claim, or decision first.
- Cut throat-clearing, verdict fragments, repeated summaries, unsupported praise, and vague intensifiers.
- Do not pad a list or manufacture a contrast for rhythm.
- Preserve facts, numbers, names, citations, structure, and deliberate phrasing during a wording-only pass.
Guardrails
- Do not replace valid dynamic behavior or explicit uncertainty only to satisfy a heuristic.
- Do not expand a local cleanup into a broad refactor.
- Do not invent compatibility paths, fallbacks, recovery behavior, or defensive checks without evidence.
- Do not add tests for unchanged behavior, trivial wiring, generated code, or implementation details.
- Do not weaken types, lint rules, assertions, or tests to make a check pass.
- Do not present a style preference as a correctness finding without evidence.
What ships with it
32 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.
- agents/openai.yaml 214 B
- assets/anti-slop/effect/index.ts 431 B runs code
- assets/anti-slop/effect/rules/no-service-constructor-imports.ts 1.6 KB runs code
- assets/anti-slop/index.ts 2.2 KB runs code
- assets/anti-slop/LICENSE 1.0 KB
- assets/anti-slop/rules/no-chained-type-assertions.ts 2.5 KB runs code
- assets/anti-slop/rules/no-conditional-empty-object-spread.ts 1.5 KB runs code
- assets/anti-slop/rules/no-known-value-widening.ts 7.6 KB runs code
- assets/anti-slop/rules/no-module-mocking.ts 3.0 KB runs code
- assets/anti-slop/rules/no-object-parameters.ts 4.2 KB runs code
- assets/anti-slop/rules/no-reflect-apply.ts 926 B runs code
- assets/anti-slop/rules/no-reflect-get.ts 939 B runs code
- assets/anti-slop/rules/no-runtime-typeof.ts 1.8 KB runs code
- assets/anti-slop/rules/no-shape-in-symbol-names.ts 1.2 KB runs code
- assets/anti-slop/rules/no-unknown-parameters.ts 2.9 KB runs code
- assets/anti-slop/rules/no-unknown-returns.ts 4.0 KB runs code
- assets/anti-slop/rules/no-unknown-type-aliases.ts 2.3 KB runs code
- assets/anti-slop/rules/no-unsafe-dictionary-type.ts 3.9 KB runs code
- assets/anti-slop/rules/no-widen-then-assert.ts 12 KB runs code
- assets/anti-slop/rules/require-safety-comment-for-type-assertion.ts 1.9 KB runs code
- assets/anti-slop/shared/dictionary-types.ts 17 KB runs code
- assets/anti-slop/shared/lexical-type-parameters.ts 1.8 KB runs code
- assets/anti-slop/shared/reflect-method.ts 1.3 KB runs code
- assets/no-slop/index.ts 628 B runs code
- assets/no-slop/rules/no-ambient-env-access.ts 1.4 KB runs code
- assets/no-slop/rules/no-broad-return-types.ts 1.7 KB runs code
- assets/no-slop/rules/no-broad-type-aliases.ts 824 B runs code
- assets/no-slop/shared/broad-types.ts 669 B runs code
- references/oxlint.md 4.2 KB
- references/typescript.md 5.4 KB
- scripts/install.mjs 1.2 KB runs code
- tests/no-slop-rules.test.ts 2.0 KB runs code
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.
- 12d ago First seen · 48 lines · 39 tokens per session scan A e2ccd9f2ba0a
no-slop is a skill published in the GitHub repository jkomyno/.dotfiles (5 stars, last pushed 7d ago), licensed MIT. It adds 39 tokens to every session and 540 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
autoreview
Pre-commit/ship code review: Codex default; optional Claude or Pi.
omh-code-review
This is a Hermes-native code-review workflow skill.
revdiff-plan
Review the last Codex assistant message (plan, analysis, or proposal) with inline annotations in a TUI overlay. Extracts the most recent response from Codex rollout files and opens it in revdiff for review and annotation. Activates on "revdiff-plan", "review plan with revdiff", "annotate plan", "review last response"…
code-reviewer
Code review specialist focused on patterns, bugs, security, and performance.
full-repo-review
Comprehensive four-wave review of all repo source files, producing a prioritized issue backlog.
agent-teams-simplify-and-harden
Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or…