🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@firou91/dyslex.ia

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@firou91/dyslex.ia

Accessibility skills plugin for AI agents, with an optional stdio compatibility bridge on top of Superpowers.

latest
Source
npmnpm
Version
0.3.3
Version published
Weekly downloads
96
-90.49%
Maintainers
1
Weekly downloads
 
Created
Source

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 show

Plugin

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 cursor

The 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 mcp

The 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 --verbose

For 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 mcp

Check Codex plugin state:

codex plugin list

Inside Codex, use:

/plugins

Check optional bridge state in Codex:

codex mcp list

Inside Codex, use:

/mcp

If startup fails, run:

npx -y @firou91/dyslex.ia dependency status

Documentation

  • Architecture
  • Installation
  • Codex CLI Installation
  • Plugin E2E Publication
  • Compatibility
  • Security
  • Accessibility
  • Publishing

Keywords

accessibility

FAQs

Package last updated on 24 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts