Sound Like Me

An agent skill that makes AI-assisted writing sound like you — plus the eval harness that proves whether it actually does.

Sound Like Me on GitHub

Overview

Two problems hide inside "AI writing sounds like AI", and most tools conflate them:

  1. Removing AI tells. A floor. The patterns are public and well catalogued — humanizer and others already do this well.
  2. Sounding like a specific person. The actual work, and much less solved.

A draft with every tell removed can still sound like nobody. Over-editing then produces its own detectable style — clipped, tidy, opinion-flattened — a downgrade from the slop it replaced. soundlikeme does the second thing and treats the first as table stakes.

You give it three to five samples of your own writing; it builds a voice profile; polish rewrites drafts against that profile. It ships with an eval harness of real fixtures where blind judges pick which version sounds more like the author — the "being a noob" fixture was chosen 2-0 in both orderings.

Install

npx skills add rufuspollock/soundlikeme/skills/soundlikeme

Works in Claude Code, Cursor, GitHub Copilot, and other agents supporting the agentskills.io spec.

By

Rufus Pollock

Built with LogoFlowershow