Detailed Analysis
A Reddit post celebrating a custom Claude "skill" called "i-have-adhd" has surfaced as a striking example of how users are engineering Claude's output style to fit specific cognitive needs, rather than relying on the model's default conversational tendencies. The skill, shared in full in the r/ClaudeAI post, is a structured system prompt that rewires how Claude responds to any message—coding tasks, debugging, planning, even casual conversation—by enforcing rules like leading with the concrete next action, numbering multi-step work, restating task state every turn, banning vague time estimates, and stripping out preambles ("Let me...", "Great question!") and closing pleasantries ("Hope this helps!"). The author frames it as solving a specific failure mode: Claude's tendency toward verbose, meandering responses that bury the actionable answer under context-setting prose.
The design is notable for how precisely it targets known cognitive friction points for ADHD readers: limited working memory, the gap between understanding an instruction and acting on it, difficulty initiating tasks, poor calibration of vague time estimates, and the need for visible incremental wins to sustain motivation. Rather than simply asking Claude to "be concise," the skill provides concrete before/after examples for each rule (e.g., "Uh oh, the test is failing" versus "Test fails at auth.spec.ts:42: expected 200, got 401"), which reflects a broader pattern in effective prompt engineering: models respond far better to contrastive examples than to abstract stylistic instructions. It also includes override conditions—full explanations when explicitly requested, mandatory confirmation before destructive actions like `rm -rf` or force pushes, and a "debug spiral" clause that stops iterative guessing after repeated failures—showing an attempt to balance brevity against safety and genuine ambiguity.
This reflects the rise of Anthropic's "Skills" feature, which allows users to package reusable instruction sets that Claude can invoke contextually rather than re-pasting a custom prompt every session. The enthusiastic reception in the post—"Oh my fuck I cannot believe how useful this skill is"—illustrates a broader trend among power users treating Claude less as a single fixed assistant and more as a customizable substrate onto which they layer specialized behavioral modules for accessibility, workflow, or domain needs. It also underscores a persistent tension in LLM design: models are frequently trained toward hedging, politeness, and thorough exposition (often for safety and helpfulness reasons), which can actively work against usability for neurodivergent users or anyone who needs fast, actionable output over conversational rapport.
More broadly, this kind of community-generated skill signals where grassroots AI customization is heading: accessibility-oriented prompt engineering, shared and iterated on publicly, functioning almost like open-source UX patches for a closed model. It parallels earlier waves of "jailbreak"-style prompts, but with a notably different purpose—not circumventing safety guardrails, but correcting default stylistic assumptions that don't serve all users equally. As agentic AI tools become embedded in daily workflows, the demand for such fine-grained behavioral control is likely to grow, pushing platforms like Anthropic toward more robust native support for persona/style customization rather than leaving it entirely to community-authored workarounds.
Read original article →