@firou91/dyslex.ia
v0.3.3
Published
Accessibility skills plugin for AI agents, with an optional stdio compatibility bridge on top of Superpowers.
Maintainers
Readme
dyslex.ia
dyslex.ia is an accessibility skills plugin for AI agents. It improves readability, instruction decoding, typo tolerance, writing support, error explanations, diff reading, and context reentry.
It does not diagnose disability or claim medical benefit.
Relationship To Superpowers
Superpowers determines the work process.
dyslex.ia adapts how that process is presented and understood.
The plugin expects a compatible obra/superpowers installation. The optional compatibility bridge also refuses to start unless Superpowers is found.
What Is Included
- Codex plugin manifest in
.codex-plugin/plugin.json. - CLI:
dyslexia. - 16 native Agent Skills.
- Optional stdio compatibility bridge for hosts that need protocol-level integration.
- 11 optional bridge tools.
- 8 optional bridge resources.
- 8 optional bridge prompt templates.
- Host adapter manifests for Claude Code, Antigravity, Codex App, Codex CLI, Cursor, Factory Droid, GitHub Copilot CLI, Kimi Code, OpenCode, and Pi.
- Unit tests for the core behavior.
Commands
pnpm install
pnpm build
pnpm test
pnpm plugin:validate
dyslexia doctor
dyslexia doctor --verbose
dyslexia dependency status
dyslexia dependency path
dyslexia compatibility
dyslexia profile set balanced
dyslexia config showPlugin
The primary integration is the skills plugin:
.codex-plugin/plugin.json
skills/Use host-specific plugin installation when available:
dyslexia install --host codex-cli
dyslexia install --host claude-code
dyslexia install --host cursorThe installer currently emits a static, reviewable install plan. Host-specific writes remain gated behind backup and consent requirements.
Compatibility Bridge
Run the bridge only for hosts or workflows that cannot consume the skills plugin directly:
dyslexia mcpThe bridge uses MCP internally and is blocked before server.connect(transport) if Superpowers is missing or incompatible.
Codex CLI
Install Superpowers first. dyslex.ia will not start without it.
Verify the dependency:
npx -y @firou91/dyslex.ia doctor --verboseFor plugin-first usage, install dyslex.ia as a Codex plugin from the configured marketplace or local plugin source.
For compatibility bridge usage from npm after publication:
codex mcp add dyslex-ia --env DYSLEXIA_SUPERPOWERS_PATH="C:\path\to\superpowers" --env DYSLEXIA_HOST=codex-cli -- npx -y @firou91/dyslex.ia mcpCheck Codex plugin state:
codex plugin listInside Codex, use:
/pluginsCheck optional bridge state in Codex:
codex mcp listInside Codex, use:
/mcpIf startup fails, run:
npx -y @firou91/dyslex.ia dependency status