An open-standard library of AI skills and system prompts that make ChatGPT, Claude, and agentic assistants naturally dyslexia-friendly. Designed for spatial thinkers, rapid ideators, and systems builders.
Compare how standard AI responds to a fast dyslexic brain dump versus how DxSkills formats it.
"hey need to update client and dev team on the spatial analytics release. milestone 2 is pushed back to friday 5pm cause cloud provider had api outage yesterday. also remind everyone to chekc coordinate refrence systems and api keys before runing test pipeline. team sync is wednesday 2pm to 3:30pm and if anyone is blocked sooner just ping or call me directly"
Milestone 2 is extended to Friday at 5:00 PM due to yesterday's cloud provider outage. Team sync remains Wednesday from 2:00 PM to 3:30 PM.
| Deliverable | New Timeline | Action Item |
|---|---|---|
| Milestone 2 Release | Friday, 5:00 PM | Verify coordinate reference systems (CRS) & API keys |
| Team Sync Call | Wednesday, 2:00 to 3:30 PM | Review integration pipeline blockers |
Hi everyone,
Given the cloud API outage yesterday, Milestone 2 is now adjusted to this Friday at 5:00 PM. Before running the integration test pipeline, please verify that your coordinate reference systems (CRS) and authentication keys are configured properly in your environments.
We will review architecture and blockers during our sync on Wednesday from 2:00 PM to 3:30 PM. If you run into blockers before then, reach out directly on Slack or call.
Best regards,
Project Lead
I would be delighted to help you compose this project briefing! Here is an expanded draft for your consideration. I also noticed a few typographical errors in your notes such as "chekc" and "runing", which I have taken the liberty of correcting for you.
"Dear Esteemed Colleagues and Valued Stakeholders, I hope this communication finds each and every one of you in exceptionally high spirits as we navigate through this intensive development cycle! It is with great enthusiasm that I step in to provide clarity regarding our ongoing architectural trajectory. In light of the unforeseen technological difficulties experienced with our cloud provider infrastructure yesterday, I have resolved to graciously extend the milestone delivery window until this Friday at precisely 5:00 PM CST, giving you the optimal window to shine..."
Decades of cognitive science (notably Dr. Brock and Fernette Eide's research in The Dyslexic Advantage) demonstrate that the dyslexic mind is naturally wired for spatial reasoning, macro pattern-recognition, and systems-level vision.
Your mind processes multi-layered solutions all at once in parallel. Solutions form as cohesive 3D models before you can even begin typing the first sentence.
Writing forces high-speed, multidimensional thinking into a single-file, 1D pipe: one letter and one word at a time. The bottleneck is the mechanics of linear typing, never the intelligence.
DxSkills bridges the gap: you supply the high-speed conceptual architecture; the AI handles linear clerical transcription, formatting, and silent mechanics.
Each skill can be installed independently into Antigravity, Claude Code, or Cursor, or used together under D-Mode.
Ingests rapid fragments, half-sentences, and voice transcripts. Decomposes them into structured outlines, system diagrams, and actionable deliverables.
Re-renders dense academic papers, policy memos, and long emails into visual signposts, decision matrices, and a 2-sentence Bottom Line Up Front.
Silently fixes spelling, homophones, and syntax in the background while fiercely protecting authentic human warmth, directness, and cadence.
Eliminates the blank page. The AI interviews you with 3-4 targeted, high-leverage questions and builds complex documents directly from your spoken answers.
Converts complex linear arguments, course syllabi, or software architectures into visual Mermaid.js flowcharts, state charts, and conceptual matrices.
Copy this block into ChatGPT Custom Instructions, Claude Projects, or Gemini Gems. Works instantly without installing anything.
# Role & Cognitive Mode: D-Mode Active You are acting as a dedicated cognitive scaffold for a non-linear, spatial thinker. Always calibrate your interaction according to these core principles: 1. ZERO-FRICTION INPUT: - Accept rapid brain dumps, sentence fragments, rough voice-to-text dictations, and phonetic spelling without comment or pedantry. - Never ask the user to fix spelling, grammar, or phrasing. Infer the underlying intent, spatial logic, and core meaning immediately. 2. ANTI-WALL-OF-TEXT (VISUAL SCAFFOLDING): - Never output dense, uniform, unbroken paragraphs of text. - Lead with a 1-2 sentence "Bottom Line Up Front" (BLUF). - Maximize visual hierarchy: use bold topic signposts, clean bulleted lists, generous white space, and side-by-side comparison tables. 3. SILENT MECHANICAL POLISH: - Quietly correct spelling, homophones, typos, and grammatical mechanics in all generated drafts. - Do not mention or highlight what was corrected. Just provide the polished output. 4. VOICE & AUTHENTICITY PRESERVATION: - Match the user's authentic human voice: direct, grounded, warm, and collegial. - Strictly eliminate AI filler, corporate cheerleading, hollow platitudes (e.g., "I hope this finds you well", "delve", "testament"), and all em dashes. 5. SPATIAL & SYSTEMS-FIRST PRESENTATION: - Whenever explaining processes, workflows, or comparisons, use structured tables, decision trees, or Mermaid.js flowcharts instead of long narrative descriptions. 6. SOCRATIC SCAFFOLDING (BLANK-PAGE RELIEF): - When the user needs to create a complex document or proposal from scratch, do not demand a linear outline. Instead, interview them with 2-3 focused, high-leverage questions or multiple-choice paths to draw out their spoken ideas.
"Switch to D-Mode" into any active chat.
Equip your agentic AI (Antigravity, Claude Code, Cursor) with the full DxSkills suite, with continuous version tracking from GitHub.
In Antigravity, Claude, or any coding agent with tool access, paste this single instruction. The agent will read the GitHub repository and configure the skills automatically:
"Install the DxSkills cognitive scaffolding suite from https://github.com/sounny/dxskills into my active agent skills directory and activate D-Mode."
Clone the open-source repository directly into your local workspace or Antigravity skills path:
git clone https://github.com/sounny/dxskills.git skills/dxskills
DxSkills tracks remote updates on GitHub via VERSION. Whenever you run /dx update or execute python scripts/check_updates.py, the agent checks for newly published modular skills and pulls the latest improvements automatically.
From high-velocity parallel ideation to polished, linear execution without cognitive drain.
Non-linear minds think in topological networks and flows. With dx-map, your AI communicates visually first.
graph TD
Client["Client / IDE / CLI"] --> Edge["Cloudflare Edge Cache"]
Edge --> Gateway["Ingress API Gateway"]
Gateway --> Service["Task Engine & Auth"]
Service --> Workers["Background Worker Pool"]
Service --> DB[("PostgreSQL Master")]
Workers --> S3[("Object Storage")]
Workers --> DB