Z

Zero Slop

Less slop, more pop in all your writing.

Zero Slop is a free, open-source editing skill that helps your assistant rewrite canned phrasing in your voice. Local tools score the writing and check edits against the source. You review the result. From the repository: **Before:** We're thrilled to announce that our team has leveraged cutting-edge machine learning to deliver a seamless onboarding experience, reducing setup time by 40%. **After:** We used machine learning to reduce onboarding setup time by 40%. Writing score: 99.3 to 9.5. The 40% figure is the draft's stated result, preserved in the edit. The score measures writing patterns, not authorship or factual truth. Install in a compatible assistant: `npx skills add manavmishra/ZeroSlop --global`. Use `/zero-slop (your writing)`. The optional Python scorer runs offline using only the standard library. Editing follows your assistant's privacy settings. Hosted editing: `https://mcp.zero-slop.ai/mcp` (MCP), npm CLI, or REST API. These routes send your draft to the service and use the same pipeline. Free, with no account or API key, on shared, best-effort capacity. Zero Slop is MIT-licensed.

manav-mishra/zero-slop · v2.10.0 · Tools & Integrations

Manav MishraOwner verifiedreview

Trust Score

85

Security

85

Surfaces

3

v2.10.0 Live launch

Less slop, more pop in all your writing.

Launched
Sep 7, 2026
Pricing
free
Availability
available

What is Zero Slop?

Zero Slop is a published tools & integrations plugin for AI coding agents in the codex ecosystem, developed by Manav Mishra and distributed through the HOL AI plugin registry. Say no to AI slop: a human-in-the-loop learning agentic workflow skill that scores text 0-100 for AI slop and rewrites it tastefully, with a standard-library Python scorer that has zero dependencies and runs offline

Canonical slug
manav-mishra/zero-slop
Version
v2.10.0 · updated Sep 7, 2026

Trust & Reputation

HOL Trust Score
85

Factor Analysis

Per-metric points (0–100 each) combined via a weighted average into the overall score.

Installability
100pts
Maintenance
100pts
MCP Posture
95pts

Registry Snapshot

Publisher verification
No
Marketplace source
Unknown
Scanner
Broker fallback
Safety label
review
Digest verified
Yes

Trust & reputation

Trust & Reputation

HOL Trust Score
85

Factor Analysis

Per-metric points (0–100 each) combined via a weighted average into the overall score.

Installability
100pts
Maintenance
100pts
MCP Posture
95pts
Plugin Security
85pts
Provenance
70pts
Publisher Quality
75pts

Provenance

Plugin root
.
Source repo
https://github.com/manavmishra/ZeroSlop
Source commit
102cdd723c5d…
Publisher verified
No
Owner verified
@manavmishra

Scanner CI check is still running

No action is required. This listing will update after the catalog rechecks scanner CI.

README badge check is still running

No action is required. This listing will update after the catalog rechecks the source README.

Security Posture

review
Safety label
85
Security score
0
High findings
Provider
registry-broker-fallback
Grade
B · review
Version
Unknown
cisco-skill-scanner: unknown

Findings

lowmcp-securitymcp.remote.auth.unknown

MCP server zero-slop does not declare an auth posture.

lowskill-securityskill-scan.unavailable

Script permission declarations are required for scripts/: scripts/build_plugin.py, scripts/build_bundle.py, scripts/build_onepager_pdf.py, scripts/build_skill_zip.py, scripts/check_distribution_manifests.py, scripts/contextual.py, scripts/check_release_surfaces.py, scripts/calibrate.py, scripts/check_svg.py, scripts/check_release_version.py, scripts/rerank.py, scripts/predictability.py, scripts/rescue.py, scripts/make-readme-gif.mjs, scripts/register.py, scripts/learn.py, scripts/version_check.py, scripts/safeio.py, scripts/slopscore.py

lowskill-securityskill-scan.unavailable

Cisco skill scanner timed out after 60000 ms

Zero Slop — Frequently asked questions

What is Zero Slop?
Zero Slop is an AI plugin in the HOL registry. Zero Slop is a free, open-source editing skill that helps your assistant rewrite canned phrasing in your voice. Local tools score the writing and check edits against the source. You review the result. From the repository: **Before:** We're thrilled to announce that our…
How do I install Zero Slop?
Install Zero Slop in your harness: Codex — codex plugin marketplace add manavmishra/ZeroSlop; Claude Code — /plugin marketplace add manavmishra/ZeroSlop; Gemini CLI — npx skills add manavmishra/ZeroSlop. Full step-by-step guidance is on the HOL plugin page.
How do I install Zero Slop in Codex?
To install Zero Slop in Codex, start with codex plugin marketplace add manavmishra/ZeroSlop. The complete step-by-step install guide for Codex is on the HOL plugin page.
How do I install Zero Slop in Claude Code?
To install Zero Slop in Claude Code, start with /plugin marketplace add manavmishra/ZeroSlop. The complete step-by-step install guide for Claude Code is on the HOL plugin page.
How do I install Zero Slop in Gemini CLI?
To install Zero Slop in Gemini CLI, start with npx skills add manavmishra/ZeroSlop. The complete step-by-step install guide for Gemini CLI is on the HOL plugin page.
Is Zero Slop free?
Zero Slop is listed as free on HOL.
Who publishes Zero Slop?
Zero Slop is published by Manav Mishra and listed on HOL.
Is Zero Slop available now?
Zero Slop is currently available according to its latest public launch.

Install Guidance

Install in Claude Code

Install through the Claude Code plugin marketplace.

Claude Code plugin docs
  1. 1

    Add the marketplace

    Run this inside a Claude Code session.

    claude code
  2. 2

    Install the plugin

    Use the plugin name and the marketplace name shown by the previous command.

    claude code
  3. 3

    Scripted alternative

    Non-interactive equivalent for scripts and CI pipelines. Add --scope project to pin the install to one repository.

    shell
Zero Slop logo beside a paper-stack demo showing tracked edits to a team document, with links to zero-slop.ai and the GitHub repository.
1 / 2

See what changed before you use the edit.

Zero Slop logo beside a paper-stack demo showing tracked edits to a team document, with links to zero-slop.ai and the GitHub repository.

Full size
Loading reviews

Plugin Manifest

{
  "name": "zero-slop",
  "version": "2.10.0",
  "description": "Zero Slop is a skill, not an AI model. GPT or another compatible model performs the editorial roles; local tools score the writing and protect facts, then the assistant and tools verify the final text.",
  "author": {
    "name": "Manav Mishra",
    "url": "https://github.com/manavmishra"
  },
  "homepage": "https://github.com/manavmishra/ZeroSlop",
  "repository": "https://github.com/manavmishra/ZeroSlop",
  "license": "MIT",
  "keywords": [
    "writing",
    "editing",
    "ai-slop",
    "humanize",
    "linkedin",
    "expert voice"
  ],
  "skills": "./",
  "mcpServers": "./.registry/mcp.json",
  "interface": {
    "displayName": "Zero Slop",
    "developerName": "Manav Mishra",
    "shortDescription": "Remove AI-sounding prose. Check source details. Verify the result.",
    "longDescription": "Zero Slop is a skill, not an AI model. GPT or another compatible model performs distinct interpreting, rewriting, copy-editing, and read-aloud roles. Local tools score the draft and protect facts; the assistant and tools share the final verification. Zero Slop can learn privately from later writer edits without retraining the model. Draft checks stay local and need no additional packages; the optional version check sends only a version query.",
    "category": "Productivity",
    "capabilities": [
      "Edit",
      "Detect",
      "Score",
      "Learn"
    ],
    "websiteURL": "https://zero-slop.ai/",
    "privacyPolicyURL": "https://zero-slop.ai/privacy/",
    "termsOfServiceURL": "https://github.com/manavmishra/ZeroSlop/blob/main/LICENSE",
    "defaultPrompt": [
      "(text)",
      "is this slop? (text)",
      "score this draft (text)"
    ],
    "brandColor": "#2B5BC7"
  },
  "registryIndexVersion": 2
}

