Skip to content
ATAI Today Brief
HomeNewsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS

Follow AI Today Brief on LinkedIn for daily AI-engineering updates and the weekly “5 shifts that changed how developers work” PDF.

Explore

NewsDigestsConceptsGuides

Company

SubscribeAdvertiseAbout

Legal

Editorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Tools & releases/
  4. i-have-adhd Plugin Strips AI Assistant Fluff for Direct Code Action
Tools & releases

i-have-adhd Plugin Strips AI Assistant Fluff for Direct Code Action

July 28, 2026· 3 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated July 28, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
i-have-adhd Plugin Strips AI Assistant Fluff for Direct Code Action

The open-source plugin `i-have-adhd` enforces concise, action-first response formatting for Claude Code and OpenAI Codex. It removes polite filler phrasing, formats steps into numbered checklists, and provides specific time estimates.

Impact: Medium

Why it matters

Developers can save context tokens and reading time by suppressing chatbot preamble on every CLI session.

TL;DR

  • 01Install `i-have-adhd` to cut non-functional tokens from AI agent CLI responses.
  • 02Use global session persistence flags to eliminate chat preamble automatically.
  • 03Fork the skill repository to customize output style rules for your team.

Key facts

Supported Agents
Claude Code, OpenAI Codex
License
Open-Source (GitHub)

Direct Action Formatting

i-have-adhd replaces multi-paragraph summaries with direct action commands. Instead of explaining theoretical changes to middleware or token handlers, the agent outputs exact shell commands like npm install jsonwebtoken@latest followed by concise file line targets.

Multi-Agent Integration

The plugin supports both Claude Code and Codex command structures out of the box:

  • Claude Code: claude plugin marketplace add ayghri/i-have-adhd
  • Codex: codex plugin marketplace add ayghri/i-have-adhd --ref main

Global Persistence

To apply no-fluff formatting automatically across every session without explicit slash invocation, users can touch ~/.claude/.i-have-adhd-always on their system.

Try it in 2 minutes

claude plugin marketplace add ayghri/i-have-adhd
claude plugin install i-have-adhd@i-have-adhd
touch ~/.claude/.i-have-adhd-always

bash

✓ When to use

  • Working in terminal agents (Claude Code, Codex) where conversational filler slows down workflow.
  • Optimizing output tokens during repetitive refactoring tasks.

✕ When NOT to use

  • When seeking detailed architectural explanations or educational tutorials from LLMs.

What to do today

  • →Run `claude plugin marketplace add ayghri/i-have-adhd` in your terminal.
  • →Create `~/.claude/.i-have-adhd-always` to enforce action-first responses globally.
#Claude Code#Codex

Sources

  • GitHub: i-have-adhd repository
ShareShare on XShare on LinkedIn
← Previous storyNVIDIA Open-Sources NOOA: Python Object-Oriented Framework for AI AgentsNext story →Public Claude Shared Links Search-Indexed: Audit Your Shared Artifacts Now

Related stories

  • Tools & releasesOpenAI Releases Codex Security CLI Tool and TypeScript SDK for Repository Audits
  • Tools & releasesMicrosoft Announces MAI-Cyber-1-Flash Cybersecurity Model and Perception Agent System
  • Tools & releasesClaude Shared Chats Exposed in Search Engines via Missing Indexing Tags
  • Tools & releasesOpenSlides Offers Open-Source Offline Code Presentation App Built with Svelte 5 and Rust

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.