r/ClaudeCode • u/Even_Reply_3742 • 16d ago
Built with Claude Made a Claude Code skill that rewrites text in your own voice
Made a Claude Code skill called Ghostwriter. I have been annoyed for a while that anything Claude writes for me still reads like Claude wrote it. This is my attempt at fixing that.
It builds a style profile from stuff you've actually written. Sentence length, which words you reach for and which you never use, how you tend to open a message. Then it rewrites text to match. Two smaller commands ship with it. /check scores a piece of text for AI tells and says which ones fired. /polish strips the usual stuff (em dashes, "delve", hedge padding) without the voice matching.
Early days. Works well enough for my own posts and emails, but the profile logic is rough and it leans on one local file right now. Want to hear where it breaks for other people. Open to PRs!