{
  "markdown": "# ClearSpeech Skills\n\nThis repository contains two separate versions of ClearSpeech:\n\n- `claude-clearspeech-skill/`: the original Claude Code skill with always-on clarification behavior\n- `codex-clearspeech-skill/`: a Codex/GPT-adapted version written to trigger as broadly as possible inside Codex\n\n## Why there are two versions\n\nClaude Code and Codex use different skill systems.\n\n- The Claude version is designed as an always-on pre-processing layer.\n- The Codex version uses Codex skill metadata and instructions to push toward the same behavior, but Codex does not guarantee the same hard interception on every prompt.\n\nThe two skills share the same accessibility goal:\n\n- clarify fragmented or ambiguous input\n- preserve the user's meaning\n- reply in English, French, or German\n- ask for confirmation before acting when needed\n\n## Repository layout\n\n```text\nclaude-clearspeech-skill/\ncodex-clearspeech-skill/\ndocs/\n```\n\n## Install\n\n### Claude Code\n\nCopy the Claude skill folder into your Claude skills directory:\n\n```bash\nmkdir -p ~/.claude/skills\ncp -R claude-clearspeech-skill ~/.claude/skills/clearspeech\n```\n\nRestart Claude Code after copying.\n\n### Codex\n\nCopy the Codex skill folder into your Codex skills directory:\n\n```bash\nmkdir -p ~/.codex/skills\ncp -R codex-clearspeech-skill ~/.codex/skills/clearspeech\n```\n\nOpen a new Codex task after copying so the skill list refreshes.\n\n## ClearSpeech behavior\n\nBoth variants are built for people with aphasia or similar communication challenges.\n\nThe intended flow is:\n\n1. Detect whether the user's message is incomplete, fragmented, or ambiguous.\n2. Rewrite it into a clear sentence in the same language.\n3. Ask for confirmation.\n4. Only proceed after confirmation, unless the message is already clear or is a short confirmation such as `yes`, `ok`, `oui`, `ja`, or `skip`.\n\n## License\n\nMIT\n",
  "bytes": 1847,
  "sha": "5caf7eb8de93ff0507ed5762ea353c43a0038d5c9d44af1ebb1d80f483ce73f1",
  "repo_slug": "juliegoulet2/clearspeech-skill-",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_juliegoulet2_clearspeech_skill_clearspee_79b53aae/readme"
}