{
  "slug": "prose-style",
  "title": "Prose Style (Adom House Style)",
  "type": "skill",
  "version": "0.1.1",
  "description": "The Adom house writing style. Apply to ALL user-facing copy you write: NO em-dashes (use a comma, colon, or period), and cut the tics that make text read as AI-generated (delve, seamless, robust, leverage, 'it's not just X, it's Y', 'in today's world'). Write plainly, like a person. Read before writing any README, wiki page, release note, chat message, UI string, or docs.",
  "tags": [
    "skill",
    "writing",
    "house-style",
    "copy"
  ],
  "dependencies": {
    "adom/prose-lint": "^0.1.0"
  },
  "discovery_triggers": [
    "write the readme",
    "write release notes",
    "write the wiki page",
    "draft an announcement",
    "make this sound less AI",
    "remove em-dashes",
    "house style",
    "does this read as AI-written"
  ],
  "discovery_pitch": "Read before writing any user-facing copy so it sounds like a person, not a model: no em-dashes, no AI-tells.",
  "sample_prompts": [
    {
      "label": "Write a README",
      "prompt": "write the README for this tool"
    },
    {
      "label": "De-AI a draft",
      "prompt": "this reads AI-generated, rewrite it in our house style"
    }
  ],
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "hero": {
    "type": "billboard",
    "headline": "Adom House Style",
    "subhead": "No em-dashes. No AI slop. Write like a person.",
    "screenshot": "docs/hero.png"
  },
  "visibility": "public",
  "org": "adom",
  "author": {
    "name": "Ray",
    "email": "[email protected]"
  },
  "changelog": "0.1.1: deliver the SKILL.md into ~/.claude/skills (and ~/.codex/skills) on install, so the skill actually surfaces to agents. 0.1.0 shipped a stub install.sh that did not."
}