Marketplace Source

Repo URL
https://github.com/manavmishra/ZeroSlop
Marketplace path
Unknown
Source path
.
Install policy
Unspecified

File Inventory

.codex-plugin/plugin.json

plugin-manifest

1,576 bytes

ad0046712b4fadc3

mcp.json

file

200 bytes

d2b9be68c8216173

.claude-plugin/plugin.json

file

823 bytes

1c2a32ad50506f64

gemini-extension.json

file

301 bytes

f7d70122f52f1fb9

.mcp.json

file

117 bytes

4600c50e78bbafcc

package.json

file

1,727 bytes

e8a1c13c51f25735

package-lock.json

file

272 bytes

029c901d113cdc40

AGENTS.md

file

5,751 bytes

00b7de39dce2d825

SECURITY.md

file

8,545 bytes

3e1f0bff40ea94a6

README.md

file

15,535 bytes

e644dd7559f10ac6

.codex-tmp/uber-token-economy-punchy.md

file

827 bytes

3e47ca91972d68b0

.github/ISSUE_TEMPLATE/bug.yml

file

1,409 bytes

7b3392ea78b29924

.claude-plugin/marketplace.json

file

974 bytes

e4497337b7795088

.github/ISSUE_TEMPLATE/config.yml

file

457 bytes

eccbbe6173aeab88

.github/scripts/audit-npm.test.mjs

file

1,344 bytes

4a41c19d923530b0

.github/PULL_REQUEST_TEMPLATE.md

file

592 bytes

85c1426a25ce45ff

.github/ISSUE_TEMPLATE/feature.yml

file

1,038 bytes

2802d2d84f359fee

.github/dependabot.yml

file

1,033 bytes

b89b8e44f8db87f7

.github/scripts/audit-npm.mjs

file

4,813 bytes

0a1566e556633857

.github/ISSUE_TEMPLATE/false-positive.yml

file

1,073 bytes

69a28750c52f557c

.github/workflows/cli-e2e.yml

file

2,431 bytes

75e3fb62e5d1f127

.github/workflows/growth-snapshot.yml

file

1,383 bytes

b6246f534157597e

.github/workflows/plugin-scanner.yml

file

5,615 bytes

fc097dafa9842dc8

.github/workflows/homebrew-e2e.yml

file

1,641 bytes

1da94a7efbfe9344

.github/workflows/deploy-mcp.yml

file

6,437 bytes

efe0d49471a47a88

.github/scripts/deploy_mcp.py

file

6,222 bytes

259c9f61f4b1d985

.github/workflows/publish-mcp.yml

file

2,865 bytes

e3b05fcf76bd07d1

.github/workflows/release-assets.yml

file

1,216 bytes

f71b2e1239411aa5

.github/workflows/publish-npm.yml

file

7,921 bytes

04ac9008a9c605a5

.github/workflows/sync-release.yml

file

3,309 bytes

afe5d12162f441d0

.github/workflows/validate.yml

file

8,566 bytes

87561f4c400e34a2

.github/workflows/release-on-tag.yml

file

3,949 bytes

0c618b074cef788d

CONTRIBUTING.md

file

1,851 bytes

3e7a5ab5aff47fb1

CODE_OF_CONDUCT.md

file

779 bytes

f7ea2f64691b616e

DISTRIBUTION.md

file

3,268 bytes

9a2281d010456416

EVALUATION.html

file

23,095 bytes

dc55c58f90890b1e

SUPPORT.md

file

801 bytes

0807d58c932eb53a

README-nas-edit.md

file

9,166 bytes

7bf994a8162a2b2b

ONE-PAGER.md

file

7,008 bytes

50a54666cc41c259

SKILL.md

file

60,691 bytes

14abf691a996ea6a

assets/demo.svg

asset

3,436 bytes

54f927dc09efd7e7

agents/openai.yaml

file

324 bytes

41b2cfbf8c1a8a5c

assets/logo/logo-mark.svg

asset

4,382 bytes

17db12f1d3db5622

TERMS.md

file

10,765 bytes

007afcc16b780948

assets/logo/README.md

asset

2,053 bytes

8ccc30553df087a6

assets/engine.svg

asset

14,468 bytes

200400d89ffde5c0

assets/logo/studio/zero-slop-wordmark.svg

asset

2,086 bytes

26415e11952e5228

assets/logo/studio/provenance.json

asset

847 bytes

6121c7720868c98f

assets/logo/studio/zero-slop-lockup.svg

asset

2,263 bytes

3590543ebb6f6a5e

assets/logo/studio/zero-slop-mark.svg

asset

625 bytes

dbeff2615d7a67e4

assets/logo/studio/README.md

asset

2,965 bytes

eb563ef9827e3ca9

assets/logo/studio/build.mjs

asset

3,504 bytes

22b27443463e5e3d

assets/zero-slop-demo.html

asset

2,912 bytes

2254b5f1e7ffbf99

assets/logo/zero-slop-mark-orange.svg

asset

4,382 bytes

17db12f1d3db5622

assets/social/README.md

asset

905 bytes

4fccd0644ca8450e

assets/logo/submissions/zero-slop-logo-primary.svg

asset

20,928 bytes

800efb95549dbd7d

assets/logo/zero-slop-logo-primary.svg

asset

20,928 bytes

800efb95549dbd7d

assets/logo/zero-slop-logo-reversed.svg

asset

20,928 bytes

49f9e46dc25d5b17

bench/aggregate.py

file

6,367 bytes

6e5f79b959c5ff29

bench/aistoryhub-corpus/audit.py

file

11,700 bytes

3d8d50ea25dcede1

bench/README.md

file

8,711 bytes

8042633b642d8bb1

bench/aistoryhub-corpus/README.md

file

1,042 bytes

186d768bd7d16c7a

bench/aistoryhub-corpus/results.json

file

2,893 bytes

bf29a58ca63109c0

bench/aistoryhub-corpus/source.json

file

599 bytes

862e2657eccc3347

bench/antithesis/results.json

file

560 bytes

6eff194ffce377ce

bench/antithesis/evaluate.py

file

4,555 bytes

5afdcea91fe9cf62

bench/beemo-corpus/audit.py

file

9,924 bytes

322d69df4b9f0dcd

bench/beemo-corpus/README.md

file

1,178 bytes

0e4958ac0fdb0ac1

bench/antithesis/README.md

file

2,260 bytes

16de5bfd86107f3b

bench/antithesis/corpus.json

file

12,250 bytes

a04a6034ce4c8841

bench/beemo-corpus/results.json

file

1,925 bytes

ece4c65691d644a4

bench/beemo-corpus/source.json

file

691 bytes

585305de799400f8

bench/chart-data.json

file

6,629 bytes

95eefb027560b4fc

bench/competitor-capabilities.json

file

7,175 bytes

01244a9f2f615925

bench/discrimination/README.md

file

1,847 bytes

8cd8f55c40ef9f23

bench/corpus-registry.json

file

16,837 bytes

17aca940f1329674

bench/editor-replay/results.json

file

23,499 bytes

6c4fdedc5f9416f5

bench/editor-replay/README.md

file

1,277 bytes

ae32575d4e4de39b

bench/discrimination/corpus.json

file

8,033 bytes

f495d6ed74841aeb

bench/discrimination/evaluate.py

file

4,053 bytes

20e3642bb4b7a3fa

bench/external-models/README.md

file

832 bytes

813c97308ccb85fa

bench/examples.json

file

67,613 bytes

749362bae2488867

bench/feature-ablation/check.py

file

4,612 bytes

632d8cda9e3c0065

bench/feature-ablation/baseline-performance.json

file

601 bytes

4c02fd3398f39710

bench/external-models/results.json

file

5,108 bytes

bb40c38b304b308b

bench/feature-ablation/results.json

file

2,740 bytes

f22392a5d0daf988

bench/fresh-replay/evaluate.py

file

