oroddlokken/slop

2Stars on the repository
27Mods indexed here, across every type
14d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

audit-agent-docs

01

oroddlokken/slop

Skill Claude CodeCodex

Audit agent-facing documentation (CLAUDE.md, AGENTS.md, copilot-instructions.md) for redundancies, contradictions, gaps, and misplaced content. Supports Claude Code, OpenAI Codex, and GitHub Copilot. For a general agent's system prompt, persona, or tool descriptions (not repo docs), use audit-agent-prompt. Use when…

not rated 2 14d ago A 89 tokens

audit-agent-prompt

02

oroddlokken/slop

Skill Claude CodeCodex

Audit general-agent prompts (system prompt, persona, scope, guardrails, tool descriptions, few-shot examples) for framing issues, weak language, missing reasoning, and the operational gaps that cause agent UX failures. LLM-agnostic. Use when the user wants to review or improve a production agent's prompt. For…

not rated 2 14d ago A 104 tokens

codehealth

03

oroddlokken/slop

Skill Claude CodeCodex

Broad code-quality sweep over a whole codebase. Use when asked to review code health, find technical debt, clean up a codebase, hunt duplication or dead code, or answer what should we refactor — and after a structural change settles, to catch what the refactor left behind. Spins up parallel agents (duplicates…

not rated 2 14d ago A 145 tokens

comment-cop

04

oroddlokken/slop

Skill Claude CodeCodex

Reviews what the comments and docs SAY, not what the code does. Use when asked to clean up comments, docstrings, or README prose; when a codebase feels buried under stale or self-indulgent explanation; when checking whether docstrings still match their signatures; or when hunting machine-written filler. Protects…

not rated 2 14d ago A 151 tokens

dba

05

oroddlokken/slop

Skill Claude CodeCodex

Deep database and SQL audit for relational codebases. Use when asked to review queries, schema, migrations, or indexes; when pages are slow and the database is the suspect; before shipping a migration; or when checking for SQL injection and missing constraints. Thirteen specialized lenses instead of codehealth's…

not rated 2 14d ago A 147 tokens

fuzz-my-stuff-up

06

oroddlokken/slop

Skill Claude CodeCodex

Adversarial exploration: roughly 20 agents each trying to break the code from a different angle. Use when asked to stress-test, harden, or attack a codebase; to find edge cases and crash inputs; to answer what breaks this; or after a feature works on the happy path and needs the unhappy ones. Angles include empty…

not rated 2 14d ago A 131 tokens

challenge-me

07

oroddlokken/slop

Skill Claude CodeCodex

Quick sanity check on your current approach. Spawns a fast Sonnet agent to challenge whether you're solving the right problem the right way. Use after building something, before committing to a direction, or when something feels off.

not rated 2 14d ago A 47 tokens

scrutinize

08

oroddlokken/slop

Skill Claude CodeCodex

Use when the user wants to stress-test code quality through simulated community reactions (Reddit, HN, Twitter, Lobsters, /g/, Fediverse, Stack Overflow, LinkedIn, GitHub Issues, YouTube) and distill into action points.

not rated 2 14d ago A 56 tokens

perf-cop

09

oroddlokken/slop

Skill Claude CodeCodex

Performance sweep over a whole codebase. Use when asked what's slow, for a performance review, to optimize or speed something up, to hunt latency, memory growth, or find hot spots — and after a feature lands, to catch the cost it added. Spins up parallel agents (hot-loops, allocations, io-batching, blocking, startup…

not rated 2 14d ago A 120 tokens

should-i-abstract

10

oroddlokken/slop

Skill Claude CodeCodex

Pragmatic DRY review. Finds both under-DRY (true knowledge duplication worth consolidating) and over-DRY (wrong abstractions worth inlining). A single focused agent that makes judgment calls — when to share, when to split, and when to leave it alone.

not rated 2 14d ago A 63 tokens

earn-the-line

11

oroddlokken/slop

Skill Claude CodeCodex

Invoke only for the worked bad/good pairs in references/examples.md, or when this session has no earn-the-line rules in context. The rules — prose in comments, docstrings, doc files and prose-valued config fields, plus labels, hints, tooltips, empty states and error text — are normally injected at session start by…

not rated 2 14d ago A 78 tokens

string-cop

12

oroddlokken/slop

Skill Claude CodeCodex

Reviews what the screen SAYS, not how it looks. Use when asked to review UI copy, labels, hints, tooltips, empty states, error messages, or flash text; when an interface reads as over-explained or self-congratulatory; or when a hint might contradict what the page renders. Covers templates plus the view and domain code…

not rated 2 14d ago A 149 tokens

test-my-tests

13

oroddlokken/slop

Skill Claude CodeCodex

Test-suite quality deep-dive: not whether tests exist, but whether they would catch a real bug. Use when asked to review tests, check coverage gaps, judge whether a suite is trustworthy, investigate flaky tests, or work out why a bug shipped past green tests. Spins up parallel agents (coverage-gaps, happy-path-only…

not rated 2 14d ago A 128 tokens

will-it-run

14

oroddlokken/slop

Skill Claude CodeCodex

Checks a codebase against the machine it has to run on. Declare a hardware envelope — RAM, cores and their class, storage, cooling, absent hardware — and a single agent checks peak demand against each ceiling: memory against usable RAM, worker counts against real performance cores, footprint and write volume against a…

not rated 2 14d ago A 137 tokens

write-agent-docs

15

oroddlokken/slop

Skill Claude CodeCodex

Guidelines for writing and updating agent-facing documentation (CLAUDE.md, AGENTS.md, copilot-instructions.md, .claude/rules/). For a general agent's system prompt, persona, or tool descriptions — and for skill, output-style, slash-command and subagent files (SKILL.md, output-styles/.md, .claude/commands/…

not rated 2 14d ago A 172 tokens

write-agent-prompt

16

oroddlokken/slop

Skill Claude CodeCodex

Guidelines for authoring the text that defines a general agent — system prompts, personas, guardrails, tool descriptions, example sets. Also covers the files a Claude Code harness loads as instruction: skills (SKILL.md, .claude/skills/), output styles (output-styles/.md), slash commands (.claude/commands/) and…

not rated 2 14d ago A 210 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: