npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@firou91/dyslex.ia

v0.3.3

Published

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

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