9,151 bytes

d56db50834e193aa

bench/fresh-replay/README.md

file

583 bytes

09c0a9d515b8ef56

bench/fresh-replay/outputs/no-ai-slop.json

file

4,429 bytes

9895faeaeca1af77

bench/fresh-replay/outputs/avoid-ai-writing.json

file

4,420 bytes

e81c00aaf9365e26

bench/fresh-replay/run.py

file

5,646 bytes

492c2cce516ed693

bench/fresh-replay/outputs/humanizer.json

file

4,652 bytes

93d7fa7084224845

bench/fresh-replay/results.json

file

34,005 bytes

5789300ebac3d0ec

bench/fresh-replay/outputs/zero-slop.json

file

4,594 bytes

e4078e1f3118a9a0

bench/fresh-replay/runs/humanizer.json

file

2,342 bytes

7d0194dd5306d3ac

bench/fresh-replay/runs/no-ai-slop.json

file

2,344 bytes

d00530796a8735bc

bench/fresh-replay/runs/avoid-ai-writing.json

file

2,356 bytes

c4b83423690c3b42

bench/incumbent-audit/README.md

file

756 bytes

8c10a2e36b19a06d

bench/fresh-replay/schema.json

file

511 bytes

a395710c57bc1b29

bench/fresh-replay/runs/zero-slop.json

file

2,307 bytes

1decb574d3c91956

bench/incumbent-blind-replay/README.md

file

1,398 bytes

d858934b959c150c

bench/incumbent-blind-replay/evaluate.py

file

8,963 bytes

95bf2d7cfba60723

bench/incumbent-audit/evaluate.py

file

6,343 bytes

5411fa93d381d6fc

bench/incumbent-audit/category-map.json

file

9,733 bytes

09e77d7635b5f5c0

bench/incumbent-blind-replay/judge.py

file

6,567 bytes

3f143861aa73fbf4

bench/incumbent-audit/results.json

file

2,625 bytes

f61cca060d722a12

bench/incumbent-blind-replay/maps/pass-1.json

file

1,350 bytes

c6c5e242f8eb0243

bench/incumbent-blind-replay/maps/pass-2.json

file

1,350 bytes

48ad87563de9f1c8

bench/incumbent-blind-replay/judgment-schema.json

file

1,142 bytes

d752797876a03ddb

bench/incumbent-blind-replay/judgments/pass-1.json

file

8,507 bytes

f56a41553915a1d9

bench/incumbent-blind-replay/judgments/pass-2.json

file

8,454 bytes

4f6a76793f67aab2

bench/incumbent-blind-replay/outputs/avoid-ai-writing.json

file

4,330 bytes

05ddda04765f8f01

bench/incumbent-blind-replay/packets/pass-1.json

file

14,355 bytes

0b4a9356d173dd8d

bench/incumbent-blind-replay/packets/pass-2.json

file

14,355 bytes

871f692ce343f3d3

bench/incumbent-blind-replay/outputs/zero-slop.json

file

4,668 bytes

df8901678a809b32

bench/incumbent-blind-replay/results.json

file

21,995 bytes

5b735c7fd3787f83

bench/incumbent-blind-replay/runs/avoid-ai-writing.json

file

2,356 bytes

7666da19b6c61b85

bench/incumbent-blind-replay/review-run.json

file

4,695 bytes

bb0bd28817e0b5c7

bench/incumbent-blind-replay/runs/zero-slop.json

file

2,314 bytes

7af58923120b70e9

bench/internal-corpus/results.json

file

2,433 bytes

58879eb47f590617

bench/internal-corpus/evaluate.py

file

5,214 bytes

9b19a530c3339524

bench/internal-corpus/README.md

file

690 bytes

04f193a038675035

bench/judge-dimensions.json

file

825 bytes

fb19f0f28f6b9b19

bench/judging/key.json

file

4,353 bytes

f653675a851c1c45

bench/judging/packet-2.json

file

42,079 bytes

2bf599db5d5df792

bench/judging/packet-1.json

file

49,330 bytes

f5fd4146835256ac

bench/judging/rep2-scores-1.json

file

4,863 bytes

906482d2064c72cb

bench/judging/packet-4.json

file

47,227 bytes

4dbd44da525a4adc

bench/judging/packet-3.json

file

46,742 bytes

8e7f5da5509f133d

bench/judging/packet-5.json

file

46,613 bytes

4b074668efdef65b

bench/judging/rep2-scores-4.json

file

7,102 bytes

d46ba9634a565a03

bench/judging/rep2-scores-2.json

file

3,962 bytes

0198f22292d2146e

bench/judging/rep2-scores-5.json

file

4,880 bytes

ecc18d6fee6060d6

bench/judging/scores-2.json

file

4,623 bytes

af48d243bb3a984d

bench/judging/scores-1.json

file

4,892 bytes

42c0e0edbda16a6b

bench/judging/rep2-scores-3.json

file

4,872 bytes

7f3180d2b4a991a2

bench/judging/scores-3.json

file

4,642 bytes

5b07268a4ac78660

bench/judging/scores-5.json

file

4,658 bytes

e4511d37938c1db6

bench/objective-panel-recomputed.json

file

552 bytes

224810862b694ac6

bench/make_packets.py

file

3,125 bytes

76291d781fd1c4fb

bench/judging/scores-4.json

file

4,630 bytes

29ddfe32dbdf77bc

bench/make_charts.py

file

22,936 bytes

8cc97482f44cac1c

bench/outputs/build_h1.py

file

18,285 bytes

8f4e19fb6f6d70fd

bench/outputs/blader_h2.json

file

19,833 bytes

c6ff7a7e9c457419

bench/outputs/anthpipe_h2.json

file

18,064 bytes

d143c67aba058c67

bench/objective-panel.json

file

1,240 bytes

69fd5a8346e10345

bench/outputs/anthpipe_h1.json

file

17,418 bytes

7bc0d3f30f8cfd9f

bench/outputs/blader_h1.json

file

21,426 bytes

f38a718660869ec2

bench/outputs/petergyang_h1.json

file

17,724 bytes

ffb1302696670c4a

bench/outputs/petergyang_h2.json

file

21,095 bytes

f3f60434cd62e5ba

bench/outputs/deslop_h1.json

file

21,414 bytes

ea4949315d6c70bd

bench/outputs/build_stopslop_h1.py

file

18,264 bytes

ca44b9599d1ddb21

bench/outputs/build_petergyang_h2.py

file

22,134 bytes

24b1e06fc1482404

bench/outputs/deslop_h2.json

file

22,229 bytes

47e0a40ae13aa47f

bench/outputs/zeroslop11_h1.json

file

20,153 bytes

13b9ee3133e7597b

bench/outputs/stopslop_h1.json

file

17,538 bytes

f464a4233d24da26

bench/outputs/zeroslop12_h1.json

file

25,952 bytes

5d996968f3c08de5

bench/outputs/stopslop_h2.json

file

18,055 bytes

d66c950f43a00022

bench/outputs/zeroslop12_h2.json

file

20,573 bytes

81ea4fb14d15be3a

bench/outputs/zeroslop_h1.json

file

19,261 bytes

4d5375b6cc159c14

bench/performance-results.json

file

2,668 bytes

4148b97cde24ff58

bench/quality-corpus/README.md

file

1,442 bytes

fc9801e55e2cf963

bench/quality-corpus/blind-packet.json

file

17,476 bytes

cf13bd027843d086

bench/performance.py

file

8,775 bytes

c3a9e62b3d692f1f

bench/outputs/zeroslop_h2.json

file

19,949 bytes

de1d531170bfea7b

bench/quality-corpus/build_manifest.py

file

4,184 bytes

5dd069ad137f7954

bench/quality-corpus/labels-rater-a.json

file

6,951 bytes

98024a530fc15277

bench/quality-corpus/labels-rater-b.json

file

7,019 bytes

1d5373286b97ea1d

bench/quality-corpus/evaluate.py

file

13,106 bytes

5460453ece5e1b5d

bench/quality-corpus/common.py

file

3,189 bytes

47276d9a795e0b95

bench/quality-corpus/manifest.json

file

31,266 bytes

0acbd49b5cadd825

bench/quality-corpus/make_packet.py

file

768 bytes

4bf248fba09dc89d

bench/quality-corpus/results.json

file

8,976 bytes

c86639bb2b09cb72

bench/quality-corpus/protocol.md

file

1,157 bytes

cc148263fc347601

bench/raid-plus-corpus/source.json

file

623 bytes

0d1b82266a590da3

bench/raid-plus-corpus/results.json

file

2,666 bytes

cefe039ae9a48f55

bench/raid-plus-corpus/audit.py

file

12,543 bytes

831d8f6d65d07021

bench/raid-plus-corpus/README.md

file

1,477 bytes

b08b86dce8618712

bench/search-corpus/README.md

file

3,547 bytes

aa6a9af07b9942bc

bench/replication.json

file

633 bytes

ae989cf846dbfd1d

bench/replication.py

file

7,162 bytes

32dcf30e4e09fd7f

bench/search-corpus/aistoryhub-checker-results.json

file

4,367 bytes

bf5eee1bf3ee434a

bench/scorecard.json

file

2,064 bytes

74359744d5c544ce

bench/search-corpus/compare.py

file

12,224 bytes

265ec694f869f31d

bench/search-corpus/corpus.json

file

7,319 bytes

78626533120d341d

bench/search-corpus/outputs/humanizer.json

file

3,921 bytes

e4019007577a2466

bench/search-corpus/methods.json

file

1,421 bytes

c312d1d29f043e50

bench/search-corpus/evaluate.py

file

3,775 bytes

9637e0f5d7525d87

bench/search-corpus/comparison-results.json

file

37,958 bytes

59c08277cf4bfb29

bench/search-corpus/outputs/de-slop.json

file

4,274 bytes

58261a3529ce31a9

bench/search-corpus/outputs/no-ai-slop.json

file

3,798 bytes

e0550338702540e0

bench/search-corpus/outputs/stop-slop.json

file

3,500 bytes

77d96683d487af1d

bench/search-corpus/outputs/zero-slop.json

file

3,845 bytes

0d53578810ecbf78

bench/validate_corpus_registry.py

file

3,648 bytes

29352dd5e4b8e0c7

bench/search-corpus/results.json

file

3,865 bytes

3501ce04d0473447

bench/version-comparison.json

file

3,263 bytes

b2ce1d144c9e7bf6

bin/lib/deslop.d.mts

file

2,261 bytes

35226723de4a35cf

bench/version_compare.py

file

10,641 bytes

498d599df509c036

data/corpus/community-register/README.md

file

726 bytes

0781b0f23cf9ae73

bin/lib/deslop.mjs

file

13,480 bytes

706086d01d3cbf7c

data/corpus/community-register/judgment/communicative-drift.txt

file

213 bytes

69eb3bf2583c488a

bin/zero-slop.mjs

file

16,489 bytes

a7fa9434f979389c

data/corpus/must-flag/adjective-inflation.md

file

316 bytes

ce3e44fee3b68a46

data/corpus/community-register/judgment/rhetorical-scale-mismatch.txt

file

209 bytes

00d58868e79d2df4

data/corpus/must-flag/dangling-thin.md

file

405 bytes

9aac0164b6245ca7

data/corpus/must-flag/classifier-scaffolding.md

file

893 bytes

2b4a0e53599f6b6e

data/corpus/community-register/judgment/reflexive-agreement.txt

file

189 bytes

9d4583ddf200ab03

data/corpus/must-flag/caveat-template.md

file

586 bytes

79298559f60eb406

data/corpus/must-flag/manifest.json

file

3,785 bytes

ad169585e0db28d6

data/corpus/must-flag/plural-noun-fragment.md

file

290 bytes

7215ea72bc2650f2

data/corpus/must-flag/label-period-list.md

file

417 bytes

73f8ad01923f5ede

data/corpus/must-flag/mic-drop.md

file

290 bytes

68e89bd62aca73b1

data/corpus/must-flag/monument-negation.md

file

302 bytes

d7724077af32ec92

data/corpus/must-flag/referent-cycling.md

file

293 bytes

7022c1f27fc2de9f

data/corpus/must-flag/unnamed-validator.md

file

359 bytes

8173c9b92df91215

data/corpus/must-not-flag-shape/lyrics.txt

file

198 bytes

69c0b13187b9d971

data/corpus/must-not-flag-shape/aphorism-list.txt

file

281 bytes

ae07e60a05b1f196

data/corpus/must-not-flag-shape/dialogue.txt

file

262 bytes

e8cdf20fc5e5bc05

data/corpus/must-not-flag-shape/changelog.txt

file

238 bytes

086b6b36f5b0d76a

data/corpus/must-not-flag-shape/README.md

file

1,100 bytes

39ea673b4b6a7d6d

data/corpus/must-not-flag/exec-memo.txt

file

1,041 bytes

3784f40a13950783

data/corpus/must-not-flag-shape/sms-transcript.txt

file

140 bytes

b93257b99e547c9e

data/corpus/must-not-flag/esl-engineer-email.txt

file

813 bytes

a0080890e7bc1c72

data/corpus/must-not-flag/README.md

file

3,328 bytes

3515b4c8aa26c50f

data/corpus/must-not-flag/federalist.txt

file

827 bytes

12b198026f361436

data/corpus/must-not-flag-shape/poem.txt

file

110 bytes

f83cf90261f7e1f6

data/corpus/must-not-flag/recipe.txt

file

1,027 bytes

bc8930cf87fc5dda

data/corpus/must-not-flag/personal-essay.txt

file

401 bytes

d29ebbe5d04377e5

data/corpus/must-not-flag/grant-abstract.txt

file

1,056 bytes

d0fa287206e8b939

data/corpus/must-not-flag/press-release.txt

file

836 bytes

a69cb8c22fc4d8d3

data/corpus/must-not-flag/ml-methods.txt

file

417 bytes

82b62b40196aa3c0

data/corpus/must-not-flag/gettysburg.txt

file

779 bytes

77bfe105699a77a6

data/corpus/must-not-flag/technical-postmortem.txt

file

535 bytes

a2ade170a6eabcd1

data/corpus/performed-register/judgment/bare-subject-swap.txt

file

104 bytes

95c2d2c1abbaa067

data/corpus/must-not-flag/terse-engineer-note.txt

file

308 bytes

52ef2f93be787a14

data/corpus/performed-register/README.md

file

2,658 bytes

e53019cd89874944

data/corpus/must-not-flag/sre-runbook.txt

file

474 bytes

dc728e730933eca5

data/corpus/performed-register/judgment/detection-fragile.txt

file

59 bytes

17f5594e3c636891

data/corpus/performed-register/judgment/draft-cheap-signal.txt

file

49 bytes

728acdff92e7ad48

data/corpus/performed-register/judgment/glow-finishing.txt

file

29 bytes

9fa199ba070e4907

data/corpus/performed-register/judgment/jargon-compression.txt

file

209 bytes

22139974a29d6511

data/corpus/performed-register/judgment/fight-against-tagline.txt

file

33 bytes

14f3478e6723bd66

data/corpus/performed-register/judgment/ear-chiasmus.txt

file

51 bytes

293b64ee7f1ef949

data/corpus/performed-register/judgment/fine-beat.txt

file

53 bytes

c257f229fabe9d4f

data/corpus/performed-register/judgment/replay-lands.txt

file

34 bytes

cdc3348866953191

data/corpus/performed-register/judgment/not-perfect-honest.txt

file

21 bytes

096bd8f8d99a3135

data/corpus/performed-register/judgment/punctuation-convict.txt

file

47 bytes

c9be15d23385793c

data/corpus/performed-register/judgment/recipe-ingredients.txt

file

33 bytes

eb9c49bbb9ae1029

