neurodivergent-visual-org
v3.10.0Create ADHD-friendly visual organizational tools (Mermaid diagrams) optimized for neurodivergent thinking patterns with accessibility modes
by Jack ReisMIT2.6kupdated 2 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/productivity/neurodivergent-visual-org/ inside the repository.
Layout
├── .claude-plugin/plugin.json└── skills/neurodivergent-visual-org/SKILL.md
Skills1
Creates ADHD-friendly visual organizational tools using Mermaid diagrams optimized for neurodivergent thinking patterns. Auto-detects overwhelm, provides compassionate task breakdowns with realistic time estimates. Use when creating visual task breakdowns, decision trees, or organizational diagrams for neurodivergent users or accessibility-focused projects. Trigger with 'neurodivergent', 'visual', 'org'.
Manifests1
{
"name": "neurodivergent-visual-org",
"description": "Create ADHD-friendly visual organizational tools (Mermaid diagrams) optimized for neurodivergent thinking patterns with accessibility modes",
"version": "3.10.0",
"author": {
"name": "Jack Reis",
"email": "hello@jack.digital"
},
"homepage": "https://github.com/JackReis/neurodivergent-visual-org",
"repository": "https://github.com/JackReis/neurodivergent-visual-org",
"license": "MIT",
"keywords": [
"neurodivergent",
"adhd",
"autism",
"executive-dysfunction",
"visual-organization",
"task-breakdown",
"decision-trees",
"accessibility",
"cognitive-modes",
"mode-toggle",
"neurotypical",
"inclusive-design",
"mermaid-diagrams"
]
}