app-copy
Installation
SKILL.md
Audit existing UI copy or generate all microcopy for an app in one pass. Output is a copy doc organized by screen and interaction type.
Phase 1: Determine Mode
Audit mode — codebase exists. Scan for hardcoded strings, placeholder text, generic messages. Score and rewrite.
Generate mode — user describes the app. Build a complete copy doc from scratch.
How to scan: Read page components, look for:
- Strings in JSX/TSX (
<p>,<h1>, button text, placeholder attrs) - Toast/notification messages (search for
toast(,notify(,alert() - Error boundaries and catch blocks
- Empty state components (search for "empty", "no results", "nothing here", "get started")
- Loading text (search for "loading", "please wait", skeleton components)
- Form validation messages
- Modal/dialog copy