Home / alexschlessinger / polly · skills/builtin/simplify/SKILL.md · GitHub

simplify skillA

simplify is agent-read markdown (skill) from alexschlessinger/polly: Clean up recently changed code without changing its behavior — parallel read-only reviewers look for missed reuse, needless complexity, wasted work, and fixes at the wrong depth, then you apply what survives. Quality only, not a bug hunt. Use when the user asks to simplify, tidy, or clean up their changes, a diff, a branch, or specific files..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Simplify

Make the changed code smaller, clearer, and cheaper while keeping what it does.
This is not a correctness review: do not go looking for bugs, and do not
"fix" behavior that looks odd but may be intended. If you trip over a real
bug, mention it in the summary and leave it alone.

## 1. Pin down the change

Work from a concrete diff, never from memory of the conversation.

- If the user named files, a commit, a range, or a branch, review exactly that.
- Otherwise, in a Git repository: take `git diff HEAD` (staged plus unstaged).
  If that is empty, take the branch against its upstream
  (`git diff @{upstream}...HEAD`), falling back to the default branch
  (`git diff main...HEAD` or `master...HEAD`), then to `git diff HEAD~1`.
- Outside Git, ask which files to review.

Include untracked files the user clearly means (`git status --short` lists
them). If the diff is empty, say so and stop. If it is very large (thousands of
lines, dozens of files), tell the user and offer to narrow it before spending
the fan-out.

Also note any project instruction files (`AGENTS.md`, `CLAUDE.md`, and
similar at the root or in directories above changed files). Reviewers should
…

Read the whole file at its exact version.

How to install

Latest version
mdr add alexschlessinger/polly/simplify@git:20260918.5961548
Exact content
mdr add alexschlessinger/polly/simplify@sha256:fdef69a97ac4d80e

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_gpp3li75xsgqhx3f.svg)](https://markdownregistry.com/a/art_gpp3li75xsgqhx3f)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260918.5961548 latest2026-09-18 5961548 6,141 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (6141 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

alexschlessinger/polly · 3 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_gpp3li75xsgqhx3f
GET https://markdownregistry.com/api/v1/resolve?ref=alexschlessinger/polly/simplify
GET https://markdownregistry.com/api/v1/blob/fdef69a97ac4d80e9deda64e0f28120f43d8d9c200f6851c0d1ed5af64f666d8

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from alexschlessinger/polly

polly-tui skill
alexschlessinger/polly · .agents/skills/polly-tui/SKILL.md · Capture the polly TUI as PNGs — play a scenario of typed input, keys and shots through polly's own off-screen renderer…
git:20260923.18c8cb7 · audit A · 3 stars
AGENTS.md agents
alexschlessinger/polly · AGENTS.md
git:20260921.a11e025 · audit A · 3 stars
feature-workflow skill
alexschlessinger/polly · skills/builtin/feature-workflow/SKILL.md · End-to-end feature development — grill the user into an approved spec, fan out research into an implementation plan…
git:20260918.abebcec · audit B · 3 stars
sandbox-setup skill
alexschlessinger/polly · skills/builtin/sandbox-setup/SKILL.md · Prepare native build environments during /sandbox-init, using existing toolchains and persistent isolated storage…
git:20260920.5a1bdd2 · audit A · 3 stars
theme-designer skill
alexschlessinger/polly · skills/builtin/theme-designer/SKILL.md · Author and apply a color theme for the running session with the set_theme tool, persisting it to ~/.pollytool/themes…
git:20260918.ef81e6a · audit A · 3 stars

Every file in alexschlessinger/polly

Other files named simplify

simplify skill
qwenlm/qwen-code · packages/core/src/skills/bundled/simplify/SKILL.md · Review recent code changes for reuse, code quality, and efficiency, then directly apply straightforward cleanup…
git:20260718.d4db5fc · audit A · 28,110 stars
simplify skill
fcakyon/claude-codex-settings · plugins/simplify/skills/simplify/SKILL.md · This skill should be used when the user asks to "simplify", "clean up the diff", "run simplify", "simplify the…
git:20260815.875bf07 · audit A · 1,153 stars
simplify skill
sd0xdev/sd0x-harness · skills/simplify/SKILL.md · Wrap-up refactoring — simplify code, eliminate duplication, preserve behavior
git:20260404.1c6641c · audit A · 189 stars
simplify skill
genai-io/san · .san/personas/software-engineer/skills/simplify/SKILL.md · Review changed code for reuse, quality, and efficiency, then clean up what you find — duplicated logic that could reuse…
git:20260717.120e9bb · audit A · 80 stars
simplify skill
sneg55/agent-starter · skills/simplify/SKILL.md · Review changed code for reuse, quality, and efficiency, then fix any issues found.
git:20260615.d335473 · audit A · 75 stars
simplify skill
maquina-app/rails-claude-code · rails-simplifier/skills/simplify/SKILL.md · Simplifies and refines Ruby on Rails code following 37signals patterns and the One Person Framework philosophy, while…
git:20260714.12902ab · audit A · 48 stars
simplify skill
outlinedriven/odin-claude-plugin · plugins/odin-code/skills/simplify/SKILL.md · Use when the user says "simplify this diff" or asks for a compression pass over a change-set. Not for dead-code sweeps…
git:20260904.2014e73 · audit A · 38 stars
simplify skill
riot-org/riot · crates/riot-kernel/builtin/skills/simplify/SKILL.md · 功能跑通之后、交付之前的收尾清理。按复用、质量、效率三张清单过一遍刚改的代码并修掉发现的问题。只碰这次改动的范围,不搞漫游式重构。
git:20260817.d4dfa41 · audit A · 20 stars

Browse by kind, by grade A, or by owner.