data/corpus/performed-register/judgment/rhymes-with.txt

file

36 bytes

0dd9e3dd5c80f784

data/corpus/performed-register/judgment/rhythm-prints.txt

file

73 bytes

78683bac4e051f27

data/corpus/performed-register/mechanical/argue-with-artifact.txt

file

49 bytes

54645130f5b390c9

data/corpus/performed-register/judgment/words-cheap.txt

file

108 bytes

4187144bf787a5d0

data/corpus/performed-register/judgment/same-leak.txt

file

33 bytes

c6f07dbdedb3557e

data/corpus/performed-register/judgment/whole-product.txt

file

45 bytes

019e8b213929b43e

data/corpus/performed-register/judgment/tools-work.txt

file

58 bytes

91de69f0b5d92aaf

data/corpus/performed-register/judgment/tuning-gradients.txt

file

48 bytes

0e745b0d548c6b36

data/corpus/performed-register/mechanical/has-receipts.txt

file

60 bytes

dab749f79e768b1d

data/corpus/performed-register/mechanical/economics-brutal.txt

file

26 bytes

45e6820d39623e2e

data/corpus/performed-register/mechanical/billed-to-reader.txt

file

80 bytes

ff4638d355d369b2

data/corpus/performed-register/mechanical/candor-detail.txt

file

77 bytes

9ca06d8e16de7215

data/corpus/performed-register/mechanical/bill-lands.txt

file

34 bytes

a9dc3104fcf53148

data/corpus/performed-register/mechanical/hired-adversary.txt

file

101 bytes

052d4a1ae2a5403e

data/corpus/performed-register/mechanical/hyperbole-universal.txt

file

71 bytes

e569a8fcf8ac0717

data/corpus/performed-register/mechanical/metaphor-sender-name.txt

file

43 bytes

b463fa7cbd385ca4

data/corpus/performed-register/mechanical/isocolon-adapt.txt

file

96 bytes

b4575d6443a364c0

data/corpus/performed-register/mechanical/on-the-tin.txt

file

36 bytes

26ea1f4f193cc9a8

data/corpus/performed-register/mechanical/minding-own-business.txt

file

74 bytes

938296a1df1e1c44

data/corpus/performed-register/mechanical/no-x-had-to.txt

file

116 bytes

e1ddcd3958594cb2

data/corpus/performed-register/mechanical/vibe-check.txt

file

80 bytes

0a3077b85bd0aada

data/corpus/performed-register/mechanical/social-stage-stack.txt

file

218 bytes

9ea79b3902d6a558

data/corpus/performed-register/mechanical/verdict-arithmetic.txt

file

79 bytes

4dc66e5766cbd04c

data/corpus/performed-register/mechanical/this-is-what-looks-like.txt

file

99 bytes

3bf6aaf84a7754fa

data/corpus/performed-register/mechanical/opens-the-hood.txt

file

26 bytes

2b9642b405f4704b

data/corpus/performed-register/mechanical/turns-out-payoff.txt

file

144 bytes

6cc1719a1896b7fb

data/learned.json

file

7,874 bytes

8427cf1f2b3aa454

data/corpus/performed-register/mechanical/vibe-isnt-a-vibe.txt

file

36 bytes

0e4f7664d42f18ce

data/corpus/performed-register/mechanical/vibe-number-attached.txt

file

64 bytes

95cd2ed0f56221eb

data/corpus/performed-register/mechanical/where-slop-lives.txt

file

30 bytes

5155c55744f8abd9

data/learned-log.md

file

28,601 bytes

3718ea1f3cb675ce

data/patterns.json

file

67,294 bytes

a20499d0c135a4d1

distribution/listing-status-2026-09-07.md

file

3,760 bytes

beca66d3bb2040e0

distribution/homebrew/Formula/zero-slop.rb

file

1,454 bytes

fe160b7be32a5a3c

distribution/release-2.10.0.md

file

1,435 bytes

beea133be2cdaebd

distribution/homebrew/README.md

file

2,678 bytes

a8f92d89278aa366

distribution/homebrew/prepare-formula.mjs

file

3,063 bytes

365bf12fad3a5395

distribution/homebrew/prepare-formula.test.mjs

file

3,452 bytes

7f9806bffde11edc

examples/product-update.after.md

file

56 bytes

d193906c86bb0636

examples/launch-post.before.md

file

158 bytes

64070d25b2fc169a

docs/cli.md

file

2,971 bytes

05c5986e7762b84f

examples/README.md

file

1,195 bytes

043b552c1b5bae76

docs/rest-api.md

file

5,047 bytes

e641abfad67c5603

examples/launch-post.after.md

file

65 bytes

7ba1462498e800f0

examples/product-update.before.md

file

220 bytes

83c26eac6895c4b5

examples/research-summary.after.md

file

82 bytes

7c8081204c504cf0

examples/team-email.before.md

file

201 bytes

7de12ce1c831b5f9

examples/research-summary.before.md

file

207 bytes

f7aa227e21d01dee

examples/team-email.after.md

file

106 bytes

dc8a2a607315397c

glama.json

file

94 bytes

69b545d4ef315df1

growth/check-studio-cadence.mjs

file

11,254 bytes

ad4d032d92b52be1

growth/console-dev-emails.md

file

4,648 bytes

7318538569764c8c

growth/check-studio-scroll.mjs

file

8,562 bytes

c9179504f96e9bf4

growth/check-motion.py

file

23,159 bytes

4fe68ebdaae762ba

growth/demo-evidence.json

file

1,977 bytes

eef1d476f8d17e58

growth/growth-snapshot.mjs

file

5,510 bytes

884530254d938520

growth/export-studio-logo.mjs

file

1,726 bytes

07b7f0717a2272eb

growth/make-logo.mjs

file

2,055 bytes

bce4d198bad0599a

growth/launch-playbook.md

file

8,258 bytes

189f72b96e1fdf5c

growth/demo-film.mjs

file

18,170 bytes

0754fd329437101a

growth/export-shell-media.mjs

file

1,803 bytes

e609e2d9bc84d11b

growth/repository-audit.md

file

7,893 bytes

0e5f6da5a21207fb

growth/newsletter-analysis.md

file

6,647 bytes

c8727adcdc8f18e4

growth/outreach-kit.md

file

7,887 bytes

2142037bbe3e83cd

growth/make-screenshots.mjs

file

2,743 bytes

d67aaca18c9504ad

growth/make-social-preview.mjs

file

1,214 bytes

27f7c052be6239d3

growth/motion-design.md

file

5,802 bytes

80f1a2a9ad2f5ad6

growth/studio-timeline.mjs

file

6,809 bytes

431e4c28add0c93f

growth/submission-copy.md

file

7,807 bytes

856d0088cab0bc4b

growth/shell-demo.before.md

file

514 bytes

050824e2f073b3bc

growth/shell-demo.after.md

file

65 bytes

7ba1462498e800f0

growth/studio-scene.mjs

file

8,725 bytes

c708cdeb096b9b66

growth/shell-demo-source.mjs

file

7,743 bytes

eb0192901eb0bcca

growth/verify-demo-player.mjs

file

2,495 bytes

87f8dcbdb03b9282

integrations/github-action/review.mjs

file

7,616 bytes

31e5076088fd99ec

integrations/github-action/README.md

file

4,878 bytes

1fb65197087b4166

integrations/github-action/index.mjs

file

4,029 bytes

204c395025253a60

integrations/README.md

file

1,498 bytes

4c6fc5a69011f73c

integrations/github-action/action.yml

file

1,275 bytes

285b232bb90ba158

integrations/postman/README.md

file

1,865 bytes

5232c66c476ff37f

integrations/postman/zero-slop.postman_collection.json

file

5,573 bytes

f74ea19efdda4439

integrations/n8n/README.md

file

2,451 bytes

ce7233cfe622ecae

integrations/raycast/CHANGELOG.md

file

300 bytes

937e1f3dc73c651c

