Fetching from the wire…
Public story · 2026-09-09 · high
The prompt rules behind it work across five different coding assistants, not just one.
Why now: The project reached Hacker News at 489 points as part of the coverage tracked on September 9.
ayghri/i-have-adhd hit Hacker News at 489 points, and it has 33,100 stars and 2,000 forks. The whole thing is ten prompt-level rules for AI coding agents: lead with the next action, number multi-step tasks, cut tangents, kill preamble.
The stakes are about attention, not accuracy. An agent that buries "run this command" under three paragraphs of context costs a developer the same scan-and-search tax every single reply. The repo rewrites that output into direct instructions, something like "Run npm install jsonwebtoken@latest, then edit src/auth.ts:42" instead of a wall of explanation before the command shows up.
What makes it different from a personal CLAUDE.md tweak is portability. It installs across Claude's plugin system, Cursor skills, Gemini, Qwen, and Kimi. Most agent-behavior fixes get written once for whatever tool someone happens to use and never travel. This one was built to run the same rules on five harnesses that don't share a config format or a prompt structure.
That portability is also the bet worth watching. Five different agent platforms don't expose the same hooks for intercepting and rewriting output, so a rule set that behaves identically on all of them either found a common seam across all five, or one of the five breaks the pattern the next time its model changes how it formats replies. The repo doesn't say which.
Each link below shares sources, entities, or timing with this story.
JuliusBrussee/caveman hit 54,000+ GitHub stars in under three weeks and topped Hacker News. The repo is exactly what it sounds like: a skill that strips agent verbosity, kills the "I'd be happy to help" preamble, and makes Claude answer in terse, near-grunt prose while keeping...
claude_codex_bridge (3,165★, Python) routes subtasks across heterogeneous coding agents and, more importantly, makes the cross-agent collaboration observable instead of a black box. Early-stage, but it's aimed at the emerging practice of routing different subtasks to different...
v0.10.0 (~84.8k stars, Apache-2.0) ships no agent of its own and drives whichever CLI you already have, Claude Code, Codex, Cursor, Copilot, OpenClaw, Gemini, Kimi, Qwen, Cline, plus BYOK OpenAI-compatible endpoints, via od mcp install <agent>. It produces single-page HTML pro...
A GitHub repo cataloging Claude Code tips doesn't normally warrant a top story. But shanraisshan/claude-code-best-practice at 53.4K stars isn't a tips list anymore. It's the de facto reference for how an entire generation of developers is learning to work with AI coding agents...
bradautomates/claude-video (v0.2.0, July 1) lets agents download, frame-extract, and transcribe any video via yt-dlp, ffmpeg, and Whisper, then hand it to Claude's multimodal Read (GitHub). It ships as an Agent Skill usable across 50+ agents: Claude Code, Codex, Cursor, Gemini...
Issue 6235 on anthropics/claude-code asks Claude Code to read AGENTS.md, the config file that Codex, Amp, Cursor and most other harnesses already load, rather than only CLAUDE.md. It has been open since August 2025. It has accumulated over 5,200 reactions and 300+ comments, ma...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.