grounded-copy
Write clear prose using concrete facts. Use when writing, editing, translating, or reviewing text that people read, including chat replies, documentation,…
Show or change the grounded-copy writing mode.
$ npx -y skills add HiroHyun/grounded-copy --skill grounded-profile --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/grounded-profileContext preview
The summary Claude sees to decide when to auto-load this skill.
Show or change the grounded-copy writing mode.
name: grounded-profile description: Show or change the grounded-copy writing mode.
Use this skill when the user explicitly asks to view or change the writing mode.
$grounded-profile chat $grounded-profile copy $grounded-profile off $grounded-profile status
Run `python scripts/profile.py <operation>` from this skill directory. Accept exactly `chat`, `copy`, `off`, or `status` as the operation.
`chat` applies everyday writing rules. `copy` adds rules for promotional text. `off` stops the rules and reminders. `status` shows the saved setting.
The setting is saved at `$CODEX_HOME/grounded-copy/profile`, using `~/.codex` as the default home. After a successful change, report the status and apply the printed instructions from this turn forward. If saving fails, report the error.
AI coding agents (Claude Code, Codex, Cursor) love filler phrases, endless em-dashes, and convoluted phrasing for simple ideas. grounded-copy forces your agent to state plain facts directly. When writing copy, AI defaults to absurd hype and sensational claims.
Repo: HiroHyun/grounded-copy
Write clear prose using concrete facts. Use when writing, editing, translating, or reviewing text that people read, including chat replies, documentation,…