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

v0.3.7

Published

Accessibility skills plugin for AI agents on top of Superpowers.

Downloads

575

Readme

Dyslex.ai

Dyslex.ai is an accessibility skills plugin for AI agents.

It helps agents make instructions, errors, diffs, terminal output, and long responses easier to read without losing technical detail. It is built for users who benefit from clearer structure, typo tolerance, ambiguity checks, and safer handling of technical tokens.

Dyslex.ai does not diagnose disability, provide medical advice, or claim medical benefit.

Quickstart

How It Works

Dyslex.ai is a skills-only plugin.

The plugin contributes reusable Agent Skills through:

.codex-plugin/plugin.json
skills/

When a matching task appears, the agent can use the relevant skill to reshape the interaction. The goal is not to replace the agent's reasoning or Superpowers workflow. The goal is to make that workflow easier to follow, safer to resume, and harder to misread.

Every skill starts with a Superpowers gate. If Superpowers is missing or uncertain, the agent must stop and ask the user to install Superpowers before applying Dyslex.ai.

Installation

Codex

Primary path, after public availability:

/plugins

Search for:

Dyslex.ai

CLI install, when available from the configured marketplace:

codex plugin add dyslex-ai@openai-curated

Fallback if Dyslex.ai is not visible in the public plugin directory yet:

codex plugin add dyslex-ai@npm:@firou91/dyslex.ai

Start a new Codex session after installation so the skills are loaded.

Local Package

The npm package is published as:

npm install @firou91/dyslex.ai

The CLI command is:

dyslexai doctor --verbose

The Basic Workflow

  1. Install Superpowers in the target agent.
  2. Install Dyslex.ai as a plugin.
  3. Start a new session so the skills are visible.
  4. Ask normally, including messy text, unclear instructions, raw errors, or long output.
  5. Dyslex.ai detects the relevant accessibility skill.
  6. The skill preserves commands, paths, package names, environment variables, and other technical tokens.
  7. The agent clarifies only material ambiguity before acting.
  8. The response is structured for readability and verification.

What's Inside

Dyslex.ai currently includes 16 skills.

Readability And Writing

  • accessible-response: reshape answers into clearer blocks without losing detail.
  • spelling-and-writing-support: correct, proofread, or reformulate text while preserving tone.
  • typo-tolerant-intent: infer likely intent from typos or malformed wording.
  • identifier-safety: protect paths, commands, URLs, package names, variables, hashes, and regexes.

Debugging

  • error-decoder: turn raw errors, stack traces, and logs into clear explanations.
  • terminal-output-reader: summarize noisy terminal output without hiding failures.
  • diff-reader: explain changes, risks, and test needs from diffs or patches.
  • code-explainer: explain source code in accessible layers.

Collaboration

  • instruction-decoder: unpack dense prompts, issues, specs, or task descriptions.
  • prompt-clarifier: ask only the questions that materially change the result.
  • task-sequencer: break work into ordered steps with dependencies and checks.
  • decision-comparator: compare options and provide a clear recommendation when needed.
  • number-and-date-clarifier: clarify ambiguous dates, units, versions, decimals, and ranges.

Meta And Continuity

  • context-reentry: resume interrupted work after pauses, compaction, or task switching.
  • documentation-navigator: identify which docs matter and what is required versus recommended.
  • accessible-superpowers: present Superpowers workflows more accessibly without weakening them.

Philosophy

Dyslex.ai is built around a simple rule: accessibility should reduce cognitive load without reducing technical precision.

That means:

  • preserve exact technical tokens;
  • separate facts from assumptions;
  • ask fewer, better questions;
  • make success criteria explicit;
  • keep warnings and failures visible;
  • avoid medical claims;
  • respect Superpowers as the workflow authority.

The project is not trying to make agents softer or less rigorous. It is trying to make rigorous work easier to read, resume, and verify.

Identity

Here is how we connect the very minimal visual identity to Dyslex.ai's role, name, and philosophy.

Read the full visual identity notes in Identity.

Support

Publishing and maintaining Dyslex.ai across public agent ecosystems costs time and API tokens. Making an accessibility plugin publicly available usually requires repeated review passes, test runs, model-specific validation, and ongoing compatibility checks.

Codex is already covered as the first public deployment target.

Community support will guide the next deployment targets:

  • 1,000 GitHub stars: Public deployment for Claude Code.
  • 5,000 GitHub stars: Public release of the plugin for Cursor and other planned hosts.

You can support the project by:

  • starring the repository;
  • testing Dyslex.ai in real workflows;
  • reporting unclear behavior;
  • suggesting accessibility improvements;
  • sharing reproducible prompts where the skills help or fail.

Documentation