CometixCode
Plugin / AgentAn unofficial Rust 1:1 reimplementation of the Claude Code terminal UI, ported file-for-file onto an iocraft TUI framework.
- terminal-ui
- rust
- reimplementation
- unofficial
A Claude Code plugin for ADHD brains that remembers what you said but never finished — two-layer capture, session digests, gentle nudges and a focus mode. Yours, not the model's.
Claude ADHD targets the forgetting that happens between sessions, after the context is already gone. Capture runs on two layers: live capture records tasks the moment you commit to them in conversation (judgment happens in-context, not by keyword matching), and a local transcript backstop indexes past session transcripts for half-asked questions, TODO markers and sessions that died on an unanswered question. Surfacing is gentle: a session digest opens with the 1–3 most stale open threads and flags anything aging past two weeks; random nudges drop at most twice per session when chat drifts; /remind-me ranks everything still open on demand. Custom reminders accept absolute, relative, recurring or random schedules (/remind, natural language, dashboard or CLI), focus mode (/focus 25 [task]) redirects you when the chat drifts, and everything is stored in plain local files under ~/.claude/adhd/. Requires Claude Code and Node.js, nothing else.
Anyone whose best intentions evaporate with the context window — the 'I'll deal with that after the release' tasks, the half-asked questions, the sessions that ended on an unanswered 'what if we…'.
/plugin marketplace add shaheer-00/claude-adhd /plugin install claude-adhd@claude-adhd # requires Claude Code and Node.js — no dependencies, no API keys
The README flags test mode: active development, rough edges, back up anything important before relying on it. The live layer deliberately errs toward not recording (brainstorming and questions are excluded), so it can miss commitments you never voiced in any form. No license file at the time of writing.
Repository
shaheer-00/claude-adhdCharted
An unofficial Rust 1:1 reimplementation of the Claude Code terminal UI, ported file-for-file onto an iocraft TUI framework.
Hook-level enforcement for the natural-language rules in AGENTS.md and CLAUDE.md — every edit is judged and violations are repaired in the same turn.
A Claude Code plugin that replaces the lossy compaction summary with Jev-scored pruning: stale tool calls are dropped, and everything kept stays verbatim.