neurodock: Agent for Claude Code

.claude/agents/dyspraxia-advocate.md

dyspraxia-advocate is an agent for Claude Code from tlennon-ie/neurodock. It costs 110 tokens per session (3,442 once invoked), scanned A, original, AGPL-3.0.

A review agent focused on whether code, plans, and instructions are usable for people with dyspraxia, a condition that can affect movement planning and sequencing.

In plain words
What is it for?
Use it to review pull requests, technical plans, written copy, or skills for motor-planning, sequential-clarity, and accessibility concerns.
Why use it?
It can reveal unnecessary motor effort, unclear sequences, difficult layouts, and problems with voice input or fatigue.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is tlennon-ie/neurodock's own configuration. It tells Claude Code how to work on neurodock itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything neurodock configures →

Reuse

Borrowing it

Nothing to install: this file belongs to tlennon-ie/neurodock. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/tlennon-ie/neurodock/main/.claude/agents/dyspraxia-advocate.md
Clone the repo
git clone --depth 1 https://github.com/tlennon-ie/neurodock

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dyspraxia-advocate

README.md
[![agentmods](https://agentmods.dev/badge/agents/tlennon-ie/neurodock/dyspraxia-advocate/github.svg)](https://agentmods.dev/agents/tlennon-ie/neurodock/dyspraxia-advocate)
Your own site
<a href="https://agentmods.dev/agents/tlennon-ie/neurodock/dyspraxia-advocate"><img src="https://agentmods.dev/badge/agents/tlennon-ie/neurodock/dyspraxia-advocate/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dyspraxia-advocate

Your own site · 80×15
<a href="https://agentmods.dev/agents/tlennon-ie/neurodock/dyspraxia-advocate"><img src="https://agentmods.dev/badge/agents/tlennon-ie/neurodock/dyspraxia-advocate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 110 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,442 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00110 $0.03442
Opus 5 $0.00055 $0.01721
Sonnet 5 $0.00022 $0.00688
Haiku 4.5 $0.00011 $0.00344

Measured 11d ago against content hash 4d8329e20d8c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

dyspraxia-advocate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/dyspraxia-advocate.md · 180 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 180 lines · 110 tokens per session scan A 4d8329e20d8c

Subscribe to this mod's changes

dyspraxia-advocate is an agent published in the GitHub repository tlennon-ie/neurodock (12 stars, last pushed today), licensed AGPL-3.0. It adds 110 tokens to every session and 3,442 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

finding-verifier

Reverse auditor. Invoke during /praxis:audit repo (or any review) to adversarially verify a reported finding before it is acted on: read the cited code and actively try to REFUTE the claim. Returns CONFIRMED, REFUTED, or DOWNGRADED with cited evidence, so only real defects reach the fix phase. Read-only.

Ohswedd/praxis · 77 tokens

claudemd-verifier

CLAUDE.md regression verifier. Invoke before writing any change to a CLAUDE.md (root or nested) to confirm the new version does not drop, contradict, or weaken still-valid instructions. Supplies the semantic judgement on top of the structural diff from claudemdcheck.py. Read-only.

Ohswedd/praxis · 66 tokens

security-reviewer

Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities.

affaan-m/ECC · 52 tokens

predictive-analyst

Precognition agent. Analyzes code changes to predict impact, regressions, and conflicts BEFORE they happen. Uses dependency graphs and historical data.

softspark/ai-toolkit · 35 tokens

solid-open-closed-judge

Evaluates code implementation adherence to SOLID Open/Closed Principle (OCP).

closedloop-ai/claude-plugins · 23 tokens

brownfield-accuracy-judge

Evaluates how accurately an implementation plan accounts for existing code — correctly identifying what to modify vs create, avoiding reimplementation, and finding the right integration points.

closedloop-ai/claude-plugins · 38 tokens