integrations/github-action/review.test.mjs

file

6,294 bytes

8b2484c9a5e1ff8c

integrations/n8n/zero-slop-review.workflow.json

file

5,125 bytes

fd2be1d0e2064f84

integrations/raycast/README.md

file

3,724 bytes

fa26bc34117497e5

integrations/raycast/src/edit-selection.tsx

file

8,025 bytes

d105c2ae644ef168

integrations/raycast/src/review.ts

file

2,768 bytes

52f2fdf73f41c0da

integrations/raycast/package.json

file

1,406 bytes

6b15b95f3e3c0df3

integrations/raycast/eslint.config.js

file

76 bytes

820b98c31e95244f

integrations/raycast/package-lock.json

file

206,114 bytes

353be39a2e13ee42

integrations/raycast/test/review.test.ts

file

2,676 bytes

4b83ec4e4f75c759

mcp/OPERATIONS.md

file

2,490 bytes

9337d3973e1c4772

integrations/templates.test.mjs

file

8,343 bytes

d658bc1823100279

mcp/README.md

file

11,122 bytes

c488788823eaa598

integrations/raycast/tsconfig.json

file

352 bytes

8878ab9ee3d83b99

mcp/gateway/src/bounded-json.ts

file

1,271 bytes

ce9108e0b5b65dfe

mcp/gateway/src/bounded-json.test.ts

file

1,105 bytes

e107fe7c294d2c39

mcp/gateway/src/contract.ts

file

5,541 bytes

9c64a99daa188963

mcp/gateway/package.json

file

701 bytes

2d46cfbd012efa9a

mcp/gateway/src/compatibility.test.ts

file

1,960 bytes

7cc36d82a323c098

mcp/gateway/package-lock.json

file

209,270 bytes

a99698b1db872bd7

mcp/gateway/src/index.test.ts

file

5,732 bytes

3f9a58e9195d17e3

mcp/gateway/src/model.ts

file

5,019 bytes

19ce88cb72ff2d30

mcp/gateway/src/counter.test.ts

file

5,973 bytes

a946bceccdd456d4

mcp/gateway/src/index.ts

file

11,780 bytes

1a2eabfa914fe3fb

mcp/gateway/src/env.d.ts

file

82 bytes

92d12e5296f84c50

mcp/gateway/src/counter.ts

file

11,568 bytes

3488473aedfed9a2

mcp/gateway/src/scorer.test.ts

file

3,895 bytes

18a98a60b870e011

mcp/gateway/src/rest.test.ts

file

9,551 bytes

324dbd635511f13b

mcp/gateway/src/rest.ts

file

5,807 bytes

171bff199d595444

mcp/gateway/src/scorer.ts

file

4,604 bytes

e7a097e67a3ec3c5

mcp/gateway/src/pipeline.test.ts

file

18,025 bytes

00458f38b92492d2

mcp/gateway/src/pipeline.ts

file

11,974 bytes

4f809e59ba7f95b7

mcp/gateway/test/counter.runtime.spec.ts

file

3,791 bytes

55d61c4fd829bc08

mcp/gateway/src/types.ts

file

1,948 bytes

917128a58d8d4f91

mcp/gateway/src/telemetry.ts

file

8,576 bytes

c364776c046de926

mcp/gateway/test/env.d.ts

file

79 bytes

a9c4b7cfa2506fc6

mcp/gateway/test/editor.runtime.spec.ts

file

2,636 bytes

144b7212d1f0f0e8

mcp/gateway/src/telemetry.test.ts

file

2,570 bytes

3208704f170a24de

mcp/gateway/test/rest.runtime.spec.ts

file

1,305 bytes

863e54f186d898a1

mcp/gateway/wrangler.jsonc

file

1,341 bytes

361dff248706b6f5

mcp/gateway/tsconfig.json

file

350 bytes

46e291c6a83135c0

mcp/gateway/vitest.config.ts

file

678 bytes

3111a2cc3cbe4b8e

mcp/gateway/test/tsconfig.json

file

208 bytes

e9e532f420691632

mcp/gateway/test/tool-metadata.runtime.spec.ts

file

1,302 bytes

2d12d54e15ad2f76

mcp/scorer/package.json

file

326 bytes

ca9c67e8d6b6af2c

mcp/scorer/pyproject.toml

file

210 bytes

d184f33a545dfa8c

mcp/scorer/src/data/learned.json

file

7,874 bytes

8427cf1f2b3aa454

mcp/scorer/package-lock.json

file

49,420 bytes

a9c5b884d3f9486f

mcp/scorer/src/engine/register.py

file

63,042 bytes

3e1ba55c281a3208

mcp/scorer/src/data/patterns.json

file

67,294 bytes

a20499d0c135a4d1

mcp/scorer/src/scorer_core.py

file

5,981 bytes

df14a19956ae8afd

mcp/scorer/src/engine/rerank.py

file

6,524 bytes

2d4b80556e1ba389

mcp/scorer/src/entry.py

file

1,654 bytes

4927153dd7a5228a

mcp/scorer/src/scorer-manifest.json

file

578 bytes

bf4da130bc228173

mcp/scorer/src/engine/slopscore.py

file

93,736 bytes

e2f139f932e3dfec

mcp/scorer/src/engine/safeio.py

file

4,837 bytes

a2e7f2ae689d39be

mcp/scripts/e2e_rest.test.mjs

file

10,676 bytes

0f49daa63bccc735

mcp/scripts/live-probe.mjs

file

10,305 bytes

ceab0099e1a86b96

mcp/scripts/sync_scorer.py

file

3,352 bytes

1dff5d850d25e8e2

mcp/scripts/e2e_rest.mjs

file

17,740 bytes

8c88e7ff3b8c1f8f

mcp/scorer/uv.lock

file

20,652 bytes

205a87f370e3aebe

mcp/scorer/wrangler.jsonc

file

517 bytes

c23ccbb16b836a47

mcp/scripts/test_scorer.py

file

2,706 bytes

89157fefcc8fa5a0

plugin.json

file

502 bytes

8a4a37470cf1b31e

references/contextual-signals.md

file

2,906 bytes

dad09c94b1ebfa26

references/copy-desk.md

file

5,039 bytes

3522254841a9b927

references/readalong.md

file

7,892 bytes

e2b2a02b3cdeb384

references/eval.md

file

21,918 bytes

6ea591b8a07044a9

references/platforms.md

file

5,134 bytes

46d9a6a03b178b16

references/evidence.md

file

23,725 bytes

fe5e373931c8f437

references/overcorrection.md

file

4,055 bytes

fc262310442dbc37

references/fresh-eyes.md

file

3,400 bytes

3234659d71134ba1

references/rewrite-moves.md

file

9,657 bytes

1b497c8d893ee733

scripts/build_plugin.py

file

5,576 bytes

8d73c688768559a5

scripts/build_bundle.py

file

3,577 bytes

fa408d9340e1c106

scripts/build_onepager_pdf.py

file

6,577 bytes

fa32fcab8a7b8e1d

scripts/build_skill_zip.py

file

3,913 bytes

b3f233612381d995

references/tells.md

file

22,567 bytes

bb72bab553160154

scripts/check_distribution_manifests.py

file

5,639 bytes

ba830796b346eddf

scripts/contextual.py

file

10,996 bytes

48ffa265f8c967c1

scripts/check_release_surfaces.py

file

17,332 bytes

8f446fd9affc3aee

scripts/calibrate.py

file

11,527 bytes

d9acf8a106afafb6

scripts/check_svg.py

file

8,881 bytes

d6910a12fb3b6bb0

scripts/check_release_version.py

file

2,657 bytes

2d19a27f931b9965

scripts/rerank.py

file

6,524 bytes

2d4b80556e1ba389

scripts/predictability.py

file

10,149 bytes

b011f21ba6bfddb4

scripts/rescue.py

file

7,382 bytes

2806867fcdc54a83

scripts/make-readme-gif.mjs

file

12,478 bytes

0b778f741122c75e

