MOC: Best AI Skills

Map of Content for the agent skills and conventions worth adopting — the ones Rufus actually keeps in ~/.claude/skills or wires into AGENTS.md. One per job: design, writing voice, slides, changelog process.

Star counts are snapshots (star_count / star_timestamp in each ref's frontmatter), not live.

Impeccable
Design

Impeccable

The missing design vocabulary for agents. Hooks inspect UI edits in real time, run them through slop detectors, and make the agent correct on the next pass. /polish, /distill, /clarify.

★ 64,289 · snapshot 2026-08-31 · by Paul Bakaus

Humanizer
Writing · De-slop

Humanizer

Removes signs of AI-generated writing using 35 patterns from Wikipedia's "Signs of AI writing". Two-pass with a check step; never invents facts. The floor for sounding human.

★ 39,219 · snapshot 2026-08-31 · by Siqi Chen (@blader)

Sound Like Me
Writing · Voice

Sound Like Me

The next step after de-slopping: match a specific person's voice from 3–5 writing samples, with a blind-judged eval harness that tests whether it actually worked. Rufus's own skill.

★ 2 · snapshot 2026-08-31 · by Rufus Pollock

Frontend Slides
Slides

Frontend Slides

Animation-rich HTML presentations from scratch or from a PPTX. Interviews you on aesthetics, shows 3 style directions to pick from. Single HTML file, zero dependencies.

★ 28,451 · snapshot 2026-08-31 · by Zara Zhang

Changelog Convention
Process

Changelog Convention

Canonical changelog convention for AI-native repos. One markdown block pasted into AGENTS.md; agents draft an entry at session-checkpoint, weighted to what a reader cares about. Rufus's own — no good one existed.

★ 1 · snapshot 2026-08-31 · by Rufus Pollock

The skills

Design — impeccable

Paul Bakaus's design language and agent skill that strips the "slop" from AI-generated interfaces (generic beige, purple gradients, ghost cards, side-tab borders). Hooks run each UI edit through 59 deterministic slop detectors in real time and feed findings back to the agent; the same detector can gate a PR in CI. Per-harness builds add rules for a model's known tells. Reads a project's DESIGN.md so the agent knows what a color is for.

Writing — humanizer + soundlikeme

Two jobs, two skills:

  • humanizer (Siqi Chen / @blader) removes AI tells. Grounded in Wikipedia's community-maintained "Signs of AI writing" — 35 patterns across content, grammar, style, chatbot residue, and hedging. Drafts, critiques against the patterns and the original claims, rewrites. Refuses to invent the details a de-slopped rewrite tends to smuggle in.
  • soundlikeme (Rufus Pollock) does the harder, less-solved half: sounding like a specific person, built from a handful of your own samples and checked with a blind-judged eval harness. Treats tell-removal as table stakes.

Removing every tell can still leave prose that sounds like nobody — and over-editing has its own detectable style. Use humanizer as the floor; use soundlikeme when the output needs to be recognisably you.

Slides — frontend-slides

Zara Zhang's skill for beautiful web presentations without knowing CSS. "Show, don't tell": it generates visual style previews and you pick, instead of describing aesthetics in words. 12 curated presets, custom animations and hover states, auto-fits any screen. Converts existing PPTX files and preserves their images and brand assets. Output is a single HTML file with inline CSS/JS — "a single HTML file will work in 10 years".

Changelog process — changelog-convention

Rufus Pollock's life-itself/changelog — a convention, not a tool, for the gap where a good changelog skill still doesn't exist. One markdown block pasted verbatim into a repo's AGENTS.md; a longer CONVENTION.md fetched only when an entry is actually being drafted. Agents draft an entry at session-checkpoint time, matched to a three-tier weight (skip / one plain sentence / full feature writeup) so the log stays readable. Entries are one file per changelog/YYYY-MM-DD-slug.md with date / title / promote frontmatter; committing to the project's own repo is the automatic floor, anything beyond that is a manual promote. Deliberately a pasted convention rather than an auto-loaded skill, so it costs no context per session.

Selection criteria

  • One skill per job. Design, writing voice, slides — the shortlist, not a directory.
  • Externally anchored where possible. Humanizer works from a public Wikipedia page; soundlikeme ships an eval harness. Taste that can be audited beats taste you have to trust.
  • Zero / low dependencies. Markdown skills and single-file HTML output age well.
  • Actually installed. These are in use, not bookmarked.

This MOC grows as skills earn a place on the shortlist.

Built with LogoFlowershow