scripts/register.py

file

63,042 bytes

3e1ba55c281a3208

scripts/learn.py

file

74,620 bytes

48d01db3a706a735

scripts/version_check.py

file

3,993 bytes

801430a1fa2d8257

server.json

file

613 bytes

588282de3d01cde7

skills/zero-slop/data/corpus/community-register/README.md

skill

726 bytes

0781b0f23cf9ae73

scripts/safeio.py

file

4,837 bytes

a2e7f2ae689d39be

skills/zero-slop/SKILL.md

skill

60,691 bytes

14abf691a996ea6a

scripts/slopscore.py

file

93,736 bytes

e2f139f932e3dfec

skills/zero-slop/data/corpus/must-flag/caveat-template.md

skill

586 bytes

79298559f60eb406

skills/zero-slop/data/corpus/must-flag/classifier-scaffolding.md

skill

893 bytes

2b4a0e53599f6b6e

skills/zero-slop/data/corpus/community-register/judgment/rhetorical-scale-mismatch.txt

skill

209 bytes

00d58868e79d2df4

skills/zero-slop/data/corpus/must-flag/adjective-inflation.md

skill

316 bytes

ce3e44fee3b68a46

skills/zero-slop/data/corpus/community-register/judgment/communicative-drift.txt

skill

213 bytes

69eb3bf2583c488a

skills/zero-slop/data/corpus/community-register/judgment/reflexive-agreement.txt

skill

189 bytes

9d4583ddf200ab03

skills/zero-slop/data/corpus/must-flag/dangling-thin.md

skill

405 bytes

9aac0164b6245ca7

skills/zero-slop/data/corpus/must-flag/manifest.json

skill

3,785 bytes

ad169585e0db28d6

skills/zero-slop/data/corpus/must-flag/label-period-list.md

skill

417 bytes

73f8ad01923f5ede

skills/zero-slop/data/corpus/must-flag/monument-negation.md

skill

302 bytes

d7724077af32ec92

skills/zero-slop/data/corpus/must-flag/mic-drop.md

skill

290 bytes

68e89bd62aca73b1

skills/zero-slop/data/corpus/must-flag/plural-noun-fragment.md

skill

290 bytes

7215ea72bc2650f2

skills/zero-slop/data/corpus/must-not-flag-shape/dialogue.txt

skill

262 bytes

e8cdf20fc5e5bc05

skills/zero-slop/data/corpus/must-flag/unnamed-validator.md

skill

359 bytes

8173c9b92df91215

skills/zero-slop/data/corpus/must-not-flag-shape/changelog.txt

skill

238 bytes

086b6b36f5b0d76a

skills/zero-slop/data/corpus/must-not-flag-shape/README.md

skill

1,100 bytes

39ea673b4b6a7d6d

skills/zero-slop/data/corpus/must-not-flag-shape/aphorism-list.txt

skill

281 bytes

ae07e60a05b1f196

skills/zero-slop/data/corpus/must-flag/referent-cycling.md

skill

293 bytes

7022c1f27fc2de9f

skills/zero-slop/data/corpus/must-not-flag/README.md

skill

3,328 bytes

3515b4c8aa26c50f

skills/zero-slop/data/corpus/must-not-flag-shape/lyrics.txt

skill

198 bytes

69c0b13187b9d971

skills/zero-slop/data/corpus/must-not-flag-shape/sms-transcript.txt

skill

140 bytes

b93257b99e547c9e

skills/zero-slop/data/corpus/must-not-flag/exec-memo.txt

skill

1,041 bytes

3784f40a13950783

skills/zero-slop/data/corpus/must-not-flag-shape/poem.txt

skill

110 bytes

f83cf90261f7e1f6

skills/zero-slop/data/corpus/must-not-flag/esl-engineer-email.txt

skill

813 bytes

a0080890e7bc1c72

skills/zero-slop/data/corpus/must-not-flag/grant-abstract.txt

skill

1,056 bytes

d0fa287206e8b939

skills/zero-slop/data/corpus/must-not-flag/gettysburg.txt

skill

779 bytes

77bfe105699a77a6

skills/zero-slop/data/corpus/must-not-flag/press-release.txt

skill

836 bytes

a69cb8c22fc4d8d3

skills/zero-slop/data/corpus/must-not-flag/ml-methods.txt

skill

417 bytes

82b62b40196aa3c0

skills/zero-slop/data/corpus/must-not-flag/personal-essay.txt

skill

401 bytes

d29ebbe5d04377e5

skills/zero-slop/data/corpus/must-not-flag/federalist.txt

skill

827 bytes

12b198026f361436

skills/zero-slop/data/corpus/performed-register/judgment/bare-subject-swap.txt

skill

104 bytes

95c2d2c1abbaa067

skills/zero-slop/data/corpus/must-not-flag/recipe.txt

skill

1,027 bytes

bc8930cf87fc5dda

skills/zero-slop/data/corpus/performed-register/README.md

skill

2,658 bytes

e53019cd89874944

skills/zero-slop/data/corpus/must-not-flag/technical-postmortem.txt

skill

535 bytes

a2ade170a6eabcd1

skills/zero-slop/data/corpus/must-not-flag/terse-engineer-note.txt

skill

308 bytes

52ef2f93be787a14

skills/zero-slop/data/corpus/must-not-flag/sre-runbook.txt

skill

474 bytes

dc728e730933eca5

skills/zero-slop/data/corpus/performed-register/judgment/draft-cheap-signal.txt

skill

49 bytes

728acdff92e7ad48

skills/zero-slop/data/corpus/performed-register/judgment/glow-finishing.txt

skill

29 bytes

9fa199ba070e4907

skills/zero-slop/data/corpus/performed-register/judgment/fine-beat.txt

skill

53 bytes

c257f229fabe9d4f

skills/zero-slop/data/corpus/performed-register/judgment/ear-chiasmus.txt

skill

51 bytes

293b64ee7f1ef949

skills/zero-slop/data/corpus/performed-register/judgment/fight-against-tagline.txt

skill

33 bytes

14f3478e6723bd66

skills/zero-slop/data/corpus/performed-register/judgment/detection-fragile.txt

skill

59 bytes

17f5594e3c636891

skills/zero-slop/data/corpus/performed-register/judgment/rhymes-with.txt

skill

36 bytes

0dd9e3dd5c80f784

skills/zero-slop/data/corpus/performed-register/judgment/recipe-ingredients.txt

skill

33 bytes

eb9c49bbb9ae1029

skills/zero-slop/data/corpus/performed-register/judgment/jargon-compression.txt

skill

209 bytes

22139974a29d6511

skills/zero-slop/data/corpus/performed-register/judgment/replay-lands.txt

skill

34 bytes

cdc3348866953191

skills/zero-slop/data/corpus/performed-register/judgment/not-perfect-honest.txt

skill

21 bytes

096bd8f8d99a3135

skills/zero-slop/data/corpus/performed-register/judgment/punctuation-convict.txt

skill

47 bytes

c9be15d23385793c

skills/zero-slop/data/corpus/performed-register/judgment/whole-product.txt

skill

45 bytes

019e8b213929b43e

skills/zero-slop/data/corpus/performed-register/judgment/tools-work.txt

skill

58 bytes

91de69f0b5d92aaf

skills/zero-slop/data/corpus/performed-register/judgment/words-cheap.txt

skill

108 bytes

4187144bf787a5d0

skills/zero-slop/data/corpus/performed-register/judgment/same-leak.txt

skill

33 bytes

c6f07dbdedb3557e

skills/zero-slop/data/corpus/performed-register/judgment/rhythm-prints.txt

skill

73 bytes

78683bac4e051f27

skills/zero-slop/data/corpus/performed-register/judgment/tuning-gradients.txt

skill

48 bytes

0e745b0d548c6b36

skills/zero-slop/data/corpus/performed-register/mechanical/argue-with-artifact.txt

skill

49 bytes

54645130f5b390c9

skills/zero-slop/data/corpus/performed-register/mechanical/bill-lands.txt

skill

34 bytes

a9dc3104fcf53148

skills/zero-slop/data/corpus/performed-register/mechanical/economics-brutal.txt

skill

26 bytes

45e6820d39623e2e

skills/zero-slop/data/corpus/performed-register/mechanical/candor-detail.txt

skill

77 bytes

9ca06d8e16de7215

skills/zero-slop/data/corpus/performed-register/mechanical/has-receipts.txt

skill

60 bytes

dab749f79e768b1d

skills/zero-slop/data/corpus/performed-register/mechanical/billed-to-reader.txt

skill

80 bytes

ff4638d355d369b2

skills/zero-slop/data/corpus/performed-register/mechanical/isocolon-adapt.txt

skill

96 bytes

b4575d6443a364c0

skills/zero-slop/data/corpus/performed-register/mechanical/hyperbole-universal.txt

skill

71 bytes

e569a8fcf8ac0717

skills/zero-slop/data/corpus/performed-register/mechanical/minding-own-business.txt

skill

74 bytes

938296a1df1e1c44

skills/zero-slop/data/corpus/performed-register/mechanical/hired-adversary.txt

skill

101 bytes

052d4a1ae2a5403e

skills/zero-slop/data/corpus/performed-register/mechanical/no-x-had-to.txt

skill

116 bytes

e1ddcd3958594cb2

skills/zero-slop/data/corpus/performed-register/mechanical/metaphor-sender-name.txt

skill

43 bytes

b463fa7cbd385ca4

skills/zero-slop/data/corpus/performed-register/mechanical/social-stage-stack.txt

skill

218 bytes

9ea79b3902d6a558

skills/zero-slop/data/corpus/performed-register/mechanical/opens-the-hood.txt

skill

26 bytes

2b9642b405f4704b

skills/zero-slop/data/corpus/performed-register/mechanical/on-the-tin.txt

skill

36 bytes

26ea1f4f193cc9a8

skills/zero-slop/data/corpus/performed-register/mechanical/this-is-what-looks-like.txt

skill

99 bytes

3bf6aaf84a7754fa

skills/zero-slop/data/corpus/performed-register/mechanical/verdict-arithmetic.txt

skill

79 bytes

4dc66e5766cbd04c

skills/zero-slop/data/corpus/performed-register/mechanical/turns-out-payoff.txt

skill

144 bytes

6cc1719a1896b7fb

skills/zero-slop/data/learned.json

skill

7,874 bytes

8427cf1f2b3aa454

skills/zero-slop/data/corpus/performed-register/mechanical/where-slop-lives.txt

skill

30 bytes

5155c55744f8abd9

skills/zero-slop/data/corpus/performed-register/mechanical/vibe-isnt-a-vibe.txt

skill

36 bytes

0e4f7664d42f18ce

skills/zero-slop/data/corpus/performed-register/mechanical/vibe-check.txt

skill

80 bytes

0a3077b85bd0aada

skills/zero-slop/data/learned-log.md

skill

28,601 bytes

3718ea1f3cb675ce

skills/zero-slop/data/corpus/performed-register/mechanical/vibe-number-attached.txt

skill

64 bytes

95cd2ed0f56221eb

skills/zero-slop/references/copy-desk.md

skill

5,039 bytes

3522254841a9b927

skills/zero-slop/references/evidence.md

skill

23,725 bytes

fe5e373931c8f437

skills/zero-slop/references/fresh-eyes.md

skill

3,400 bytes

3234659d71134ba1

skills/zero-slop/references/eval.md

skill

21,918 bytes

6ea591b8a07044a9

skills/zero-slop/data/patterns.json

skill

67,294 bytes

a20499d0c135a4d1

skills/zero-slop/references/overcorrection.md

skill

4,055 bytes

fc262310442dbc37

skills/zero-slop/references/readalong.md

skill

7,892 bytes

e2b2a02b3cdeb384

skills/zero-slop/references/rewrite-moves.md

skill

9,657 bytes

1b497c8d893ee733

skills/zero-slop/references/platforms.md

skill

5,134 bytes

46d9a6a03b178b16

skills/zero-slop/scripts/calibrate.py

skill

11,527 bytes

d9acf8a106afafb6

skills/zero-slop/references/tells.md

skill

22,567 bytes

bb72bab553160154

skills/zero-slop/scripts/learn.py

skill

74,620 bytes

48d01db3a706a735

skills/zero-slop/scripts/safeio.py

skill

4,837 bytes

a2e7f2ae689d39be

skills/zero-slop/scripts/rescue.py

skill

7,382 bytes

2806867fcdc54a83

skills/zero-slop/scripts/rerank.py

skill

6,524 bytes

2d4b80556e1ba389

skills/zero-slop/scripts/predictability.py

skill

10,149 bytes

b011f21ba6bfddb4

skills/zero-slop/scripts/register.py

skill

63,042 bytes

3e1ba55c281a3208

skills/zero-slop/scripts/slopscore.py

skill

93,736 bytes

e2f139f932e3dfec

skills/zero-slop/scripts/version_check.py

skill

3,993 bytes

801430a1fa2d8257

tests/cli-package-e2e.mjs

file

11,315 bytes

ab6dbad04f203478

tests/cli-package-tools.test.mjs

file

3,365 bytes

523baddfee7e6d5e

tests/fixtures/mcp-transport.mjs

file

5,998 bytes

75e0085b34be2c67

tests/cli-deslop.test.mjs

file

18,843 bytes

b49c0461575b2fee

tests/helpers/npm-command.mjs

file

2,618 bytes

dce2a97cd0830d6b

website/README.md

file

1,685 bytes

0ba246a5e1c04ee4

website/app/CopyCommand.tsx

file

1,484 bytes

e4e634268b3d5c14

website/app/ExampleGallery.tsx

file

8,674 bytes

725de14a16e700d9

website/app/layout.tsx

file

3,204 bytes

596280bb19a8b08a

website/app/globals.css

file

24,073 bytes

1da9231459c5d571

tests/test_all.py

file

265,681 bytes

1fe9f9a046495cc2

website/next-env.d.ts

file

189 bytes

a291a6b60536fec0

website/eslint.config.mjs

file

1,009 bytes

6090bd544865638d

website/app/page.tsx

file

19,388 bytes

fe6e564d7c929569

website/package.json

file

1,449 bytes

26647470fca9d2bc

website/next.config.ts

file

133 bytes

614bce25b089c3f1

website/package-lock.json

file

277,781 bytes

4ebda80838b0e810

website/postcss.config.mjs

file

43 bytes

26cd0f1e700b93a5

website/public/llms.txt

file

1,883 bytes

df6b29b7251b25cc

website/public/robots.txt

file

66 bytes

a8bde7c703a5e29b

website/public/engine.svg

file

14,509 bytes

494322a162f981f1

website/public/favicon.svg

file

283 bytes

a9bce6052a882498

website/public/llms-full.txt

file

4,385 bytes

9d54ebd36bdc585f

website/tsconfig.json

file

603 bytes

379054f6cec60ebd

website/tests/rendered-html.test.mjs

file

9,551 bytes

3e685f4c136db392

website/vite.config.ts

file

993 bytes

f5c8c27e5ec04914

website/scripts/refuse-deploy.mjs

file

1,141 bytes

1c4f859552301ceb

website/scripts/export-static.mjs

file

2,011 bytes

2afca3f2cc92111a

website/tests/browser-qa.mjs

file

4,758 bytes

2d9094911be3adb1

website/wrangler.jsonc

file

164 bytes

735958ab3a4d764a

website/worker/index.ts

file

140 bytes

9e513918f609efeb

.registry/mcp.json

mcp-config

81 bytes

57ecb72351f52ada

History, reviews, and alternatives

Latest launch

User reviews

from 0 reviews

The first substantive review can be added on this page.

Read or write reviews

Milestones and alternatives

Makers can publish releases and security milestones after claiming the plugin.