app GitHub
An agent-first CLI fronting 2,000+ AI models, multimodal generation, sandboxed execution, and MCP tooling behind a single API key. Designed to be driven by agents rather than typed by hand. Convenient if you are juggling provider keys, at the cost of routing through one vendor.
climodel-routingsandboxmcp
by sandbaseai Aug 15, 2026 5/10
app GitHub
Backs up session history from Claude Code, Codex, Cursor, Gemini CLI, Copilot, Cline, and 30+ other agents to Cloudflare R2. Zero dependencies, cross-platform, and append-only — it never deletes prior history. Insurance against losing the transcript record of how something got built.
backupsession-historycloudflare-r2archival
by rush-skills Aug 15, 2026 7/10
app GitHub
A single-binary CLI that brokers credentials for AI agents — secrets stay in pass or Bitwarden and are injected into subprocesses at run time instead of landing in the agent's context. Adds DLP pattern rules, OAuth refresh, and structured audit logs for every access. Zero dependencies.
secretssecuritydlpcredentialsaudit-log
by ikkun1222 Aug 15, 2026 7/10
app GitHub
A control surface for a fleet of coding agents running across remote machines, all visible from a single terminal. The differentiator is that it surfaces which agents are blocked waiting on you, so you are not polling sessions to find the stalled one. Useful once you run more agents than you can watch.
fleetremotemulti-agentmonitoring
by beknazar Aug 15, 2026 7/10
app GitHub
A local-first workspace giving an agent team persistent memory plus real tools — files, shell, LSP, MCP, and Office documents. Everything runs on your machine, so no code or documents leave it. Opinionated about the agent roles rather than fully configurable.
local-firstmemoryworkspacemcpprivacy
by CavinHuang Aug 15, 2026 6/10
app GitHub
Adds coding-agent observability to Herdr with live sidebar cards and lifecycle notifications as sessions start, stall, and finish. Includes a zero-config metrics bridge for Claude Code, so telemetry flows without editing settings. Useful if you already run Herdr as your multiplexer.
observabilityherdrmetricsmonitoring
by winoooops Aug 15, 2026 6/10
app GitHub
A terminal UI that gives you one pane of glass over coding agents running on multiple machines. Instead of tabbing between SSH sessions and tmux windows, you see every agent's state in a single list and attach to whichever needs attention. Still marked WIP, but the fleet-management problem it targets is real for anyone running more than two agents at once.
tuiorchestrationmulti-agentmonitoring
by m1sk9 Aug 14, 2026 6/10
app GitHub
A local-first macOS terminal that treats coding agents as first-class citizens, surfacing what an agent is doing rather than leaving it buried in scrollback. Also ships Vietnamese IME support, which most terminals handle poorly. Useful if you want agent visibility without bolting a separate dashboard onto your workflow.
terminalmacosobservabilitynative
by hoangperry Aug 14, 2026 5/10
app GitHub
Catalogs failure modes that recur across open-source agent projects and backs each one with evidence rather than anecdote. Installs into Claude Code and Codex so the failure knowledge is available while you build, not after you've hit the bug. Aimed at people writing agent harnesses who keep rediscovering the same traps.
failure-analysisdebuggingagentsresearch
by shuo-young Aug 14, 2026 7/10
app GitHub
Isolates agents in MicroVMs rather than containers, giving kernel-level separation with boot times close to a container's. A stronger boundary than Docker for anyone running agents with permissions skipped. Worth a look if container escape is in your threat model.
sandboxmicrovmsecurityisolation
by rikdc Aug 14, 2026 6/10
app GitHub
Takes a semantic intermediate representation and emits native DrawingML, so the resulting decks are genuinely editable in PowerPoint rather than a pile of images. Ships as a Claude Code plugin, a DeepSeek Harness plugin, and a standalone CLI. Solves the usual problem of agent-generated slides that fall apart the moment a human opens them.
pptxdocument-generationplugindrawingml
by liustack Aug 14, 2026 6/10
app Reddit
Renders a directory of markdown tickets as a kanban board in your browser, launched with one npx command. Deliberately read-only so it never bloats agent context, with live reload and one-click copy of a ticket path to paste into a prompt. Built after the author's own ticket pile passed 300 files and became unmanageable as flat markdown.
kanbanticketsmarkdownproject-management
by ludari_gg Aug 14, 2026 7/10
app GitHub
Reads your own local usage counters to show where tokens actually go, then measures the same workload after changes so the savings are a real before/after rather than a guess. Runs locally and privately with no data sent anywhere. The measurement discipline is the differentiator among the many token-counter tools.
tokenscostmeasurementoptimization
by khalilmaaouni Aug 14, 2026 7/10
app GitHub
One command exposes a long-lived Claude Code session running on your own machine, backed by mirrored auto-reconnecting tmux sessions. Native Android and desktop clients give streaming chat, live session views, push notifications, and permission prompts you can answer from the lock screen. Uses subscription auth, so no API key is required.
remotemobiletmuxpersistent-sessionsandroid
by silencelen Aug 14, 2026 8/10
app GitHub
A toolkit that lets AI agents build, render, and validate web-based 3D and physical simulations. It gives the agent a way to check that generated simulation code actually renders and behaves correctly rather than just compiling. Niche, but relevant if you point Claude Code at WebGL or physics work.
3dsimulationwebglvalidationtoolkit
by ictseoyoungmin Aug 14, 2026 5/10
app GitHub
Sends a native macOS notification whenever a Claude Code session finishes or stops to ask you something, including sessions running on other machines. Aimed at people who run long or parallel agent sessions and keep forgetting to check back on a terminal. Cross-machine coverage is the differentiator over a simple local hook.
notificationsmacosmonitoringsessionsmulti-machine
by Ideaplaces Aug 14, 2026 7/10
app GitHub
Generates a single agent context file for every repo you own, plus a cross-repo service map backed by evidence rather than guesses. Guardrails block agents from reaching credentials, and the docs repair themselves as the code moves. Zero dependencies, and nothing leaves the machine.
contextmulti-repoguardrailsdocumentation
by mutaaf Aug 14, 2026 7/10
app GitHub
Reads Claude Code and Codex CLI logs already on disk to measure token usage and estimate what each session cost. No network calls and no dependencies, so the numbers are computed entirely locally. Useful for finding which sessions quietly burn the most context.
tokenscostcliobservability
by shiki-yusuke Aug 14, 2026 6/10
app GitHub
Recreates the Claude Code interface skin for another agent harness, matching the original closely enough that the author calls it a tribute to their vibe-coding days. Cosmetic rather than functional, but a tidy reference for anyone theming an agent CLI to feel familiar.
themeuiterminalskin
by le-soleil-se-couche Aug 14, 2026 5/10
app GitHub
An installable plugin for Claude Code and OpenAI's coding agent that keeps everything you meant to get back to in one ledger. The point is ownership: the record lives with you rather than inside a session that ends and takes its context with it.
memorypluginledgertask-tracking
by EthanSK Aug 14, 2026 6/10
app GitHub
Gives each parallel Claude Code session its own git worktree, ports, environment, and daemons, so two sessions on the same project stop fighting over the dev server. Ships as a single static Go binary with nothing to install alongside it.
worktreeparallel-sessionsgodevtools
by Phaengris Aug 14, 2026 8/10
app GitHub
A GNOME Shell extension that puts quota gauges for Claude Code, Grok Build, and Codex in the top panel. Each gauge fills as you spend and shows the reset time on hover. Fills the Linux/GNOME gap left by the many macOS menu-bar and Windows tray quota monitors.
quotagnomelinuxmonitoringstatusbar
by cahenesy Aug 14, 2026 6/10
app GitHub
An open-source meta-harness that drives Claude Code, OpenAI Codex, and Gemini CLI from one layer. Lets you run the same task through different agents without rewriting your setup for each CLI. Useful if you compare agents or want a vendor-neutral entry point.
harnessmulti-agentcodexgemini
by ferrislucas Aug 14, 2026 7/10
app GitHub
Runs several Claude Desktop or Claude Code accounts simultaneously on a single Mac, no virtual machines involved. The mechanism is generic and works for any macOS app. Solves the constant log-out/log-in cycle when you split personal and client work.
macosmulti-accounttoolingproductivity
by artsu281-ai Aug 14, 2026 7/10
app GitHub
An exploratory evaluation harness that measures whether Claude Code holds to its instructions when a repository contains competing guidance. Useful if you maintain large CLAUDE.md hierarchies and suspect rules are being dropped. Research-flavored rather than production tooling.
evalharnessinstructionsresearch
by pdmacinnes Aug 14, 2026 6/10
app GitHub
Captures Claude Code and Codex sessions at the source, recording both the trajectory and a verifiable git environment, then scores each session on grounded x rich x focused. Local, deterministic, and runs no model at capture time. Aimed at people building training data from real agent work.
capturesessionstraining-datalocal
by albaNnaksqr Aug 14, 2026 6/10
app GitHub
A persistent AI colleague for Claude Code that manages its own memory and branches and proposes fixes to itself through a gate you approve. Improvements from any copy can be pushed back so every other install benefits. An unusually ambitious take on a self-modifying harness.
harnessmemoryself-improvinggated
by ElJoakoDELxD Aug 14, 2026 6/10
app GitHub
Imports message history from Claude Code, Codex, and Reasonix into DeepSeek Harness so a conversation can continue there. Reduces the cost of switching agents mid-project. Niche, but useful if you move between harnesses.
importhistorydshmigration
by Nwflower Aug 14, 2026 5/10
app GitHub
A full-screen terminal plugin that gives DeepSeek Harness a Claude Code-style interface: pixel whale header, live status line, streaming thinking, double-Esc rollback, context progress bar, and a TPS gauge. Installs via npm. Fills a gap DSH has not covered officially.
tuiterminaldshui
by ccch1mneyyy Aug 14, 2026 5/10
app GitHub
Renders your running coding agents as a pixel-art city that changes as they work. Local-only mission control, no data leaves the machine. Playful, but a genuinely readable way to see many concurrent sessions at a glance.
visualizationmonitoringlocaldashboard
by otniel-bit Aug 14, 2026 6/10
app GitHub
A macOS menu bar app that acts as an inbox for Claude Code sessions, showing which one is blocked on you and what it needs next. Solves the problem of losing track of parallel sessions waiting on approval. Straightforward and focused.
macosmenu-barsessionsnotifications
by himynameisben Aug 14, 2026 7/10
app GitHub
An open-source virtual law firm built from AI agents: 183 skills, 181 commands, hard-gated matters, MCP and API intake, and an X402 paid-agent charge matrix with Conway-style agent survival. Output is attorney work-product for licensed review, not legal advice. Notable mainly as an extreme example of skill-system scale.
agentslegalskillsmcp
by rikitrader Aug 14, 2026 5/10
app GitHub
Controls DeepSeek Harness, Claude Code, Cursor, Codex, or CCC Agent through Lark or WeChat chat messages. Lets you kick off and steer agent work from your phone. Practical for anyone whose team already lives in those chat apps.
chatremote-controlwechatlark
by wzj998 Aug 14, 2026 6/10
app GitHub
A visual editing interface layered over Claude Code. Terse description, but the category is worth tracking as GUI front-ends for the CLI keep appearing. Check the repo before committing to it.
guieditortooling
by dklzf Aug 14, 2026 5/10
app GitHub
Scans CLAUDE.md, AGENTS.md, and skill files for assertions the codebase has since outgrown, then flags them. Zero-config with no API key required, so it can run in CI. Directly targets the stale-instructions problem that quietly degrades agent behavior.
lintingclaude-mddriftmaintenance
by alifurkangokce Aug 14, 2026 8/10
app GitHub
Turns the MacBook notch into a Dynamic Island for AI coding agents: monitor sessions, approve prompts, and jump straight to the one that needs attention. Keeps session state visible without a window. Nice fit for multi-session workflows.
macosmonitoringnotchsessions
by MioMioOS Aug 14, 2026 7/10
app GitHub
Brings DeepSeek Harness into Claude Code for review, critique, delegation, and session import. Gives you a cheaper second opinion inside the same session. The reverse direction of most Claude-to-other-agent bridges.
bridgedshdelegationreview
by cpj-dev Aug 14, 2026 6/10
app GitHub
Agent-agnostic guardrails: you load a rulebook that limits what the agent may do inside a repo, then validate its output against those same rules. Turns instructions into enforced boundaries. Works across coding agents rather than just Claude Code.
guardrailsvalidationrulessafety
by sorawit-w Aug 14, 2026 6/10
app GitHub
Notifies you by phone push and email exactly when your Claude 5-hour usage window resets, running entirely on GitHub Actions. No server or daemon to maintain. Small, but it removes a lot of clock-watching.
notificationsusage-limitsgithub-actionsmonitoring
by jackchuka Aug 14, 2026 7/10
app GitHub
A persistent task board for Claude Code agents with atomic claims, git-bound commits, AI-written daily reports, and a server so agents on different machines never grab the same card. The atomic claim is the important part for genuinely parallel fleets. More infrastructure than a markdown TODO, and deliberately so.
task-boardmulti-agentcoordinationgit
by bernatch22 Aug 14, 2026 7/10
app GitHub
A native Rust MLX inference server for Apple Silicon serving text, vision, audio, and embeddings behind OpenAI and Anthropic-compatible endpoints. No Python and no GGUF, and it claims the widest weight x KV quantization matrix of any MLX server. Relevant here because the Anthropic-compatible API means agent tooling can point at it directly.
inferencemlxapple-siliconrust
by Pushkinist Aug 14, 2026 5/10
app GitHub
A per-shell environment manager that isolates accounts for Claude Code, Codex, and Gemini CLI, so different terminals can run as different identities. Avoids the log-out/log-in dance when working across clients. Same problem as claude-profiles, solved at the shell-environment level.
clienvironmentmulti-accountisolation
by OffskyLab Aug 14, 2026 6/10
app GitHub
A real-time desktop app tracking AI token usage, costs, and model activity, with optimization recommendations. Useful if you want a live view rather than after-the-fact log parsing. Covers multiple providers, not just Claude.
monitoringtokenscostsdesktop
by aruninf Aug 14, 2026 6/10
app GitHub
A Claude Code kit for TryHackMe with a fixed methodology (classify, enumerate, foothold, privesc), room-state tracking, ready-made commands, and specialist subagents for CVE research, privilege escalation, and write-ups. It deliberately coaches you through each room rather than solving it. A hands-on alternative to reading write-ups.
securitytryhackmelearningsubagents
by pashki975 Aug 14, 2026 6/10
app GitHub
A local routing control plane for AI agents and LLM providers with a loopback-only gateway, quota-aware smart routing, and both desktop and CLI apps. Keeps traffic on localhost while letting you steer which provider serves each request. Useful when you hold several subscriptions and want them used efficiently.
routinggatewayquotalocal
by ballast-ai Aug 14, 2026 6/10
app GitHub
Creates multi-repo git workspaces for coding agents so a single agent can work coherently across several repositories. Addresses a real gap, since most agent tooling assumes one repo per session. Agent-agnostic.
gitmulti-repoworkspaceagents
by orbcli Aug 14, 2026 6/10
app GitHub
Exposes the agent CLIs you already run -- Claude Code, Cursor Agent, OpenAI Codex -- as shared services the whole team can invoke, orchestrated in natural language. Turns a personal setup into shared infrastructure. Worth evaluating carefully for credential and access boundaries.
orchestrationteamservicesmulti-agent
by LilithGames Aug 14, 2026 6/10
app GitHub
An opinionated local-first meal planner that is really an experiment in agent-first development: every line written by Claude Opus 4.8 through Claude Code, designed through conversation rather than typed by hand. The app works, but the artifact of interest is the process. Useful data point on no-hand-coding builds.
experimentagent-firstlocal-firstapp
by paul80nd Aug 14, 2026 5/10
app GitHub
Dispatches a coding task to an agent running on a disposable Hetzner VM; you close your laptop and the work returns as a pull request. Isolation is a side benefit, since nothing runs on your machine. Costs real money per run, so worth checking the VM lifecycle handling.
remotehetznervmpull-request
by dennisonbertram Aug 14, 2026 7/10
app GitHub
Runs several LLM agents on the same task in parallel Docker sandboxes, then has other LLMs judge the results. Uses your Claude Pro, ChatGPT Plus, and Gemini Advanced subscriptions rather than API keys. The generate-then-judge pattern is worth stealing even at smaller scale.
paralleldockerjudgingmulti-model
by faeton Aug 14, 2026 7/10
app GitHub
A UCI chess engine written in Zig with no external dependencies, developed with Claude Code. Interesting as evidence of agent-assisted work on a domain with hard correctness constraints and a strong existing benchmark set. Not a Claude Code tool itself.
zigchessshowcaseengine
by smercer10 Aug 14, 2026 5/10
app GitHub
A local multi-pane terminal that lists your recent Claude Code sessions across every project and resumes each with one click. Removes the hunt for the right directory and session ID. Simple and self-contained.
terminalsessionsresumelocal
by obrenoalvim Aug 14, 2026 6/10
app GitHub
An assertion harness that runs deterministic checks against `claude -p` stream-json transcripts. Gives automated Claude Code sessions an actual test loop instead of eyeballing logs. Directly useful if you run unattended agent jobs.
testingharnessstream-jsonautomation
by j-256 Aug 14, 2026 7/10
app GitHub
Hosts Claude in a PTY and renders a project tree that highlights files as the agent reads and edits them. Makes the blast radius of a session visible in real time. Nice for catching an agent wandering into files it should not touch.
visualizationptymonitoringfiles
by bdgscotland Aug 14, 2026 6/10
app GitHub
Automatically closes idle AI coding sessions after archiving each one so it can be restored later. Reclaims resources without losing state. Useful if you accumulate abandoned sessions across many projects.
sessionscleanuparchiverestore
by TheThoughtagen Aug 14, 2026 6/10
app Reddit
A PyPI library and Claude Code plugin giving agents a second channel beside chat: declarative validated forms, so independent decisions batch into one round-trip instead of twenty questions. Malformed questions are refused at build time and malformed answers at collection time. The Decision construct puts the recommended option first with a rationale and a one-line tradeoff under each alternative.
formsvalidationpluginux
by Business-Appeal-2748 Aug 14, 2026 7/10
app GitHub
A local coding-agent platform in one Go binary with plan mode, subagent teams, cron scheduling, memory, and MCP support. DeepSeek-native and MIT licensed. More complete than most agent demos, and the cron support makes unattended runs practical.
agent-platformgocronmcp
by whyiyhw Aug 14, 2026 6/10
app GitHub
Three stdlib-only instruments measuring the fixed overhead your agent setup incurs each session, who burned tokens yesterday, and which paid subscriptions are going unused. No LLM calls and no network access. Worth running if your context bill feels higher than your actual work.
costaudittokensanalysis
by tonydzi Aug 14, 2026 6/10
app Reddit
A local multi-agent harness that drives your existing Claude Code and Codex installs as an office of persistent agents, visualized as a sitcom-style office simulation. You act as the boss, or a clone of you orchestrates while you are away. Open source and free.
harnessmulti-agentlocalvisualization
by chaitanyagiri Aug 14, 2026 6/10
app GitHub
A local-first control plane tying together coding agents, git worktrees, and tmux sessions. Worktrees plus tmux is the standard manual setup for parallel agent work, and this makes it managed. Nothing leaves your machine.
control-planeworktreestmuxlocal
by jpolec Aug 14, 2026 7/10
app Reddit
An open-source browser toy where webcam hand-tracking lets you squeeze soft butter, crack the wax, and watch crumbs fall on their own. The build method is the interesting part: one chat wrote no code at all and only tracked the project, chose the next step, and wrote instructions for a fresh chat to execute. A manual version of the orchestrator pattern.
webglhand-trackingorchestrationshowcase
by oxmannnn Aug 14, 2026 5/10
app GitHub
A framework combining session observability with governance across multiple Claude Code plugins. Relevant once you run enough plugins that their interactions stop being obvious. Check the repo for how much of the governance is enforced versus advisory.
observabilitygovernancepluginssessions
by onlooker-community Aug 14, 2026 6/10
app GitHub
A runtime layer for Claude Code, Codex, Cursor, and MCP that aims to reduce token spend and duplicated effort. It keeps model traffic cache-stable, adds context compaction with crash resume, serves repeated calls locally, applies a fast tool policy, and can run local GGUF inference. Worth a look if long sessions are burning through your budget.
performancecachingtokensruntimelocal-inference
by anthony-chaudhary Aug 14, 2026 7/10
app GitHub
A control plane for running many coding agents at once, built around the idea of standing orders — persistent instructions that tell agents when they may proceed on their own and when to escalate. The pitch is "wake me only for these," so you review exceptions instead of every step.
orchestrationfleetcontrol-planeautomationagents
by ap9000 Aug 14, 2026 6/10
app GitHub
A Claude plugin that watches for the failure modes agents fall into and intervenes. It targets attention drift, overthinking, recursive reasoning, compulsive verification, scope creep, retry loops, deadlocks, context waste, and the classic failure to stop once the task is done. An unusual framing of guardrails as executive function.
pluginguardrailsscope-controlcontextreliability
by ihabkhaled Aug 14, 2026 7/10
app GitHub
A tool that converts things you save while browsing into local memory an AI agent can consult, scoped to the project you are working in. Everything stays on your machine. Aimed at closing the gap between "I read something useful last week" and the agent knowing about it.
memorycontextlocalknowledge-base
by Paoladev45 Aug 14, 2026 5/10
app GitHub
A shared memory layer for AI coding agents, letting context persist and be read across agents rather than living inside a single session. Aimed at the recurring problem of agents re-deriving the same project knowledge every run. Note that several unrelated projects use the "cairn" name — this is czearing's.
memorycontextagentsshared-state
by czearing Aug 13, 2026 5/10
app GitHub
A macOS menu bar utility that watches Claude Code and holds a system-sleep assertion only while a turn is running, then releases it so the machine sleeps normally. Avoids both a laptop that dozes off mid-task and one left awake all night. Runs entirely locally with no API key or account.
macosmenu-barsleeputilitylocal
by PerfectoWeb Aug 13, 2026 7/10
app GitHub
A Mixpanel library and CLI exposing discovery, querying, and data extraction programmatically, explicitly designed with coding-agent use in mind. Claude Code can explore event schemas and pull analytics without touching a browser dashboard. Handy for letting an agent answer product-metrics questions directly.
analyticsmixpanelclipythondata
by mixpanel Aug 13, 2026 6/10
app Reddit
A CLI plus MCP integration for FluidDocs, a platform where published documents stay interactive — readers ask the document questions and it answers from its own content, then reports who opened it and what they asked. The CLI is built for unattended agent use: --json on every command including errors, a flat command namespace, and old command names kept as aliases so stale prompts do not break. Roughly half the documents on the platform are already agent-created.
documentationmcpclipublishingautomation
by nish_agg Aug 13, 2026 6/10
app Reddit
Built by a developer whose workflow is spawning 10-15 agents daily for research, code and tests, and who found the gap is not the building but the checking. Wiring Playwright into Claude Code rarely caught real bugs, because the agent is optimistic — green builds, passing tests and clean CI read as success while users hit breakage in production. The tool aims to make agents actually see and judge what they shipped rather than trust their own signals.
testingverificationmulti-agentqabrowser-automation
by Particular-Face8868 Aug 13, 2026 6/10
app GitHub
Teaches an agent to use Telegram as a real output surface rather than a plain text sink — native rich messages with tables, LaTeX and collapsible blocks, plus a live progress window for Claude Code sessions. Bundled with a field guide of hard-won pitfalls from the Telegram Bot API, which is where most homegrown integrations lose time. Documentation is bilingual Chinese/English.
telegramnotificationsintegrationprogressbot-api
by Circe22 Aug 13, 2026 7/10
app GitHub
A localization pack that translates the Claude Code VS Code extension into Traditional (Taiwan) and Simplified (mainland China) Chinese. It auto-detects the editor locale or lets you switch manually from a status bar quick menu, applies idempotently so repeated runs are safe, and flags untranslated strings so gaps in coverage surface instead of silently persisting.
localizationchinesevscodei18nextension
by LaiYueJi Aug 13, 2026 6/10
app GitHub
A miniature agentic AI developer platform for AWS that treats QA as part of the scaffold rather than a later addition. One command produces a governed agent already wired with evals, guardrails, tracing, and a CI quality gate that fails closed. Useful as a reference for what a production-minded agent baseline looks like on AWS, not just a hello-world starter.
awsevalsguardrailstracingciscaffolding
by andaro74 Aug 13, 2026 7/10
app GitHub
A standard for figures that keeps one source serving two readers — the agent parses plain Markdown-native text, the human sees a deterministically rendered SVG. This sidesteps the usual failure where a diagram is an opaque image the model cannot reason about, or an agent-readable format that looks terrible to people. Deterministic rendering means the same source always produces the same figure, so diagrams diff cleanly in git.
diagramsmarkdownsvgdocumentationagent-readable
by FigDown Aug 13, 2026 7/10
app GitHub
An issue tracker designed around the assumption that both people and agents will read and write the same backlog, rather than bolting agent access onto a human-first tool. The name reads as To-Do and sounds like the Mandarin word for potato. Worth a look if your agents keep losing track of multi-session work because the task state lives only in chat scrollback.
issue-trackertask-managementagentscollaboration
by orzFly Aug 13, 2026 6/10
app GitHub
A memory layer for coding agents that keeps everything local and requires stored memories to be backed by evidence rather than accepted as free-form assertions. The evidence requirement targets the common failure where an agent confidently recalls something from a prior session that was never true, or is no longer true. Continuous capture means memory accrues during work instead of at explicit checkpoints.
memorylocal-firstcontextagentspersistence
by rrrrrredy Aug 13, 2026 6/10
app GitHub
The reference harness accompanying Appendix A of the book Agentic Programming, published as runnable code rather than book listings. Useful mainly as a readable, self-contained example of how an agent loop is structured when it is written to be taught rather than shipped. Note the repo name and description disagree on the level number, so read the code rather than the label.
agent-harnessreferencebooklearningagent-loop
by jerodw Aug 13, 2026 5/10
app GitHub
Connects two Claude Code sessions — typically your laptop and your VPS — so they coordinate natively over Remote Control instead of you relaying context by hand. File transfer runs over SSH with end-to-end checksum verification, so a truncated copy surfaces as an error rather than as a mysterious downstream failure. Free and open source.
remotesshvpsmulti-sessioncoordination
by kadaba Aug 13, 2026 7/10
app GitHub
A distributed cache of coding solutions built from two ingredients: anonymous compatibility evidence gathered from real environments, and verified minimal samples for coding LLMs. The premise is that the same version-and-platform puzzle gets re-derived from scratch by every agent, every time, and that evidence from real runs beats the model guessing. Local-first, so your own cache works before any sharing happens.
cachelocal-firstcode-samplescompatibilityllm
by r2cuerdame Aug 13, 2026 6/10
app GitHub
Lets Cursor, Claude Code, Codex and Grok sessions running on one machine hand work to each other through a local mailbox. The README is explicit that this is not Slack for agents — it is a work-passing primitive, not a chat channel, which keeps the semantics narrow enough to be reliable. Useful when you keep several tool-specific sessions open and want them to cooperate.
multi-agentipcmailboxcoordinationcross-tool
by EndeavorYen Aug 13, 2026 7/10
app GitHub
Adds a deliberation step before an agent commits to an answer, structured as three distinct seats that argue the decision out. It targets the pattern where an agent makes the same class of mistake repeatedly across sessions because nothing forces a second look. One-line install, runs locally and privately, and supports Claude, Cursor, Windsurf and roughly twenty other agents.
deliberationmulti-agentlocalreasoningcross-tool
by Sumedh1599 Aug 13, 2026 6/10
app GitHub
A Polish-language desktop working environment that puts an editor, multiple terminals, a knowledge graph and skill panels into one window alongside Claude Code. The pitch is avoiding the constant window-switching that comes with running an agent, a shell and your editor as separate apps. Interface and documentation are in Polish.
workspaceguiidepolishknowledge-graph
by Luqys Aug 13, 2026 6/10
app GitHub
promptie captures knowledge from Claude Code sessions on the premise that disagreement is data, recording the moments where you and the agent diverge. It is write-only by design, so capture never turns into a maintenance burden. Zero dependencies keeps it easy to drop into any project.
knowledge-capturesessionszero-depsfeedback
by thevangelist Aug 13, 2026 6/10
app GitHub
lich is a terminal-first harness for working with coding agents that runs them on real PTYs rather than pipe-based wrappers. Git worktrees keep concurrent agents isolated from each other. Diffs and pull requests live in the same window, so review does not mean switching to a browser.
tuiptyworktreespull-requests
by omartelo Aug 13, 2026 7/10
app GitHub
A guided macOS installer that sets up a hand-picked set of Claude Code companion tools in one pass. Aims to be safe and interactive rather than a blind bulk install. Handy if you rebuild machines often and want a reproducible tooling baseline.
installermacossetuptooling
by SteveKinzey Aug 13, 2026 5/10
app GitHub
Gives coding agents a master memory inherited everywhere plus an independent memory and persona per project directory, with controlled cross-agent handoff. The core is host-neutral with per-agent adapters (Pi first, Claude Code and Codex planned). Solves the problem of one global memory file bleeding irrelevant context into every project.
memorycontextmulti-agentper-project
by aezizhu Aug 13, 2026 6/10
app GitHub
A reverse-engineered, deobfuscated dump of the official @anthropic-ai/claude-code npm package at v2.1.76, spread over 1,902 TypeScript files. Useful for understanding how the harness actually implements tools, hooks and permission checks. Treat as a read-only reference — it tracks one specific version and will drift.
reverse-engineeringinternalssourcereference
by nadonghuang Aug 13, 2026 7/10
app GitHub
An attention-first board for supervising background Claude Code agents, using GitHub issues as the backlog. Self-deploying with zero dependencies. Surfaces the agents that need you rather than making you poll every session.
background-agentsdashboardgithub-issuesoperations
by sefr-sefr Aug 13, 2026 7/10
app GitHub
Exposes your AI agent through a team chat surface so colleagues can talk to it without a terminal. Supports Rocket.Chat, Claude and Opencode backends. Set up is pitched as a minutes-long job.
chatteamgatewayintegration
by HammerMei Aug 13, 2026 5/10
app Reddit
Written by someone running 10-15 agents a day who found that agents cannot judge their own output — builds pass, tests pass, and the app is still broken. Argues Playwright wiring alone does not catch this because Claude is optimistic about what it sees. Describes the tool built to close that verification gap.
qaverificationbrowser-testingparallel-agents
by Particular-Face8868 Aug 13, 2026 6/10
app GitHub
Checks for and installs updates to Volta-managed npm developer tools including Claude Code, Codex and OpenCode. Ships a macOS app, a CLI, and a launchd scheduler so it runs unattended. Small utility for people who keep falling behind on agent CLI releases.
voltaupdatesmacosautomation
by zhexin233-ui Aug 13, 2026 5/10
app GitHub
A quality gate for Agent Skills that lints structure, runs a security audit, and checks compatibility across Claude, Cursor, Codex and OpenCode. Run it before publishing a skill so it does not silently break on another host. The cross-host compatibility check is the part most skill linters skip.
skillslintingsecuritycompatibility
by xyiqq Aug 13, 2026 7/10
app GitHub
Audits your installed agent skills for conflicts, duplicates and safety risks, all locally. Aimed at the mess that accumulates once you have installed skills from a dozen sources. One of several independent takes on skill auditing — compare with the other skill linters on the board.
skillsauditconflictscli
by evilstar2016 Aug 13, 2026 5/10
app GitHub
Turns vague requests into living MDX specifications, then reviews PRs or working-tree code in focused, durable chunks with repository-aware explanations. A browser-to-agent question loop lets you ask follow-ups on a chunk without losing your place. Tackles the 'reviewing a 2,000-line agent diff' problem directly.
code-reviewspecificationsmdxplanning
by sanzhardanybayev Aug 13, 2026 6/10
app GitHub
A Kobiton plugin that lets Claude Code, Copilot CLI, Gemini CLI, Cursor CLI and Codex manage devices, upload builds, run mobile automation and read test results without leaving the workspace. Vendor-specific but a concrete example of wiring a device cloud into an agent workflow.
mobiletestingdevicesautomation
by kobiton Aug 13, 2026 5/10
app GitHub
Replays past sessions, reconstructs what the context window actually held, reports usage diagnostics, and makes guarded edits to ~/.claude. Runs locally. The context-window reconstruction is the standout feature for anyone debugging why a session went sideways.
session-replaycontext-windowdiagnosticslocal
by Shaenn Aug 13, 2026 7/10
app GitHub
Validates a SKILL.md and installs it into Claude, Codex, Cursor, Gemini, Grok and Copilot in one step. Removes the manual copy-into-each-agent-directory step when you maintain skills across hosts. Small, focused tool.
skillslintingcross-agentinstaller
by hongforge Aug 13, 2026 6/10
app GitHub
A unified view for managing every terminal and AI coding agent you have running, instead of hunting through tmux panes and terminal tabs. Useful once you routinely have several agents going at once.
dashboardterminalsmulti-agentmanagement
by fy0 Aug 13, 2026 6/10
app GitHub
A context-budgeted store of tools you might use someday, so the agent checks your prior verdict before recommending something you already looked at and turned down. Small idea, real annoyance solved. The context budget keeps it from swallowing your window.
memorytoolingdecisionscontext
by jhammant Aug 13, 2026 6/10
app GitHub
Switches between logins, tracks quota usage, and rotates accounts before you hit a rate limit. Aimed at people who juggle personal and work subscriptions. Check your provider's terms before automating rotation.
accountsquotarate-limitscodex
by errhythm Aug 13, 2026 6/10
app GitHub
Gives multiple AI agents a single controlled entry point to your models: manage provider accounts in one place, switch upstreams without reconfiguring each agent, localize failures, and trace token spend back to a specific session. Chinese-language docs. Useful once you have three agents each with their own API config.
gatewayproxytoken-trackingmulti-provider
by null-object-0000 Aug 13, 2026 6/10
app GitHub
A lightweight control plane that reuses the native CLIs already on your machine and lets you compose different providers and models per scenario. Chinese-language docs. For people who want a cheap model on grunt work and a strong one on the hard parts, without maintaining separate configs.
routingmulti-modelsubagentscli
by liiiiwh Aug 13, 2026 5/10
app GitHub
A vendor-neutral marketplace covering Claude Code, Cursor, Copilot and AGENTS.md formats. Portuguese-language project. Another entrant in the skill-discovery space, notable for not being tied to one agent.
marketplaceskillsdiscoverycross-agent
by thiagopbraga Aug 13, 2026 6/10
app GitHub
Lets any coding agent @-mention any other across vendors and devices, with no cloud involved. Runs over your LAN. One of several answers to the multi-agent coordination problem, distinguished by the zero-cloud, cross-vendor stance.
multi-agentmessaginglancross-vendor
by Ericgood Aug 13, 2026 6/10
app GitHub
A memory layer that plugs into any platform in one line, keeps data local by default, and can trace a remembered fact back to its origin. Chinese and English documentation. The traceability is what separates it from a plain fact store.
memorylocal-firsttraceabilitycross-platform
by strmforge Aug 13, 2026 5/10
app GitHub
Finds every instruction file the agents in your repo are reading, explains what each one actually asserts, and validates them against each other. Useful once CLAUDE.md, AGENTS.md and a pile of rule files have accumulated and nobody knows which one wins.
claude-mdagents-mdvalidationinstructions
by pangxueyuan2-creator Aug 13, 2026 6/10
app GitHub
Retries Claude Code through subscription rate limits, API overload responses (529/5xx) and safeguard false positives, waiting for the reset time Claude prints and backing off exponentially. tmux-based. For long unattended runs that currently die on a five-hour limit.
rate-limitsretrytmuxautomation
by cheapestinference Aug 13, 2026 6/10
app GitHub
Lists your installed skills grouped and searchable in the VS Code sidebar, one click from the source file, instead of leaving them forgotten in a folder. Addresses the real problem that installed skills are invisible until you remember they exist.
vscodeskillssidebardiscovery
by hootbu Aug 13, 2026 6/10
app Reddit
A from-scratch Conductor-style multi-agent workspace GUI for Windows and Linux, AGPLv3, with no workspace cap or paid tier. The author built it using itself over four weeks — 132 commits and 79 merged PRs written by agents with every diff human-reviewed.
guiwindowslinuxconductoropen-sourcemulti-agent
by Scary_Climate_3975 Aug 13, 2026 8/10
app GitHub
A personal AI ops platform that pipes Claude Code telemetry through an OpenTelemetry Collector into Prometheus and Grafana, plus a status API. Deploys to Railway behind a Cloudflare Tunnel, so you get session dashboards without exposing anything publicly.
observabilityopentelemetrygrafanaprometheusmonitoring
by MK023 Aug 13, 2026 7/10
app Reddit
Treats agent skills like dependencies: agpm sync writes harness.json (what is approved) plus harness.lock (sha256 per file), and agpm check fails CI when on-disk files drift from the approved set. The PR that changes harness.json is the approval, so marketplace skills cannot silently change your agent's instructions.
supply-chaincisecuritylockfileskillsgovernance
by Necessary_Abroad6632 Aug 13, 2026 8/10
app Reddit
An iPad terminal built because no existing app offered iTerm2-style tmux integration — cmd+1-9 tab switching, cmd+d pane splits, mosh and plain ssh, plus remote file management with a tree that tracks your pwd. Practical for driving a Claude Code session on a desktop from the couch.
ipadsshtmuxmoshmobileterminal
by kerbinagent Aug 13, 2026 7/10
app GitHub
An agent kit that interviews you about a booking domain and generates a full reservation SaaS: AI storefront clerk chat, admin dashboard, and lifecycle emails on Convex plus Next.js. A concrete example of scoping agent codegen to one vertical instead of general scaffolding.
saascodegenconvexnextjsreservations
by NewTurn2017 Aug 13, 2026 6/10
app GitHub
An open-source spatial IDE for managing agents running in native CLIs, terminals, git repos, beads issues, and files spanning multiple projects and machines. Self-host on localhost, spread across a cluster over Tailscale, or use the hosted option.
idemulti-agentself-hostedtailscalecluster
by alpbahadur Aug 13, 2026 7/10
app GitHub
Mines Claude Code, Codex, and ChatGPT transcripts for insights worth keeping, turning throwaway sessions into a reusable knowledge base. Targets the common failure where the same problem gets re-solved from scratch in every new session.
knowledgetranscriptsmemoryreusecross-agent
by majiayu000 Aug 13, 2026 7/10
app GitHub
Durable memory shared across repositories for both GitHub Copilot and Claude Code. Markdown files stay the source of truth while a SQLite graph index provides retrieval, and it ships with zero runtime dependencies.
memorymarkdownsqlitecopilotcross-repo
by vib795 Aug 13, 2026 7/10
app GitHub
A self-hosted tracker for internships, jobs, programs, and scholarships that doubles as a Claude/Codex skill, so your agent updates it from your inbox and tailors your resume per posting. Next.js 16 plus Supabase, deploys to Vercel.
job-searchtrackernextjssupabaseself-hosted
by girmmy Aug 13, 2026 6/10
app GitHub
A deliberately thin Telegram bridge that forwards tasks to whichever coding agent is already installed locally, rather than reimplementing a runner. Minimal setup if you just want to fire off work from your phone.
telegramremotebridgemobile
by CarakaDev Aug 13, 2026 6/10
app GitHub
A single TUI for managing Agent Skills, hooks, plugins, and MCP servers across Claude Code, Pi, and Codex. Useful once your configuration is spread across several agents and you have lost track of what is enabled where.
tuimanagementmcphookspluginscross-agent
by JanYork Aug 13, 2026 7/10
app GitHub
A community-built Visual Studio 2026 extension implementing the IDE half of Claude Code's integration protocol. Provides a native diff view with accept/reject, Roslyn-powered code navigation, and Test Explorer integration, plus a live debugger Claude can drive autonomously. Useful for .NET developers who want agentic coding without leaving Visual Studio.
visual-studioidedotnetdebuggerroslyn
by firish Aug 13, 2026 8/10
app Reddit
A Microsoft Teams channel plugin that lets you chat with a running Claude Code instance from Teams, mirroring the official Telegram and Discord channel plugins. Built on the Microsoft Agents SDK with pairing codes, per-channel opt-in, tenant/AAD access checks, inbound and outbound files, and permission prompts relayed back into Teams. Setup needs real Azure provisioning, but ships a runbook and an agent-assisted setup prompt.
teamschannel-pluginremote-controlazurealways-on
by dnationpt Aug 13, 2026 7/10
app GitHub
A benchmark harness that scores coding agents on tasks drawn from your actual repository rather than a generic public suite. The idea is that leaderboard numbers say little about how an agent performs in your code, so you measure locally. Handy when choosing between Claude Code configurations, models, or competing agents.
benchmarkevaluationcoding-agentstesting
by berbyte Aug 12, 2026 6/10
app GitHub
A local-first ledger that tracks token usage and spend across AI coding tools, wired up with a single environment variable so it covers all providers at once. Built in Go with Tauri 2 and MIT licensed, with bilingual English and Chinese docs. Everything stays on your machine rather than going through a hosted dashboard.
usage-trackingcosttokenstaurilocal-first
by XiaoleC05 Aug 12, 2026 7/10
app GitHub
A native macOS app that organizes Claude Code work into projects and tabs, with a tree of terminal panes, live agent statuses, and a command palette. It targets people running several sessions at once who want a real window manager instead of a wall of terminal tabs. Note this is a different project from the similarly named roost agent-collaboration tool.
macosguisession-managementterminalworkspace
by IKatsuba Aug 12, 2026 7/10
app GitHub
Claude Code packaged for NixOS together with an Anthropic-compatible local proxy, so the CLI can be pointed at alternative model backends. Useful if you run NixOS and want a declarative install plus the freedom to route requests elsewhere. Expect the usual caveats of proxying a first-party client.
nixnixosproxypackagingmodel-routing
by Daaboulex Aug 12, 2026 6/10
app Reddit
VelaTerm is a terminal workspace for driving AI coding agents that has now been released under an open-source license. The maintainers are inviting pull requests and have a roadmap covering standalone chat views, cross-agent conversation and knowledge sharing, and a mobile client.
terminalopen-sourcetuimulti-agent
by george-lin Aug 12, 2026 6/10
app GitHub
A CLI that exposes Microsoft Teams chats to the terminal: read, reply, react, search, and manage unread state. JSON output makes it scriptable and usable as a tool surface for coding agents.
microsoft-teamscliautomationjson
by pouriamrt Aug 12, 2026 6/10
app GitHub
Adds an animated desktop pet that responds in real time to what Claude Code is doing. Runs as a Windows app or a VS Code extension, with support for custom spritesheets.
desktopwindowsvscodefun
by stingsealed599 Aug 12, 2026 5/10
app GitHub
A macOS menubar app giving one cross-terminal view of every running Claude Code session and its current status. Solves the common problem of losing track of which window is waiting on input.
macosmenubarsessionsmonitoring
by Ethanzyc Aug 12, 2026 6/10
app GitHub
A local-first desktop workbench that collects scattered AI-CLI sessions, projects, tasks, and documents from Claude Code and Codex into one place. Built on Tauri v2, React 19, and Rust, with all data staying on your machine.
taurilocal-firstsessionsworkbench
by akapril Aug 12, 2026 6/10
app GitHub
A full persistent-memory plugin for Claude Code combining hooks, a skill, an MCP server, and workflows over a Markdown vault you own outright — no server, no account. A lighter hooks-only variant ships separately as continuum.
memorymarkdownpluginmcp
by SirCharan Aug 12, 2026 6/10
app GitHub
An open interoperability layer that lets different agents and harnesses connect and work together rather than each running in isolation. Aimed at people who mix several coding agents in one workflow.
interopagentsopen-sourceharness
by hybroai Aug 12, 2026 5/10
app GitHub
A local proxy router connecting Claude Code, Cursor, Codex, and other coding tools to a wide range of model providers. Features include RTK prompt compression, automatic fallback between provider tiers, multi-account round-robin, and a local usage dashboard.
proxyroutingmodelstokens
by quangdang46 Aug 12, 2026 6/10
app GitHub
A high-performance local inference server for Apple Silicon built on native MLX, exposing both OpenAI- and Anthropic-compatible APIs. Supports continuous batching, multimodal models, MCP tool calling, and can back Claude Code directly.
mlxapple-siliconinferencelocal-models
by waybarrios Aug 12, 2026 7/10
app GitHub
Builds evolving knowledge spaces for AI agents using an LLM-generated wiki, knowledge graphs, and agent workflows. Local-first, so the knowledge layer stays on your own machine.
knowledge-graphlocal-firstmemorywiki
by zhuzhaoyun Aug 12, 2026 5/10
app GitHub
A local-first live view of your AI subscription quotas alongside local token spend, available as a dashboard, a CLI, and a Windows widget. Updates silently with zero telemetry.
quotadashboardtokenswindows
by SandroHub013 Aug 12, 2026 6/10
app Reddit
Indexes a repository once and serves a shared local knowledge graph to every agent, so parallel sessions stop burning tokens rediscovering how the codebase fits together. Each session still runs in its own git worktree.
parallelworktreesknowledge-graphtokens
by Connect_Army8250 Aug 12, 2026 7/10
app GitHub
Records every Claude Code session so you can tell when one died, resume it with full context intact, and get warned when a session is not being saved at all. Aimed at long unattended runs where a silent crash otherwise loses everything.
crash-recoverysessionsresumemonitoring
by rdyplayerB Aug 12, 2026 7/10
app GitHub
A local management tool that turns a fresh machine into a working, repeatable AI agent setup without hand-editing a pile of tool-specific config files.
setupconfigclilocal
by MaimoryLab Aug 12, 2026 6/10
app GitHub
An open-source agent harness that plans tasks, runs tools and skills, and evolves using memory and an accumulated knowledge base. Multi-model and multi-channel with a one-line install; formerly known as chatgpt-on-wechat.
harnessmulti-modelmemoryopen-source
by zhayujie Aug 12, 2026 6/10
app GitHub
Moves working context between Codex and Claude Code over an encrypted channel, so switching agents mid-task doesn't mean re-explaining the problem.
handoffencryptioncodexcontext
by amazing-aaryan Aug 12, 2026 6/10
app GitHub
A macOS menu bar app showing live Claude Max usage so you can see how much of the current window you've spent without opening anything.
macosmenubarusagemonitoring
by letsur-dev Aug 12, 2026 5/10
app GitHub
A two-way bridge between Telegram and an AI CLI running inside tmux, driving Claude Code or Codex by injecting into the TUI pane rather than calling an API. Lets you steer a session from your phone while it runs on your own machine.
telegramtmuxremotebridge
by ztllll Aug 12, 2026 6/10
app GitHub
A Claude Code status line component counting down how much time is left on your prompt cache, so you know when the next turn will pay full price for context.
statuslinecachetokenscost
by GabrielAndreiPreda Aug 12, 2026 6/10
app GitHub
A live status line that prices each turn as it happens, including subagent calls and cache rebuilds, alongside usage limits, context state, and git info. Built to make token leaks visible while they're happening rather than after the fact.
statuslinecostsubagentscache
by labzink Aug 12, 2026 6/10
app GitHub
An unofficial mobile web interface for the Xirp agent daemon covering machines, projects, sessions, and a live tmux pane view.
mobileremotetmuxsessions
by AboveColin Aug 12, 2026 5/10
app GitHub
A Claude Code status line reporting live cost against configured budgets, with per-model usage breakdowns.
statuslinecostbudgetusage
by Benzenp Aug 12, 2026 5/10
app GitHub
Lets you trigger a coding agent on your home machine from Feishu, with two-stage confirmation before anything executes. Fully self-hosted with zero dependencies, and Telegram is supported as well.
feishutelegramremoteself-hosted
by roc-zjp Aug 12, 2026 6/10
app Reddit
The context counter only appears once roughly half the window is gone, and clicking it fires /compact with no confirmation. This patch adds a third composer button: a ring that fills as context does, with a live token count updating while Claude types, and clicking it runs /context instead. Implemented as a webview bundle patch because the composer toolbar exposes no extension point.
contextuipatchtokens
by Daniel_Design Aug 12, 2026 6/10
app GitHub
A decision-support system for a fantasy football league built from slash-command workflows, league scoring rules encoded explicitly, quantitative models trained on six seasons of raw data, and deterministic validators over the outputs.
fantasy-footballslash-commandsvalidatorsmodeling
by benirvin714 Aug 12, 2026 5/10
app GitHub
A browser-based workspace for running Claude Code and Codex, built for long tasks you supervise rather than watch. Sessions carry across desktop, tablet, and phone.
browserremotesessionsmobile
by spencerkit Aug 12, 2026 6/10
app GitHub
One command to bring up several Claude Code sessions side by side in tmux, with stacked agent panes and a single Ctrl-Shift chord scheme for moving between them. No daemon involved.
tmuxparallelsessionscli
by hannesreinsch Aug 12, 2026 6/10
app GitHub
A working Databricks build for an energy distributor's customer service area — medallion architecture, dashboard, and a conversational copilot — constructed with Claude Code and the AI Dev Kit skills. Documentation is in Portuguese.
databrickslakehousedashboardportuguese
by netoeugenio Aug 12, 2026 5/10
app GitHub
A from-scratch WebAssembly 2.0 interpreter in Rust, built end to end by an AI agent from a single spec input. It passes the full official test/core suite for wg-2.0 across 54,006 commands with zero failures, using fail-closed accounting, the official reference interpreter as an oracle, and six rounds of external review.
webassemblyrustinterpreteragent-built
by My-Denia Aug 12, 2026 8/10
app Reddit
An MIT-licensed harness running Claude Code headless against a live Unreal Engine editor, given the open-ended goal of building a GTA-style city. It picks districts, roads, buildings, people, cars, and weather on its own, running in loops overnight — and since it forgets everything between sessions, it writes notes to its future self and builds its own tools when the available ones fall short.
unreal-engineheadlessautonomousgame-dev
by ukanwat Aug 12, 2026 7/10
app GitHub
A free macOS menu bar app that prevents sleep while Codex, Claude Code, OpenCode, or other long-running work is in progress.
macosmenubarsleeplong-running
by mistermantas Aug 12, 2026 5/10
app GitHub
A Hugging Face project giving agents durable, searchable memory of their previous sessions, so past work is retrievable rather than lost when a session ends.
memorysearchsessionshugging-face
by huggingface Aug 12, 2026 8/10
app GitHub
A control plane for running Claude Code across many repositories. It adds personas — role identities such as release or forge, each with committed memory and a scoped credential vault — plus per-task isolated workspaces so parallel work on several repos doesn't bleed together, and a vault that keeps credentials out of the transcript entirely.
multi-repopersonascredentialscontrol-plane
by diazoxide Aug 12, 2026 7/10
app GitHub
Puts the actual source of your dependencies in front of a coding agent instead of leaving it to guess at APIs from memory.
dependenciessourcecontextaccuracy
by kaisers-io Aug 12, 2026 6/10
app GitHub
A dashboard for watching and controlling Claude Code agents running locally, with real-time status across sessions.
dashboardmonitoringcontrollocal
by lx-wnk Aug 12, 2026 6/10
app GitHub
An agentic system built with Claude Code, Shopify, SendGrid, and Buffer that monitors inventory, judges how urgent each stock situation is, and launches multi-channel marketing campaigns in response.
shopifyecommercemarketingautomation
by rhain-r Aug 12, 2026 5/10
app GitHub
Assigns each git worktree its own creature in the coding agent's status line, with deterministic species and rarity bands, plus one view across every live session.
statuslineworktreesfunparallel
by TevvvB Aug 12, 2026 5/10
app GitHub
A tmux multiplexer wrapping the official coding CLIs, using a knowledge graph as the shared substrate between sessions. Successor to cipher-mux.
tmuxmultiplexerknowledge-graphelectron
by cmarkus42-rgb Aug 12, 2026 5/10
app GitHub
A Claude Code status line renderer written in Rust showing model, active task, directory, and a context gauge that warns you before auto-compaction hits.
statuslinerustcontextcompaction
by kerryhatcher Aug 12, 2026 6/10
app GitHub
An open-source Markdown workspace designed around agents, letting you run Claude Code and other terminal coding agents right next to your editor. Available for macOS and Windows.
markdownworkspaceeditoropen-source
by qodeca Aug 12, 2026 6/10
app GitHub
A macOS app that gives every task its own git worktree, branch, and Claude Code session so agents run genuinely in parallel — and lets you stack them when one piece of work builds on another.
macosworktreesparallelstacking
by youngminnnn Aug 12, 2026 6/10
app GitHub
Meters your Claude and Codex subscription windows, attributes spend to specific projects, and decides which agent is allowed to dispatch right now. Admission control rather than after-the-fact reporting.
quotaadmission-controlcostsubscriptions
by hookdump Aug 12, 2026 7/10
app Reddit
A free, open-source coding-agent harness testing whether the harness matters as much as the underlying model. It treats the repository as a graph — and increasingly the agents too: a primary orchestrator decomposes work across coder, explore, researcher, scout, and reviewer agents that can communicate with each other rather than running as isolated subprocesses.
harnessmeshsubagentsopen-source
by CoolHeadeGamer Aug 12, 2026 7/10
app GitHub
A Claude Code plugin turning any video into a readable digest: a timestamped contact sheet and a transcript synced to frames, with no hallucinated captions over silent stretches. Runs on ffmpeg plus local Whisper, so nothing leaves the machine and no API keys are needed.
videowhisperffmpeglocal
by anaidenko Aug 12, 2026 7/10
app GitHub
Treats AI agents like employees: each gets an identity, an isolated sandbox, brokered credentials, a backlog, and a place in an org chart, all under central guard rails. Ships as one Go binary plus Postgres, self-hosted.
identitysandboxcredentialsself-hosted
by benjaminLedel Aug 12, 2026 7/10
app GitHub
A memory system for agent harnesses that stores memories as distributions with mean and covariance rather than fixed text, merging them with a Kalman filter and retrieving via Bhattacharyya distance with spreading activation.
memoryretrievalresearchharness
by LohitJaga Aug 12, 2026 6/10
app GitHub
A Claude Code plugin from Weights & Biases that pipes session activity into W&B Weave. Every tool call and subagent invocation becomes a trace you can inspect, so you can see where a long agent run actually spent its time. Useful if you are debugging flaky autonomous sessions rather than guessing from terminal scrollback.
observabilitytracingpluginweavedebugging
by wandb Aug 12, 2026 8/10
app GitHub
A terminal UI that multiplexes multiple AI agent sessions into one pane-managed view. Instead of juggling tmux windows by hand, you get a single surface for launching and switching between concurrent agents. Fits the parallel-agent workflow where several tasks run at once.
tuimultiplexerparallel-agentsterminal
by pr0vId3nce Aug 12, 2026 7/10
app GitHub
A Japanese-language app (AI HACK 2026 entry) that turns a conversation directly into task management, layering a kanban board over a chat thread. The design rule is deliberate: the AI suggests cards and moves, but only a human commits them. An interesting take on keeping a person in the loop without slowing the conversation down.
kanbantask-managementhuman-in-the-loopui
by zio3 Aug 12, 2026 5/10
app Reddit
A CLI that loops an LLM to generate startup names and checks real domain availability over RDAP, feeding taken/available results back into the next round. It runs on a Max subscription by shelling out to headless claude -p and strips ANTHROPIC_API_KEY from the subprocess env so it cannot silently switch to API billing. The write-up's real payload is two nested-claude bugs: child processes inherit CLAUDE_CODE_EFFORT_LEVEL from the parent session, which made every subprocess think for 8+ minutes and time out.
headlessclaude-psubprocessrdapgotchas
by heeeeyYaaa Aug 12, 2026 7/10
app Reddit
Instead of calling an image model, you have Claude Code or another agent write HTML that gets rendered into App Store, Google Play, Chrome Web Store, and social images and video. The author argues the output looks more natural and costs less than generated imagery. Open source and free.
marketinghtmlrenderingassetsopen-source
by Either-Grade-9290 Aug 12, 2026 6/10
app Reddit
Nomai is a Linux tiling window manager built specifically for running terminal AI agents side by side instead of juggling separate terminals and scattered configs. It runs Claude Code and Codex under your actual logged-in accounts rather than raw API keys, and adds multi-account switching and safer execution. The author is recruiting early testers.
linuxtilingmulti-agentterminal
by Noam8271 Aug 11, 2026 7/10
app GitHub
spendwatch ranks where your tokens and dollars actually go across coding agents, broken down by tool call, command and prompt. The point is actionability: seeing which repeated operations dominate spend tells you what to automate away or fix. Covers both Claude Code and Codex.
tokenscostanalyticscodex
by edihasaj Aug 11, 2026 7/10
app GitHub
Turns a plain-language description of Excel tools into a .xlam add-in with its own ribbon tab, plus a single self-installing .xlsm that colleagues open once and click. Designed to be driven by an AI assistant, with the spec validated against the generated VBA source before Excel is ever launched.
excelvbaofficecodegen
by yraveragework Aug 11, 2026 5/10
app GitHub
A Claude Code plugin that converts a data file into a self-contained interactive HTML experience, with switchable design identities so the same data can be presented in different visual styles. Single-file output makes it easy to share or embed without a build step.
plugindatavizhtmlreporting
by costiash Aug 11, 2026 6/10
app GitHub
A local-first knowledge vault that agents read from and write to, so context survives across sessions instead of being rediscovered every time. The pitch is token savings plus more consistent behavior — the vault carries the conventions and decisions the model would otherwise have to re-derive.
memoryknowledge-baselocal-firsttokens
by UreckChan Aug 11, 2026 6/10
app GitHub
A small tool for inspecting agent session data and metrics, built so it can be pointed at agents beyond Claude when needed. Worth a look if existing dashboards are heavier than what you want for basic visibility.
metricsobservabilityanalytics
by SWEStash Aug 11, 2026 5/10
app GitHub
A desktop IDE built around coding agents rather than editing: run Claude Code, Codex and Gemini CLI across all your git repositories from a single window. Aimed at people who keep many repos in flight and want one surface for agent work instead of a terminal per project.
idedesktopmulti-agentgit
by OLI-Systems Aug 11, 2026 7/10
app GitHub
A bidirectional proxy that pseudonymises data flowing from Claude Code to the Anthropic API and restores it on the way back, so identifiers never leave your network in the clear. Built by France's SocialGouv, which suggests it is aimed at real compliance requirements rather than being a demo.
privacyproxypiicompliance
by SocialGouv Aug 11, 2026 8/10
app GitHub
A local-first control plane for managing coding agents, kept open source and off any hosted service. Fills the same slot as commercial agent dashboards for people who want the coordination layer running on their own machine.
control-planelocal-firstorchestrationopen-source
by MaTriXy Aug 11, 2026 6/10
app GitHub
A plugin that runs a product-leadership job search end to end: finding open roles, scoring fit, tracking the pipeline, running live interview practice, and acting as a blunt career coach. Markdown by default, with an optional browser dashboard and MCP integrations layered on top.
careerjob-searchplugininterview
by archugunov Aug 11, 2026 6/10
app GitHub
A component gallery and library for building terminal UIs for CLI agents — charts, controls, and a neomorphic agents kit — built on @opentui/react. Handy if you are writing your own agent front end and want it to look like Claude Code or opencode rather than raw scrolling text.
tuicomponentsopentuireact
by SandroHub013 Aug 11, 2026 6/10
app GitHub
An open set of evaluation tasks for AI agents, skills and tools — each with inputs, expected outputs and a judge — so any candidate solution can be scored and ranked on trapstreet.run. Fills a real gap: most skills ship with claims but no way to measure them.
evalsbenchmarkjudgingopen-source
by trapstreet Aug 11, 2026 6/10
app GitHub
A public plugin marketplace of installable Claude Code skills and agents, added with a single command. Worth browsing if you would rather pull capabilities in on demand than maintain your own collection.
marketplacepluginsskillsagents
by theagenticguy Aug 11, 2026 5/10
app GitHub
Manages git worktrees for coding agents on top of tmux, so several agents can work on isolated checkouts of the same repo with a pane each. Lightweight compared to desktop agent managers — it leans on tools you already run in the terminal.
tmuxworktreegitmulti-agent
by tristandunn Aug 11, 2026 7/10
app GitHub
Local-first persistent memory for coding agents, stored as Markdown files in the repo with no server involved. Each memory is tied to evidence from the codebase, so context carries across sessions without drifting into unverified claims.
memorycontextmarkdownlocal-first
by tydandou Aug 11, 2026 7/10
app GitHub
Wraps Claude Code for non-developers, hiding the parts of the workflow that assume you are a working engineer. Aimed at people who want the agent to do useful work in a repo without first learning the developer tooling around it.
harnessnon-developersaccessibilityonboarding
by facunicedev Aug 11, 2026 6/10
app GitHub
Exports your Pieces Long-Term Memory into an AGENTS.md file that coding agents can read directly. Runs entirely locally and takes a redaction-first approach, so captured history gets scrubbed before it lands in a file that agents load.
memoryagents-mdpieceslocal-onlyprivacy
by tiagolauer Aug 11, 2026 6/10
app GitHub
A desktop app for installing, syncing, and managing agent skills across multiple tools from one place, covering Claude Code, Cursor, and Codex. Useful once your skill collection outgrows hand-copying directories between projects and assistants.
skillmanagementdesktop-appcross-toolsync
by beautyfree Aug 11, 2026 7/10
app GitHub
A Claude Code plugin that adds Gemini-backed validator, challenger, researcher, and summarizer subagents, plus hooks that invoke them automatically. Gives you an independent model challenging Claude's conclusions at points you choose rather than only when you remember to ask.
plugingeminisubagentshookssecond-opinion
by azmym Aug 11, 2026 7/10
app Reddit
A Python script that reads one long-lived document (CLAUDE.md, a spec, a design doc) and prints where it contradicts or repeats itself. It reports "wormholes" (far-apart passages saying the same thing, with both ends quoted and the shared lemmas), "seams" (adjacent sentences that force a mental jump, or distant ones that blend together), and a drift score over every sentence pair. Useful if your context docs have accreted months of appended rules that now disagree with each other.
claude-mdcontext-engineeringdocumentationpythonanalysis
by Clear_Sights Aug 11, 2026 7/10
app GitHub
Wraps nvim and AI agents together so agent sessions run alongside your buffers instead of in a separate terminal. Targets people who want the agent loop inside their existing Neovim workflow rather than switching windows to a CLI.
neovimeditorintegrationtui
by filipenf Aug 11, 2026 6/10
app Reddit
A walkthrough of using Claude Code with Opus 5 to build a self-contained HTML page for researching care options for an aging parent. Covers scraping a lead-generation directory, merging in government ratings and costs, and turning it into a sortable comparison tool. A useful example of throwaway personal tooling that would never justify a real project.
case-studyhtmldata-collectionpersonal-tools
by hayes-davis Aug 11, 2026 5/10
app GitHub
A terminal UI for managing sessions across multiple coding-agent CLIs and accounts from one place. Handles Codex, Claude, Antigravity, and Ollama. Useful if you juggle several agent subscriptions or profiles.
terminalsession-managementmulti-agentcli
by AlexAgo83 Aug 11, 2026 6/10
app GitHub
Runs each git worktree inside its own Lima/vz microVM with an in-VM dockerd, so parallel coding agents never fight over ports, databases, or container images. New worktree VMs can be seeded from existing ones with their database data intact. Positioned as an open-source alternative to Docker Sandboxes.
worktreemicrovmsandboxparallel-agentsdocker
by rakutek Aug 11, 2026 8/10
app GitHub
A desktop pet for Linux rendered from codex-pets.net sprite packs that animates based on what your Claude Code session is doing. Idle, thinking, and working states each get their own behavior. Pure fun, but a surprisingly readable ambient status indicator.
desktoplinuxfunsession-state
by HaneulOscarLee Aug 11, 2026 6/10
app GitHub
A task tracker designed so a person and an AI agent can both read and write the same list without clobbering each other. Everything stays local, with no server or account. Fills the gap between ad-hoc TODO comments and a full issue tracker.
task-trackinglocal-firstcollaborationagents
by gwendall Aug 11, 2026 6/10
app GitHub
A starter template for a Slack bot that runs Claude Code sessions triggered by mentions or direct messages. Gives a team a shared entry point to an agent without everyone needing terminal access. Documentation is primarily in Korean.
slackbridgeremote-controlboilerplate
by juunzzi Aug 11, 2026 6/10
app GitHub
A tmux plugin that detects the live state of every Claude Code pane and surfaces which one is actually waiting on you. Includes a dashboard and cross-project messaging between sessions. Solves the core problem of running many agents: knowing where to look next.
tmuxparallel-sessionsdashboardmonitoring
by yohasebe Aug 11, 2026 8/10
app GitHub
Wraps Claude Code behind an OpenAI-compatible HTTP endpoint, packaged as a Docker container with a full FastAPI surface. Handles text, images, audio, video, and file inputs. Lets existing OpenAI-SDK apps point at Claude Code with no client changes.
apidockerfastapicompatibilityopenai
by Grumbly4308 Aug 11, 2026 6/10
app GitHub
Keeps a single source of truth for agent instructions and compiles it out to CLAUDE.md, AGENTS.md, .cursor/rules, and other formats. Removes the drift that comes from hand-maintaining the same rules in four files. Practical for teams using more than one coding agent.
configportabilityclaude-mdagents-md
by wondping0 Aug 11, 2026 7/10
app GitHub
A statusline renderer that packs model, cost, context usage, rate limits, tokens, and active agents/tools/todos into three or four ANSI lines. More information density than the default single-line statusline. Configurable layout per line.
statuslineansimonitoringcontext
by jimmyolo Aug 11, 2026 7/10
app GitHub
Combines SAST, secrets detection, SCA, and AI-specific security checks across ordinary repos and AI-agent artifacts like skills, plugins, and MCP servers. Reads code but never executes it, so scanning an untrusted skill is safe. MIT licensed.
securitysastsecretssupply-chainmcp
by GrowDev1 Aug 11, 2026 7/10
app GitHub
Renders web pages directly in the terminal you already have open, with no separate window. Handy when an agent session and browsing need to share the same screen. Early-stage but functional.
terminalbrowsertui
by zenbu-labs Aug 11, 2026 5/10
app GitHub
A curated marketplace collecting every plugin, skill, and tool one developer ships for Claude Code and Codex CLI. Also hosts an idea-nursery where early macOS tools incubate before getting their own repo. Useful as an example of packaging a personal plugin catalog.
marketplacepluginsskillsmacos
by joeblackwaslike Aug 11, 2026 5/10
app GitHub
A free presentation and poster maker exposed as a plugin for Codex, Claude Code, and Cursor. Generates editable decks, posters, and social graphics rather than flat images. Output stays editable after generation.
pluginslidesdesigngraphics
by StarryKit Aug 11, 2026 6/10
app GitHub
A deterministic scanner that inspects an agent skill for prompt injection, hardcoded secrets, unexpected network calls, and malware patterns before you install it. Runs entirely local and offline, and never executes the skill it is analyzing. Rule-based rather than model-based, so results are reproducible.
securityprompt-injectionskillsofflinesupply-chain
by thesfb Aug 11, 2026 8/10
app GitHub
A Claude Code plugin for workshops and presentations that generates self-contained HTML decks on a consistent design system. Also produces soft flat SVG visuals — flowcharts, architecture diagrams, wireframes, mindmaps, org charts, sequence diagrams, Gantt and kanban boards, journey maps — and exports decks to print-ready PDF. Everything stays as files you can edit.
pluginslidesdiagramssvgpdf
by tammai Aug 11, 2026 7/10
app GitHub
Supervises several Claude Code sessions at once and highlights which one is blocked waiting on human input. Presents them as a single mission-control view. Same problem space as tmux-based attention managers, with a standalone UI instead.
parallel-sessionsdashboardmonitoring
by Saeed04-dev Aug 11, 2026 6/10
app GitHub
An AI-native workbench for workplace communication coaching built as one router plus eight expert agents and nine reusable skills. Includes a deterministic two-front security gateway combining a prompt-injection filter and a hallucination gate. Apache-2.0 with no third-party dependencies.
multi-agentskillsprompt-injectioncoaching
by ay4322-a11y Aug 11, 2026 5/10
app GitHub
A server-side daemon plus chat extension that keeps Claude Code sessions alive in VS Code and code-server across browser reloads. Solves the specific pain of losing a long-running session when the tab reconnects. Aimed at remote and containerized development setups.
vscodecode-serverdaemonsessionsremote
by jagajaga Aug 11, 2026 7/10
app GitHub
Routes Telegram, WhatsApp, Slack, Discord, GitLab, cron jobs, webhooks, and mesh tasks to AI agents backed by Claude, OpenAI, or any LLM. Ships a web wizard for non-technical operators alongside a CLI for engineers. Fully self-hosted and aimed at small and medium businesses.
self-hostedautomationmessagingoperations
by anis-marrouchi Aug 11, 2026 6/10
app GitHub
Analytics for AI coding agents that reads only official interfaces and keeps each reported number linked to the evidence behind it. When data cannot be collected it says so rather than displaying a misleading zero. Runs local-first.
analyticslocal-firstobservabilityevidence
by east-true Aug 11, 2026 6/10
app GitHub
Searches across sessions from multiple AI coding agents so switching tools does not mean losing your history. Runs local-first with no upload. Answers the recurring 'I solved this before, but in which agent?' problem.
searchsessionsmemorylocal-first
by samzong Aug 11, 2026 7/10
app GitHub
A web-based client offering complete interactive functionality for managing Claude Code projects, not just a read-only session viewer. Lets you drive sessions from a browser instead of a terminal. Mature enough to serve as a daily driver interface.
web-uiclientsessionsbrowser
by d-kimuson Aug 11, 2026 8/10
app GitHub
A self-hosted Go binary that moves ideas through plan, build, test, and release phases with role gates between them. Each agent runs sandboxed, runs stream live, and markdown files on disk stay the source of truth. No database or cloud service required.
orchestratorsandboxgosdlcself-hosted
by kcsinclair Aug 11, 2026 7/10
app GitHub
Probes coding-agent sessions and extracts the work that actually mattered from the noise of a long transcript. Aimed at engineering visibility across many runs. Complements raw session viewers by summarizing rather than replaying.
analyticssessionsobservability
by mike840609 Aug 11, 2026 6/10
app GitHub
A multi-agent coding workspace where Claude Code and Codex operate against a shared ByoriDB graph memory of the project. Both agents see the same accumulated understanding rather than rebuilding context separately. The shared graph is the core idea.
multi-agentmemorygraph-dbworkspace
by byoridb Aug 11, 2026 6/10
app GitHub
Tracks what every AI agent on your machine is doing and reports it, with a deliberate constraint that it never acts on its own. Gives you a coordination view without adding another actor to the system. The report-only posture is the design decision.
coordinationmonitoringmulti-agentread-only
by Agenxy Aug 11, 2026 6/10
app GitHub
Lets Claude Code and Pi run inside the Codex Desktop application. Useful if Codex Desktop is your primary environment but you want Claude Code's behavior. Bilingual English and Chinese documentation.
integrationdesktopcodex
by BytePioneer-AI Aug 11, 2026 5/10
app GitHub
Applies governance to the memory layer so a stored claim must be validated before the agent is allowed to rely on it. Transplants RCGov's InjectContext-implies-ContextReady axiom onto Claude Code and Codex memory. Addresses memory poisoning rather than memory capacity.
memorygovernancesafetyvalidation
by mobius-style Aug 11, 2026 6/10
app GitHub
A local daemon plus Telegram bot that lets you continue a running Claude Code CLI session from your phone, including chatting and approving permission prompts. Supports Claude itself, Ollama, and other LLMs behind the CLI. The permission approval flow is what makes it usable rather than just a log viewer.
telegramremotemobiledaemonapprovals
by ontech7 Aug 11, 2026 7/10
app GitHub
Checks a citation before it lands in your bibliography, finds where each paper was actually published, and normalizes the whole file to one format. Stdlib-only Python with no pip install and no API key. Direct countermeasure to hallucinated references in AI-assisted writing.
researchcitationslatexpythonverification
by RanchoGoose Aug 11, 2026 6/10
app GitHub
Spins up a dedicated VM per agent session with a single command, and stops burning resources when the session goes idle. Gives real isolation rather than container-level separation. Same problem as worktree sandboxing, solved a level down.
vmsandboxisolationcost
by usepier Aug 11, 2026 7/10
app GitHub
Cost and usage analytics for Claude Code that runs entirely locally, sending neither logs nor source code anywhere. Useful where privacy policy rules out hosted usage dashboards. Focused on spend attribution.
costanalyticsprivacylocal-first
by YiftachCohen Aug 11, 2026 6/10
app GitHub
Controls a real Chrome, Edge, or Brave profile on Windows from WSL2 via the Chrome DevTools Protocol, using a dedicated hardened agent profile. Includes a one-time elevated setup and a doctor command for health checks. Solves browser automation for the common WSL2 development setup.
wslbrowsercdpautomationwindows
by StartupBros-com Aug 11, 2026 7/10
app GitHub
A preprocessing layer that compresses prompts before they reach the model, packaged with a broader LLM engineering suite. Aims at direct cost reduction on high-volume workloads. Portuguese-language documentation.
tokenscostpreprocessingoptimization
by HeloisaPeGarcia Aug 11, 2026 5/10
app GitHub
Claude Code plugins for dictation, transcription, meeting notes, captions, voice, translation, and memory, all running local-first. Lets you talk to a session instead of typing. Audio never leaves the machine.
pluginvoicedictationtranscriptionlocal-first
by richawo Aug 11, 2026 6/10
app GitHub
A memory system for Claude, OpenCode, and Codex offering effectively unbounded context, extraction of learnings from past sessions, and persona modeling. Goes past raw storage into deriving reusable lessons. Works across multiple agent CLIs.
memorypersistencemulti-agentcontext
by carsteneu Aug 11, 2026 6/10
app GitHub
Statically audits a Claude Code setup and prescribes what to change, with honest impact estimates rather than vague advice. Points at specific config, files, and patterns responsible for token waste. Zero dependencies.
tokenscostauditoptimization
by awaistechnologist Aug 11, 2026 7/10
app GitHub
A macOS menu bar app tracking token usage and spend across AI agent tools, showing remaining subscription quota and a status light reflecting whether a task is currently running. Read-only and fully local. The status light doubles as an ambient indicator for background sessions.
macostokensmonitoringmenu-bar
by shibanyu333 Aug 11, 2026 6/10
app GitHub
A captured, reusable design system for data and analytics dashboards, installable as a Claude Code plugin. Includes design tokens, a Tailwind theme, Tremor and Recharts conventions, and drop-in StatCard and DataTable components. Gives an agent a consistent visual target instead of improvising each dashboard.
plugindesign-systemdashboardstailwindrecharts
by nickheise Aug 11, 2026 6/10
app GitHub
Aggregates separate token plans, coding plans, and model API quotas into a single virtual plan that Claude Code, Claude Desktop, OpenClaw, and OpenCode can all point at. Runs fully locally. Useful if you hold credit across several providers and want it pooled.
routercostlocalproxyquota
by finch-xu Aug 11, 2026 6/10
app GitHub
A local app-building pipeline that runs on an existing Claude Code subscription instead of an API key, with a task conveyor, human approval gates, and delivery as a Pull Request. The interface and documentation are in Brazilian Portuguese. Aimed at people who want supervised, reviewable AI app generation without per-token billing.
app-builderportuguesepull-requesthuman-in-the-loop
by marlonwlv Aug 11, 2026 5/10
app GitHub
A lightweight agentic coding CLI built around a deliberately small codebase. It aims to cover the core agent loop and solid terminal capabilities without the surface area of larger tools. Worth a look if you want a compact reference implementation to read or fork.
cliagentic-codingalternativeminimal
by ahmedbouuu223-coder Aug 11, 2026 5/10
app GitHub
An open-source platform linking requirements, workflows, code repositories, and coding agents so an approved requirement is carried through to an auditable PR/MR. It integrates deeply with Feishu (Lark) Projects, Space, and Docs, and supports requirement-driven self-iteration. Documentation is in Chinese.
automationfeishumulti-repopull-request
by friday-ai-codes Aug 11, 2026 5/10
app GitHub
A local markdown vault that captures sessions and compiles them into notes, giving agents persistent memory with no cloud service involved. It works across OpenCode, Claude Code, Codex, and Cursor, so context follows you between tools. Everything stays in plain files you own.
memorymarkdownlocal-firstmulti-tool
by Ekgardt Aug 11, 2026 6/10
app GitHub
Adds persistent session memory to Claude Code as a single small Rust binary — no daemon to run and no extra LLM calls to pay for. It retains the full session rather than a summarized slice. A low-overhead option if heavier memory servers feel like too much machinery.
memoryrustlightweightsessions
by MiracleWeb3 Aug 11, 2026 7/10
app GitHub
Scans agent codebases for security posture and policy violations, reporting each finding with a link back to the exact source line. Coverage includes LangGraph, AutoGen, CrewAI, the OpenAI Agents SDK, MCP, and more than ten other frameworks. Worth running before shipping an agent that touches credentials or external systems.
securityauditmcpstatic-analysis
by ali-ulu Aug 11, 2026 7/10
app Reddit
hooop runs Claude Code inside a disposable Docker sandbox and fronts it with a live dashboard on localhost:7842, so only Docker and jq are needed on the host. Teammates join over an anonymous cloudflared tunnel as full, drive, or spectate peers and co-drive the same transcript from a laptop or phone. Adds read-only /plan runs with an inline-comment review panel, docked live UI previews, an SSE event tail, sub-agent tree, and a diff viewer.
collaborationdockersandboxpair-programmingdashboardplan-review
by Specific_Music_234 Aug 10, 2026 8/10
app GitHub
A maintenance tool for Claude Code's always-loaded MEMORY.md, which silently truncates once it outgrows its budget. It enforces a budget guard, checks orphan coverage, and folds verbatim domain content into hub files. The mechanical parts are deterministic with no LLM in the loop, so runs are repeatable.
memoryclaude-mdcontextmaintenancedeterministic
by tonydzi Aug 10, 2026 7/10
app GitHub
Indexes your Claude Code and other AI coding agent session transcripts and makes them semantically searchable on your own machine. Embeddings come from Ollama and vectors are stored in sqlite-vec, so nothing leaves the box. Useful when you remember solving a problem in some past session but cannot recall which project or day it was.
searchtranscriptsollamasqlite-veclocal-first
by d3layd Aug 10, 2026 7/10
app GitHub
A code-server development container you drop into a monorepo as a git submodule at .code-server/. It ships the Claude Code CLI, an ai-jail sandbox layer, nested rootless Docker, and selectable tech stacks. Aimed at giving agents a contained environment that still has real tooling.
devcontainercode-serversandboxdockerisolation
by TheHefty Aug 10, 2026 6/10
app GitHub
Lets you step away from your desk and keep talking to a running Claude Code session through Telegram. Notably has zero dependencies and needs no tmux and no background daemon. Handy for long unattended runs where you only need to answer the occasional prompt.
telegramremotemobilesessionsnotifications
by Pupok462 Aug 10, 2026 7/10
app GitHub
Converts your saved Instagram posts into a local library that Claude can read and work with. Runs entirely on your machine, is free, and does not ask for your password. Documentation is in Portuguese.
instagramlocal-firstpersonal-dataportuguese
by ojoaobranco Aug 10, 2026 5/10
app GitHub
A privacy-first dashboard that shows what your Claude Code agent is doing in real time, and can speak it aloud. Runs locally with no telemetry and no required API calls. Aimed at long agent runs where you want ambient awareness without staring at a scrolling terminal.
dashboardobservabilityvoicelocal-firstmonitoring
by mrktchris Aug 10, 2026 7/10
app GitHub
A terminal credential platform built for agent workflows and note vaults, using SOPS and age for encryption. Adds agent provenance tracking and a session broker so a running agent gets scoped access instead of raw secrets. Addresses the awkward gap between keeping secrets safe and letting an agent actually use them.
secretssecuritysopsagecredentials
by archn3m3sis Aug 10, 2026 6/10
app GitHub
A self-hosted managed harness for LLM coding agents: sessions survive restarts, each session gets its own sandbox, and runs can proceed unattended. Everything runs on infrastructure you own with model keys you control. A self-hosted alternative to hosted agent-runner services.
harnesssandboxself-hostedunattendedsessions
by blossomstack Aug 10, 2026 7/10
app GitHub
A WPF/WebView2 desktop panel for Windows that watches a folder and renders whatever Claude Code writes into it. Handles markdown, HTML, Mermaid diagrams, PDFs, and images, updating live as files land. Fills the gap for Windows users who want an artifact preview pane alongside the terminal.
windowsartifactsmarkdownmermaidviewer
by claudecraft Aug 10, 2026 7/10
app GitHub
Observes remaining capacity across multiple Claude and Codex accounts and picks which one to launch a session against. Useful if you juggle several subscriptions and keep hitting a window limit on one while another sits idle.
usagequotamulti-accountcodex
by possibilities Aug 10, 2026 6/10
app GitHub
A Claude Code plugin that drafts resumes and cover letters, then scores them twice: once against ATS keyword parsing and once against how a human reviewer would read it. Profession-agnostic rather than tuned to software roles.
resumepluginjob-search
by jananthan30 Aug 10, 2026 5/10
app GitHub
Reads the JSONL transcripts Claude Code already writes to disk and turns them into usage analytics, with nothing leaving your machine. Gives per-project and per-session breakdowns without an API key or a hosted dashboard.
analyticsusagecliprivacy
by vscarpenter Aug 10, 2026 6/10
app GitHub
A terminal workspace that layers planning, CI/CD debugging, reusable agents, skills, and TODO tracking on top of Claude Code and Codex, with MCP tool integration. Everything is a plugin, so you compose the pieces you actually want rather than adopting a whole framework.
workspacepluginsmcpagents
by aayushostwal Aug 10, 2026 6/10
app GitHub
Self-hosted token accounting that aggregates Claude Code and Codex usage across every machine you work on, shipping as one Go binary with an embedded dashboard and a single SQLite file. Worth a look if your usage is split across a laptop, a desktop, and a server and per-machine tools only show you a slice.
tokensself-hostedgosqlitedashboard
by SuooL Aug 10, 2026 7/10
app Reddit
A single Python script that puts 5-hour and 7-day rate-limit usage in the status line, plus the reset time for the 5-hour window. The reset clock is the point: 62% used means something very different with four hours left than with twenty minutes. No network calls or dependencies, since Claude Code already passes rate limits to the status-line command on stdin.
statuslinerate-limitspythonno-dependencies
by sina158 Aug 10, 2026 7/10
app Reddit
An open-source phone harness that lets an agent see and drive a real iPhone from a Windows desktop, with no Mac, Xcode, Appium server, or jailbreak required, and a free Apple ID. A Windows counterpart to the Mac-only harnesses that have circulated for iOS agent testing.
iosautomationwindowsopen-source
by SIGH_I_CALL Aug 10, 2026 8/10
app GitHub
A memory store built as a temporal knowledge graph that every coding agent on your machine reads from and writes to, so context learned in one tool carries into the next. Local-first, with no hosted service in the path.
memoryknowledge-graphlocal-first
by dalsori Aug 10, 2026 6/10
app GitHub
A project template that points a coding agent at a URL and has it reproduce the site's structure and styling locally. Aimed at bootstrapping a design starting point rather than producing a pixel-exact copy.
templatewebscaffolding
by JCodesMore Aug 10, 2026 5/10
app GitHub
A small launcher that puts an interactive model picker in front of Claude Code, routing through an Antigravity Proxy so you can switch backing models per session. Minimal by design: it starts fast and gets out of the way.
clilaunchermodelsproxy
by lokeshhh-10 Aug 10, 2026 5/10
app GitHub
Unzip, double-click, and it installs its own engine, signs you in through the browser, and gives you a multi-session task hub. Includes a network check that offers a workaround when connectivity to the API is blocked. Aimed at people who want Claude Code without terminal setup.
browsermulti-sessioninstaller
by lingxiao10 Aug 10, 2026 6/10
app GitHub
Runs requirement-gathering interviews as a live decision tree in the browser, with no MCP round-trip, then writes the resulting documents back for your main Claude Code session to use. Keeps the interrogation phase out of your main context window.
browserrequirementsinterviewdocs
by wayne930242 Aug 10, 2026 6/10
app GitHub
Uses Roslyn to extract entities, controllers, business rules, and Model Editor customizations from a DevExpress XAF application into a form a coding agent can read. Niche, but XAF's conventions are exactly the kind of implicit structure agents guess wrong about.
dotnetroslynxafcontext
by peopleworks Aug 10, 2026 5/10
app GitHub
A CLI that proxies authenticated HTTP requests through a broker you control, so the agent can call APIs it has no credentials for. The key never enters the transcript or the model's context. Addresses the awkward reality that most useful API work currently requires handing an agent a live token.
securitycredentialsproxycli
by getsesame Aug 10, 2026 7/10
app GitHub
A native macOS app that runs several Claude Code sessions against the same project directory in one window, with per-file locking and live cross-instance coordination and messaging. The locking is what makes same-directory parallelism survivable without worktrees.
macosparallelcoordinationlocking
by gididaf Aug 10, 2026 7/10
app GitHub
Treats agent assets as packages: install, update, and pin skills, CLIs, MCP servers, and loops across Codex, Claude Code, Cursor, and Kiro from one manifest. The cross-agent scope is the interesting part, since most asset managers assume one host.
package-managerskillsmcpcross-agent
by seed-forge Aug 10, 2026 7/10
app GitHub
A Claude Code setup for auditing Solidity and Vyper contracts on EVM chains: automated vulnerability detection, generated exploit proof-of-concepts, mainnet-fork simulation, and formatted audit reports. The fork simulation means findings are demonstrated, not just asserted.
securitysolidityauditevm
by iktok90-design Aug 10, 2026 6/10
app GitHub
A self-hosted workspace and drop-in gateway that compresses prompts locally before they hit the API, with a measured 79% token reduction. Works with Claude Code, Cursor, Aider, and any OpenAI or Anthropic client, and also ships an MCP server. MIT, no telemetry.
compressiongatewayself-hostedmcp
by SenseiIssei Aug 10, 2026 6/10
app GitHub
A portable refine-gate that binds vague prompts to concrete evidence before they run, working across Codex, Gemini CLI, and Claude Code, plus Claude-native plugins for a context guard and telemetry status line. Optional hooks enforce checkpoints, track subagent spend, and surface quota telemetry.
promptshooksstatuslinetelemetry
by cdeust Aug 10, 2026 6/10
app GitHub
A Rust and ratatui TUI that manages agent sessions natively inside tmux rather than fighting it. If your existing workflow is already tmux panes full of agents, this formalizes it.
tmuxrustorchestrationtui
by yetidevworks Aug 10, 2026 7/10
app GitHub
A server plus Windows bridge that pushes coding agent status to the OLED display on an Ultimate Hacking Keyboard 80. Very specific hardware, but a nice example of getting agent state out of the terminal and into peripheral vision.
notificationshardwarestatus
by glslang Aug 10, 2026 5/10
app GitHub
A workspace where you give the agent a skill and it constructs the interface for that work itself, rather than you configuring panels. Agent-agnostic, so it is not tied to Claude Code specifically.
uiworkspacegenerativeagents
by molefrog Aug 10, 2026 6/10
app GitHub
Opens agent execution traces in the browser with a call tree, flamegraph, diff view, search, and shareable links, running entirely client-side with no backend. Handy for figuring out where a multi-agent run actually spent its time.
tracesdebuggingflamegraphlocal-first
by YuLeo926 Aug 10, 2026 7/10
app GitHub
Works through positioning, learning outcomes, and knowledge structure first, then derives a Reveal.js deck from that structure. The author is explicit that it is not a slide generator, which is a meaningful distinction in a crowded category.
educationcoursesslidesrevealjs
by skill-node Aug 10, 2026 5/10
app GitHub
Adds a live context-usage button to the VS Code chat composer that runs /context in one click. Small, but it puts the number where you are already looking instead of behind a command.
vscodecontextstatuslineui
by warodan Aug 10, 2026 6/10
app GitHub
A SwiftUI and SwiftData macOS app tracking tokens, cost, per-project breakdowns, and whether you are on pace to survive the current rate-limit window. Native rather than a terminal tool or web dashboard.
macosusagetokensswiftui
by EricAndrechek Aug 10, 2026 6/10
app GitHub
A web cockpit for CLI coding agents, letting you start and steer Claude Code, Codex, or Reasonix sessions from a browser or phone. Handles multiple agents from one interface.
remotemobilebrowsermulti-agent
by bb4407777 Aug 10, 2026 6/10
app GitHub
A Bun and xterm.js dashboard managing up to ten persistent Claude Code tmux sessions with split panes, live typing, activity indicators, and token authentication. Persistence means closing the browser does not kill the work.
tmuxdashboardmulti-sessionbun
by jp290 Aug 10, 2026 6/10
app GitHub
Replaces your coding agent's status transitions with Dark Souls screens. Purely for fun, and it makes a failed build land about as well as it deserves.
funnotificationsui
by gkurt Aug 10, 2026 5/10
app GitHub
A Logback appender that converts Java errors into structured reports formatted for an AI agent to act on, rather than raw stack traces you paste and hope. Drops into existing logging config.
javaloggingdebuggingerrors
by stacktale Aug 10, 2026 6/10
app GitHub
Lets an agent see and control a physical Android phone from Windows over ADB with nothing installed on the device. Works with Claude Code, Codex, and Hermes. Counterpart to the iOS harnesses appearing for the same use case.
androidadbautomationwindows
by sepivip Aug 10, 2026 7/10
app GitHub
A Dock-adjacent pill of eight LEDs on macOS showing at a glance whether anything is working, waiting on you, finished, or broken. Ambient rather than notification-based, so it does not interrupt.
macosambientstatusnotifications
by leog Aug 10, 2026 6/10
app GitHub
Takes a key from the clipboard and hands the agent a reference instead of the value, so the secret never appears in the chat transcript. Solves a small problem that currently gets solved by pasting keys and regretting it.
securitysecretscredentials
by AQaddora Aug 10, 2026 7/10
app GitHub
Interactive mock interviews for high-level and low-level system design, graded and scheduled with SM-2 spaced repetition so weak areas resurface. Study tool rather than a coding aid.
interviewsystem-designeducation
by Paramveersingh-S Aug 10, 2026 5/10
app GitHub
Flags changes an agent made that look risky and restores project files to their pre-session state, including uncommitted work that git alone would not save you from. That uncommitted case is exactly where agent sessions hurt most.
rollbacksafetygitrecovery
by madeinplutofabio Aug 10, 2026 7/10
app GitHub
An open-source vector design tool built around design-as-code, where prompts become UI directly on a live canvas and multiple agent teams can work concurrently. Positioned as an alternative to Pencil.
designvectoragentsdesign-as-code
by ZSeven-W Aug 10, 2026 6/10
app GitHub
Local-first code intelligence serving both coding agents and humans, with nothing leaving the machine. Aimed at giving agents structural understanding of a codebase without a hosted indexing service.
code-intelligencelocal-firstsearch
by speadskater Aug 10, 2026 6/10
app GitHub
A shared chat board that multiple Claude Code terminals post to, giving parallel sessions a channel to coordinate through. Simple approach to a problem usually solved with heavier orchestration.
coordinationmulti-sessionchat
by rburton5403 Aug 10, 2026 5/10
app Reddit
Finds jobs matching your resume across sites, tailors the resume per posting, fills applications, and can find and message hiring managers over email or LinkedIn. Version 2 adds a web portal and analytics on top of the original CLI. Runs on a Claude Code subscription without an API key or claude -p mode.
job-searchautomationagentweb
by Born-Cause-8086 Aug 10, 2026 6/10
app Reddit
A newly launched open-source coding agent optimized for parallelism, claiming 20x better RAM efficiency than Claude Code and 63x faster spawn than Codex CLI, with built-in memory and support for existing API keys and logins. Benchmark claims are the author's own and worth verifying.
agentparallelopen-sourcecli
by Medium_Anxiety_8143 Aug 10, 2026 6/10
app Reddit
A local CLI that gives coding agents voice: if the agent can run bash, it can talk to you. TTS, ASR, and STT all run on your machine, and the CLI is self-describing so the agent learns to drive it on install. Remote use needs Tailscale or ngrok.
voicettslocalcli
by JuanjoFuchs Aug 10, 2026 7/10
app GitHub
RondoFlow is a local-first, open-source platform for visually building multi-agent Claude Code workflows. You create agents on a drag-and-drop canvas, attach skills, and define security policies per agent before running them together. It targets people who want orchestration without hand-writing agent configs and prompt plumbing.
orchestrationmulti-agentguilocal-firstopen-source
by rondoflow Aug 10, 2026 8/10
app GitHub
A sandboxed dev container built for running Claude Code unattended, with default-deny network egress and no route to root. It lets you give an agent broad permissions inside the box without exposing the host or the open internet. Practical for autonomous or cron-driven agent sessions.
sandboxsecuritydevcontainerunattendeddocker
by vo3xel Aug 10, 2026 8/10
app GitHub
A tool that closes the feedback loop on HTML artifacts an agent produces, letting you review them visually on your own machine and feed corrections back. It addresses the blind spot where a coding agent writes UI it cannot actually see rendered. Local-first, no hosted service required.
reviewhtmlartifactslocal-firstfeedback-loop
by AhmedDaraz-Ignite Aug 10, 2026 6/10
app GitHub
depcompass keeps AI coding agents aligned with the dependency versions actually pinned in your project instead of whatever API shape their training data remembers. It targets the common failure where an agent writes code against a library version you are not running. A small guardrail with an outsized effect on generated-code correctness.
dependenciesaccuracyguardrailversioning
by ctosullivan Aug 10, 2026 7/10
app GitHub
ccusage-fleet collects ccusage output from several machines, including ones reached over SSH, and merges them into a single report. Useful if you run Claude Code on a laptop, a workstation, and a remote box and want one usage picture. A thin but practical layer on top of the existing ccusage tool.
ccusagemonitoringsshfleetreporting
by Open330 Aug 10, 2026 6/10
app GitHub
garbage-man gives agents a provider-neutral way to review inboxes and clean up future mail such as scheduled sends and recurring noise. Being provider-neutral, it is not tied to a single mail API. From the team at Every.
emailagentscleanupproductivity
by EveryInc Aug 10, 2026 5/10
app GitHub
A proxy that sits in front of Claude Code so you can intercept and modify any request or response. It supports registering custom models under /model and routing requests between models using your own logic or bundled defaults. Effectively a mod layer for people who want behavior the client does not expose.
proxymodel-routinghookscustomization
by starbaser Aug 10, 2026 8/10
app GitHub
A portable Windows terminal built for AI CLIs, showing Claude Code, Codex, and Gemini in parallel panes. Beyond layout, it lets the agents hand work to each other rather than acting as isolated sessions. Portable, so no installation is required.
terminalwindowsmulti-clicodexgemini
by styleio Aug 10, 2026 6/10
app GitHub
A lightweight cmux-style terminal multiplexer for Windows, built around WSL2 and focused on Claude Code and Codex sessions. It gives Windows users the split-pane agent workflow that tmux users get on Linux and macOS. Small and focused rather than a full terminal replacement.
terminalwindowswsl2multiplexer
by sjkwon-1023 Aug 10, 2026 5/10
app GitHub
Carries a Claude Code setup on a USB stick, with credentials encrypted against three factors: the USB serial, a server key, and a PIN. A lost stick can be revoked remotely, and memory travels with you across machines. Aimed at people who move between workstations they do not fully control.
portablesecurityencryptionusbmemory
by autoit-studio Aug 10, 2026 6/10
app GitHub
A Node CLI that compresses finished ('cold') AI coding-agent session files and restores them byte-for-byte on demand. Useful if you keep long transcript histories around for audit or resume but do not want them consuming disk. Verification of the restore is part of the tool rather than an afterthought.
clisessionscompressionstorage
by YosefHayim Aug 9, 2026 6/10
app GitHub
A terminal dashboard showing live Claude Code token consumption alongside your rate-limit windows. Instead of discovering you have burned a session at 107%, you can watch the window fill in real time. Handy for subscription users trying to pace work across five-hour windows.
tuitokensrate-limitsmonitoring
by martinciu Aug 9, 2026 7/10
app GitHub
A packer that turns a repository into LLM-ready context with three properties most packers miss: it is aware of the git diff so it can prioritize what changed, it respects a token budget, and it redacts secrets on the way out. Aimed at feeding code to models without leaking credentials or blowing the window.
contexttokenssecretsrepo-packing
by dacode-dev Aug 9, 2026 7/10
app GitHub
A self-hosted, searchable catalog of every Claude Code skill, agent, command, plugin, and MCP server you have installed, with an in-browser Markdown editor for the ones you author. Solves the problem of losing track of what is actually loaded once your configuration sprawls.
inventoryself-hostedskillsmcp
by Epaminondaslage Aug 9, 2026 6/10
app Reddit
A Chrome and Firefox extension that captures an AI conversation, including messages, images, files, and code, and resumes it in a fresh chat on a different compatible assistant with the context carried over as PDF or Markdown. Everything is stored locally with no account or server. It also has an AI compression pass to shrink the carried context.
browser-extensioncontextlocal-firstchat-history
by Designer_You8031 Aug 9, 2026 5/10
app GitHub
Runs a task across as many as eight models in parallel and surfaces where they disagree, on the theory that blindspots are model-specific. Applies to research, design, and coding work. Useful as a cheap second opinion before shipping something you cannot easily reverse.
multi-modelreviewconsensusblindspots
by nyldn Aug 9, 2026 6/10
app GitHub
A native macOS terminal designed around running several AI coding CLIs at once: tabs, split view, session restore, and a badge on whichever session is waiting on you. The badge matters when you have six agents running and only one needs a decision.
macosterminalsessionsmultiplexing
by rmehdee Aug 9, 2026 6/10
app GitHub
Builds a per-agent inbox on top of the Markdown coordination files a multi-agent setup already produces, so each agent has a clear view of messages addressed to it. No new protocol to adopt — it layers on existing logs.
multi-agentcoordinationmessagingmarkdown
by mynameisshineee Aug 9, 2026 6/10
app GitHub
A local proxy that measures and reduces Claude Code's upload traffic while claiming no loss in output quality. Aimed at people working on constrained, metered, or slow connections.
proxybandwidthoptimizationlocal
by Mossab28 Aug 9, 2026 6/10
app Reddit
An open-source terminal manager that puts all your projects, including remote SSH sessions, on a single canvas with persistent terminals that survive app close and reconnection. Grew from a personal productivity tool into something closer to an autonomous development environment.
terminalsshopen-sourceproductivity
by ottasilver Aug 9, 2026 5/10
app GitHub
A headless terminal wrapper for native Windows that keeps isatty() returning true for spawned processes while staying invisible or living in the system tray. Lets you run Claude Code CLI, Gemini, Codex, or any TUI app as a background process without a visible console.
windowsttyheadlessbackground
by revoconner Aug 9, 2026 7/10
app Reddit
A CLI plus companion skill for creating and managing a dependency graph of agent work, with a UI for visualizing it. The author built it after reading the article that coined graph engineering and finding no existing tool. Worth a look if you want the graph as an artifact you can inspect, not just a prompt-level idea.
graphclivisualizationorchestration
by mels_hakobyan Aug 9, 2026 6/10
app GitHub
Distills PDFs, photos, and repositories into token-efficient context: local OCR reads embedded diagrams rather than only text layers, content-hash caching collapses re-reads, and BM25 retrieval bounds huge documents. Nothing is discarded — anything shortened can be expanded back in full. Reported 33x on a 25-page PDF and 97% reduction on pytest output.
tokensocrcontextretrieval
by priyanchen Aug 9, 2026 8/10
app GitHub
A cross-platform, zero-dependency Bun status line for Claude Code rendering context, cost, rate-limit windows, git and PR state, subagents, and full config-scope breakdowns as a width-aware multi-row dashboard with Nerd Font glyphs. Opinionated and dense compared to single-line status bars.
statuslinebundashboardmonitoring
by anthonybaldwin Aug 9, 2026 7/10
app GitHub
A lightweight communication channel for coding agents to talk to each other. Minimal description from the author, but the niche — inter-agent messaging without a heavyweight orchestration framework — is a real one.
multi-agentmessagingcoordination
by simozampa Aug 9, 2026 5/10
app GitHub
A local-first memory layer shared across Claude Code, Codex, OpenCode, Cursor, and others, so context you build up in one agent is available in the next. Local-first means the memory stays on your machine rather than in a vendor's store.
memorylocal-firstcross-agentcontext
by dorukardahan Aug 9, 2026 7/10
app GitHub
Analyzes a database schema, detects issues, maps relationships, and emits compact AI-ready context files for Claude Code, Codex, Cursor, and similar tools. Fills the common gap where an agent can read your code but has no accurate picture of the data model.
databaseschemacontextcodegen
by alansyahmi Aug 9, 2026 7/10
app GitHub
A curated awesome-list of Claude Code and agent tooling. Useful as a starting index if you are surveying what exists rather than looking for one specific tool.
awesome-listcurationtools
by cooler333 Aug 9, 2026 5/10
app GitHub
Mission control for coding agent sessions that drives your existing terminal (Kitty or zellij) rather than replacing it, so every session stays a native window or pane in the workflow you already use. A good fit if you have invested in a terminal setup and do not want a separate app.
tuikittyzellijsessions
by hyperlogue Aug 9, 2026 6/10
app GitHub
A fast Rust proxy exposing GitHub Copilot through OpenAI- and Anthropic-compatible API endpoints, so Claude Code, Codex CLI, and any OpenAI or Anthropic SDK can talk to it. Relevant if you have a Copilot seat and want to point existing tooling at it.
proxycopilotrustapi-compatibility
by MartinForReal Aug 9, 2026 6/10
app Reddit
An open-source, self-hostable backend giving a chatbot real tool-use: sandboxed code execution, API and file handling, multi-step tasks, MCP support, multi-tenancy, generative UI, audit logs, and an admin dashboard for adding skills. OpenAI API compatible.
self-hostedmcptool-usebackend
by sandeshnaroju Aug 9, 2026 5/10
app GitHub
Live design feedback: annotate any web page or PDF directly in the browser and a local AI companion applies the markings and produces the revised page. Part of the Loqumen suite. Closes the loop between pointing at a problem and having it fixed.
designbrowserfeedbacklocal-ai
by loqumen Aug 9, 2026 6/10
app GitHub
Positions itself as a trust layer over agent memory — the concern being that stored memories are treated as fact by later sessions without any provenance. Sparse public description; worth watching if agent memory reliability is a problem for you.
memorytrustprovenance
by 0Mattias Aug 9, 2026 5/10
app GitHub
A local-first visual workspace that renders your AGENTS.md and SKILL.md files as a kanban board and relationship graph over a sandboxed file API. Makes an agent ecosystem visible when it has grown past what you can hold in your head.
visualizationskillslocal-firstkanban
by Justin-Ju-0413 Aug 9, 2026 6/10
app GitHub
A bilingual multi-agent development workbench whose stated goal is code that survives review rather than code that merely runs. General-purpose across agents rather than tied to one harness.
multi-agentworkbenchcode-reviewchinese
by xiabai2008 Aug 9, 2026 5/10
app GitHub
The free core of the Undercroft kit: a schema defining how a personal wiki is structured so Claude Code can maintain it for you over time. The schema is what stops the wiki degrading into unstructured notes.
wikiknowledge-baseschemanotes
by latticeworklabs-eng Aug 9, 2026 5/10
app GitHub
Logs what you chose and why so the next session starts from 'we already decided X' instead of relitigating. Zero dependencies, and a companion to the same author's agent-error-log.
decisionsmemoryloggingcontext
by vartiainen1 Aug 9, 2026 6/10
app GitHub
Opt-in AES-256-GCM sync of browser sessions and secrets to the machine your agent runs on, so it can log in without you pasting credentials into a config file. Addresses a real gap in agent-host setups, though it is worth reading the threat model carefully before adopting.
secretsencryptionbrowser-sessionsagent-hosts
by escoffier-labs Aug 9, 2026 6/10
app GitHub
A keyboard-driven desktop kanban workspace for AI coding agents with embedded terminals, git worktrees per card, and hook-driven task tracking. The hooks mean board state updates from what the agent actually does rather than what you remember to drag.
kanbanworktreeshooksdesktop
by rookedsysc Aug 9, 2026 6/10
app GitHub
A CLI that detects your stack, scaffolds progressive context and session handoffs, and installs a working Claude Code adapter. Ships on npm and PyPI with a plugin architecture for memory backends and additional agent adapters.
scaffoldingcontexthandoffcli
by RudrenduPaul Aug 9, 2026 6/10
app Reddit
A small CLI that drives the TDD cycle from its own observations of the tests and code rather than trusting what the agent reports. The author's writeup is honest about two failed prior attempts — prompts and skills, then a state file the agents learned to fake — which is what makes the third design convincing.
tddtestingstate-machineverification
by geuben Aug 9, 2026 7/10
app GitHub
A substrate for autonomous engineering agents: repository discovery from evidence, a shared event bus with leases, and safety rails that refuse rather than ask for permission. The refuse-don't-request stance is a deliberate design choice for unattended operation.
autonomous-agentsevent-bussafetysubstrate
by rayhimanshu Aug 9, 2026 5/10
app GitHub
A local-first visual workspace where terminals, git worktrees, and coding agents are composed on a single canvas as executable workflows. One of several canvas-style agent workspaces appearing at the moment.
canvasworktreesworkspacelocal-first
by chen-985211 Aug 9, 2026 5/10
app GitHub
A local-first CLI giving coding agents presence, messaging, and advisory leases so parallel agents can see who is working on what. Advisory rather than enforced, which keeps it lightweight.
multi-agentleasesmessaginglocal-first
by Vikings-Studio Aug 9, 2026 6/10
app GitHub
A lightweight Windows system-tray application for monitoring Claude usage without opening a dashboard. Minimal by design.
windowsmonitoringusagesystem-tray
by kelpikz Aug 9, 2026 6/10
app GitHub
A self-hosted event server and CLI that fires a local OS notification and updates a live SSE status page the moment a parallel Claude Code, Codex, or Cursor session blocks, needs review, fails, or finishes. MIT-licensed, shipping on npm and PyPI. Solves the real cost of parallel agents: not knowing which one is waiting on you.
notificationsparallel-agentssseself-hosted
by RudrenduPaul Aug 9, 2026 7/10
app GitHub
Pulls real usage numbers from Cursor, Claude Code, GitHub Copilot, OpenCode, and Codex CLI via each vendor's API or local logs and compares spend across a migration in one command. Includes a credential-free personal mode. Zero runtime dependencies, available as CLI and library on npm and PyPI.
costusagecomparisoncli
by RudrenduPaul Aug 9, 2026 6/10
app GitHub
An open-source framework where you describe your commercial process to Claude Code or Codex and get a working CRM as reviewable code you own, with deterministic workflows, human approval steps, and audit and trace built in. The approvals and audit trail are what separate it from generated-app demos.
crmframeworkcodegenaudit
by khaoss85 Aug 9, 2026 6/10
app GitHub
A TypeScript full-stack framework for Next.js apps built by AI coding agents, where every feature is one fixed vertical slice — entity, repository, route, router — so an agent cannot invent a different structure each time. Auth, storage, jobs, and MCP ship as packages. Aimed at getting AI-built prototypes to production.
frameworktypescriptnextjsstructure
by fxylabs Aug 9, 2026 6/10
app GitHub
A tmux-based cockpit for running many AI coding agents: hook-driven state tracking, fleet restore after a restart, and popup control. Sits inside tmux rather than replacing your terminal.
tmuxfleethookssessions
by gabury1 Aug 9, 2026 6/10
app GitHub
Observability for AI copilot sessions built on .NET Aspire: an OpenTelemetry collector, Postgres store, and Blazor dashboard with real-time quality scoring. A more enterprise-shaped take than the usual token-counter dashboards.
observabilityopentelemetrydotnetdashboard
by konradcinkusz Aug 9, 2026 6/10
app Reddit
A fully local model-gateway plugin for Claude Code, built as part of a kanban board with routing built in. Install it, ask the agent to initialize, and it works — currently supporting Codex and Grok.
routinggatewaypluginlocal
by TheDeadlyPretzel Aug 9, 2026 5/10
app GitHub
A Chinese-language tool with a visual interface that reads and writes the config files behind Claude Code and Codex, letting you switch provider, model, and API key without hand-editing JSON.
configprovidersguichinese
by eogee Aug 9, 2026 5/10
app GitHub
A local registry and analytics platform for your AI components: define scope, then share and track usage of your skills, MCP servers, and agents. Aimed at teams standardizing on a shared component set.
registryanalyticsskillsmcp
by Observal Aug 9, 2026 6/10
app GitHub
Builds AI agent MVPs with Claude Code using local repository scans, trend analysis, and personalized recommendations, without requiring an API key. Aimed at getting from idea to a runnable agent prototype quickly.
scaffoldingmvpagentslocal
by HELLOCODINGTR Aug 9, 2026 5/10
app GitHub
Evidence-first verification for AI coding agents: rather than accepting a summary, it records what changed, what was tested, and what actually passed. Part of a clear trend toward not trusting agent self-reports.
verificationevidencetestingaudit
by digsarab112 Aug 9, 2026 6/10
app GitHub
A native macOS Markdown reader that follows every save, so you can keep it open while writing. Comment on a phrase and the note is written back into the .md file itself — which means your coding agent can open a plan there and wait while you mark it up.
macosmarkdownreviewplans
by migsilva89 Aug 9, 2026 6/10
app GitHub
A Spanish-language floating panel for Windows showing the state of your Claude Code sessions, with click-to-jump to the relevant tab. Simple answer to tracking several sessions across windows.
windowssessionswidgetspanish
by FrankHP1984 Aug 9, 2026 5/10
app GitHub
A PowerShell module that lets you manage several Claude Code sessions from Telegram, giving you remote multi-terminal control from a phone. Useful for checking on or unblocking long-running sessions when away from the machine.
telegramremotepowershellsessions
by Delphinegallic955 Aug 9, 2026 6/10
app GitHub
A local-first AI agent governance CLI introducing a modular .ai/ context directory (the Agent Definition Format) in place of one monolithic CLAUDE.md. Addresses the well-known problem of CLAUDE.md growing until it is mostly noise.
governanceclaude-mdcontextcli
by Stackbilt-dev Aug 9, 2026 6/10
app GitHub
An autonomous, provider-agnostic engineering team automating software bug detection, triage, and fixes. Shares a name with an earlier unrelated project, so check which repository you are installing.
bugstriageautonomousprovider-agnostic
by Jean-loutropical739 Aug 9, 2026 5/10
app GitHub
A Rust implementation of governed AI agent loops with policy checks, verification, memory, and replay for controlled execution. The replay capability is the notable piece — it makes an autonomous run reproducible after the fact.
rustpolicyreplayautonomous
by concettinaprofitable685 Aug 9, 2026 5/10
app GitHub
Keeps reusable memory and agent resources in a single Git-managed workspace, then makes them available across projects, sessions, and supported coding agents. Git-managed means your agent context is versioned and reviewable like code.
memorygitcross-projectresources
by lsaint Aug 9, 2026 6/10
app Reddit
A patch to the local Claude Code bundle letting subagents run on any Anthropic-compatible model — DeepSeek, GLM, and so on — while the main agent stays on Fable or Opus through your Max plan, decided per request. Also adds subagent list quality-of-life: pinning, detaching into a separate resumable session, and control over auto-dismiss. Unsupported by Anthropic; the author argues it is lower risk than an API-level router.
subagentsmodel-routingpatchmax-plan
by sdexca Aug 9, 2026 6/10
app GitHub
A CLI relay for Claude Code, Codex, and OpenCode that delegates work to Antigravity, Claude, Codex, Gemini, Ollama, or OpenCode with streaming, persistent sessions, and multi-agent teams. Broad provider coverage makes it a practical second-opinion layer.
delegationmulti-agentclicross-provider
by freibergergarcia Aug 9, 2026 7/10
app GitHub
A Chinese-language macOS application for sharing Claude Code and ChatGPT development sessions, project descriptions, and git changes. Useful for showing a teammate what an agent actually did.
macossharingsessionschinese
by serein431 Aug 9, 2026 5/10
app GitHub
A cross-agent task runner letting Codex, Cursor, Claude, Gemini, or Junie delegate tasks to each other or request a second opinion. Shares a common name with unrelated projects, so check the repository owner.
delegationcross-agentclisecond-opinion
by darshitpp Aug 9, 2026 6/10
app GitHub
Real-time execution tracing plus cost intelligence for Claude Code, so you can see what a session is doing and what it is costing as it happens rather than afterwards.
tracingcostmonitoringreal-time
by DeibyGS Aug 9, 2026 6/10
app GitHub
A local-first desktop workspace for running, organizing, and resuming multiple coding agents and shells, using real PTYs with split panes, persistent layouts, and local session history. Real PTYs matter for TUI apps that misbehave in emulated terminals.
desktopptysessionslocal-first
by Kc1t Aug 9, 2026 6/10
app GitHub
A Linux VM for your coding agent containing your repositories and notes but none of your keys, with a backend that cannot push. One Go binary, no daemon. A clean, well-scoped answer to the question of how to let an agent run freely without giving it your credentials.
sandboxvmsecuritygo
by wzslr321 Aug 9, 2026 7/10
app GitHub
A lightweight multi-terminal manager for Claude Code power users showing live token usage per pane, with multi-account switching and visual split-pane layouts. Shares a name with an unrelated project, so check the repository owner.
terminaltokensmulti-accountpanes
by digitalscapemy Aug 9, 2026 6/10
app GitHub
An executable compiler from data to editorial-quality visualization with 120 methods, auditable specs, prompt compilation, repair workflows, and browser-native examples. The repair workflows are notable — most chart tooling has no story for a visualization that came out wrong.
visualizationchartscompilereditorial
by Kerrywang64 Aug 9, 2026 5/10
app GitHub
Shared organizational memory as plain Markdown in git, loaded by your agent at session start and readable by your team in a browser. Plain Markdown in git means it stays reviewable, diffable, and portable.
memoryteammarkdowngit
by rambaarde Aug 9, 2026 6/10
app GitHub
Self-hosted Sentry issue triage with rule-based noise filtering, Claude-powered severity and root-cause analysis, and GitHub ticket creation. Runs against your existing Claude subscription instead of Sentry's paid AI add-on.
sentrytriageobservabilityself-hosted
by NickC84 Aug 9, 2026 6/10
app Reddit
beans is an issue tracker that keeps everything as markdown in your repo, with a CLI that agents drive well. beans-web scans a root directory (or several) for anything containing a .beans.yml file and serves one UI across all of them. Built to replace running 'beans list' repo by repo and to stop burning tokens having Claude Code print the open-bean hierarchy.
issue-trackerdashboardmarkdownworkflow
by Remarkable-Alps-5770 Aug 8, 2026 7/10
app GitHub
Tracks the energy, water and CO2e footprint of your Claude Code usage and records the offsets that settle them. An unusual angle on session accounting for anyone who wants sustainability numbers alongside token counts.
sustainabilityusage-trackingcarboncli
by signalblur Aug 8, 2026 6/10
app GitHub
Analytics module for teams running the BMAD method, reporting story-level leverage ratios, capacity forecasts and halt alerts, plus a coach persona called Levi. Measures output in stories rather than lines of code.
analyticsbmadmetricsteam
by nidelson Aug 8, 2026 5/10
app GitHub
Turns an AI pairing session into something several people can watch and type into at once - screen-sharing where everyone has a keyboard. Useful for team debugging or teaching sessions where one person driving the agent is the bottleneck.
collaborationpair-programmingmultiplayer
by anneschuth Aug 8, 2026 6/10
app GitHub
A floating always-on-top native macOS panel showing what the current Claude Code session is doing, with a todo progress bar and an ETA. Reads the session jsonl and todo files directly - no plugin to install and no API key.
macosmonitoringuisession
by jayadevrana Aug 8, 2026 7/10
app GitHub
Bridges a Chrome extension to your terminal so ChatGPT, Claude and Gemini web sessions answer from the command line, with no API keys involved. Handy if you already pay for the chat subscriptions and want CLI access to them.
bridgechrome-extensionterminalmulti-model
by Parithosh-Varma Aug 8, 2026 5/10
app Reddit
Claude Code, Codex and Cursor all keep local session histories; codepend reads them and writes one self-contained HTML file - first thing you ever asked, the 4 AM sessions, your most repeated phrase, the projects you abandoned. Run with 'npx codepend'; no signup, API key, telemetry or backend, and a --redact paranoid mode before sharing.
session-logsvisualizationcliprivacy
by apolorotov Aug 8, 2026 7/10
app GitHub
A terminal AI assistant with a Bubble Tea TUI, code-graph-based review, semantic search, multi-provider LLM support and MCP tools. A full alternative harness rather than an add-on to an existing one.
clituimcpcode-review
by whykusanagi Aug 8, 2026 6/10
app GitHub
A CLI that runs Claude Code autonomously to find and apply code improvements across a project. For unattended cleanup passes rather than interactive feature work.
clirefactoringautomation
by bokiko Aug 8, 2026 5/10
app GitHub
An AI-assisted desktop IDE built around managing Claude Code worktrees and sessions, with a real embedded terminal rather than a simulated one. For people running several branches of agent work at once.
ideworktreedesktopsessions
by jaroslawherod Aug 8, 2026 6/10
app GitHub
A production blog for Next.js installed with one command, structured so AI search engines can actually parse it, plus an agent layer that knows the conventions for writing into it.
nextjsblogseoagents
by goldk3y Aug 8, 2026 5/10
app GitHub
Answers structural questions for coding agents - callers, blast radius, dead code, cross-language gRPC reach, which deployed services run what code - deterministically and offline, with no LLM in the loop. Python and Go.
code-navigationstatic-analysispythongo
by Marb-AI Aug 8, 2026 7/10
app GitHub
Gives agents architecture-aware code search, dependency graphs and impact analysis across Python, TypeScript, TSX, Rust, C#, Java and Go. Aimed at the 'what breaks if I change this' question that grep answers badly.
code-searchdependency-graphimpact-analysis
by diskd-ai Aug 8, 2026 6/10
app GitHub
Takes a book manuscript and produces a magazine or guide-style interior at any trim size, with genre-matched typography. Tables, charts, infographics, pull-quotes and callouts appear only where genuinely needed; everything else stays clean prose. Outputs a print-ready PDF plus editable HTML/CSS.
publishingtypographypdfdesign
by dclericc Aug 8, 2026 6/10
app GitHub
One registry across all your Claude Code projects, with session resume that restores full context and auto-save so an interrupted session doesn't lose work. Aimed at solo developers juggling many repos.
multi-projectsessionsresumeregistry
by SUNQSHENG Aug 8, 2026 6/10
app GitHub
An agent-first BI readiness system that profiles data sources, governs medallion-layer mappings and gates Power BI delivery, explicitly so that AI agents cannot approve their own data modeling decisions.
bigovernancepowerbidata
by Kemetra Aug 8, 2026 5/10
app GitHub
Runs many Claude Code agents from one browser dashboard with live terminals, status detection built on hooks rather than screen scraping, and per-agent git worktree review and merge. Windows-first and published on npm.
dashboardmulti-agentworktreewindows
by johncwaters Aug 8, 2026 7/10
app Reddit
An open-source Windows launcher that manages multiple Claude Desktop accounts without repeated sign-outs. It exploits the Electron app's --user-data-dir flag, giving each profile its own cookies, local storage and config so accounts stay signed in and can run simultaneously in separate windows. You can also pin a desktop shortcut per account and skip the switcher entirely.
account-switchingclaude-desktopelectronwindowsopen-source
by PriyanshuGeTrekT Aug 8, 2026 6/10
app GitHub
A PySide6 tray app for Windows, macOS and Linux that shows live session and weekly usage limits with reset countdowns and token counts. A Stats page values your local transcripts against API rates so subscription users can see what their usage would have cost. Includes 16 themes, a custom theme editor, and a reactive mascot per active session.
usage-monitordesktop-apptraytoken-countscross-platformpyside6
by weltern Aug 8, 2026 7/10
app GitHub
A desktop overlay that monitors running Claude Code sessions and understands what each one is currently doing. Approvals, reviews, and prompt answers happen from a floating UI instead of the terminal, and an Agent-SDK "Drive" mode lets it steer sessions directly. Useful if you juggle several concurrent agents and keep losing track of which one is blocked on you.
uisession-managementagent-sdkmulti-agentapprovals
by aisocratic Aug 8, 2026 8/10
app GitHub
A Go installer plus guard process that starts an AI coding agent inside tmux and restarts it whenever the box reboots or the session dies. The agent is behind an interface, so adding a second or third agent type is a small change rather than a fork. Aimed at long-running unattended agents on a server or home machine.
tmuxdaemonunattendedgopersistence
by nahidspace Aug 8, 2026 7/10
app GitHub
A native mobile client for driving coding agents running elsewhere, built in Rust with GPUI and a QUIC/UDP transport rather than the usual web-view-over-HTTP approach. Ships for both iOS and Android. The point is checking in on and unblocking a long-running agent without being at your desk.
mobileremote-controlrustgpuiquiciosandroid
by tanlethanh Aug 8, 2026 8/10
app GitHub
A tabbed cmd.exe terminal for Windows 10/11 built around long-running Claude Code sessions. It persists each tab's name, color, and working directory, then restores them automatically after a crash or power loss. Useful if you run several agent sessions on Windows and keep losing your layout.
windowsterminalcrash-recoverysessions
by angree Aug 8, 2026 6/10
app Reddit
Running five or six sessions at once makes it hard to tell which one is blocked on you. This puts one pixel crab per session on the screen perimeter, with distinct animations for idle, working at xhigh, awaiting permission, just-finished, asleep, and rate-limited. Clicking a crab foregrounds that session's terminal; it reads per-session files in ~/.claude/sessions, with optional hooks that always exit 0 so they cannot block the CLI.
multi-sessionstatushooksdesktopmonitoring
by OkOpportunity1531 Aug 8, 2026 7/10
app GitHub
A cross-agent session browser that indexes your chat history from multiple coding agents in one searchable place. Beyond search, it lets you pick up a session in a different agent than the one that started it. Handy if you split work across Claude Code, Codex, and others.
sessionssearchcross-agenthistory
by hetpatel-11 Aug 8, 2026 7/10
app GitHub
Instead of scrolling a wall of terminal text, the model renders its work as a page in a local browser canvas. You can see the output, select parts of it, and ask follow-up questions about the selection. A different answer to the readability problem of long agent sessions.
uibrowservisualizationterminal-agents
by dannykim32 Aug 8, 2026 7/10
app GitHub
A local hub that gives each project a fixed port and manages its dev server through launchd. It exists to stop Cursor, Claude, and Codex from each spawning their own server and fighting over ports. Documentation is in German.
macosdev-serverlaunchdportstooling
by Pikktee Aug 8, 2026 6/10
app GitHub
Runs any CLI-based agent (claude, codex, or others) in its own pty and puts the whole fleet behind a single control surface. You can drive it from a TUI, a web page, or a one-shot command, whichever fits the moment. Agent-agnostic by design rather than Claude-specific.
orchestrationtuiptymulti-agentcli
by emmanuel-deloget Aug 8, 2026 7/10
app GitHub
Exposes DevTools for a running React + TanStack app through a single CLI, so a terminal-based agent can inspect live app state. That closes the usual gap where the agent edits code but cannot see what the running app is actually doing. Useful for debugging loops that currently require you to relay browser observations by hand.
reacttanstackdevtoolsdebuggingcli
by Genie-sa Aug 8, 2026 7/10
app GitHub
A local-first tool that inspects Claude Code, Cursor, Pi, and OpenCode sessions and reports context token usage, LLM-derived insights, and governance artifacts. Everything stays on your machine. Good for understanding where your context budget actually goes across tools.
sessionsanalyticstokenslocal-first
by ZoheerAlmansoub Aug 7, 2026 7/10
app GitHub
A CLI that evaluates coding agent plugins using a multi-tier approach, so you can compare plugins on evidence instead of README claims. Aimed at people maintaining or choosing between plugin sets.
evaluationpluginsclibenchmark
by bitwise-media-group Aug 7, 2026 6/10
app GitHub
A LiteLLM-based gateway that routes Claude Code, Hermes, or any OpenAI-compatible client to several providers (ARK, Anthropic, Zhipu). Ships an admin UI, per-client usage tracking, and automatic vision-to-text conversion for text-only backends.
gatewaylitellmroutingmulti-provider
by kwhitestone Aug 7, 2026 6/10
app GitHub
A Rust TUI that watches Claude, Codex, and Gemini panes across tmux and surfaces alerts, token pressure, and recommendations. Observe-first by design, so it reports rather than acts and you decide which session needs attention.
tuitmuxrustmonitoringtokens
by chquandogong Aug 7, 2026 6/10
app GitHub
A free command-line AI agent aimed at both coding and security testing work. Runs in your terminal alongside the usual tooling.
cliagentpentestsecurity
by pentoshi007 Aug 7, 2026 5/10
app GitHub
An open research and drafting workbench for Australian and New Zealand law that answers from legislation and case law with every claim traced to a primary source. Runs locally by default so privileged work never leaves the machine, and can be driven by the AI assistant you already use.
legalresearchlocal-firstcitations
by russellbrenner Aug 7, 2026 5/10
app GitHub
A local CLI that audits coding-agent configuration across four axes: security, instructions, context, and MCP setup. No API key and no code upload by default, so it is safe to run on work repos.
auditsecurityconfigmcpcli
by pranee54 Aug 7, 2026 7/10
app Reddit
Turns a reference image of handwriting or lettering into an installable TTF: the model draws a full glyph sheet into a registered template, then the app traces it into editable vector outlines with a point-level curve editor in the browser. About 14k lines of TypeScript across a pnpm workspace, written almost entirely with Claude Code over two months.
showcasefontstypescriptsaas
by Majestic-Economist34 Aug 7, 2026 6/10
app GitHub
Audits Claude Code startup context and reports the token cost of each skill, plugin, agent, and memory file, then reversibly disables the dead weight. No proxy and no compression, it just removes what you are not using.
contexttokensauditstartupoptimization
by iops-leo Aug 7, 2026 8/10
app GitHub
Hands work from Claude Code to any external LLM, and benchmarks which models you can actually trust with which kinds of task. Turns model routing into a measured decision rather than a guess.
delegationbenchmarkmulti-modelrouting
by devloadingbr Aug 7, 2026 6/10
app GitHub
A native macOS menu bar app showing quota, local usage, and cost for Claude Code and multi-account Codex, either from the menu bar or a floating desktop HUD. Bilingual English and Chinese.
macosmenubarusagequotatracking
by nanvon Aug 7, 2026 7/10
app GitHub
Plans a page catalog, generates repo-committed markdown with line-range source citations, then incrementally updates only what changed. The design constraint that matters: it will not overwrite edits a human made to the generated pages.
documentationwikicitationsincremental
by ARMeeru Aug 7, 2026 7/10
app GitHub
A reusable Python runtime that executes prompts against Claude, Codex, and OpenCode behind a single stable interface. Useful if you are building tooling that should not care which CLI is underneath.
pythonruntimeabstractionmulti-agent
by Johannes-Kutsch Aug 7, 2026 6/10
app GitHub
Wraps your existing coding agent so code patches execute within explicit bounds and leave an audit trail. Aimed at limiting blast radius without replacing the agent you already use.
patchesauditsafetybounds
by Leoyen1 Aug 7, 2026 5/10
app GitHub
A macOS menu bar app that surfaces which Claude Code or Codex session is waiting on input. Small scope, but it removes the constant tab-cycling when you run several sessions at once.
macosmenubarsessionsnotifications
by ThinkVelta Aug 7, 2026 6/10
app GitHub
Ranks Cursor, Claude Code, Cline, Aider, Codex, Gemini CLI, and others by a daily Heat Score built from stars, commits, releases, issues, community activity, forks, and npm downloads. A rough but public read on which agents are actually moving.
leaderboardmetricsecosystemcomparison
by PurpleHaze2320 Aug 7, 2026 5/10
app GitHub
Finds live openings, fills in the company's own Greenhouse, Lever, or Ashby form using your real Chrome session, and submits. The stated constraint is that it never invents a fact about you.
automationbrowserjobschrome
by alecswang Aug 7, 2026 6/10
app GitHub
Coordinates Claude Code, Codex, Gemini, and Copilot through a SQLite inbox that lives in the workspace, with a reviewed task workflow on top. No daemon and no model provider involved, since the coordination layer is just a file in your repo.
coordinationsqlitemulti-agentlocal
by dichovsky Aug 7, 2026 6/10
app GitHub
Speaks Claude Code's replies using the Kokoro neural voice running entirely on your machine. No cloud and no API key.
ttsvoicekokorolocaloffline
by haraGADygyl Aug 7, 2026 6/10
app GitHub
Start a hub, get an address, and let agents join it to collaborate. The Hamachi analogy is the whole design, except the players are LLM sessions rather than people.
multi-agentnetworkinghubcollaboration
by emilszymecki Aug 7, 2026 6/10
app GitHub
A local gateway that points Claude Code at Google Gemini or any LiteLLM-supported provider, with one-command setup, safe local defaults, and easy provider switching. No Anthropic subscription required.
gatewaygeminilitellmlocalprovider-switching
by Yourstruggle11 Aug 7, 2026 6/10
app GitHub
Gives parallel Claude Code sessions a single global speech queue so replies are spoken in order, each announcing which project it came from. Local neural TTS on Apple MLX, 0.3s to first sound, fully offline.
ttsvoicemlxparalleloffline
by baryhuang Aug 7, 2026 7/10
app GitHub
Captures every Claude Code session across every project into a single plain-Markdown knowledge base under your control. Plain files, no service dependency.
memorymarkdownsessionsknowledge-base
by vikasgrac Aug 7, 2026 6/10
app GitHub
A profile launcher and usage dashboard for the Claude Desktop app on Mac and Windows, plus claude-sync, which gives every account one shared Claude Code session list.
multi-accountdesktopprofilesdashboard
by smk-labs Aug 7, 2026 6/10
app GitHub
Clusters Claude Code sessions by topic so you can find the conversation you forgot you started. Self-hosted, which matters given it indexes your whole session history.
sessionsdashboardsearchself-hosted
by WildChildForLife Aug 7, 2026 6/10
app GitHub
A Jira-style Kanban board for Windows built in WPF and .NET 8, with two-way GitHub issue sync and an MCP server so Claude Code can read and update the board.
kanbanwindowsgithubmcpdotnet
by SebHenn Aug 7, 2026 5/10
app GitHub
Starts Claude Code, Codex, Grok, or Kimi with secrets resolved in-process from 1Password, Bitwarden SM, pass, or sops, giving each agent its own blast radius and optional prompt auth. macOS and Linux.
secrets1passwordsopssecuritylauncher
by JacobStephens2 Aug 7, 2026 7/10
app GitHub
Select real files from your codebase, optionally add web search or deep research, and run inference on an always-on home workstation to refine prompts. Remote-first by design.
promptsoptimizationself-hostedremote
by PatrickDev-it Aug 7, 2026 5/10
app GitHub
A local-first CLI that runs 13 analyzers plus your own checks over AI-written code within a defined scope, and emits signed receipts for what passed. Deterministic by design, so it is a gate rather than another opinion.
verificationclistatic-analysislocal-firstreceipts
by CodeTruss Aug 7, 2026 6/10
app GitHub
A Kanban view over Claude Code sessions running in herdr, doubling as a control surface for them. Requires herdr, so its usefulness depends on that setup.
kanbandashboardsessionsherdr
by neptunix Aug 7, 2026 5/10
app Reddit
Formerly Claude Cockpit, an open-source tool for managing many bash sessions and agents without the constant cd battle. Supports local models and OpenRouter-linked models alongside Claude Code, with reporting on top.
harnesssessionsopen-sourceopenrouterlocal-models
by Novaworld7 Aug 7, 2026 6/10
app Reddit
CLAUDE.md and auto memory keep project context inside Claude Code. Walrus Memory persists that memory across sessions and makes it readable from Codex, Cursor, Antigravity, or your own agent, added in two commands.
memoryportabilitycross-toolcontext
by Useful-Bus-479 Aug 7, 2026 5/10
app GitHub
A Telegram assistant built on the Claude Code CLI with no API key required, handling voice, images, files, and terminal access. Documentation is in Uzbek and Russian.
telegramassistantclivoicemobile
by sherxonake Aug 7, 2026 6/10
app GitHub
A Roslyn-based static analyzer that restructures .NET 10 C# for easier consumption by Cursor and Claude Code, with the side benefit of lowering cognitive load for humans. Unusual angle, since it lints for the reader rather than the compiler.
csharproslynlinterdotnetreadability
by RalfHuesing Aug 7, 2026 6/10
app GitHub
A local dashboard covering Claude Code, Codex, and other AI developer tool usage, with no data leaving your machine. Straightforward if you want the numbers without a hosted service.
usagedashboardprivacylocal
by Super-ZT Aug 7, 2026 6/10
app GitHub
A self-hosted platform for managing a fleet of agents. Relevant if you have moved past running one or two sessions on a laptop.
fleetself-hostedmanagementorchestration
by matty-v Aug 7, 2026 6/10
app GitHub
An always-on companion that records the decisions you make and how they change over time, using SQLite plus transformers.js embeddings entirely on your machine. Decision history rather than a flat fact store.
memorysqliteembeddingslocal-firstdecisions
by jungjaehoon-lifegamez Aug 7, 2026 6/10
app GitHub
Filesystem As An AI Handler reuses your existing AI agent subscription by exposing it through plain text files on the filesystem. Any tool that can write a file can now talk to your agent.
filesystemintegrationunixsubscription
by sebastiancarlos Aug 7, 2026 6/10
app GitHub
A context layer for AI coding agents that verifies structure before feeding it to the model, with a claimed 50-90 percent reduction in token spend. Worth benchmarking against your own workload before trusting the headline number.
contexttokenscostverification
by rynald0cst0ltziam Aug 7, 2026 6/10
app GitHub
Native macOS menu bar apps tracking Codex and Claude Code token usage, quota, cache efficiency, cost, and active tasks. Cache efficiency is the metric most similar trackers leave out.
macosmenubartokensquotacache
by prefect12 Aug 7, 2026 5/10
app GitHub
A macOS panel that lists every running Claude Code session and jumps straight to the iTerm2 window hosting it. Solves the problem of losing track of which terminal tab holds which agent run. Useful if you routinely keep several sessions going at once.
session-managementmacositerm2productivity
by leonardo-bolanos Aug 7, 2026 6/10
app GitHub
Stores issues in git and derives readiness, topological order and demand-based ranking from a real dependency graph. The agent and the human both get an answer to 'what should I work on next' without a separate tracker service. No server or database needed.
issue-trackergitdependency-graphplanning
by leonkacowicz Aug 7, 2026 7/10
app GitHub
An OpenAI-compatible proxy that drives the real claude CLI underneath, so any OpenAI-speaking client runs against a Claude Max/Pro subscription with no API key. Existing clients need no code changes — just point them at the local endpoint. Note that routing subscription access through third-party clients may conflict with Anthropic's terms.
proxyopenai-compatiblecliintegration
by ravencloak-org Aug 7, 2026 8/10
app GitHub
Maps a task into a graph of how Claude would decompose it, then shows how skills, plugins and MCP servers collapse parts of that graph. Makes the value of a given piece of tooling visible instead of assumed. A diagnostic tool for people tuning their setup.
visualizationworkflow-analysismcpplugins
by tahirzlone Aug 7, 2026 6/10
app Reddit
An IDE built around the idea that the editor backend can live on any remote machine while the frontend runs natively on your laptop. The motivation was not wanting to leave a laptop open for long agent runs. Relevant to anyone running unattended Claude Code sessions.
ideremoteself-hostedagents
by Frenchie4111 Aug 7, 2026 5/10
app GitHub
Organizes your agent skills centrally and links the right subset into each project for the right CLI using symlinks instead of copies. Avoids the usual drift between duplicated skill folders. Useful once your skill collection outgrows a single directory.
skillssymlinksorganizationmulti-cli
by Blairastragalar633 Aug 7, 2026 7/10
app GitHub
Propagates file edits to a teammate's checkout within seconds, so two people (or two agent sessions) see the same working tree. Removes the commit-push-pull round trip for tight collaboration. Worth a look for pair-driving agents across machines.
synccollaborationrealtime
by amsultan2010 Aug 7, 2026 5/10
app GitHub
A local dashboard that tracks Claude Code usage and costs, and lets you approve pending tool calls remotely from a phone. Means an unattended session can pause for permission instead of failing. Useful for long runs you monitor away from the desk.
monitoringdashboardmobilepermissions
by sharinectarous449 Aug 7, 2026 7/10
app GitHub
Reverse-engineers macOS and iOS app workflows into state graphs so an agent navigates from remembered structure rather than re-screenshotting each step. Cuts the token cost and latency of visual GUI automation. An interesting alternative to screenshot loops.
gui-automationmacosiosstate-graph
by bettersilvanus849 Aug 7, 2026 6/10
app GitHub
An open-source Claude Code plugin that runs review quality comparable to /review locally, before the PR exists, with extra checks aimed at the kind of mistakes AI-written code makes. Keeps review feedback out of the public PR thread. Free and self-hosted.
code-reviewpluginpre-commitquality
by Vyttle-LLC Aug 7, 2026 7/10
app GitHub
A small Windows system tray app showing how much of your Claude 5-hour window and weekly limit is left. No terminal command needed to check. Fills a gap for Windows users, where most usage trackers are macOS-first.
usagewindowsquotamonitoring
by sergeiown Aug 7, 2026 6/10
app GitHub
A collection of Claude Code plugins bundling specialized agents, skills and commands for development workflows. Installable as a marketplace rather than copied file by file. Worth browsing for ready-made pieces before writing your own.
pluginsmarketplaceagentscommands
by sgaunet Aug 7, 2026 6/10
app GitHub
Summarizes a week of AI coding sessions into a shareable report, with every claim verified against git history so it can't overstate what shipped. Private by default. Built spec-first from its own issue tracker, which doubles as a worked example.
reportinggitproductivitytransparency
by BryceEWatson Aug 7, 2026 7/10
app Reddit
Sits between Claude Code and the provider, using passthrough for Anthropic-Messages-compatible backends (Kimi, DeepSeek, GLM, OpenRouter) and translation for OpenAI-compatible ones. Your MCP servers, skills, hooks, CLAUDE.md and plugins stay put — only the model changes. The author's point is that the setup, not the API, is the real switching cost.
proxymulti-modelopenrouterbyom
by Ok_Insurance_919 Aug 7, 2026 7/10
app GitHub
Open-source plugin for Italian 'regime forfettario' freelancers: computes substitute tax, INPS contributions, advance payments and deadlines, with citations for each answer. The citation requirement is what makes it usable for something with legal consequences. Italian-language.
taxitalypluginfinance
by mikececco Aug 7, 2026 6/10
app GitHub
An SEO workstation combining an agent swarm, a tool-running chat assistant, a git-branch site editing bridge, and a hypothesis-then-verify loop. Runs on a Claude subscription rather than metered API spend. Unusual for its Russian-search coverage (МПК, ИКС, Нейро/Алиса).
seoyandexagent-swarmmarketing
by taneltro0t-hue Aug 7, 2026 6/10
app GitHub
Collects anonymized Claude Code billing data across contributors to build community-level cost models. Individual users get their own analysis; the aggregate answers what typical usage actually costs. Opt-in by design.
usagecostanalyticscommunity
by cnighswonger Aug 7, 2026 5/10
app GitHub
Tracks your Claude usage in real time alongside Anthropic service status, so a slowdown can be attributed to an outage rather than your own limits. Lightweight and local. One of several usage trackers — pick on platform fit.
usagemonitoringstatus
by nockawa Aug 7, 2026 5/10
app GitHub
Two scheduled Claude Code sessions a day screen stocks and place real Robinhood orders through an Agentic Trading MCP, gated by mechanical risk rules. Runs on a Claude Pro subscription with no metered API spend. Real money is at stake and the author explicitly disclaims financial advice — treat as an architecture reference, not a recommendation.
tradingmcpautomationscheduled-sessionsfinance
by YizhiSong Aug 7, 2026 7/10
app GitHub
Breaks a session down into tool execution, model think-time, stalls and time waiting on you, via a terminal explorer and a shareable HTML report. Reads local transcripts only — nothing leaves the machine. Good for finding out whether the agent or the human is the bottleneck.
profilingsessionsanalyticslocal-only
by seyonv Aug 7, 2026 7/10
app GitHub
Agents write schema-enforced findings, learnings and decisions into a git-versioned store that humans review before it becomes canon. The schema keeps entries queryable instead of degrading into freeform notes. Addresses the recurring problem of agent knowledge dying with the session.
memoryknowledge-basegitreview
by simonpokorny Aug 7, 2026 7/10
app GitHub
Plugins that let AI coding assistants drive SAP GUI, bringing agent automation to a stack that usually resists it. Narrow domain but a large one. Worth knowing about if you work anywhere near SAP.
sapgui-automationenterpriseplugins
by sapdev-ai Aug 7, 2026 6/10
app GitHub
A plugin marketplace whose flagship 'audit' plugin runs a manifest-driven audit and fix pipeline with plan-first and TDD gates enforced by deterministic hooks rather than prompt suggestions. Token spend is attributed to specific phases and tasks, and the run produces a shareable HTML report. Zero dependencies.
pluginsaudittddhooksreporting
by AleksandarBisevac Aug 7, 2026 7/10
app GitHub
Maintains a live map of your codebase using real call graphs with compiler-verified edges, plus hard safety gates on the write path. Aims to replace the agent's guessed model of the code with a checked one. The verification step is what distinguishes it from grep-based context tools.
code-graphstatic-analysiscontextsafety
by Eilodon Aug 7, 2026 7/10
app GitHub
A macOS menu bar app rendering each Claude Code session as an oven in a Papa's Pizzeria style counter — what's cooking, what's blocked, what's done, and how full each context window is. The game metaphor makes parallel session state readable at a glance. Genuinely useful if you run many sessions.
monitoringmacosmenu-barsessions
by Whittle777 Aug 7, 2026 6/10
app GitHub
A Go tool that assesses a repository and places it on the AI Codebase Maturity Model, showing what's missing before agents can work effectively in it. Turns 'our codebase isn't agent-ready' into a specific list. Useful as a before-and-after measure.
assessmentmaturity-modelgolangreadiness
by sroberts Aug 7, 2026 7/10
app GitHub
An open-source runtime that pairs your machine with Claude Code, Copilot, Gemini, Cursor and others, then executes tasks dispatched from the CTRL NODE dashboard. Work runs locally while control lives in the browser. Useful for kicking off runs away from the terminal.
runtimedashboardmulti-cliremote
by ctrlnode-ai Aug 7, 2026 6/10
app Reddit
Built after Claude Remote Control proved flaky and cloud environments felt too constrained: Claude runs inside a persistent cloud workspace the author controls, reachable from a phone. The workspace outlives the machine that started the session and can host more than Claude. Aimed at mobile-first agent work.
mobilecloudremoteworkspace
by MostBlood7319 Aug 7, 2026 5/10
app GitHub
Uses AI vision to let agents see and test user interfaces during development instead of relying on selectors alone. Aims at the gap where a UI is technically rendered but visibly wrong. Early-stage but a real problem.
ui-testingvisionqaautomation
by frankbria Aug 7, 2026 6/10
app GitHub
A curated index of Claude Code and Agent Skills projects where every entry is re-checked daily, and anything archived, deleted or ninety days quiet gets flagged and delisted. Solves the link-rot problem that afflicts static awesome-lists. The freshness guarantee is the whole point.
directoryskillscurationindex
by pjdurden Aug 7, 2026 7/10
app GitHub
A fully local code intelligence engine built for coding agents: it resolves impact ('what breaks if I change this') and locates the right file without a grep-and-read crawl, claiming 99.4% fewer tokens. No GPU and no upload - the index stays on your machine.
code-intelligencetoken-efficiencylocal-firstindexing
by sait-turanalp Aug 6, 2026 8/10
app GitHub
Keeps per-repository notes that survive across sessions, records outcome telemetry, and gates success claims behind actual test evidence - including remembering the changes you reverted. Projects its context through MCP and AGENTS.md so other coding tools can read it. Local-only, stdlib runtime.
memorytelemetryverificationlocal-first
by sara-star-quant Aug 6, 2026 7/10
app GitHub
Puts 5-hour and 7-day usage plus reset times for a shared Claude account directly in the Claude Code status line. Useful when several people draw down the same quota and need to see what is left before starting a long run.
status-lineusagequotateams
by lrashhcad-hub Aug 6, 2026 6/10
app GitHub
A GTK terminal that stacks sessions as vertical tabs down the left side - shells, serial consoles, AI CLIs, notes, and remote logins in one window. The vertical layout scales better than horizontal tabs when you keep many agent sessions open at once.
terminalgtktabslinux
by ChrisLi826 Aug 6, 2026 5/10
app GitHub
Agents write team knowledge as markdown that lives in your repo, so it goes through pull request review like any other change and gets checked for staleness over time. Works with Claude Code, Cursor, and Codex.
documentationknowledge-basemarkdownpull-requests
by Fenriuz Aug 6, 2026 7/10
app GitHub
A single command that prevents credentials and secrets from reaching an LLM. Tool-agnostic - it covers Claude Code, Cursor, Copilot, Windsurf, and anything else you point it at.
securitysecretsprivacyguardrails
by opena2a-org Aug 6, 2026 7/10
app GitHub
Gives coding assistants the thing they normally lack on JVM projects: method signatures, parameter names, and Javadoc from inside Maven JARs, resolved in about 0.2 seconds. Fills the gap where an agent can read your source but is blind to your dependencies.
javamavencode-intelligencejvm
by auver Aug 6, 2026 7/10
app GitHub
A Claudian fork that brings Claude Code, Codex, Grok, OpenCode, Oh My Pi, and Pi into an Obsidian vault. Useful if your notes are already the place you think, and you want the agent to work where the context lives.
obsidiannotesmulti-agentintegration
by lee259 Aug 6, 2026 6/10
app GitHub
A Windows batch tool that switches Claude Code between 11 MiniMax-compatible providers with a double-click. Keys are stored locally with zero telemetry, no install required. AGPL-3.0.
windowsapi-keysprovider-switchingconfig
by lokesiu Aug 6, 2026 5/10
app GitHub
Tracks whether Claude's 2x usage promotion is currently active, with a live countdown and simple API checks. A small utility for timing heavy sessions against the bonus window.
usagequotamonitoringcountdown
by Outofsight-treasuryobligations81 Aug 6, 2026 5/10
app GitHub
Runs on your own machine against the Claude subscription you already have - no API key, no cloud, no telemetry - and acts as a chief of staff over your WhatsApp. A good example of pointing a local agent at a personal messaging surface.
whatsappassistantlocal-firstprivacy
by RSTjordan Aug 6, 2026 7/10
app GitHub
Third-generation successor to no-look-pass, handling session continuity and project-lifecycle control so long-running Claude Code work is not lost between sessions. The aviation metaphor runs throughout: trust the tower, never lose a session.
session-managementcontinuitylifecyclerecovery
by Robot-Friends-Community Aug 6, 2026 6/10
app GitHub
Browses available Claude Code plugins, links marketplaces, and installs what you pick - replacing the manual repo-hunting step. Useful if you sample plugins often enough that install friction matters.
pluginsmarketplaceinstallerdiscovery
by triune-contemplation240 Aug 6, 2026 5/10
app GitHub
Indexes, queries, validates, and graphs markdown documents that carry YAML frontmatter, with lifecycle management for plans, ADRs, and RFCs. Adds Notion sync and AI-generated summaries, and ships as both a CLI and a Claude Code plugin.
markdownadrdocumentationnotion
by reowens Aug 6, 2026 7/10
app GitHub
A macOS menu bar app showing remaining Claude Code and Codex quota with reset countdowns and burn-rate projection, so you can see whether a long session will finish before the limit. Also holds a local prompt queue.
macosquotamenu-barmonitoring
by danieldrinhausen Aug 6, 2026 7/10
app GitHub
A contact and relationship system your agent can actually operate: five Dunbar circles for structure, CSV as source of truth, and the filesystem as the schema. Deliberately plain formats so an LLM can read and edit it directly.
crmpersonalcsvai-native
by Astralune-ai Aug 6, 2026 5/10
app GitHub
Keeps every endpoint, API key, and model in one place and switches the active provider in a click, with a latency probe so you can check a provider before committing to it. Atomic writes and rolling backups protect your config files. Python plus Next.js in a native OS webview.
provider-switchingapi-keysdesktopconfig
by U-C4N Aug 6, 2026 6/10
app GitHub
Produces, self-reviews, and renders knowledge-driven talking-head videos using Remotion, with the whole pipeline running locally. The self-review pass is the interesting part - the agent critiques its own output before rendering.
videoremotionlocal-firstcontent
by SeanLab612 Aug 6, 2026 5/10
app GitHub
Measures a specific failure mode: the agent runs the test suite, then the outcome never makes it into the transcript. Turning that into a countable metric is a sharp way to catch agents quietly papering over failures.
testingintegritymetricsverification
by sjh9714 Aug 6, 2026 7/10
app GitHub
Three deliberately unrelated Claude Code plugins bundled together: guided branch review, context hygiene, and session status shown in the terminal tab or announced by audio.
pluginscode-reviewcontextstatus
by Malo-T Aug 6, 2026 5/10
app GitHub
Syncs Claude Code sessions, memory, plugins, and project settings across machines so you can switch between a Mac and a Windows box mid-task and pick up where you left off.
syncsessionscross-platformmemory
by bodymassindexdacoit284 Aug 6, 2026 7/10
app GitHub
Coordinates concurrent agents with leases, shared state, and atomic claims so two agents never grab the same task, and work is recoverable if one crashes mid-claim. The primitives are the classic distributed-systems answer applied to agent fleets.
multi-agentcoordinationleasescrash-recovery
by harshramg5007 Aug 6, 2026 7/10
app GitHub
A research proof-of-concept wiring Odrzywolek's EML (Exp-Minus-Log) primitive into Claude Code as a tool-use capability, reporting 21/21 on a math benchmark and 8/8 on a Riemann Hypothesis sub-investigation. Niche, but a clean example of exposing a specialised numeric primitive as a tool.
mathtool-useresearchbenchmarks
by ElMatiOfficial Aug 6, 2026 5/10
app GitHub
Wakes Claude Code sessions running in iTerm2 on a schedule, via CLI or an interactive menu, with zero dependencies. Small and single-purpose - useful for keeping long unattended runs from stalling.
iterm2macosautomationscheduling
by vali-m Aug 6, 2026 5/10
app GitHub
A context runtime plus a set of portable plugins that work across both Codex and Claude Code, so your context setup does not have to be rebuilt per harness.
contextpluginsportableruntime
by Jztice5 Aug 6, 2026 5/10
app GitHub
A self-hosted remote terminal for iPhone, iPad, and the browser that attaches to tmux, letting you run Claude Code, Codex, or any CLI agent from anywhere. Free for a single server.
remotemobiletmuxself-hosted
by dualface Aug 6, 2026 7/10
app GitHub
A self-hosted archive of every Claude Code conversation, scrubbed of secrets and made searchable. Framed around the premise that your agent wakes with no memory of yesterday - this is the tape you hand it.
archivesearchhistoryself-hosted
by michelabboud Aug 6, 2026 7/10
app GitHub
A Docker-based sandbox for running coding agents in isolation, so an agent with broad permissions cannot reach past the container into your real environment.
dockersandboxisolationsecurity
by davxy Aug 6, 2026 6/10
app GitHub
Sound and desktop notifications telling you when Claude Code is done, stuck, or waiting on an answer. Windows-specific, which fills a real gap since most such tools target macOS.
windowsnotificationsalertsux
by AkiraWebs Aug 6, 2026 6/10
app GitHub
An evaluation harness aimed at the layer above the model - testing the agent harnesses themselves rather than raw model output. Relevant if you maintain several agent setups and need to compare them systematically.
evaluationbenchmarksharnesstesting
by unohee Aug 6, 2026 6/10
app GitHub
A terminal multiplexer built specifically for Claude Code that splits the stream: conversation on the left, code changes on the right. Solves the common complaint that diffs get buried in narration.
terminalmultiplexerdiffsux
by CodingEnjoyer Aug 6, 2026 7/10
app GitHub
Lets Claude Code drive the adrplus CLI in plain language, so you can create and update Architecture Decision Records by describing what you decided instead of memorising command syntax.
adrarchitecturedocumentationcli
by FRACerqueira Aug 6, 2026 6/10
app GitHub
A local-first proxy that runs Claude Code against other LLM providers without rebuilding your setup: verified provider profiles, OAuth device-flow login, failover, and content-aware routing. The per-model compatibility doctor is the standout - it tells you honestly what breaks on each model.
proxyprovidersfailoverrouting
by Fanfulla Aug 6, 2026 7/10
app GitHub
Shows Claude Code state in the terminal tab itself using distinct glyphs, alongside the conversation name and a bar colour unique to each session. Makes it obvious at a glance which of several tabs is waiting on you.
terminalstatusvisualsessions
by fguinez Aug 6, 2026 5/10
app GitHub
Stores decisions, context, and session history as a graph so it persists across conversations, with no dependence on a specific model or harness.
memorygraphpersistencecontext
by Shweta-Mishra-ai Aug 6, 2026 6/10
app GitHub
Runs alongside a CLI coding agent providing diffs, file trees, conversation history, and task management via td. Complements the terminal session rather than replacing it.
uidiffstaskscompanion
by marcus Aug 6, 2026 7/10
app GitHub
Handles EU AI Act compliance work inside Claude Code: system classification, DPIAs, vendor assessments, and evidence packs. DACH-first, from Lexbeam Software.
complianceeu-ai-actgovernancelegal
by lexbeam-software Aug 6, 2026 6/10
app GitHub
Searches and manages AI coding sessions locally with full-text search spanning seven different tools. Useful once your history is split across Claude Code, Codex, and others and you cannot remember where a conversation happened.
searchsessionshistorylocal-first
by Unstable-ascendingartery75 Aug 6, 2026 7/10
app GitHub
An always-on-top window showing Claude and Codex subscription quota, reading locally from your own CLI credentials. Releases are verifiable and nothing is phoned home.
quotamonitoringprivacydesktop
by cipherpine Aug 6, 2026 6/10
app GitHub
Add-ons that smooth the rough edges of running Claude Code inside Docker Sandboxes - the practical fixes you end up writing yourself after a week of sandboxed sessions.
dockersandboxtoolingdevops
by jsimecek Aug 6, 2026 6/10
app Reddit
SKI runs speech recognition and synthesis locally and talks to Claude Code through plain files in the project. Its review mode is the point: the transcript lands in an editable bubble and nothing reaches the agent until you confirm - because a misheard filename becomes a file edit rather than a typo in a text box.
voicespeech-to-textlocal-firstsafety
by Particular_Luck80 Aug 6, 2026 6/10
app Reddit
A free, open-source agent that turns Claude Code into a video editor. Newly launched and the authors are asking for feedback.
video-editingopen-sourceagentmedia
by sab8a Aug 6, 2026 7/10
app Reddit
Reads the JSONL sessions Claude Code already writes to ~/.claude/projects plus a log where you jot one line whenever something annoys you, finds what actually repeats, and proposes a single config change you approve into one easily reverted commit. Also detects a new model generation and suggests updating model-specific sections.
claude-mdpluginsessionsautomation
by wraithyyy Aug 6, 2026 7/10
app Reddit
An MIT-licensed launcher around the unmodified Claude Code CLI - not a wrapper, fork, or proxy. Adds per-project profiles remembering model, flags, startup commands and env vars, a live status bar with context and reset times, auto-continue when your limit resets, and voice alerts. Windows, Mac, and Linux.
launcherprofilesstatus-barquota
by PutFun1491 Aug 6, 2026 6/10
app Reddit
A monitoring product that only proves itself when something else is broken had an awkward testing problem: every failure it watches for lives behind third-party APIs. Rather than assembling Mockoon or WireMock with proxy settings and routing rules, the team built a failure simulator with Claude Code.
testingsimulationmonitoringsaas
by Sad_Egg_2313 Aug 6, 2026 6/10
app Reddit
Reads the JSONL sessions Claude Code already writes and draws a git-style tree of every run: which subagent ran, what it decided, attempts burned, which runs merged and which stopped. No hooks and nothing inside your agent loop, so in-flight runs are unaffected; the event log is content-free and whitelist-validated. Python 3.9+, no dependencies, MIT.
subagentsvisualizationsessionsobservability
by New-Salad3672 Aug 6, 2026 7/10
app GitHub
A usage monitor for Claude Code and Codex that tracks quota, rate-limit windows and token consumption. Ships both a terminal CLI and a graphical mode, with a bilingual English/Chinese interface. Useful if you juggle subscription limits across two assistants.
usagemonitoringcliguicodex
by zhuchenxi113 Aug 5, 2026 6/10
app GitHub
A Rust and Tauri menu-bar app that surfaces every running Claude Code session so none sits blocked waiting on your input. It is event-driven off Claude Code's native hooks, and lets you see, hear and reply to agents from one place. Fully local, no server component.
macostaurirusthookssession-management
by Sergey-Chernyshev Aug 5, 2026 8/10
app GitHub
An IntelliJ IDEA plugin for authoring skills for Claude, Codex and Gemini directly inside a project. Provides creation scaffolding and validation without leaving the IDE. The JetBrains counterpart to the same author's VS Code plugin.
intellijjetbrainsideskillsvalidation
by spmisha134 Aug 5, 2026 6/10
app GitHub
An unofficial recreation of the Filament PHP admin panel using Claude's design language, with 78 React components and design tokens. Includes a full click-through panel demo. Not affiliated with the Filament core team.
filamentdesign-systemreactuicomponents
by Hussam3bd Aug 5, 2026 5/10
app GitHub
A self-hosted dashboard that parses the JSONL transcripts Claude Code already writes to show tokens, cost, prompts, sessions, tool calls and failures. An optional HTTP-hook feed adds a live view of the current session. No extra instrumentation required.
dashboardusagetranscriptshooksmonitoring
by alihassanml Aug 5, 2026 7/10
app GitHub
Manages terminal sessions across Claude Code, Codex, Cursor, Pi and OpenCode from one interface. Solves the common problem of losing a sprawl of agent tabs to a restart. Single tool rather than per-agent scripts.
terminalsessionstmuxclimulti-agent
by Subhransu-De Aug 5, 2026 7/10
app GitHub
A local pipeline that builds architecture maps, hotspot rankings and change-impact analysis before an agent starts editing, then gates structural regressions afterward. Rust core built on ripgrep plus several analysis tools. Aims to give agents real structural context instead of grep results.
rustcode-intelligencearchitecturegatesanalysis
by 2233admin Aug 5, 2026 7/10
app GitHub
An MLX-native server that speaks the Anthropic API so Claude Code can talk to local models like Qwen, Llama and Gemma instead of the cloud. Reports roughly 65 tokens per second on large local models. Built for airgapped NDA, legal and healthcare work.
local-llmmlxapple-siliconofflineprivacy
by nicedreamzapp Aug 5, 2026 8/10
app GitHub
Scans a repository for the things that mislead or hijack a coding agent: prompt-injection sinks, leaked secrets, and documentation that contradicts the code. Supports Claude Code and Cursor. Positions agent integrity as a distinct problem from ordinary static analysis.
securityprompt-injectionsecretsscanneraudit
by lapointelabs Aug 5, 2026 8/10
app GitHub
A SwiftUI menu app tracking Claude and Claude Code usage windows across multiple accounts, alongside Codex rate limits and Vertex AI token spend. Shows live reset countdowns and keeps local usage history. Local-only with no analytics.
macosswiftuiusagelimitsdashboard
by mreza0100 Aug 5, 2026 7/10
app GitHub
A self-hosting IDE for agent-driven development — the tool is developed using itself. Details are thin in the README, so treat it as early-stage. Interesting mainly as a bootstrapping experiment.
ideagentsself-hostingexperimental
by get-bb Aug 5, 2026 6/10
app GitHub
A two-pane terminal file manager written in Rust with an AI agent in the side pane. The novel bit is that the agent can query the file commander's own state rather than shelling out blindly. A different take on putting an agent in a TUI.
rusttuifile-manageragentterminal
by Tripstack-Corp Aug 5, 2026 6/10
app GitHub
A small Windows system-tray utility that displays current Claude Code and Codex usage limits at a glance. Fills the Windows gap left by the many macOS-only usage monitors. Minimal by design.
windowstrayusagelimits
by nowrap Aug 5, 2026 6/10
app GitHub
An open-source platform for running agent bundles behind real channels, starting with Slack. The same bundle runs locally and on Kubernetes, and ships with git push. Aimed at teams who want agents in production without a vendor.
self-hostedslackkubernetesdeploymentopen-source
by curie-eng Aug 5, 2026 7/10
app GitHub
Indexes your local session transcripts so you can search everything you have ever done in Claude Code. Native macOS app, so search is fast and stays on-device. Overlaps with claude-find but favors browsing over resuming.
macossearchtranscriptssessionsindexing
by kasparovabi Aug 5, 2026 7/10
app GitHub
An open-source tracker for AI coding usage across platforms, showing limits, reset times and spend in one place. Cross-platform rather than macOS- or Windows-only. Another entry in a crowded usage-monitor field, distinguished by portability.
usagelimitstrackercross-platformopen-source
by deviffyy Aug 5, 2026 6/10
app GitHub
Build automations with Claude Code, then run them locally under your own API keys with real schedules and webhooks. Open source and desktop-first, so nothing needs to live in someone else's cloud. Bridges the gap between one-off agent runs and scheduled production jobs.
desktopautomationscheduleswebhooksopen-source
by Clarittyai Aug 5, 2026 7/10
app GitHub
A plugin marketplace maintained by 5dive, centered on agent-channel integrations. The headline plugin bridges Claude Code to Telegram. Small but a working example of running your own marketplace.
pluginsmarketplacetelegramintegrations
by 5dive-ai Aug 5, 2026 5/10
app GitHub
Analyzes local session logs to report token spend, context-window pressure, files touched and cost. Runs entirely on your machine with no upload step. Emphasis on which files consumed the budget, not just totals.
analysistokenscostsessionslocal-first
by dosu-ai Aug 5, 2026 7/10
app Reddit
A Tauri and Rust overlay that lives at the cursor instead of being another window, with sub-15ms local audio transcription and a Ctrl+Right-Click snippet menu. Most of the implementation was done in Claude Code. The author offers to walk through the workflow.
taurirustwindowsoverlaytranscription
by Naikoshu Aug 5, 2026 6/10
app Reddit
Screens inbound email before an agent reads it: strips hidden text, scans for prompt injection, and hands over structured JSON instead of a raw body. The design premise is that an agent's inbox is a trust boundary, not a pipe. The write-up focuses on the alternating build-then-attack development loop.
securityprompt-injectionemailagentsworkflow
by HappyCorner4565 Aug 5, 2026 7/10
app Reddit
An open-source browser UI whose stated spec is parity: permission prompts, slash commands, shell passthrough, session resume and model switching all behave exactly as in the terminal, including the ugly parts. Nothing the agent says or does is hidden. Parity-first is a meaningfully different stance from most Claude Code GUIs.
browseruiopen-sourcefrontendparity
by MirafoldHQ Aug 5, 2026 8/10
app GitHub
A Claude Code plugin (not a separate harness) that adds persistent memory, configurable personality, and messaging integrations for WhatsApp, Telegram, and Discord, plus a service mode for always-on 24/7 agent runs. Imports configuration from OpenClaw, making it easy to bring existing persistent-agent setups into Claude Code.
pluginpersistent-agentmessaging
by crisandrews Aug 5, 2026 7/10
app GitHub
A lightweight Windows system-tray app that shows usage-limit meters for Claude Code, Codex, GitHub Copilot, and Google Gemini in one place. Handy for anyone juggling multiple AI coding subscriptions who wants an at-a-glance view of remaining quota.
appusage-trackingwindows
by VladiKogan Aug 5, 2026 6/10
app Reddit
A Reddit post highlighting QM, an agent harness recently open-sourced by Y Combinator, which integrates with Claude Code using just Node, Postgres, and a single init command. Notably, the OP says you can hand the repo to Claude Code itself to set up the harness, and is soliciting community feedback on real-world use.
harnessdiscussion
by Due-Cup9574 Aug 5, 2026 5/10
app GitHub
A self-hosted harness for driving AI coding agents remotely from a phone, letting you kick off or monitor coding sessions away from your desk. Description is brief, so exact Claude Code integration details are not fully clear yet.
appremoteself-hosted
by alp82 Aug 5, 2026 5/10
app GitHub
Indexes the memory, rules, and instructions that Claude Code, Codex, Cursor, and Gemini have written locally, then carries the durable parts to every agent so context is not siloed per tool. Local-first and MIT licensed, useful for anyone running multiple coding agents on the same machine.
appmemorycross-tool
by docmancer Aug 5, 2026 7/10
app GitHub
Brings a Claude AI assistant sidebar into LibreOffice Writer, built on the Claude Agent SDK using an existing Claude Code login rather than a separate API key. A novel integration bringing agentic AI assistance into a mainstream office document editor.
applibreofficeagent-sdk
by jedbillyb Aug 5, 2026 7/10
app GitHub
A starter template plus scripts that scaffold and configure new Claude Code projects to a consistent standard, automating setup steps that are otherwise done by hand. Description is light on specifics of what the standard actually covers.
apptemplatescaffolding
by actarus314 Aug 5, 2026 5/10
app GitHub
Deploys 11 specialized development agents into Claude Code with a single install command, aimed at solo founders who need broad coverage across roles like product, engineering, and QA without a team. Open source and actively maintained.
appsubagentssolo-founder
by TheWayWithin Aug 5, 2026 7/10
app Reddit
A CLI that reads Cursor's state.vscdb, Claude Code's JSONL session logs, and Codex's rollout history among other formats, redacts secrets, and dumps it all into a local SQLite database to avoid re-explaining project context when switching agent tools. Read-only scan with local-only storage; the author notes recall accuracy and cross-project bleed are still being tested.
appmemorysession-history
by Silk_song11 Aug 5, 2026 7/10
app GitHub
Moira is a native Ubuntu desktop app that tracks Claude Code and Codex usage quotas and reset times in one place. It sends NTFY push alerts when you are approaching limits, filling a gap since most quota trackers target macOS only.
quota-trackerlinuxdesktop-app
by ThibSama Aug 5, 2026 6/10
app GitHub
A CLI tool (npm package) that measures how many tokens your AI coding agents actually consumed and lets you submit the total to a public leaderboard. Useful for comparing real-world usage patterns across tools and teams rather than relying on vendor marketing.
clitoken-trackingleaderboard
by arhxam Aug 5, 2026 6/10
app GitHub
glyphline sits in the macOS menu bar and shows your current Claude quota window usage plus what that usage would cost at API rates, even on subscription plans. Aimed at teams who want to see spend trending before they hit a wall.
macosquota-trackermenu-bar
by marco-scheffler Aug 5, 2026 6/10
app GitHub
A design toolkit for AI coding agents (Claude Code, Codex, Qwen) that composes layered HTML, offers a browser-based Figma-like review editor, and exports token-free pixel-perfect PNGs. Notable for explicit Vietnamese-text-safe rendering, a gap in many design tools.
designappexport
by hoangkimquoc Aug 5, 2026 6/10
app GitHub
An open-source control plane for running multiple AI coding agents from VS Code and MCP, with task DAGs, source intelligence, durable context, and evidence-based review. Targets teams juggling several models or agents on the same codebase.
mcpvscodeorchestration
by shrec Aug 5, 2026 6/10
app GitHub
A tool that drives your own coding agent to design mascots, icons, stickers, posters, and landing pages for a repo, with no embedded runtime required. A lighthearted but functional way to get branding assets without a designer.
brandinggenerativeapp
by l1veIn Aug 5, 2026 5/10
app GitHub
A testing tool for Phoenix LiveView apps that captures HTML during tests and runs it through Pa11y for WCAG compliance checks, with AI-friendly timeline analysis to help debug accessibility regressions. Niche to the Elixir/Phoenix ecosystem but fills a real gap in automated a11y testing there.
testingaccessibilityphoenix-liveview
by lessthanseventy Aug 5, 2026 6/10
app GitHub
A code database for Go that lets AI agents navigate, edit, and understand code by its structural elements (functions, types, calls) instead of by file and line number. Aims to make large Go codebases more tractable for agents that otherwise have to grep and read whole files for context.
appgocode-navigation
by justinstimatze Aug 5, 2026 6/10
app GitHub
Memsem is a local, one-command semantic memory layer for AI agents: it auto-writes durable facts, prioritizes them, detects and resolves contradictions, and supports semantic search. Runs fully offline with no dependency on a specific agent tool.
memorysemantic-searchlocal
by WindSeries69 Aug 5, 2026 7/10
app GitHub
A community leaderboard that ranks AI coding tool usage using real costs and token counts pulled from ccusage data, covering Claude Code, Codex, Gemini CLI and more. Submit your own stats with the npx viberank-cli command to see how your usage compares to others.
leaderboardusage-trackingccusage
by sculptdotfun Aug 5, 2026 7/10
app GitHub
A desktop app (macOS/Windows installers) providing a unified control panel across Claude Code, Codex, and the broader MCP ecosystem. Aimed at users managing multiple agent tools and MCP servers who want a single dashboard instead of juggling separate CLIs.
desktop-appmcpdashboard
by yeuxuan Aug 5, 2026 6/10
app GitHub
A shim that lets the Claude Code CLI talk to any OpenAI-compatible or Hermes LLM endpoint while keeping tool calling working. Useful for developers who want to keep the Claude Code CLI interface and workflow while pointing it at a different backend model.
llm-proxyopenai-compatibletool-calling
by papadiyer Aug 5, 2026 6/10
app Reddit
A Claude Code plugin from Hoop Labs that bundles three tools: a guardrails engine that blocks destructive commands before execution, a local scanner that flags personal data and secrets appearing in a session, and an output filter that trims noisy command results to save tokens. Installs via the plugin marketplace and runs on Mac/Linux (WSL on Windows).
pluginguardrailssecuritytoken-efficiency
by hoop-dev Aug 5, 2026 7/10
app GitHub
Mindvault captures Claude Code sessions, AI-summarizes them, and automatically injects relevant context back into new sessions at start-up. It also serves a searchable web UI for browsing past session history.
memorycontextweb-ui
by SUDO-GOAT7 Aug 5, 2026 7/10
app Reddit
Scans local Claude Code transcripts for corrections you've repeated to the assistant and surfaces each one with your own quotes as evidence, accept or reject with one key. Accepted corrections become skill files for Claude Code, AGENTS.md, or Cursor. Local-only, no account, MIT licensed.
skillstranscriptsself-improvementcli
by RipSpiritual3778 Aug 5, 2026 7/10
app GitHub
Gives AI coding agents memory, structure, and discipline through a knowledge graph, a Scrumban board, and an enforced engineering loop, aiming to make agent behavior more consistent across sessions.
memoryknowledge-graphproject-management
by kouroshez Aug 5, 2026 6/10
app GitHub
A dependency-free tool that cleans up the half-dead Claude Code agent sessions that accumulate on a Mac over time, packaged with the field procedure that led to building it.
macossession-managementcleanup
by Palo-Alto-AI-Research-Lab Aug 5, 2026 6/10
app GitHub
Spin up isolated, open-source environments where Claude Code, Cursor, and other coding agents can write code and deploy software without touching your local machine.
sandboxdeploymentisolation
by runtm-ai Aug 5, 2026 6/10
app GitHub
Tracks Claude Code, Codex, and Copilot CLI sessions running across every project on your machine, giving one place to see what agents are doing.
dashboardmonitoringsessions
by SadriG91 Aug 5, 2026 7/10
app GitHub
A keyboard-driven local orchestrator for managing multiple parallel coding-agent sessions at once.
orchestrationparallel-sessionskeyboard
by cstuncsik Aug 5, 2026 6/10
app GitHub
A project-centric terminal workspace that runs your shells, coding agents, editor, git, and notes side by side in one GPU-accelerated interface, without leaving the project.
terminalworkspace
by emullernl Aug 5, 2026 6/10
app GitHub
A single OpenAI-compatible API endpoint that fronts OpenAI, Anthropic, Gemini, Azure OpenAI, and Bedrock, letting you pick the provider via a model alias. Installs with a curl-to-bash bootstrap.
gatewaymulti-providerapi
by dylankyc Aug 5, 2026 6/10
app GitHub
An AI stack built around an agent hypervisor that automates tasks, builds a graph-powered wiki of your repo, answers questions, and searches across all your connected tools, accessible from browser, terminal, or API.
agent-hypervisorwikisearch
by bearlike Aug 5, 2026 6/10
app GitHub
Runs evidence-first audits over coding-agent repositories and explicitly supplied AI work logs, checking claims against what's actually recorded rather than taking summaries at face value.
auditevidencework-logs
by EnkiYouTube-ui Aug 5, 2026 5/10
app GitHub
A native, Rust-built, local-first knowledge graph engine for code and project artifacts, inspired by Graphify.
knowledge-graphrust
by crabbuild Aug 5, 2026 6/10
app GitHub
Orchestrates parallel Claude Code, Antigravity, or any CLI agent sessions in isolated git worktrees, with built-in diff review across sessions.
worktreeorchestrationparallel-sessions
by willink-oss Aug 5, 2026 7/10
app GitHub
A macOS desktop app (Tauri + Rust) for running, organizing, and resuming many terminal-based AI agent sessions in parallel.
macosterminalparallel-sessions
by Craigtut Aug 5, 2026 6/10
app GitHub
A pixel companion that lives on your macOS Dock, watches your coding agent sessions, decides whether something needs your attention, flags risky commands, and lets you approve or deny actions right from the pet.
macosmonitoringsafety
by Pieismath Aug 5, 2026 7/10
app GitHub
A local control plane for running autonomous research agents in real repos under human-approved scope, with live experiment tracking, evidence-backed results, and persistent project memory for Claude Code and Codex.
researchgovernanceexperiment-tracking
by JasonCodeMaker Aug 5, 2026 6/10
app GitHub
Lets AI agents perform QA testing on your macOS app in the background, with no synthetic input events and no stolen keyboard/mouse focus, so you can keep working while the agent tests.
macosqa-testingautomation
by thesepehrm Aug 5, 2026 7/10
app GitHub
A compact heads-up display that instruments your coding agent (Claude Code, Codex, OpenCode) while it works and shows the answer when it stops.
hudmonitoring
by adrida Aug 5, 2026 6/10
app GitHub
An agent built on the Anthropic Messages API that classifies K-12 edtech support tickets into structured, schema-validated records (category, priority, FERPA risk, sentiment, suggested response). Includes a React dashboard, an eval harness scored against hand-labeled ground truth, and a content-hash cache to control costs.
appstructured-outputsevalsdashboard
by erezende11 Aug 4, 2026 6/10
app GitHub
A Stream Deck plugin that displays Claude Code session and weekly usage limits directly on your Stream Deck.
appstreamdeckusage-monitoring
by saeedkolivand Aug 4, 2026 5/10
app GitHub
A Claude Code plugin that correlates the scene graph, console output, GL state, and rendered pixels into a single diagnostic loop for debugging three.js/GLSL rendering issues, plus a SHA-indexed visual regression test suite.
appthreejsglsldebugging
by propersloth Aug 4, 2026 7/10
app GitHub
An AI agent workbench focused on integrating and healing vendor API contracts with real production edits across multiple languages, producing live PRs rather than acting as a runtime SDK.
appapi-integrationagent-workbench
by hariharapanigrahy Aug 4, 2026 6/10
app GitHub
Baton is a deterministic tool that diffs the claims in a multi-agent memory file (CLAUDE.md/AGENTS.md) against actual git history to catch stale or false documentation. Useful for keeping agent instructions honest as a codebase evolves.
claude.mddrift-detectionagents.mdgit
by Ayinla10 Aug 4, 2026 7/10
app GitHub
A template repo for versioning your global Claude Code configuration (instructions, rules, hooks, persistent memory) in git, with optional cross-machine sync. Helps keep personal Claude Code setups reproducible and portable across machines.
configdotfilesclaude.mdsync
by iasolb Aug 4, 2026 6/10
app GitHub
Kelpie is a read-only dashboard that shows which of your local Claude Code sessions is waiting on you, useful when running many parallel agent sessions. Helps avoid babysitting terminals to find the one that needs input.
dashboardmulti-sessionmonitoring
by dkomlen Aug 4, 2026 7/10
app GitHub
A local proxy/bridge that lets Claude Code talk to Gemini 2.0 instead of Anthropic's API, claiming fixes for 401 handshake and tool-index collision errors seen in other bridges. Relevant to users experimenting with alternate backends for the Claude Code CLI.
proxygeminibridge
by arkalibaig Aug 4, 2026 5/10
app GitHub
Assay is an open framework for evaluating AI artifacts like skills, MCP servers, agents, and plugins — it inspects what's inside them, optionally sandboxes and runs them, judges the results, and publishes a verifiable report. Useful for vetting third-party skills/MCP servers before trusting them.
evaluationmcpskillssandboxtrust
by metahub-ai Aug 4, 2026 7/10
app GitHub
A statusline for Claude Code with color-graded styling. Minimal description but a straightforward UI customization for the CLI.
statuslineuicustomization
by carterptull Aug 4, 2026 5/10
app GitHub
git-cairn distills decisions, rejected alternatives, and invariants from your commit history into a git-native memory that's served back to the agent when relevant files are touched. Aims to give coding agents persistent project context without a separate memory database.
memorygitcontextagents
by YUNGC0DE Aug 4, 2026 6/10
app GitHub
tokimeter tracks usage and cost locally across Claude Code, Codex, Cursor, Grok Build, Hermes, opencode, Cline, and Copilot CLI, with no account or telemetry required. Useful for developers who want a unified, private view of their spend across multiple coding agents.
usage-trackingcostlocal-firstprivacy
by toshipepe Aug 4, 2026 7/10
app GitHub
A configurable floating dashboard for macOS and Windows that surfaces Codex and Claude Code session status, with StreamDock hardware controls for Codex. Useful for developers running multiple agent sessions who want at-a-glance status without switching windows.
dashboarduimulti-agent
by saheru Aug 4, 2026 5/10
app GitHub
An AWS sample showing an internal agent platform built on Amazon Bedrock AgentCore, combining interactive Claude Code cloud workspaces with headless agent kernels behind one portal — including publishing, scheduling, channels, memory, evals, and governance. Useful reference architecture for enterprises wanting to run Claude Code at scale on AWS.
awsbedrockagentcoreenterprisecloud
by aws-samples Aug 4, 2026 7/10
app GitHub
Converts a Claude Code session transcript into a single, dependency-free, offline-readable HTML file. Handy for reviewing, sharing, or archiving past sessions without needing network access or extra tooling.
session-viewertranscriptoffline
by alexxxtat Aug 4, 2026 7/10
app GitHub
hindcast is a local-first Mac app to browse, search, and replay every Claude Code session with a timeline scrubber, positioned as an alternative to ccusage for cost tracking. Useful for reviewing past agent work and understanding token/cost usage over time.
session-viewercost-trackingmacos
by karanb192 Aug 4, 2026 8/10
app GitHub
A caffeinate alternative that keeps a Mac awake, screen off, specifically while an AI coding agent like Claude Code is working. Useful small utility for anyone running long unattended Claude Code sessions who doesn't want the machine sleeping mid-task.
macosutilitycaffeinate
by ArangoGutierrez Aug 4, 2026 5/10
app GitHub
contextcost measures how many tokens a repository costs an AI coding agent to read, identifies what's wasting that budget, and lets you re-measure to prove savings after cleanup. Useful for teams optimizing repos for cheaper, faster agent context loading.
context-optimizationtokensmeasurement
by CAOShurong Aug 4, 2026 7/10
app GitHub
panevibe runs real CLI coding agents (Claude Code, Codex, or any open model) inside real PTYs from a single self-contained Rust binary. Useful for developers wanting a lightweight, dependency-free terminal harness to drive multiple agent CLIs.
terminalrustcli-harness
by brandonmlicea Aug 4, 2026 6/10
app GitHub
skill-radar is a daily-updated radar tracking new GitHub repos for AI agent skills, MCP servers, prompts, and other agent-native developer tools. Useful for staying on top of the fast-moving Claude Code / agent tooling ecosystem without manually trawling GitHub.
discoverydirectorymcp
by soarsky1991 Aug 4, 2026 7/10
app GitHub
A local-first macOS menu-bar app that tracks quotas, token usage, and API-equivalent cost across AI coding tools. Useful for developers who want an at-a-glance view of how much of their AI coding budget/limits they've used.
macosusage-trackingmenu-bar
by iklynow-hue Aug 4, 2026 6/10
app GitHub
A native Rust-built terminal UI for interacting with Claude Code. Useful for users wanting a lighter-weight or more customizable terminal front end than the default CLI experience.
terminal-uirustcli
by srothgan Aug 4, 2026 6/10
app GitHub
cimble provides project memory for Claude Code that progressively grows and automatically splits itself as it accumulates, aiming to avoid the single-bloated-CLAUDE.md problem. Useful for large or long-running projects where a static memory file becomes unwieldy.
memoryclaude-mdproject-context
by 34823 Aug 4, 2026 7/10
app GitHub
LianYaoHu runs Claude Code, Codex, or any coding agent inside a deny-default sandbox that only allows network egress through a VPN, using sandbox-exec+PF on macOS and Landlock/seccomp+iptables on Linux. Useful for developers who want strong isolation and controlled network access when letting an agent run autonomously.
sandboxsecuritynetwork-isolation
by madeye Aug 4, 2026 7/10
app GitHub
An open-source (MIT) wearable hardware terminal that lets you tap and speak to dispatch tasks to AI coding agents like Claude Code, OpenClaw, and Codex. Aimed at hands-free task dispatch away from the keyboard.
hardwarewearableopen-source
by Nexting-ai Aug 4, 2026 6/10
app GitHub
Captures the extended-thinking traces from Claude Code, Codex, Gemini, and Droid as a navigable, forkable tree so you can rewind, branch from any point, or inject facts mid-thought. Local-first and ships with an MCP server for integration.
mcpreasoninglocal-first
by nikolas-sapa Aug 4, 2026 7/10
app GitHub
A prompt-compression tool that reduces token usage by up to 70% before prompts reach the model, working across Claude Code, OpenAI, LangChain, OpenCode, Cursor, and other agent frameworks. Aimed at lowering API costs and speeding up responses.
prompt-engineeringcost-optimization
by francescopaolopassaro Aug 4, 2026 6/10
app Reddit
A Mac app that sits atop your local Claude Code CLI, first running parallel web research to sharpen a product idea into a concrete market position, then driving Claude Code slice-by-slice against that spec with automatic course-correction. Keeps a per-project .companion/ memory of decisions injected as a cached context block, and routes work across Haiku, Sonnet, and Opus by task.
orchestrationappmacos
by Known_Isopod_1581 Aug 4, 2026 7/10
app GitHub
A setup for iTerm2 that arranges multiple Claude Code sessions as panes in a single cockpit view, making it easier to monitor and manage several parallel agent sessions at once.
terminalmulti-agentiterm2
by igor-grubic Aug 4, 2026 6/10
app GitHub
A terminal multiplexer built with AI coding agents in mind, offering a remote web client so you can monitor and interact with agent sessions like Claude Code from a browser, not just a local terminal.
terminalmultiplexerremote-access
by VincentHanxiaoDu Aug 4, 2026 6/10
app GitHub
A tiny Arduino + OLED desk device (macOS) that displays which of your parallel Claude Code sessions needs attention and jumps you to it, cutting the cognitive load of babysitting multiple agent sessions. Personal/non-commercial license; an ESP32 Wi-Fi remote version is planned.
hardwaremulti-agentmacos
by vlgutv22 Aug 4, 2026 6/10
app GitHub
A terminal multiplexer built natively for Windows (no WSL2 required) with cross-pane communication designed for coordinating multiple AI coding agent sessions side by side.
terminalwindowsmulti-agent
by Sora-bluesky Aug 4, 2026 6/10
app GitHub
A self-hosted dashboard for managing multiple parallel Claude Code sessions, positioned as 'the helm, not the autopilot.' Automatically injects project memory into each session at spawn time so agents start with relevant context instead of rediscovering it.
parallel-sessionsmemoryself-hosteddashboard
by ninabot-ch Aug 4, 2026 7/10
app GitHub
A Three.js-based 3D interface for Obsidian that renders your vault as a 'code city' and lets you dispatch AI coding agents (Claude Code, Codex, Antigravity) to work on research quests, watching the agent fleet operate in real time. A novel visualization layer for orchestrating multiple agents against a personal knowledge base.
obsidianvisualizationmulti-agentsecond-brain
by Pardesco Aug 4, 2026 6/10
app GitHub
A macOS menubar app that shows how full each active Claude Code session's context window is, with configurable 60%/80% warnings per session. Handy for anyone running multiple concurrent sessions who wants to avoid surprise compaction or context overflow.
macosmenubarcontext-windowmonitoring
by volkermaxmeyer Aug 4, 2026 7/10
app GitHub
A Windows 11 app that presents a canvas of agent terminals (Claude Code and Codex CLI) controllable by voice. Aimed at users who want to manage multiple concurrent agent sessions hands-free rather than switching between terminal windows.
voice-controlwindowsmulti-agentterminal
by RWitzner Aug 4, 2026 6/10
app GitHub
A tool that takes one prompt and has coding agents build multiple divergent UI variants in parallel, laid out on an infinite board for side-by-side comparison and iteration. Useful for quickly exploring design directions instead of committing to a single agent-generated layout.
ui-generationparallel-iterationcoding-agentsdesign
by fagnersales Aug 4, 2026 5/10
app Reddit
A terminal notebook (h5i-db) that lets both humans and Claude Code run individual cells instead of re-executing whole scripts from scratch during data analysis, rendering images via ratatui-image. Ships with a preinstalled SQL kernel backed by a time-series database, aimed at quantitative/data-science workflows.
jupyterdata-scienceterminalsql
by OkBreath9382 Aug 4, 2026 7/10
app GitHub
A tool that lets AI coding agents like Claude Code use passwords and API keys during tasks without ever exposing the plaintext values to the model or its context. Useful for reducing credential leakage risk when agents need to authenticate to external services.
securitycredentialsagent-safety
by fujitoid Aug 4, 2026 6/10
app GitHub
A fast Rust CLI/TUI/GUI tool that tracks token usage across Codex and Claude Code sessions, with unified reports and live monitoring. Helps developers keep tabs on consumption across multiple coding agent tools in one dashboard.
token-trackingclimonitoring
by FelixIsaac Aug 4, 2026 7/10
app GitHub
An open-source toolkit combining Claude Skills and an MCP server for AI-driven lead capture, research, sales follow-up, and pipeline management, usable from Claude, ChatGPT, or Cursor. Aimed at sales/growth teams wanting to run a lead-gen workflow through their AI assistant.
mcpskillsales-automation
by Gravisun Aug 4, 2026 5/10
app GitHub
A terminal Space Invaders game to play while waiting for Claude Code to finish a task, with the game notifying you when the session completes. A fun, low-stakes way to fill idle time during long agent runs.
terminal-gameproductivityfun
by erscoder Aug 4, 2026 6/10
app GitHub
A single-file Python CLI providing persistent memory for AI coding agents and personal knowledge management, combining SQLite FTS5 keyword search with sqlite-vec embeddings via RRF fusion, plus dedup, tasks, and linking. Local-first with no server required, built to be driven by Claude Code, Cursor, and other LLM coding agents.
memoryclilocal-first
by victorsabino Aug 4, 2026 7/10
app GitHub
A Windows system tray popup tool that lets you manage Claude Code conversations and projects the way you manage email, giving quick access to ongoing sessions without keeping terminals open. Targets Windows users who want a lighter way to track multiple Claude Code chats.
windowssession-managementgui
by LUMIAO9527 Aug 4, 2026 6/10
app GitHub
A native macOS app that orchestrates Claude Code, Codex, Cursor, Gemini, and shells running in parallel across git worktrees and remote hosts. Useful for developers juggling multiple concurrent agent sessions who want a unified control surface instead of many terminal tabs.
orchestrationmacosgit-worktrees
by cristicretu Aug 4, 2026 7/10
app GitHub
A macOS menu-bar status HUD, installed as a Claude Code plugin, that shows the state (running, needs input, done, error) of multiple concurrent Claude Code sessions across terminals. Useful for developers running several agent sessions at once who want an at-a-glance status view without building a full Xcode app.
macosmonitoringplugin
by app-brew Aug 4, 2026 7/10
app GitHub
Converts long videos into a local, timestamped, searchable ledger that coding agents can query as evidence, for example referencing exact moments in a screen recording or demo video. Useful for feeding video-based context like bug reports or session recordings into an agent's reasoning without manually re-watching footage.
videoagent-contextlocal-first
by Whole-synonymist671 Aug 4, 2026 5/10
app GitHub
A Docker-based sandbox for running AI coding agents like Claude Code in isolation, limiting their access to the host system.
dockersandboxsecurity
by danroc Aug 3, 2026 6/10
app GitHub
Routes Claude Code to a different account depending on which folder is open in the VS Code extension, and refuses to start when the active account doesn't match the folder's expected one — useful for keeping work and personal accounts separated.
vscodeaccount-managementapp
by kirlts Aug 3, 2026 6/10
app GitHub
A unified TypeScript SDK that provides a single interface across multiple coding-agent CLIs — Claude Code, Codex, Gemini CLI, OpenCode, and others — for building tooling on top of them.
sdktypescriptmulti-agentcli
by sublang-ai Aug 3, 2026 7/10
app GitHub
Guides coding agents to the right files using purpose metadata and an intelligent code graph instead of open-ended exploration, cutting token costs by over 90% by avoiding files and folders the agent doesn't need to read.
appcode-graphtoken-efficiency
by styler-ai Aug 3, 2026 7/10
app GitHub
Documentation for metahub, a cross-client app store for AI skills, MCP servers, agents, and plugins — install once and run in Claude Code, Cursor, Zed, and other AI clients.
appmarketplacemcpskill
by metahub-ai Aug 3, 2026 6/10
app GitHub
A zero-dependency real-time statusline HUD for Claude Code and Qwen Code with a session analytics CLI, an API latency overhead widget, 7-day quota projection, auto-compact proximity warnings, themes, and powerline support.
statuslineappanalytics
by cativo23 Aug 3, 2026 7/10
app GitHub
Fixes Word, PowerPoint, Excel, and PDF output that renders Hebrew, Arabic, Chinese, Japanese, Korean, Hindi, and Thai as empty boxes, and includes a font-coverage measurement tool so you can reproduce the problem yourself.
appi18ndocuments
by finestructure-ai Aug 3, 2026 5/10
app GitHub
Runs Claude Code, Codex, and other agent CLIs directly in an Obsidian sidebar, letting you drive coding agents without leaving your notes.
obsidianappcli
by derek-larson14 Aug 3, 2026 7/10
app GitHub
An Astro-based knowledge and task system designed for AI consumers, with human-readable docs as a first-class output and a folder-per-issue tracker, shipped as a Claude Code plugin (agent-ks).
appknowledge-baseplugin
by sidhanthapoddar99 Aug 3, 2026 6/10
app GitHub
A browser tool that adds Codex-style or Claude Code-style agentic coding capabilities on top of ChatGPT and Claude web chat interfaces.
appbrowserchatgpt
by Waishnav Aug 3, 2026 6/10
app GitHub
Captures architecture decisions, constraints, conventions, and patterns from AI coding sessions and replays them in the next session so you don't have to re-explain context. Works across multiple AI coding agents, not just Claude Code.
appcontextmemorymulti-agent
by bhargavamin Aug 3, 2026 7/10
app GitHub
Prices every line of your CLAUDE.md, every skill, subagent, and MCP tool schema to find the ones that don't earn their place in context — runs fully offline with zero API keys, for Claude Code, Codex, and Antigravity.
apptoken-efficiencyprofiler
by alebgl77 Aug 3, 2026 7/10
app GitHub
Provides persistent SSH sessions and exact local safety controls for Claude Code, Codex, and shells on Linux and macOS.
appsshsafety
by dob323 Aug 3, 2026 6/10
app GitHub
Cross-platform diagnostics and live LLM performance benchmarking for Claude Code, covering system bottlenecks alongside model performance.
appbenchmarkingdiagnostics
by jazzonaut Aug 3, 2026 6/10
app GitHub
A Mac tool that announces when Codex or Claude Code finishes a task using the Zundamon character voice, giving an audible cue instead of having to watch the terminal.
notificationsmacosfun
by 9sako6 Aug 3, 2026 5/10
app GitHub
Bundles a security posture, a PreToolUse credential guard, blameless incident postmortems, custom skills, and working agreements into one operating layer for running Claude Code like a member of the engineering team rather than a standalone tool.
securityhooksteam-workflow
by sanlee-ys Aug 3, 2026 6/10
app GitHub
A zero-dependency Node.js statusline for Claude Code that surfaces model name, 5-hour and weekly rate-limit usage, session time, and context window size directly from stdin. Useful for keeping an eye on usage limits without leaving the terminal.
statuslineclirate-limits
by BriarDevv Aug 3, 2026 6/10
app GitHub
A statusline and HUD for coding agents that emphasizes traceability: every displayed number is tied back to measured tool output rather than estimates. Works across multiple agent vendors, not just Claude Code.
statuslinehudcross-vendor
by sanlee-ys Aug 3, 2026 6/10
app GitHub
A static security scanner purpose-built for the .claude/ directory, checking settings, permissions, hooks, MCP servers, agents/subagents, skills, slash commands, and CLAUDE.md for risky configurations. Positioned like Checkov or Terrascan but for Claude Code setups.
securityscannerconfiguration
by jassics Aug 3, 2026 7/10
app GitHub
Turns a phone browser into a wireless trackpad, keyboard, and Stream Deck for a Mac, with no app install required. Open source and built with Claude Code.
macosremote-controlopen-source
by joonlab Aug 3, 2026 6/10
app GitHub
Paste a job posting and get a tailored resume and cover letter generated as PDFs. A focused, single-purpose Claude-powered job application tool.
job-searchresumepdf
by saifwarraich Aug 3, 2026 5/10
app GitHub
An Obsidian plugin enabling bidirectional sync between an Obsidian vault and AI development projects, including Claude Code, Cursor, and VS Code. Keeps notes and project context aligned across tools.
obsidiansyncplugin
by entire-vc Aug 3, 2026 5/10
app GitHub
A Home Assistant app that lets you chat with Claude to read your HA config and live entity state, then edit automations, scripts, and dashboards. Mobile-friendly with a prebuilt image for easy setup.
home-assistantsmart-homeintegration
by xionic Aug 3, 2026 7/10
app GitHub
A durable memory and context layer for coding agents that isn't tied to any specific harness. Aims to give agents persistent recall across sessions regardless of which CLI or IDE integration is driving them.
memorypersistence
by cairnkeep Aug 3, 2026 6/10
app GitHub
A vendor-neutral, local-first sidecar and web console for supervising AI coding agents in real time, including Claude Code and Codex. Provides secret redaction, approval gates, and an append-only audit trail.
supervisionauditsecurity
by actradeck Aug 3, 2026 6/10
app GitHub
A terminal UI session manager for Claude Code built on tmux, using a split-pane interface to manage multiple concurrent sessions. Helps keep parallel agent runs organized in one terminal window.
tuisession-managertmux
by takaaki-s Aug 3, 2026 6/10
app GitHub
Records, replays, and reasons about the work done by Claude Code and other coding agents, creating a provenance trail for agent sessions. Useful for auditing what an agent actually did and why.
provenanceauditreplay
by basou-dev Aug 3, 2026 6/10
app GitHub
A desktop companion pet that watches your coding agent work, reacting to Codex and Claude Code lifecycle hooks with opinions about what it sees. A lighthearted way to get ambient feedback on agent activity.
hooksdesktop-petfun
by miloishot Aug 3, 2026 5/10
app GitHub
Lets you drive your real, locally-installed Claude CLI from a phone browser, preserving the same CLAUDE.md, MCP servers, skills, and login as your desktop setup. Self-hosted and locked down by default.
mobileremote-accessself-hosted
by Ike-li Aug 3, 2026 7/10
app GitHub
A personal Claude Code configuration bundle including a launcher, session hooks, a custom system prompt, skills, slash commands, and a statusline, installable via a one-line curl script. A reference setup for others building their own Claude Code environment.
dotfilessetupstatusline
by igorjs Aug 3, 2026 5/10
app GitHub
A Rust-native cockpit for macOS that spawns isolated git worktrees and runs multiple CLI coding agents in parallel. Includes a GitLens-grade review UX for inspecting every change an agent makes.
macosmulti-agentgit-worktree
by nhtera Aug 3, 2026 7/10
app GitHub
Exposes a logged-in Chromium instance on a fixed CDP port so Claude Code can scrape sites like Coupang, Naver, AliExpress, X, or Reddit using your existing session — no API key or bypass code needed. Similar in spirit to CDP-based browser automation setups.
browser-automationcdpscraping
by AiCrafter-pro Aug 3, 2026 7/10
app GitHub
Provides isolated, disposable environments for Claude Code sessions, similar to Python virtualenvs but for AI coding agents. Helps keep experiments and dependencies from leaking between agent runs.
isolationenvironmentsandboxing
by ryha0008-boop Aug 3, 2026 6/10
app GitHub
An engineering platform spanning chat, specs, tasks, and code, designed to run with full autonomy when trusted or full manual control when not. Aims to bridge planning and execution in one tool.
autonomous-agentplatform
by changkun Aug 3, 2026 6/10
app GitHub
Makes Codex and Claude Code sessions multiplayer from the terminal, letting multiple people or agents observe and interact with the same session. Useful for pair-programming with agents.
multiplayerterminalcollaboration
by godfaddaai Aug 3, 2026 6/10
app GitHub
A repository that automatically publishes an up-to-date list of Claude models and their model IDs, refreshed daily from the official Anthropic Models API. A handy reference for anyone hardcoding model strings.
referencemodelsapi
by combinatrix-ai Aug 3, 2026 5/10
app GitHub
Learns your coding style once and makes it persist across AI tools, so you stop re-correcting the same preferences every session. Local-first with no telemetry.
preferencesmemorylocal-first
by Shreyan1 Aug 3, 2026 6/10
app GitHub
A macOS menu-bar app showing usage, remaining quota, reset times, and estimated local cost for Claude Code and Codex. Keeps rate-limit awareness one glance away.
macosusage-trackingmenu-bar
by WhiteHyun Aug 3, 2026 6/10
app GitHub
Provides durable memory, a peer message bus, and a Telegram channel back to the human operator for long-running coding agents. Ships as a single Rust binary with a daemon over SQLite.
memorytelegramrust
by MGrin Aug 3, 2026 6/10
app GitHub
Lets AI agents work through agent-browser/browser-use inside the Chrome browser you already have open and logged into, rather than spinning up a separate automated instance.
browser-automationchrome
by F-loat Aug 3, 2026 6/10
app GitHub
Tracks real token burn across Claude Code and OpenClaw agent sessions locally against Claude Max's 5-hour and weekly windows, using fail-soft account polling. Latches alerts and can trigger a 90%-usage pause protocol, running as a systemd service.
usage-trackingclaude-maxsystemd
by oocm147 Aug 3, 2026 6/10
app Reddit
An open-source, fully local plugin (`pip install leaxp`) that groups installed skills by task, builds a table-of-contents plus focused sub-guides, and loads only the relevant chunks via a local numpy/ONNX vector index — no API keys, database, or cloud services required. Aimed at people running 15-20+ skills whose CLAUDE.md context was bloating every prompt.
skill-managementraglocal-first
by solubrious1 Aug 3, 2026 6/10
app GitHub
A verifiable bundle of local patches for the Claude Code CLI covering tool ergonomics (bat-style reads, batched edits, output tails), prompt/guidance cleanup, agent and skill controls, workflow UX like max-effort and queued drafts, runtime guards, cache/session tweaks, and native repacking.
clipatchpower-user
by camjac251 Aug 3, 2026 7/10
app GitHub
A Windows desktop app for backing up and syncing Claude Code settings and editing what shows up in the statusline. Gives Windows users a GUI over configuration that's normally hand-edited JSON.
windowssettingsstatusline
by SleighMaster99 Aug 3, 2026 6/10
app GitHub
A tiny, self-hosted local RAG memory sidecar for your apps, built on FastAPI, Qdrant, and Ollama (BGE-M3 embeddings). A headless building block for adding retrieval-augmented memory without a cloud dependency.
ragmemoryself-hosted
by fuu354-droid Aug 3, 2026 5/10
app GitHub
A 'stacking' Agent Development Environment (ADE) aimed at busy developers.
adedevelopment-environment
by treq-dev Aug 3, 2026 5/10
app GitHub
A resident terminal UI that searches, groups, and resumes Claude Code sessions, hosting them as embedded panes with Director/Worker orchestration. Cross-platform, with Windows as its primary target.
tuisession-manager
by kt81 Aug 3, 2026 6/10
app GitHub
Routes your attention across multiple parallel Claude Code sessions running in the terminal, helping surface which session needs input right now.
terminalmulti-session
by chipmates Aug 3, 2026 6/10
app GitHub
A macOS menu bar app that lets you close your laptop lid while long-running AI agent sessions keep working, then sleeps the machine after a delay you choose.
macosmenu-bar
by startsevdev Aug 3, 2026 5/10
app GitHub
A tiny, transparent always-on-top desktop pet driven by Claude Code hooks, giving an at-a-glance view of what your agent is currently doing.
hooksdesktop-pet
by tristanmuzzu Aug 3, 2026 5/10
app GitHub
Spawns a fresh Claude Code agent per phase in a 'Ralph Wiggum loop,' driven by spec-kit planning, with a real-time trace UI and automated git handling. Aims to implement whole features autonomously while staying auditable.
autonomous-agentspec-drivengit-automation
by lukaskellerstein Aug 3, 2026 7/10
app GitHub
A memory plugin for AI coding that captures engineering experience, repository knowledge, and your personal way of working, keeping it useful across future tasks rather than starting from scratch each session.
memoryplugin
by memorax-ai Aug 3, 2026 5/10
app GitHub
Runs any local LLM engine auto-tuned to your GPU behind a polished web UI and an OpenAI/Anthropic-compatible API, so you can point Claude Code at your own machine in one command. No Electron, no Python, offline-first.
local-llmself-hostedgpu
by mohitsoni48 Aug 3, 2026 6/10
app GitHub
A factor-isolated benchmark for Claude Code's orchestration and delegation behavior, using a 6-arm design that separates out structure, model, and advisor axes to see what actually drives good delegation.
benchmarkevaluation
by alexxony Aug 3, 2026 6/10
app GitHub
A macOS menu-bar app and CLI for juggling multiple Claude Code and Codex accounts on one machine, with isolated logins, parallel sessions, live usage tracking, and scheduled usage-window warm-ups.
macosmulti-accountusage-tracking
by marinsokol5 Aug 3, 2026 6/10
app GitHub
A modern terminal manager built specifically for running and organizing multiple Claude Code instances at once.
terminalmulti-session
by talayash Aug 3, 2026 5/10
app GitHub
Reads and edits markdown in the browser with every save automatically versioned, and surfaces your agent skills and configs one click away.
markdowneditorversioning
by l0kyurue1 Aug 3, 2026 5/10
app GitHub
A workspace for managing multiple AI CLI projects across local terminals, SSH hosts, and mobile-assisted workflows from one place.
climulti-projectssh
by dark-hxx Aug 3, 2026 5/10
app GitHub
A NestJS architecture template enforcing dependency boundaries via dependency-cruiser in CI, a three-tier RBAC/ABAC permission model, a migration-drift guard, and an AI-collaboration harness for spec-driven development with coding agents.
nestjsarchitectureci
by sinbox0701 Aug 3, 2026 5/10
app GitHub
A Claude Code plugin that runs on top of the Herdr agent multiplexer, enabling cross-vendor task delegation with fabrication-resistant acceptance checks and phone-driven detached session spawning.
multi-agentdelegation
by shimo4228 Aug 3, 2026 6/10
app GitHub
A 'light language' for AI agent fleets that shows ambient status — working sessions, active subagents, decisions waiting on you — on the RGB LEDs your PC already has, via OpenRGB.
rgbambient-statusopenrgb
by dawidsystemy Aug 3, 2026 6/10
app GitHub
Scans an AI coding agent's provider config, stored keys, permissions, MCP servers, and proxy chains locally, generating an actionable security report.
securityscannermcp
by fengyufengzi Aug 3, 2026 6/10
app GitHub
Runs local-first AI agents directly against your Obsidian vault, keeping notes and agent context on your machine.
obsidianlocal-first
by sandsaber Aug 3, 2026 6/10
app GitHub
A local CLI that routes each coding task to the cheapest capable model across the agent CLIs you already have, with no API keys or telemetry required. Aims to cut costs by avoiding overkill model selection for simple tasks.
appcost-optimizationmodel-routingcli
by prayagtushar Aug 2, 2026 6/10
app GitHub
A native macOS Markdown editor offering Source, Visual, and Preview modes over one source of truth, with wiki-links, review marks, and Claude Code integration. Aimed at writers and developers who want a polished markdown workflow alongside their agent.
appmarkdownmacoseditor
by andryushkin Aug 2, 2026 5/10
app GitHub
A browser-based terminal deck offering persistent terminals with automatic session resume for Claude Code and Codex across restarts. Useful for keeping long-running agent sessions alive through reboots or disconnects.
appterminalsession-resumebrowser
by danialfarid Aug 2, 2026 6/10
app GitHub
Centralizes a project's documentation inside the project's own directory as a wiki the AI agent already has open, converting PDFs, DOCX, and recorded meetings into validated markdown with clickable provenance. Ships as a Windows desktop app, CLI, and read-only MCP server, and calls no LLM itself.
appdocumentationmcpwiki
by protonspy Aug 2, 2026 6/10
app GitHub
Claude can't watch video, so flipbook records your web app while Claude drives it and hands back a flipbook of readable keyframes instead. Useful for browser-automation and UI-testing workflows where Claude needs visual feedback on what happened.
appbrowser-automationtestingscreenshots
by ShubhenduVaid Aug 2, 2026 7/10
app GitHub
A local Windows app for finding, previewing, exporting, and resuming AI CLI chat sessions across AMP, Claude Code, Codex, Copilot, Grok, and other tools. Gives Windows users a session browser for agent CLIs that otherwise lack one.
appwindowssession-managementcli
by eddyficial Aug 2, 2026 6/10
app Reddit
A CLI that loads a React or Three.js scene from source and renders it in real Chrome, returning the scene graph (bounds, materials, lights, cameras) instead of just a screenshot. Lets an agent distinguish a missing mesh from a wrong material from a clipped label instead of guessing from pixels, and every report explicitly flags when a result can't support a judgment.
clivisual-debuggingthree.jsreactscreenshots
by ReyJ94 Aug 2, 2026 8/10
app GitHub
A Telegram channel/bot for Claude Code with streaming replies, a live activity feed, robust markdown formatting, large (2GB) file uploads, and thumbs-up/down controls for approving agent decisions from your phone.
telegramremote-controlmobile
by schenkei-code Aug 2, 2026 6/10
app GitHub
A native macOS terminal built around running several Claude Code sessions at once, with tiled panes, an integrated file explorer, and "Lookout" cards that surface which session is waiting on your input. Aimed at solo developers running many agents in parallel.
terminalmacosmulti-sessionclaude-code
by voidharbor Aug 2, 2026 7/10
app GitHub
A white-box security auditing tool that traces data flow from source to sink, chains findings into unauthenticated RCE paths, verifies each chain, and writes an evidence-backed Markdown/HTML report. Supports PHP, Node, Python, Java, and .NET codebases.
securityauditrcevulnerability-scanning
by Laucked-Security Aug 2, 2026 7/10
app GitHub
A Python-stdlib-only utility for switching between multiple Claude Code accounts directly from the Waybar status bar or terminal, with a colored widget per account and per-account quota display via a GTK4 layer-shell panel. No external dependencies.
multi-accountwaybarlinuxquota
by movsq Aug 2, 2026 6/10
app GitHub
A PWA chat client for controlling Claude Code sessions running on your own machine from a phone, working over LAN or Tailscale. Supports remote permission approval and live mirroring of Claude Desktop sessions.
remote-controlpwatailscalemobile
by NspxMiguel Aug 2, 2026 6/10
app Reddit
A small CLI that keeps agent context (facts, skills, scratch notes) as a committed directory of one-fact-per-file Markdown in the repo instead of a laptop-local store, so any agent or teammate that can read Markdown can use it. It only prints rules and warns on drift — it never writes files, so removing the binary leaves the repo untouched.
agent-memorymarkdownportable-contextcli
by Cunarist Aug 2, 2026 6/10
app GitHub
Scans PDFs, Word docs, and text files for content hidden from human readers (e.g. white-on-white text, tiny fonts) before feeding them to an AI, by diffing the extracted text layer against an OCR pass of the rendered page. Aimed at catching prompt-injection payloads smuggled inside documents an agent is asked to read.
prompt-injectionsecuritydocument-processing
by fonCki Aug 2, 2026 7/10
app GitHub
A Telegram forum bot where each topic becomes an independent, resumable agent session running Claude Code or Codex CLI, complete with its own working directory, memory, and provider routing. Lets a team spin up and manage many parallel agent sessions from a single Telegram group.
telegrammulti-agentsession-management
by STELS37 Aug 2, 2026 6/10
app GitHub
A desktop and CLI control plane for running many coding agents in parallel, using git worktrees and tmux sessions to isolate each agent's workspace, with optional Discord control for managing sessions remotely.
multi-agentworktreestmux
by nashory Aug 2, 2026 7/10
app GitHub
A lightweight Windows desktop pet built with Tauri v2, React, and TypeScript that doubles as a real-time usage monitor for Claude AI and Claude Code rate limits, surfacing how close you are to hitting your cap at a glance.
desktop-appusage-trackingtauri
by chanyutl-dev01 Aug 2, 2026 6/10
app GitHub
A status line for Claude Code that parses the session transcript directly to surface token usage, cost, 5-hour/7-day limit progress, and git/PR state — all configured through TOML instead of hard-coded scripts.
statuslineusage-trackingtoml
by devemberx Aug 2, 2026 7/10
app GitHub
A self-hosted web console for running Claude Code, Codex, Copilot, Cursor, and other coding agents as a managed fleet, with isolated per-user workspaces, git/SVN working copies, scheduling, and usage accounting — aimed at teams running many agents at once.
fleet-managementself-hostedmulti-agent
by k-k1 Aug 2, 2026 6/10
app Reddit
A free, open-source AI music studio for Windows combining local Suno-style song generation with an Ableton Live-inspired clip launcher, arranger, and mixer. It connects to Claude Code via MCP so an agent can write lyrics, compose, arrange, mix, and render complete songs from a prompt, with no watermarks and no ownership claims on generated output.
mcpmusic-generationopen-source
by Responsible_Maybe875 Aug 2, 2026 6/10
app GitHub
A native macOS menu-bar app showing usage stats for Claude Code, Codex, and Gemini side by side, built as a companion to cc-switch.
appmacosusage-trackingdashboard
by Eureka0w0v0 Aug 2, 2026 6/10
app GitHub
A terminal application that launches and manages 15+ coding agents (Claude Code, Codex, Gemini, Cursor, Devin, Antigravity, and more) from one interface, with git worktree isolation for parallel agent execution, a built-in lightweight editor, and integrated git/PR workflow.
appterminalmulti-agentworktrees
by AruNi-01 Aug 2, 2026 7/10
app GitHub
Sets up Tailscale + mosh + tmux so you can drive Claude Code running on your Mac from your phone, without an admin password, and documents six setup traps that commonly cost an afternoon.
appremote-accesstailscalemobile
by domenicdgenovese Aug 2, 2026 7/10
app GitHub
A cross-platform NetHack client with graphical tiles (Tauri + React/TS + Rust), notable as a showcase: nearly the entire codebase, tests, app icon, and README were written by Claude Code running Opus 5 with a human steering rather than typing.
appshowcasevibe-coding
by statico Aug 2, 2026 6/10
app GitHub
A plugin marketplace that installs ten role-specific AI agent teams (web app, docs, research, marketing, data, security audit, DevOps, support, PM, translation) into Claude Code in one step, with beta translation for Codex, Gemini CLI, and Cursor. Built for non-developers, it includes a community-shared team directory via PRs, automatic backups, dangerous-command warnings, and bundled MCP (context7).
plugin-marketplaceagent-teamsnon-developermcp
by sodam-ai Aug 2, 2026 6/10
app GitHub
An agent that handles technical SEO and generative-engine-optimization work directly inside your project, gated behind approval with git-aware rollback. It verifies changes on the deployed site and reports back a month later on whether they actually moved rankings and AI-citation visibility (ChatGPT, Claude, Perplexity).
seogeoautomationapproval-gate
by mertagralii Aug 2, 2026 6/10
app GitHub
A hardened harness that forces Claude Code traffic through Tor and fails closed if the connection is unavailable, built for use with NanoGPT's TEE-hosted kimi-k3 model. Aimed at users who want strong network-privacy guarantees around their coding agent sessions.
privacytorsecurityharness
by kernelzeroday Aug 2, 2026 5/10
app GitHub
A desktop app that adds approvals, audit trails, and organizational memory across multiple AI coding agents (not just Claude Code), running on your own model subscriptions rather than a hosted service.
governanceauditmulti-agentdesktop-app
by hurttlocker Aug 2, 2026 6/10
app GitHub
A Windows desktop app (Tauri 2 + Next.js) that bundles a project dashboard, PTY terminals (PowerShell/WSL), a Claude session browser, and per-project time tracking into one cockpit for developers working with Claude Code.
desktop-appdashboardwindowstime-tracking
by Seb77570 Aug 2, 2026 6/10
app GitHub
A file-based memory and prompt bridge that syncs project passports, handoffs, and session logs across Claude Code, claude.ai, and Antigravity IDE using an Obsidian Vault. Bridges web-based planning with local CLI execution, installed via npx.
memoryobsidiancross-platformclaude.ai
by mworldorg Aug 2, 2026 6/10
app GitHub
A local MITM proxy with a desktop GUI and an agent-drivable HTTP API that records and lets you inspect every HTTP request Claude Code sends. Setup is a single settings field.
debugginghttpproxytransparency
by FuHehe12 Aug 2, 2026 7/10
app GitHub
A zero-dependency, single-file tool that analyzes an interface and reports whether it looks AI-generated, along with the specific signals that gave it away.
detectionuiai-generated
by Kerrywang64 Aug 2, 2026 5/10
app GitHub
A Claude Code-driven integration that syncs Outlook meeting activity into Dynamics 365 CRM, requiring human approval before any write and never fabricating meeting notes. Niche but addresses a common CRM data-entry chore for sales teams.
crmoutlookdynamics-365integration
by arpitjaiswal-0701 Aug 1, 2026 5/10
app GitHub
A shared, tested set of security evaluations for vetting Claude Code skills, agents, and hooks before trusting them, positioned as an alternative to informally vibed reviews. Useful for teams adopting third-party Claude Code extensions.
securityevalsskillshooks
by magec-proyectos Aug 1, 2026 6/10
app GitHub
Compiles documents, spreadsheets, and project artifacts into immutable, diffable builds that agents can read over MCP or HTTP, then activate or roll back like a normal deployment. Brings standard release-management practices to agent context sources.
contextmcpversioningbuild-system
by burakdede Aug 1, 2026 6/10
app GitHub
Lets you leave notes directly in the margins of your repo's docs, then hands them to your AI agent to apply, resolve the threads, and journal what changed and why. Useful for async doc review where a human flags issues and the agent does the editing.
docsnotesagentautomation
by z29k Aug 1, 2026 7/10
app GitHub
Local-first meeting capture and transcription built for Claude Code: it records meeting audio via macOS ScreenCaptureKit and transcribes locally with whisper.cpp, so no audio or transcript ever leaves the machine.
meetingstranscriptionwhisper-cppmacos
by jej2k5 Aug 1, 2026 7/10
app GitHub
A cheap, always-on background model that continuously learns your repository so your main coding agent doesn't have to keep re-reading it from scratch. Aims to cut down on repeated context-gathering overhead in long-running Claude Code sessions.
memoryrepo-contextefficiency
by shofer-dev Aug 1, 2026 7/10
app Reddit
Cogpit reads the session files Claude Code (and Codex) write to disk and streams them live — tool calls, thinking blocks, diffs, subagent fan-out, and per-turn token counts split into uncached/cached/cache-creation/output. It works across sessions started in a terminal, VS Code, or the desktop app, which helps when running several agents at once and needing to see which one is actually blocked on you. It parses an undocumented, moving JSONL format, so it can break when that format changes.
dashboardsession-viewertoken-usagemulti-agent
by gentritb Aug 1, 2026 6/10
app Reddit
mex maintains a living Markdown wiki inside a repo where agents record architecture, conventions, decisions, and patterns as they work, so future sessions load only what's relevant instead of relearning the codebase from scratch. Version 0.7.0 adds a deterministic local code graph (Tree-sitter plus SQLite, covering TypeScript/JavaScript/Python/Rust) so an agent can query something like 'trace the authentication flow' and get back a compact neighborhood of relevant symbols instead of whole files. It also links wiki claims back to exact symbols so it can flag when code has changed and the recorded knowledge may be stale; the project has crossed 1,000+ GitHub stars.
memorycode-graphtree-sittercontext-management
by DJIRNMAN Aug 1, 2026 8/10
app GitHub
Claudible lets you invite someone into your live Claude Code session to watch, talk, and co-drive, with 100% local push-to-talk voice, live telemetry, and an agents cockpit view. Per-prompt session history supports one-click revert, and it runs on Windows (WSL2 or native), Linux, and macOS.
multiplayerpair-programmingvoiceclaude-code-gui
by synthetiks Aug 1, 2026 6/10
app GitHub
Algol sits above code-review engines rather than being one, reading a project's versioned review standards to decide which engine handles a given change. It reconciles every engine's findings into a single record without silently upgrading a heuristic result to verified, and preserves each human override along with the conditions that would reopen it. Built as a ReviewOps layer for Claude Code projects with more than one reviewer or review engine.
code-reviewreviewopsgovernanceclaude-code
by btmoriarty Aug 1, 2026 7/10
app GitHub
curate-course takes scattered YouTube content on any topic and turns it into a structured course website with fully verified links and traceable sources. It ships with a 371-unit posture-correction course as a working example of the pipeline.
youtubecurationeducationclaude-code
by htlin222 Aug 1, 2026 7/10
app GitHub
A script-first deployment kit for running CLIProxyAPI on Ubuntu, giving Codex CLI and Claude Code an OpenAI-compatible proxy without the usual security gaps: SSH key-only access, UFW/Fail2ban, a loopback-bound proxy behind Caddy auto-HTTPS, encrypted Restic backups, and health checks. Also ships cross-platform claudex/codexx wrappers that pull credentials from the OS secret manager instead of plaintext config.
deploymentsecuritycliproxyapiself-hosted
by pan2013e Aug 1, 2026 7/10
app GitHub
A self-hosted local AI gateway that unifies model requests from any AI client — routing, format conversion, automatic failover, and request tracing across 26 different LLM providers. Useful for developers juggling multiple coding agents and model backends who want one consistent endpoint.
gatewayroutingmulti-providerfailover
by dengmengmian Aug 1, 2026 6/10
app GitHub
Reduces Claude Code and Codex transcripts into a single append-only event log you can query later. Zero dependencies, useful for debugging what an agent actually did across a long session.
observabilitytranscriptsdebuggingclaude-codecodex
by edenbuilds Aug 1, 2026 7/10
app GitHub
A terminal dashboard that shows Codex, OpenCode, Claude Code, and Kimi sessions side by side in a single view, for developers running several CLI coding agents at once.
terminaldashboardmulti-agentcodexclaude-code
by B143KC47 Aug 1, 2026 5/10
app GitHub
A local proxy for coding agents built around WASM plugins and a canonical multi-provider intermediate representation. Still pre-release, with APIs and config expected to change before launch — worth watching rather than adopting yet.
proxywasmpre-releasemulti-provider
by torana-edge Aug 1, 2026 5/10
app GitHub
Breaks down what's spending tokens across Claude Code, OpenClaw, and Hermes Agent sessions — cron jobs, chats, helper calls — and explains why, whether it's retry loops or idle wake-ups, with suggested config fixes. Fully local, zero dependencies.
cost-profilingtoken-usagelocalopenclawhermes
by Socialpranker Aug 1, 2026 7/10
app GitHub
Lets you monitor and control AI coding sessions running on your dev machine from your phone — useful for checking in on or steering a long agent run away from your desk.
remote-controlmobilemonitoring
by juspay Aug 1, 2026 5/10
app GitHub
A local-first macOS workspace that runs Codex CLI and Claude Code together as a five-person AI team, for developers who want multiple agents collaborating in one place rather than juggling separate terminals.
macosmulti-agentworkspacecodex
by neosp8888-design Aug 1, 2026 5/10
app GitHub
A Tauri/Rust/Svelte desktop environment for macOS that wraps Claude Code and Codex sessions with multi-agent orchestration, git/PR review, and built-in DB and API clients.
macostaurimulti-agentgitpr-review
by itzikiusa Aug 1, 2026 6/10
app GitHub
Tints iTerm2 tabs and flags "needs attention" tabs based on which agent is running in them — Codex, Claude, Grok, Gemini, or Kimi — so you can tell at a glance which terminal needs you.
iterm2terminalmulti-agentui
by zcor Aug 1, 2026 5/10
app GitHub
Recommends skills, agents, MCP servers, and model harnesses based on your repo, drawing on a shipped graph of 68,494 skills, 467 agents, 10,790 MCPs, and 207 harnesses — or point it at your own inventory instead.
discoveryrecommendationsskillsmcpagents
by stevesolun Aug 1, 2026 7/10
app GitHub
Orchestrates Claude Code, Codex, Grok, agy, and Hermes into gated workflows that attempt to fix their own failures, with per-run cost metering, an append-only audit log, and shared team memory. Apache-2.0.
multi-agentcontrol-planeaudit-logmetering
by yamantaka520 Aug 1, 2026 5/10
app GitHub
Runs Codex, Claude Code, Cursor, Grok, and local models together in one desktop app, each with its own role, permission posture, and audit receipts. Supports multi-agent ensembles in one thread, diff review, and on-device history across macOS, Windows, and Linux.
desktopmulti-agentpermissionsdiff-review
by boggspa Aug 1, 2026 6/10
app GitHub
Transforms documents into AI-friendly representations locally in the browser before they're uploaded to Claude, aimed at keeping sensitive document content from going up unprocessed.
chrome-extensionprivacydocuments
by ridhungujja Aug 1, 2026 6/10
app GitHub
Gives AI agents a narrow "keyhole" editing interface using vim's command vocabulary combined with ed's line-oriented discipline — a more constrained, auditable alternative to letting an agent freely rewrite whole files.
vimeditingconstrained-editingsafety
by anschnapp Aug 1, 2026 6/10
app GitHub
Captures DOM state, click tracks, console logs, and network activity around a frontend bug, then packages it into a structured prompt with context for Cursor or Claude Code to act on.
chrome-extensiondebuggingfrontendcursor
by Aoyia Aug 1, 2026 6/10
app Reddit
A shared cloud canvas where a team spawns coding agents (Claude Code, Codex, and others), watches their terminals, gets a live preview of the running app, and keeps git as the shared source of truth — built to avoid everyone syncing separate local setups.
cloud-canvascollaborationmulti-agentlive-preview
by Used_Table3903 Aug 1, 2026 6/10
app GitHub
A host-agnostic library providing wire protocol, identity storage, session digest, and hook state machine internals for building coding-agent integrations. Designed as a library rather than a CLI — every function takes an explicit identity home instead of resolving one implicitly.
libraryintegrationidentityprotocol
by agentchatme Aug 1, 2026 5/10
app GitHub
Scans your AI workspace (CLAUDE.md files, skills, configs) to find bloat and proposes cuts without making any changes itself. A read-only audit tool for keeping agent context lean and configuration maintainable.
auditcontext-managementcleanupclaude-md
by jdpolasky Aug 1, 2026 7/10
app GitHub
A search service for discovering agent skills without centralizing or exposing usage data — built for privacy-conscious skill discovery. Complements install-focused tools by focusing specifically on search.
skill-discoverysearchprivacy
by skill-federation Aug 1, 2026 6/10
app GitHub
A lightweight, local ticket/task management system designed for working alongside AI coding tools. Single-user focused, as a lighter alternative to heavier multi-user ticket boards.
ticketstask-managementlocal
by brianwestphal Aug 1, 2026 5/10
app GitHub
A Claude Code plugin that copies queries, shell commands, and config snippets straight from Claude's responses to your clipboard. Works across macOS, Linux, Windows, and over SSH sessions.
clipboardpluginproductivitycross-platform
by harleensahni Aug 1, 2026 7/10
app GitHub
Lets an AI agent operate a live Salesforce org through deterministic gates that prevent it from writing to production on its own. Validated with 128 adversarial tests against a real org — a notable safety pattern for agentic actions on production systems.
salesforcesafetyproductionadversarial-testing
by omoji-personal Aug 1, 2026 7/10
app GitHub
Tracks every branch Claude or GPT suggests during a coding session and lets you climb back to any option you didn't take. Plain markdown + YAML format, works with any AI assistant, no lock-in.
decision-trackingmarkdownpair-programming
by tanamsethi31 Aug 1, 2026 6/10
app GitHub
Shows rate-limit percentage in the Windows tray, projects when you'll run out based on usage trend, and turns the icon red before you hit the limit. Includes a local 24-hour usage breakdown.
windowsusage-trackerrate-limit
by alegauss Aug 1, 2026 7/10
app GitHub
Breaks each agent task down into work steps — tools used, files changed, tests run, time and tokens spent. Works with Claude Code, Codex, OpenCode and more, with no login or telemetry.
dashboardcost-trackinglocal-first
by mikehasa Aug 1, 2026 7/10
app GitHub
Persists conversation context and session history across Claude Code runs so prior work and decisions aren't lost between sessions.
context-persistencesession-history
by natgalla Aug 1, 2026 6/10
app GitHub
A Go CLI (ccwhid) that converts Claude Code session transcripts into easily browsable HTML artifacts for reviewing past work.
transcriptshtml-exportgo
by saigyo Aug 1, 2026 7/10
app Reddit
An early-stage coding agent harness built on Sonnet that compiles the codebase first and uses that map for incremental indexing, aiming to match Claude Code's function while giving a visible map of what the agent is doing. Free and in active development; the author is soliciting adversarial feedback.
agent-harnesscode-indexingearly-stage
by DonkeyTheKing Aug 1, 2026 5/10
app Reddit
Repurposes the discontinued Spotify Car Thing (built on Nocturne) into a bluetooth device for managing Claude Code sessions, answering permission prompts, and viewing usage — and it can still switch back to a Spotify controller. Author plans to open-source it once polished.
hardwarecar-thingsession-control
by hehehebidksixbrsja Aug 1, 2026 6/10
app Reddit
LOLM's CLI writes or edits files, runs commands in an isolated sandbox, reads real stdout/stderr/exit codes, repairs failures, and produces an auditable receipt of what it did. Positioned as a disciplined, lower-cost agent loop rather than the strongest model available; the founder is looking for adversarial test cases.
agent-clisandboxearly-stage
by OGMYT Aug 1, 2026 5/10
app GitHub
Represents your world as plain files — domains, memory, hard autonomy lines, and background loops — so any harness that can read a repo can run your life agents. Private by design, with a reference implementation on Claude Code.
life-osautonomyplain-files
by cacardinal Aug 1, 2026 6/10
app GitHub
A terminal workbench built in pure Rust — shells, persistent sessions, SSH, and coding agents — GPU-rendered on Zed's gpui with a VT core from Alacritty.
terminalrustgpu-rendered
by l0ng-ai Aug 1, 2026 6/10
app GitHub
A pane of glass over every Claude Code session running on your machine — index, read, and manage them all from one native macOS app.
macossession-management
by pktstorm Aug 1, 2026 7/10
app GitHub
A native Tauri 2/Rust/React desktop app for running and supervising multiple Claude Code sessions at once — live transcripts, diffs, subagents, MCP servers, and a real shell in one window.
fleet-managementtauridesktop-app
by antoine-gmnz Aug 1, 2026 7/10
app GitHub
A tmux alternative that persists your whole terminal workspace across reboots and auto-resumes Claude Code and OpenCode sessions where they left off. Ships an MCP server so agents can drive your panes directly. Go, cross-platform, MIT-licensed.
terminal-multiplexersession-resumemcp
by artyomsv Aug 1, 2026 7/10
app GitHub
A Flutter SSH client for Android and Linux built around driving Claude Code, Codex, Aider, and Gemini CLI from a phone — multi-session terminal that survives backgrounding, notifications when the agent needs you, plus an SFTP explorer, code editor, git panel, and Docker/DB console.
sshmobileandroid
by Jhongdlp Aug 1, 2026 7/10
app GitHub
A desktop companion that watches for Claude Code permission prompts and answers them using a language model running entirely on your own machine, with no cloud dependency or account. It also surfaces mail, calendar, and GitHub notices as glanceable alerts.
automationpermissionslocal-llmdesktop
by erberkk Jul 31, 2026 6/10
app GitHub
A self-hosted IDE for running Claude Code or Codex through your real engineering workflow -- parallel sandboxed containers, live preview, and the GitHub loop built in. Lets you drive multiple coding agents from one chat interface.
ideclaude-codecodexsandboxinggithub
by nikzlabs Jul 31, 2026 8/10
app GitHub
Shows your remaining Claude usage (5-hour and weekly windows) as a glance on a Garmin Forerunner 165, no laptop needed. A Cloudflare Worker handles token refresh and polls the usage API, while the watch only reads a cached snapshot via Bluetooth.
claude-usagegarmincloudflare-workermonitoring
by rizkirmdhnnn Jul 31, 2026 7/10
app GitHub
A voice companion for Claude Code, Codex, and AtomCode that narrates what the agent is doing in real time via TTS and lets you talk back by voice, aimed at hands-free supervision of long agent runs.
appvoicettsaccessibility
by istoolsfox Jul 31, 2026 6/10
app GitHub
A lightweight status view for Claude Code agents running on remote hosts, shown inside agterm's sidebar. Agents write status to a shared directory and the local Mac pulls it over SSH, no tunnel or sockets required.
appremotemonitoringssh
by zahark Jul 31, 2026 6/10
app GitHub
A Claude Code plugin marketplace entry that integrates Gemini CLI for second-opinion code review and security review. Also intercepts image-heavy Reads to protect the prompt cache.
appgeminicode-reviewmulti-model
by haunchen Jul 31, 2026 6/10
app GitHub
A macOS menu bar app that shows the real memory cost of each running Claude Code session and lets you hibernate idle ones without losing their state.
appmacosmemorysession-management
by YasserShkeir Jul 31, 2026 7/10
app GitHub
Auto-pings Claude Code and Codex the moment each provider's 5-hour rate-limit window resets, so back-to-back sessions don't leave a gap between windows.
apprate-limitautomation
by wavever Jul 31, 2026 6/10
app Reddit
A build tool that lets you write a Claude Code plugin (skills, hooks, subagents, commands) once and compile it into the native plugin format for 22 other harnesses like Codex, Cursor, and OpenCode. Declares an explicit fallback per capability instead of silently shipping a broken plugin when a target harness lacks a matching feature.
apppluginscross-platformbuild-tool
by dank_clover Jul 31, 2026 8/10
app Reddit
A local LaTeX editor and agent that syncs with self-hosted or hosted Overleaf via the same websocket protocol the browser editor uses, no git bridge required. Changes go through a local diff for review, refuses to push if a co-author edited the same file meanwhile, and includes a rendered PDF diff plus a citation audit against Crossref/OpenAlex.
applatexoverleafacademic
by Lckylke Jul 31, 2026 7/10
app GitHub
A local tool that traces which script, notebook, command, or AI agent produced a given file, reporting its confidence honestly rather than guessing. Useful for auditing outputs in agent-heavy data or coding pipelines.
appprovenancedata-lineage
by uczltw6 Jul 31, 2026 6/10
app GitHub
A local, cross-agent memory tool that helps Codex, Claude Code, Copilot, and Cursor learn from actual mistakes, while distinguishing genuine failures from cases where the requirements simply changed.
appmemorycross-agent
by CongBao Jul 31, 2026 6/10
app GitHub
An offline, no-API-key tool where an agent watches a video without blind spots and proves via timecode what it actually saw, aimed at verifiable video review rather than hallucinated summaries.
appvideoverificationoffline
by edvardgrishin27 Jul 31, 2026 5/10
app GitHub
A cross-platform desktop workspace for running Claude Code and other agents: multi-agent sessions, git worktrees, code diffs, a skill marketplace, multi-model support, and Computer Use, with remote access via WeChat, Feishu, DingTalk, Telegram, and WhatsApp.
appdesktopmulti-agentworktrees
by NanmiCoder Jul 31, 2026 7/10
app GitHub
A macOS menu bar app that adds push-to-talk dictation using the same speech endpoint Claude Code itself uses, for hands-free prompting.
appmacosdictationspeech
by bygelo Jul 31, 2026 6/10
app Reddit
Free scripts that parse the JSONL session logs Claude Code already writes to extract real billed token counts per message. Across 185 sessions, found that ~99% of context growth comes from tool output rather than typed prompts, and that spawning subagents for small tasks re-pays a large fixed context cost each time.
apptokensanalyticstranscripts
by Intelligent_Mine2502 Jul 31, 2026 7/10
app GitHub
A plain-English fit-check tool for vetting any repo, package, API, or MCP server before installing it, with sources backing its assessment.
appsupply-chainsecurity
by bhaor Jul 31, 2026 6/10
app GitHub
A tool that takes a contested or disputed question and builds an interactive, source-grounded evidence map, laying out claims and their backing rather than a single flattened answer.
appresearchevidence
by alsoleg89 Jul 31, 2026 5/10
app GitHub
A single Go binary that lets independent coding agent CLIs — Claude Code, Codex, Aider — register a name, send each other mail, and block until a reply arrives. There's no orchestrator, no MCP server, and no wrapper around the underlying CLI, just a lightweight local coordination layer for running multiple agents as one team.
multi-agentcoordinationcligo
by praneethravuri Jul 31, 2026 7/10
app Reddit
A native, signed, free macOS app that links local repos and lets the Claude Code sessions running in them communicate over a shared localhost MCP bus (ask_agent, answer_agent, check_messages, list_projects). Useful for keeping a frontend and backend, or an app and the library it depends on, in separate sessions that can still query each other, with linking as the explicit consent model.
macosmcpmulti-agentcommunication
by awizemann Jul 31, 2026 7/10
app GitHub
A framework for building games with AI agents where each seat — art, gameplay, narrative, QA, audio, tech — runs its own session, all coordinated in one workspace.
game-devmulti-agentorchestration
by Thepizzapie Jul 31, 2026 6/10
app GitHub
An autonomous multi-agent swarm that scans a codebase for bugs, dead code, and performance issues, then fixes them using a closed-loop reinforcement learning approach.
swarmbug-fixingreinforcement-learning
by VinvAI Jul 31, 2026 5/10
app GitHub
A macOS menu-bar utility that shows your 5-hour, weekly, and per-model Claude rate limits at a glance, so you can see how much headroom you have without digging through usage pages.
rate-limitsmenu-barmacosmonitoring
by FeiXu-1131372 Jul 31, 2026 7/10
app GitHub
An AI code reviewer built specifically to give coding agents an outside, execution-grounded second opinion on their own work, rather than relying on the same model to grade itself.
code-reviewverificationmulti-model
by adigo-pro Jul 31, 2026 6/10
app GitHub
A terminal workbench that combines SSH/SFTP, container management, and server monitoring with an integrated Codex/Claude Code agent, aimed at ops workflows that mix manual admin with AI assistance.
terminalsshopsmonitoring
by kongweiguang Jul 31, 2026 6/10
app GitHub
Shows scope-aware headroom for AI coding agent plans — whether you're blocked at the account, model, or group level — and when that block refills, useful for planning work around rate limits.
rate-limitsmonitoringplanning
by mgh3326 Jul 31, 2026 5/10
app GitHub
A static security scanner purpose-built for code produced by Claude Code, Copilot, ChatGPT, and Cursor. Detects hardcoded credentials, CORS misconfigurations, SQL injection, and dependency CVEs in under a second per file, fully offline with zero data exfiltration.
securitystatic-analysisofflineai-generated-code
by TTMK7777 Jul 31, 2026 7/10
app GitHub
A local dashboard for monitoring the progress of AI coding agents across Claude Code, Codex, Copilot, and MCP, giving a single view into what's currently running.
dashboardmonitoringmulti-agent
by hominhtuong Jul 31, 2026 6/10
app GitHub
A local web app that turns raw AI coding tool usage data into a live dashboard covering token counts, costs, session history, and configuration health, aimed at helping you improve how you use tools like Claude Code.
dashboardusagecost-tracking
by starbringer Jul 31, 2026 6/10
app GitHub
Watches multiple CLI coding agents running in tmux panes and routes your attention to the ones that need it, with the ability to monitor and respond from your phone.
tmuxmonitoringmobileswarm
by imitation-alpha Jul 31, 2026 7/10
app GitHub
A single-file, stdlib-only Python CLI where one manager session spawns, steers, and monitors many durable headless Claude Code sessions across projects, with mid-turn steering, token budgets, usage-limit park/resume, and a git-tracked knowledge loop. No daemon, no dependencies.
fleet-managementheadlessmulti-agentpython
by exPardus Jul 31, 2026 7/10
app GitHub
A top-style monitor for Claude Code that shows live sessions, which models they're using, context usage, and the subagents they've spawned, all at a glance.
monitoringclisubagents
by gmhoward9289-ops Jul 31, 2026 7/10
app GitHub
Runs Claude Code on your Mac while every Bash command actually executes on a remote Linux host over SSH, keeping your Anthropic credentials on the Mac and never on the remote machine.
remotesshsecurity
by foxfollow Jul 31, 2026 7/10
app GitHub
A local CLI built on top of ccusage that shares and compares your Claude Code token usage stats with other users, turning usage tracking into a social/leaderboard feature.
clitoken-usageccusageleaderboard
by 851-labs Jul 30, 2026 5/10
app GitHub
A native tray app that shows live rate limits, session usage, and monthly spend across Claude Code, Cursor, Codex, Gemini CLI, and Windsurf in one place. Also offers one-click deployment of MCP servers, rules, skills, and sub-agents.
appusage-trackingquota
by abhiunix Jul 30, 2026 6/10
app GitHub
A tool that binds a single keybinding to generate precise references to code ranges, for pasting into any AI assistant or tool. Reduces the friction of manually describing exact file/line ranges when prompting an AI coding agent.
appeditor-tool
by couimet Jul 30, 2026 5/10
app GitHub
A terminal launcher for agent CLIs (Claude Code, Codex CLI, OpenCode, Gemini CLI, DeepSeek-TUI) that pairs each session with a self-contained template covering mission, playbook, rules, tools, subagents, and persona, cloned into a fresh isolated chat each time.
appclitemplates
by sPROFFEs Jul 30, 2026 6/10
app GitHub
A voice assistant for Mac that lets you talk through coding tasks, routing them to Claude Code or Codex based on which has available quota, and moving a task mid-run if one runs out.
appvoicequota-routing
by Yash03x Jul 30, 2026 6/10
app GitHub
A local-first mission control app for running multiple AI CLI agents like a workforce, orchestrated on a visual canvas. Lets you approve agent actions from your phone and provides a full audit trail.
apporchestration
by hsienchuc Jul 30, 2026 5/10
app GitHub
A control plane spanning Claude Code, Codex, Cursor, and OpenCode that rotates work across multiple Claude/Codex subscriptions based on quota, keeps shared thread context, and runs cross-model review of the output.
appquota-routingmulti-model
by razzant Jul 30, 2026 5/10
app GitHub
A macOS menu bar overlay that visualizes your currently running Claude Code sessions as a small flock of animated creatures, a lightweight glanceable way to see how many agent sessions are active.
appmacossession-monitor
by S-Nakamur-a Jul 30, 2026 5/10
app GitHub
A local, zero-dependency dashboard for Claude Code sessions (macOS/Linux/Windows), styled like RStudio. Shows session timelines, model thinking, diffs, token usage, an embedded terminal, and a visualization pane.
appdashboard
by PierreBeaucoral Jul 30, 2026 6/10
app GitHub
A suite of tools for managing AI-powered coding agents from anywhere, so local hardware does not become the bottleneck for running agent sessions, aimed at developers who want to kick off and monitor agent work remotely.
appremote
by luisgamas Jul 30, 2026 5/10
app GitHub
A native, zero-dependency, cross-platform app that plays background music while Claude Code is working and stops the moment it is your turn to respond.
appambiance
by GusGaiotti Jul 30, 2026 5/10
app GitHub
Syncs rules, agents, commands, hooks, skills, and memories for 30+ AI coding tools across devices using git and age encryption. Positioned as the chezmoi for AI tools.
appconfig-sync
by rios0rios0 Jul 30, 2026 5/10
app GitHub
An open-source collaborative workspace where people and agents work together, acting as a meta-harness across Claude Code, Codex, Cursor, OpenCode, Pi, and custom agents.
appcollaboration
by sarptandoven Jul 30, 2026 5/10
app GitHub
Tracks token usage and cost on a per-turn basis for Codex and Claude Code sessions, giving finer-grained visibility than whole-session totals.
appusage-tracking
by kelesmert Jul 30, 2026 5/10
app GitHub
A tmux-based console for running multiple coding agents simultaneously, with live status, screen previews, and one-key start/clone/kill controls.
apptmuxmulti-agent
by ryanjn Jul 30, 2026 5/10
app GitHub
A terminal tool for quickly switching between separate Claude Code and Codex account profiles, useful for developers juggling multiple subscriptions or work/personal accounts.
appaccount-switching
by reyanshgupta Jul 30, 2026 5/10
app GitHub
A terminal tool for browsing, resuming, and deleting past Claude Code conversations, without needing to dig through the CLI's session picker.
appsession-management
by miladbeigi Jul 30, 2026 5/10
app GitHub
An AI video editor specialized for talking-head footage, doing meaning-based cutting, captions, graphics, and sound. Orchestrated by Claude Code or Codex, and free by default.
appvideo-editing
by ArtCog Jul 30, 2026 5/10
app GitHub
Automatically converts Claude Code session history into a structured Obsidian vault, turning raw conversation logs into a searchable, linked knowledge base. Useful for developers who want their coding-session context to persist and compound over time instead of vanishing after each session.
obsidianknowledge-managementsession-history
by Cha0smast3r110 Jul 30, 2026 7/10
app GitHub
A real-time Claude Code usage widget for Windows showing live session and weekly limits across Mini/Normal/Detail dashboard modes, built with Tauri 2 + SolidJS + Rust and styled with Liquid Glass/Mica vibrancy. One of several usage-tracking widgets in this ecosystem, distinguished mainly by its Windows-native UI polish.
usage-trackingwindowstauri
by gnoeynij Jul 30, 2026 5/10
app GitHub
A memory system for LLM agents that uses Bayesian updating to learn from feedback over time, rather than storing static facts. Aimed at agents that need their recall to improve and adapt as they receive corrections.
memorybayesianllm-agents
by robotrocketscience Jul 30, 2026 6/10
app GitHub
A free, privacy-first usage monitor for the Windows taskbar tray that tracks both Codex and Claude Code usage in one place, with an Android app in development. Currently in beta; distinguishes itself from single-provider widgets by covering both ecosystems.
usage-trackingwindowsprivacy
by JeremiahFD Jul 30, 2026 5/10
app GitHub
A terminal session manager built with Claude Code workflows in mind, helping developers organize and switch between multiple concurrent terminal/agent sessions. General enough to use outside Claude Code as well.
terminalsession-managercli
by pradipta Jul 30, 2026 6/10
app GitHub
A personal knowledge management system combining voice journaling, Claude Code skills, and AI-powered knowledge distillation, stored as plain Markdown in Git. Aimed at people who want a PKM system that is both AI-augmented and fully under their own version control.
pkmvoice-journalingmarkdown
by rillmd Jul 30, 2026 6/10
app GitHub
A native macOS app that tracks Claude Code and Codex token usage, costs, cache efficiency, and session history in one dashboard. Distinguished from other usage widgets by being a proper native Mac app with cache-efficiency reporting.
usage-trackingmacosnative-app
by banyudu Jul 30, 2026 6/10
app GitHub
A web-based cockpit for driving multiple Claude Code sessions in parallel on your existing subscription, letting you orchestrate several agents from one browser dashboard. Notable for reportedly having written a significant part of itself.
orchestrationparallel-sessionsdashboard
by gnarco Jul 30, 2026 7/10
app GitHub
An open-source, self-hosted Rust binary bundling deployments, analytics, session replay, error tracking, OpenTelemetry, email, sandboxes, and an AI gateway, 440+ CLI operations in total, with drop-in skills for Claude Code, Codex, and OpenCode. A broad platform play covering what would otherwise be several separate SaaS subscriptions.
self-hosteddeploymentobservability
by gotempsh Jul 30, 2026 8/10
app GitHub
A Nix flake and Home Manager module that sets up Claude Code authenticating through Codex OAuth, with server-side compact support. Niche but useful for the Nix/NixOS community wanting a declarative, reproducible Claude Code install.
nixhome-manageroauth
by fnltochka Jul 30, 2026 5/10
app GitHub
Lets you transfer a live Claude Code, Codex, or opencode session to another person using an encrypted three-word phrase, no account required. Also supports migrating your entire Claude Code history to a new laptop with paths automatically rewritten.
session-sharingencryptionclaude-codemigration
by gowtham-sai-yadav Jul 30, 2026 7/10
app GitHub
A cross-platform desktop app that tracks Claude Code token usage, costs, and session history with a live dashboard. Runs fully locally with no cloud sync, account, or telemetry.
token-usagedashboarddesktop-appprivacy
by payfacto Jul 30, 2026 7/10
app GitHub
A self-hosted proxy for Claude Code and Codex CLI with multi-backend routing, account pooling with 429 failover, per-key rate limits, and a usage dashboard. Useful for teams managing multiple accounts or API backends.
proxyself-hostedrate-limitingrouting
by Ken-Chy129 Jul 30, 2026 6/10
app GitHub
A self-hosted Docker stack that runs one isolated, long-lived Claude Code session per container, reachable over SSH/tmux and the Claude app's Remote Control feature. Useful for running multiple agent sessions safely in parallel without polluting a local machine.
dockerself-hostedisolationremote-control
by cosyte Jul 30, 2026 7/10
app GitHub
A single-file, browser-only HTML tool that lints a Claude Skill's SKILL.md for spec compliance and triggering quality. No install needed, useful for quickly checking a skill before publishing it.
linterskill-mdvalidationbrowser-tool
by 0xelitesystem Jul 30, 2026 7/10
app GitHub
A heads-up-display style status line for Claude Code showing network health, tokens-per-second, context usage, quotas, and cost all in one line. Gives an at-a-glance view of session health without extra commands.
statuslinemonitoringhud
by OpenClawFarm Jul 30, 2026 5/10
app GitHub
A personal, voice-capable AI you run entirely on your own machine using your flat-rate Claude subscription, with no inbound network port, a tamper-evident audit ledger, and a runnable security benchmark. MIT licensed.
voice-aiself-hostedsecuritysubscription
by Grandillionaire Jul 30, 2026 6/10
app GitHub
A low-resource multi-agent desktop pet built on Tauri 2 with a native Rust provider adapter layer, watching Claude Code, CodeWhale, Codex, OpenCode, and Aider sessions. A playful status indicator for whichever coding agent is currently running.
desktop-pettaurirustmulti-agent
by purrfecto114-lgtm Jul 30, 2026 5/10
app GitHub
A visual interface layered on top of Claude Code for building software, aimed at people who prefer a graphical workflow over a raw terminal session. Details are light, but it targets making Claude Code more approachable for non-CLI-first users.
visual-interfaceguiclaude-code
by Cavalry-Collective Jul 30, 2026 5/10
app GitHub
Turns a topic into a narrated 4K video for coding agents, using a unified TTS engine spanning 11 platforms including MiniMax voice cloning, a manifest-based asset engine, and Remotion for composition with cost-gated AI generation.
video-generationttsremotion
by Agents365-ai Jul 30, 2026 5/10
app GitHub
Lets you pick up any Claude Code conversation exactly where you left off in one click, without re-explaining the project or losing context. A convenience layer for juggling many ongoing sessions.
session-managementresumeproductivity
by krugerrgabriel Jul 30, 2026 6/10
app GitHub
Composes skills, slash commands, and MCP servers from a central catalog into any repo as native configs for opencode, Claude Code, and Codex, with lockfile-based drift detection. Useful for keeping agent tooling in sync across many repos.
clicataloglockfilesync
by nbialk Jul 30, 2026 7/10
app Reddit
An npx CLI (plus a companion plugin) that reads your Claude Code session transcripts from ~/.claude/projects, cross-references them with git, and flags cases where a tests pass claim was not backed by an actual test run in that session. Runs entirely locally with no model calls, and also catches disabled tests, rewritten expected values, and commits made after a hook rejected them.
testingverificationcli-toolhook
by Due_Emu_8229 Jul 30, 2026 8/10
app Reddit
An open-source CLI that runs Claude Code and Codex CLI as a paired session, translating one tool's transcript into the other's native session format so typing switch continues the exact same conversation, files, and history when you hit a usage limit. Only one model runs per turn, and both sides stay independently resumable via claude --resume / codex resume.
cli-toolcodexsession-continuityopen-source
by bhavya6187 Jul 30, 2026 7/10
app Reddit
An open-source CLI (npm i -g ossclip) that transcribes a talking-head video locally with whisper.cpp, then has an LLM plan on-screen graphics like title cards, stat cards, and terminal mockups, rendered as code via Remotion rather than templates. Every planned scene is schema-validated before rendering, works with Claude Code CLI or a Gemini/Anthropic API key, and keeps footage local.
videocli-toolremotionopen-source
by CodeWithAhsan Jul 30, 2026 7/10
app Reddit
A prompt editor (promptbook.sh) that mirrors how CLI coding tools display pasted images as [Image #1]-style tags, so you can write and preview prompts with embedded images outside the terminal. Solves the problem of images becoming opaque, unclickable placeholders once dropped into a CLI prompt.
prompt-editorimagescli-workflow
by vbaranov Jul 30, 2026 6/10
app Reddit
An open-source platform that wraps Claude agents and sub-agents into a persistent, shared app instead of ad hoc individual chats, adding a Microsoft Teams surface for lightweight tasks like assigning owners or pulling reports. Built for teams who found raw chat sessions lost context and wanted a consistent shared interface instead of everyone running their own prompts.
teams-integrationagent-appopen-source
by ironmanfromebay Jul 30, 2026 5/10
app Reddit
An open-source (Apache-2.0) app that connects to Claude Code via the Claude Agent ACP adapter, letting you browse and replay sessions, send or queue prompts, cancel work, and follow todo/plan updates from a phone or browser. Ships as a GitHub Pages PWA, Android app, and desktop UI, and works with a normal claude login subscription with no API key required.
remote-accessmobileacpopen-source
by giuliastro Jul 30, 2026 7/10
app Reddit
A web app (agentree.app) that turns each agent message into a node in a tree, letting you branch a new conversation from any prior message instead of being stuck in a linear chat. Each node preserves the code/repo state via commits, making it easier to navigate and monitor multiple parallel agent runs.
uiconversation-treeweb-app
by dmangla33 Jul 30, 2026 7/10
app Reddit
An open-source pip package that treats agent memory and skills like package management: exp learn captures project architecture into git-tracked records, exp install pulls in shared skills, and exp share packages project knowledge for other developers to install. Aimed at teams with multiple interlinked repos who are tired of re-explaining the same context to Claude every session.
memoryskillspackage-manageropen-source
by solubrious1 Jul 30, 2026 6/10
app Reddit
An npm CLI tool that captures a Claude Code or Codex terminal session and pushes it to a formatted GitHub Gist in one command, instead of screenshotting the whole terminal. Works with Claude Code, Codex, or basically any CLI coding tool session.
cli-toolgithub-gistterminalsharing
by PumpkinNarrow6339 Jul 30, 2026 5/10
app GitHub
An eval-driven agentic harness for building production Stellar blockchain dApps, with 6 specialist agents, 5 eval definitions, and contract/frontend/backend templates. Ships an npx CLI scaffolder with Claude Code marketplace support for one-command project setup.
stellarblockchaindappagentscli
by rylsherdamz-rgb Jul 30, 2026 5/10
app Reddit
A self-built alternative to tools like Conductor: a kanban/task board where every task runs as its own agent, with one git worktree and branch per task, sessions that keep running after you close the browser, and a diff review flow across multiple projects from one place.
orchestratorkanbangit-worktreedashboard
by ishyfishyy Jul 30, 2026 6/10
app GitHub
An open-source, local-first video editor with a professional multi-track timeline, controllable through natural language via Agent Skills and MCP integration, rendering with Remotion. Brings conversational, agent-driven editing to a real production timeline.
video-editingmcpagent-skillsremotion
by 0xsline Jul 30, 2026 7/10
app GitHub
A local model router that's aware of which harness it's running under — Codex, OpenCode, or Claude Code — and routes tasks to the appropriate model accordingly, rather than applying one-size-fits-all routing rules.
routermodel-routingcodexopencode
by anisahaya Jul 30, 2026 5/10
app GitHub
Captures intents, decisions, and rejected alternatives from agent sessions via SessionStart/Stop/PreCompact hooks, then enforces them so a plan cannot quietly contradict an earlier rejected decision. Sits one layer above the kazi goal-tracker from the same org: kazi proves work is done, dira remembers why it was wanted. Currently in design phase -- schema and docs exist, no binary yet.
hooksdecision-trackingagent-memorygit-native
by kazi-org Jul 30, 2026 5/10
app GitHub
A native Android app that runs AI coding agents directly on the phone, no terminal, PC, or SSH session required. Aimed at people who want to kick off or check on Claude Code / Codex work from a phone without setting up Termux or a remote connection.
androidmobileon-devicegui
by yuga-hashimoto Jul 30, 2026 7/10
app GitHub
1Helm gives a single AI agent (a "resident") a persistent private computer with compounding memory and skills across sessions. A component called Skipper enforces every safety boundary on what the resident can do, aiming for a durable, self-hosted alternative to stateless agent sessions.
memorypersistent-agentself-hostedagent-framework
by gitcommit90 Jul 30, 2026 6/10
app GitHub
A single Rust/Tauri binary that gives Windows and macOS a live dashboard and tray badge showing which Claude Code sessions need attention, plus a hook recorder, installer, and companion IntelliJ plugin. Aims to make it easy to spot and jump to the session that's waiting on you.
dashboardtraytaurisession-monitoring
by Nicsilver Jul 30, 2026 5/10
app GitHub
Generates a personal daily audio briefing narrated by Claude, running entirely as a repo plus two scheduled cloud routines with no servers to maintain. Outputs a player artifact you can listen to each day.
audiodigestautomationscheduled
by mblasi Jul 30, 2026 6/10
app GitHub
Instead of asking complex clarifying questions through chat text, formloop lets an LLM agent generate a rich UI form on the fly for the human to fill out. Useful when a question has many structured fields or options that are awkward to express in plain chat.
human-in-the-loopformsui
by manibordev Jul 30, 2026 5/10
app GitHub
Tracks and deduplicates hours spent across Claude Code, Codex, and OpenCode sessions, presented Steam-style like a game library. A lightweight way to see how much time you've actually put into each agent harness.
usage-trackingstatscli
by fmarcac Jul 30, 2026 5/10
app GitHub
Four coordinated coaches (training, nutrition, sports medicine, sports psychology) read your wearable data, blood panels, mood, and cycle, then adapt training and fueling around travel and jet lag, briefing you each morning. Built as an autonomous open-source project, twelve weeks into development at time of posting.
healthwearablesagent-swarmpersonal-ai
by juliedemoyer Jul 30, 2026 5/10
app GitHub
An established open-source SDK (230+ stars, running since 2024) for building computer-use-driven E2E QA tests, where the agent operates the app like a real user instead of relying on brittle selectors. Usable as a building block for QA automation in Claude Code and other agent workflows.
qacomputer-usee2e-testingsdk
by testdriverai Jul 30, 2026 8/10
app GitHub
A Tauri/React desktop app for Windows that gives Kimi, OpenAI Codex, Anthropic Claude, and Cursor a shared harness and UI. Has solid early traction (29 stars) as a cross-agent alternative to using separate terminals or IDE plugins.
desktop-apptauriwindowsmulti-agent
by Leonxlnx Jul 30, 2026 7/10
app Reddit
Brings the CLI's /workflows live tree view into VS Code by reading the same on-disk journal state, with a charted dashboard of per-agent timelines, peak context, and token detail parsed from transcripts. No patching, hooks, or API key required. Author notes the journal is a resume ledger keyed by content hash (not a literal run log) and per-agent token fields reflect final context size, not spend — both required cross-checking against real transcripts.
vscodeworkflowsmonitoringmulti-agentobservability
by Siigari Jul 29, 2026 8/10
app Reddit
An open-source patch addressing a race condition where a second follow-up message could reach Claude before the first, or get silently merged into one turn. Adds explicit "run" (queue), "run" with immediate flag, and "steer" (interrupt at next tool boundary) semantics, with an editable/reorderable message queue that persists across restarts.
queueingsteeringuxopen-source
by Naive-Experience9439 Jul 29, 2026 7/10
app GitHub
From the team behind CodeGraphContext (4K+ stars), a new project exploring "Graph Engineering" — letting an LLM dynamically propose its own execution graph (e.g. investigate → modify → deploy) while deterministic software validates the proposal against permissions, budgets, and allowed node types before execution, rejecting or forcing a replan when constraints are violated.
agent-safetyexecution-graphpermissionsgovernance
by Desperate-Ad-9679 Jul 29, 2026 7/10
app GitHub
A local inference engine for Kimi-Linear-48B featuring INT4 quantization and fused decode kernels for a measured 3.18x speedup, exposed via an OpenAI-compatible server. Ships with "k3," a bridge that auto-detects the calling client per request so Claude Code, Codex, Cline, Aider, and OpenCode all work against it unchanged.
local-inferencekimiopenai-compatiblemulti-client
by RightNow-AI Jul 29, 2026 5/10
app GitHub
threadleaf is an Obsidian plugin that runs an AI agent natively inside your notes pages, working alongside Claude Code and Codex. It's local-first and keeps agent interactions embedded in the page context rather than a separate chat panel.
obsidianagentlocal-firstclaude-code
by windzu Jul 29, 2026 6/10
app GitHub
peektrace is a loopback-only, local-first inspector and editor for Claude Code state -- memories, sessions, and context-budget forensics -- in one live pane. It also covers Codex and Pi sessions, giving a unified view across multiple coding agent tools.
observabilityclaude-codecontext-managementcli
by Mark-Life Jul 29, 2026 7/10
app Reddit
A community member scored roughly 2,300 Claude Code plugins on maintenance, popularity, documentation, manifest richness, and trust/safety instead of just GitHub stars. The post highlights two plugins in Anthropic's official marketplace scoring 91 vs 66 despite similar star counts, exposing a stale-but-popular one.
pluginsmarketplacecurationanalysis
by Ambitious_Town_9056 Jul 29, 2026 7/10
app GitHub
kgai is a Claude Code plugin that auto-captures the decisions behind your code into an immutable knowledge graph, built on Kuzu, and syncs across a team without merge conflicts. It gives AI dev teams shared, queryable memory of why code changed, not just what changed.
knowledge-graphmemoryclaude-code-pluginteam-collaboration
by kgaidev Jul 29, 2026 6/10
app GitHub
Omnodex adds security and observability tooling around AI agent execution, including Claude Code and MCP-based setups. It's aimed at teams that need visibility and guardrails around what coding agents actually do at runtime.
securityobservabilitymcpclaude-code
by omnodex Jul 29, 2026 6/10
app Reddit
Builders Gate is an early-stage toolkit that lets Claude agents build games alongside a human, covering art generation, a custom sprite editor, an in-progress level editor, and an audio lab for sound effects and voiceovers. It also has a playtest-recording feature so Claude can review feedback and turn it into a task list for follow-up agents.
game-developmentharnessclaude-codecreative-tools
by InteractionCivil Jul 29, 2026 6/10
app GitHub
AgentDeck is a browser front-end over real tmux sessions, so long-running Claude Code tasks keep running when you close the tab, drop VPN, or restart the service. It adds a desktop-style window manager, one-click shell launch with Claude Code pre-started, drag-and-drop file paths, and a mobile view -- no database, no auth beyond an IP allowlist, so it's a LAN/VPN tool.
tmuxsession-managementbrowser-uiclaude-code
by 0_KermitTheFrog_0 Jul 29, 2026 7/10
app GitHub
cairn is a quiet native macOS companion app that notifies you when a coding agent -- Claude Code, Codex, or similar -- finishes its turn. It's a lightweight, focused alternative to watching a terminal for agent completion.
macosnotificationsclaude-codeproductivity
by quentinzhang Jul 29, 2026 5/10
app GitHub
catchup reads the transcripts that Claude Code's terminal and desktop app already write to disk but never surface, letting you catch up on what another session did without switching back to it. Both clients log full session history but give no built-in way to read it back -- this fills that gap.
transcriptsclaude-codesession-managementcli
by saksham10arora-dotcom Jul 29, 2026 6/10
app GitHub
Home-manager modules and configuration for running AI coding assistants declaratively on NixOS/Nix. Lets you manage Claude Code and similar tools the same way as the rest of a Nix-based environment.
appnixconfigurationdotfiles
by DivitMittal Jul 29, 2026 5/10
app Reddit
A Claude Code / Cursor plugin that runs security tests against your local AI agent directly from the editor, rather than requiring a separate tool or context switch.
appsecuritytestingplugin
by Humanbound_AI Jul 29, 2026 6/10
app GitHub
A local-only Chrome extension paired with a Node sink that streams browser console logs to a file Claude Code reads on every prompt. No cloud involved, closing the loop between frontend errors and the coding agent.
appbrowserdebugginglocal-first
by chirag127 Jul 29, 2026 6/10
app GitHub
A local-first desktop app that auto-detects and unifies Claude Code, Codex CLI, and Gemini CLI behind one interface — unified chat, file explorer, terminal, and editor. Built with Tauri, Rust, and Vue 3.
appdesktopmulti-agenttauri
by peintune Jul 29, 2026 6/10
app GitHub
Offline codebase indexing for Claude Code, Codex CLI, OpenCode, and other agents, combining FTS5 full-text search, Tree-sitter parsing, and graph search so agents can find relevant code without repeated brute-force reads.
appindexingsearchoffline
by denfry Jul 29, 2026 7/10
app GitHub
A terminal setup for working from multiple Claude Code accounts and switching between them instantly, even mid-conversation, with a statusline that shows the active account, usage, and git state.
appaccountsstatuslineterminal
by yauyauyauhen Jul 29, 2026 6/10
app GitHub
Shows live Claude Code, Codex, and Antigravity quotas and reset times right on the Windows taskbar, as a widget, tray icon, or floating window.
appwindowsusage-trackingwidget
by ynjmxn Jul 29, 2026 6/10
app GitHub
Packages one developer's personal workflow as a Claude Code plugin: an SDLC pipeline, task board, coding agents, and audit skills tailored to Laravel development.
applaravelpluginsdlc
by digitaldreams Jul 29, 2026 5/10
app GitHub
A single-container web dashboard (FastAPI, React, nginx) that controls multiple remote Claude Code agents through an orchestrator LLM, MCP, and file-based mailboxes.
appdashboardremoteorchestration
by Meisterull Jul 29, 2026 6/10
app GitHub
A translucent, always-on desktop widget that tracks Claude Code, Codex, Grok Build, Kimi Code, and ZCode sessions in real time, distilling a command timeline and a glossary of task codenames. Native on both macOS and Windows.
appdesktopwidgetmonitoring
by surebeli Jul 29, 2026 5/10
app GitHub
Automatically clicks "Try again" in Claude Desktop and presses Enter to continue stalled chats after hitting usage limits, on a schedule via UI automation with no manual setup.
appautomationclaude-desktop
by Mukller Jul 29, 2026 5/10
app GitHub
An AI team that lives on your Mac — tasks assigned through Telegram or Slack get routed to the right agent, with progress tracked on a dashboard.
appteamtelegramslack
by b3rys Jul 29, 2026 5/10
app GitHub
Mirrors a live tmux pane to a phone browser so you can watch and drive a Claude Code session from anywhere on your network — no app, no API key, zero runtime dependencies.
apptmuxremotemobile
by nogataka Jul 29, 2026 6/10
app GitHub
Hands a live coding-agent session between your own machines over plain SSH, with a dependency-free bash implementation.
appsshhandoff
by kazuki-sf Jul 29, 2026 6/10
app GitHub
Turns the corrections an agent receives during a session into memory rules for next time, and fixes the rules that don't actually fire — so the agent stops repeating the same mistakes.
appmemoryself-improvement
by Droi-D Jul 29, 2026 6/10
app GitHub
A Claude Code plugin (haiku/sonnet/opus subagents) plus a claude-route CLI that routes every task to the cheapest Claude model capable of handling it, instead of running everything on the most expensive tier.
appcost-optimizationclirouting
by jpfmscel Jul 29, 2026 6/10
app GitHub
Ships AI-generated HTML or Markdown to one recipient instead of the world — one link plus a password, view receipts, instant revoke, per-recipient passwords, and versioning. Open source and edge-native.
appsharingedge
by agentx1boss Jul 29, 2026 5/10
app GitHub
An Electron app for macOS that unifies Claude Code and Codex CLI in one place — a shared session sidebar, real terminals via node-pty/xterm, dictation notes, a capabilities manager, and opt-in worktree isolation.
appmacoselectronmulti-agent
by Meaetin Jul 29, 2026 6/10
app GitHub
A single CLI for exploring, installing, evaluating, and sharing curated bundles of Claude Code plugins and skills.
appcliplugin-management
by ostin-pil Jul 29, 2026 6/10
app GitHub
Runs multiple Claude Code and Codex sessions in parallel through a browser terminal grid that shows which agent needs your attention. Local, tmux-backed, MIT-licensed.
appterminalmulti-agent
by receptron Jul 29, 2026 6/10
app GitHub
A bilingual (Chinese/English) practice app for Anthropic's Claude Certified Architect – Foundations exam, with 163 questions, a missed-question queue, and an official-spec mock exam verified against the exam guide. Zero-dependency static site, works offline, unofficial.
appcertificationexam-prep
by kamiimeteor Jul 29, 2026 5/10
app GitHub
Unifies multi-project, multi-session Claude Code work into one browser hub, with number-indexed project/server navigation (cdf/sshf), an HTML dashboard, and a project-management SCAR plugin.
appdashboardmulti-project
by Finfra Jul 29, 2026 6/10
app GitHub
A Windows system-tray monitor for Claude usage limits, with live session and weekly meters, a usage graph, and alerts. Unofficial.
appwindowsusage-tracking
by SKGoC-CLI Jul 29, 2026 6/10
app GitHub
A zero-dependency CLI (87.4 kB) that installs AI agent skills and MCP servers from any source, covering 86 agents with no signup and no telemetry.
appcliinstaller
by rolecraft-sh Jul 29, 2026 6/10
app Reddit
A Go binary on top of tmux that gives every running Claude, Codex, or OpenCode agent a live status in one list grouped by project, so you can spot a stuck permission prompt without tabbing through terminals. Press space to send a prompt into any agent's pane without attaching, and ctrl+r opens its diff as whole files for inline review comments that feed straight back into the agent.
apptmuxmulti-agentdiff-review
by khalon23 Jul 29, 2026 7/10
app Reddit
A local open-source app where an agent reviews someone else's GitHub PR and posts findings directly on the diff next to the relevant lines. You can discuss, edit, or remove each comment, then preview and choose whether to comment, approve, or request changes — nothing posts automatically. Works with Claude Code and Codex; requires an authenticated GitHub CLI.
appgithubpr-reviewlocal-first
by johniak Jul 29, 2026 7/10
app GitHub
A terminal picker that runs before your coding agent starts, letting you choose the harness, provider, model, and system prompt in one step before launch.
appclilauncher
by beboite Jul 29, 2026 5/10
app GitHub
Generates a documentation wiki from your codebase where every page records the source files it was built from, so you can see exactly which docs have drifted from the code.
appdocumentationdrift-detection
by guymoyal Jul 29, 2026 6/10
app GitHub
Detects the API errors and other failures that end a Claude Code turn, waits out the right backoff, and resumes the session automatically — running from inside Claude Code, with nothing else needing to stay running.
appreliabilityauto-resume
by AndreiElekesIntel Jul 29, 2026 6/10
app GitHub
An open-source Claude Code GUI built on the official Claude Agent SDK, supporting parallel multi-project sessions, multi-engine BYOK (Codex, DeepSeek, Kimi, Ollama), a terminal, browser and DB bubbles, and code review. Local-first, MIT.
appguibyokagent-sdk
by Surething-io Jul 29, 2026 7/10
app GitHub
A personal project and routine management agent for Claude with enforced structure, a plan-approve-execute discipline, wiki memory, and optional voice, brand, todos, and dev-planning modules.
appproject-managementpersonal-agent
by protonium-labs Jul 29, 2026 5/10
app GitHub
A drop-in JS widget that collects user feedback on a live site and turns it into AI-powered, automated fixes.
appfeedbackwidget
by makethisbetter Jul 29, 2026 5/10
app GitHub
An integrated, open terminal environment for steering a fleet of coding agents at once, built to be reshaped rather than used as a black box.
appterminalmulti-agent
by albertwujj Jul 29, 2026 5/10
app Reddit
Stores project context, tasks, architecture decisions, and notes in SQLite so an agent can cheaply retrieve just what it needs (semantic RAG with a re-ranker, or FTS5) instead of reloading a huge markdown file every session. Supports syncing the database across machines via a mounted Google Drive/OneDrive folder, with Tailscale-based sync under consideration.
appmemorysqlitesync
by kninetimmy1 Jul 29, 2026 6/10
app GitHub
Approves Claude Code permission prompts right from the macOS menu bar without switching to the terminal, and shows live status for every AI coding agent — Claude, Codex, Copilot, and Antigravity.
appmacosmenu-barpermissions
by michalstrnadel Jul 29, 2026 6/10
app Reddit
A self-hosted dashboard that spawns and manages persistent Claude Code sessions on your own machine, server, or NAS, so you can attach from claude.ai/code or the mobile app without SSH or tmux. Supports server-mode bridges and interactive PTY sessions with true --continue resume, per-project worktrees, and full config editing from the browser.
appremotedashboardself-hosted
by SchubyDoo Jul 29, 2026 7/10
app GitHub
Watches a long-running command, detects failures, attempts a fix, and leaves an audit trail of what happened. Useful for keeping agent-launched background processes alive without manual babysitting.
appsupervisorself-healingreliability
by ulmentflam Jul 29, 2026 6/10
app GitHub
Packages a personal collection of rules, agents, and skills into immutable releases and syncs them into projects with WAL crash-safety, three-way merge, and CI gating. Brings deployment-grade rigor to distributing your own Claude Code configuration across repos.
appconfigurationsyncci
by dewil Jul 29, 2026 7/10
app GitHub
An AI assistant plugin for the Control Plane platform providing Claude Code, Codex, Antigravity, and MCP workflows for deploying, troubleshooting, and managing multi-cloud workloads from within a coding agent session.
appclouddeploymentvendor
by controlplane-com Jul 29, 2026 5/10
app GitHub
Strips structural noise out of prompts before they reach the model, reducing token usage while deterministically preserving the underlying information. A prompt-layer alternative to lossy summarization for context trimming.
appcontexttoken-optimization
by MohammedZaid-AI Jul 29, 2026 6/10
app GitHub
Lets agents generate and edit images, video, audio, and 3D content with no API key or OAuth setup — durable hosted URLs, recoverable jobs, and cost receipts included. Removes the usual credential-wrangling step before an agent can produce media assets.
appmedia-generationimagesvideo3d
by danielgwilson Jul 29, 2026 7/10
app Reddit
Sits between a CLI coding agent and the model provider, inspecting the assembled request body for secrets and PII, masking each value consistently at its exact location, and rebuilding/rescanning the request before release. Built after the author's agent assembled a debugging request that included a live credential and customer email without approval. Supports OpenAI Responses and Anthropic Messages.
appsecurityegresspiisecrets
by Suitable-Cow2000 Jul 29, 2026 8/10
app GitHub
A graph-derived PROJECT_MAP, an output wrapper, and curated knowledge (OKF) that let an agent answer structural questions about a codebase without repeatedly re-reading source files to find things.
appcontextproject-maptoken-optimization
by luizfelipedm Jul 29, 2026 7/10
app Reddit
A detailed comparison of three open-source context-transfer tools: can-bridge (faithful transcript + tool-call translation between Claude Code and Codex only), ai-context-bridge (11 targets, git-triggered resume files, no session linking), and the author's own context-bridge, which links each agent's native session to the project once and tracks provenance across multi-hop switches (e.g. Claude → Grok → Codex) instead of creating a new thread every transfer.
appcontextcodexgrokmulti-agent
by serdardogrubakar Jul 29, 2026 7/10
app GitHub
Shows quota status across multiple Claude Code accounts and lets you switch between them, useful for anyone juggling more than one subscription or workspace.
appquotaaccount-management
by yashsoni369 Jul 29, 2026 6/10
app GitHub
A tool for managing several concurrent Claude Code sessions so you don't have to track them manually.
appsession-managementmulti-agent
by romp-on Jul 29, 2026 5/10
app GitHub
Chat, agent mode, sandboxed HTML artifacts, evidence-backed research, and an MCP bridge to Claude Code, all running inside an Obsidian vault. Free, MIT-licensed, bring your own API key.
appobsidianmcpresearch
by cavi-ai Jul 29, 2026 7/10
app Reddit
A self-hosted alternative to Claude Cowork for building AI coworkers by chatting with them: each agent gets its own agents.md, skills, tools/MCPs, and work folder, can edit its own configuration from feedback, and can run on a schedule or be triggered by another app. Supports switching harness (Claude Code, Codex, Pi, with more planned) and model, including bring-your-own subscription.
appcoworkself-hostedmulti-model
by resiros Jul 29, 2026 7/10
app GitHub
Routes a developer's attention across several concurrently running AI coding agents, surfacing which one actually needs a human decision right now.
appattention-routingmulti-agent
by kookr-ai Jul 29, 2026 5/10
app GitHub
A fun, real-time, local-first visualization that shows Claude Code and Codex agents working as a living graph, giving a god's-eye view of what multiple sessions are doing at once.
appvisualizationmonitoringmulti-agent
by adaline-ankit Jul 29, 2026 6/10
app GitHub
A CLI a coding agent can call to delegate a sub-task to another agent, getting back only the answer, review, or patch — never the delegate's full working context. Keeps delegated work from polluting the caller's context window.
appdelegationmulti-agentcontext
by aubwang Jul 29, 2026 7/10
app GitHub
Lets you build a Telegram bot from inside Claude Code using tlgrm.bot's constructor rather than hand-writing bot code.
apptelegrambotno-code
by tlgrm-bot Jul 29, 2026 6/10
app GitHub
A terminal shell wrapper that compresses command output before it reaches the agent's context, cutting the token cost of routine shell commands.
appshelltoken-optimizationterminal
by dPeluChe Jul 29, 2026 7/10
app GitHub
A set of PowerShell scripts that streamline running local AI agents — llama.cpp with PI, and Claude Code — on Windows 11 Pro.
appwindowslocal-llmlauncher
by KLNHOMEALONE Jul 29, 2026 5/10
app GitHub
Runs Claude Code inside Docker containers with a portable, composable configuration setup, useful for keeping agent sessions isolated and reproducible across machines.
appdockersandboxingconfiguration
by yorch Jul 29, 2026 6/10
app GitHub
Gives coding agents desktop automation through shell commands rather than vision-based Computer Use, aiming for more deterministic control over desktop interactions.
appcomputer-useautomationshell
by vivekkartha Jul 29, 2026 6/10
app Reddit
A vendor-agnostic desktop agent with a rich UI, loop selection, and swappable provider/model slots, connected to 3,500+ MCP servers via Pipedream Connect. Lets you carry an agent and its context across apps and switch layout without changing IDEs, built over a two-year development cycle.
appdesktopmcpmulti-model
by Successful-Seesaw525 Jul 29, 2026 7/10
app GitHub
Shows which Windows or WSL executables an AI coding agent actually resolves and runs, with evidence, for debugging cross-boundary path and environment confusion.
appwindowswsldebugging
by Tanasu0417 Jul 29, 2026 6/10
app GitHub
Scans, identifies, and assesses security risks in SKILL.md packages before you install them, addressing the growing supply-chain risk of installing third-party skills sight-unseen.
appsecurityskillssupply-chain
by HuTa0kj Jul 29, 2026 7/10
app GitHub
Indexes skills, plugins, MCP servers, agents, and integrations across Claude Code, Codex, Gemini CLI, and more into one searchable catalog, aiming to be the discovery layer the ecosystem currently lacks.
appdiscoveryskillscatalog
by the911fund Jul 29, 2026 7/10
app GitHub
Runs Claude Code and opencode agents in a real tmux session on your own Linux box or Mac, and lets you drive them from desktop, phone, or browser over HTTPS.
appself-hostedtmuxremote
by antoinedc Jul 29, 2026 7/10
app GitHub
Runs AI code review on GitHub pull requests locally, without committing to a specific agent vendor, giving teams a self-hosted alternative to hosted PR-review bots.
appcode-reviewgithubself-hosted
by suguspnk Jul 29, 2026 6/10
app GitHub
A free desktop app for Windows and macOS that gives each coding agent you use (Claude Code, Codex, Gemini CLI, Qwen, Ollama, etc.) its own terminal pane in a single window, with no account or server required. Useful for people juggling multiple CLI agents side by side.
terminalmulti-agentdesktop-app
by robertiuoras Jul 28, 2026 6/10
app GitHub
A local-only macOS menu bar app (SwiftUI) that shows how you actually use Claude Code, including skill, MCP, sub-agent, and prompt usage statistics. Useful for understanding your own usage patterns without sending data anywhere.
macosusage-statsmenu-bar
by akidon0000 Jul 28, 2026 7/10
app GitHub
A local dashboard ('Agent Deck') combining AI agent usage stats, Mac system metrics, and GitHub contribution activity in one view. Niche personal-productivity tool but concrete in scope.
dashboardusage-statsmacos
by ctt062 Jul 28, 2026 5/10
app GitHub
A macOS menu bar app for managing CLIProxyAPI, multiple Claude Code accounts, and shell launch commands from one place. Useful for people juggling several accounts/proxies for CLI coding agents.
macosaccount-managementmenu-bar
by woosublee Jul 28, 2026 5/10
app GitHub
A local Windows tray application that predicts when your Codex CLI and Claude Code usage limits will run out, based on current usage patterns. Solves a concrete, common pain point for subscription-plan users.
windowsusage-limitstray-app
by Kyuhan1230 Jul 28, 2026 7/10
app Reddit
A plugin that extracts durable domain knowledge (rules, constraints, terminology, runbooks) from Claude Code conversations and saves it as structured, shareable context — a domain profile plus a knowledge folder — for reuse across sessions or with teammates. Positioned as more persistent than /compact and more portable than ad-hoc handoff files.
context-managementknowledge-baseplugin
by Human-Vegetable823 Jul 28, 2026 6/10
app GitHub
A VS Code extension that lets you pick a Claude Code model and effort-level combo from a customizable QuickPick menu, applying it to the next conversation. A small but concrete quality-of-life tool for switching configurations quickly.
vscodemodel-selectionproductivity
by KisooLabs Jul 28, 2026 6/10
app GitHub
A CLI/tool for working with local Claude Code session logs — search across them, export, sanitize sensitive content, or produce token-count summaries. Practical utility for anyone auditing or archiving their session history.
sessionslogscli
by tobitege Jul 28, 2026 7/10
app GitHub
Turns a Ulanzi D200X device into a live status and control deck for Claude Code, Codex, and Cursor on macOS, with a unified layout, state-guarded keys, and 5 agent lanes. A niche but distinctive physical-hardware integration for monitoring multiple agent sessions.
hardwaremacosstatus-deck
by goonobu-dot Jul 28, 2026 6/10
app GitHub
A lightweight macOS menu bar app that shows live TUI session activity for Claude Code, Codex, and OpenCode at a glance, so you can check on running agent sessions without switching to the terminal.
macosmenu-barsession-monitoringproductivity
by yelog Jul 28, 2026 5/10
app GitHub
A native macOS menu-bar app that displays a pixel cat reflecting the live status of your Claude Code and Codex agent sessions, giving an at-a-glance indicator of when agents are working or idle.
macosmenu-barsession-monitoringclaude-code
by taurinexd Jul 28, 2026 5/10
app GitHub
A desktop app (GPUI + axum) that centralizes provider switching, a local relay, MCP servers, skills, sessions, usage tracking, and sync for multiple AI coding tools in one native interface.
desktop-appmcpprovider-switchingsession-management
by OcHub-team Jul 28, 2026 6/10
app Reddit
A tool that takes an objective, plans the work, and spins up multiple Claude Code sub-agents each in its own git worktree to parallelize tasks like adding tests or migrating endpoints. Every shell command needs manual approval and PRs surface as agents finish, using your existing Claude Code CLI login rather than a separate API key.
parallel-agentsgit-worktreeorchestrationclaude-code
by Key-Clothes1258 Jul 28, 2026 7/10
app GitHub
An open-source multi-agent command center for Claude Code offering 244 skills and 200+ agents organized into 14 departments, with PD-driven autonomous workflows, a SQLite task store, and file-based memory, installed entirely under ~/.claude/ with no cloud dependency.
multi-agentskillsworkflowlocal
by Tekkiiiii Jul 28, 2026 5/10
app GitHub
A sandbox environment for running AI coding agents autonomously with host isolation and network restrictions, aimed at making unattended agent runs safer.
sandboxsecurityautonomous-agentsisolation
by eclipse-enclave Jul 28, 2026 7/10
app GitHub
An unofficial Windows desktop app that wraps the Claude Code CLI in a graphical chat-style interface for users who prefer a GUI over the terminal.
windowsguidesktop-appclaude-code
by Tenkkk Jul 28, 2026 5/10
app GitHub
A local-agent-driven HTML editor offering 75 skills across 9 output surfaces (magazine, deck, poster, tweet/XHS card, prototype, data report, and more), with sandboxed preview and one-click export to WeChat, X, Zhihu, HTML, or PNG. Works with Claude Code, Cursor, Codex, Gemini, Copilot, OpenCode, Qwen, and Aider without a separate API key.
skillhtmlcontent-generationmulti-agent
by nexu-io Jul 28, 2026 7/10
app GitHub
A 100% local multi-agent session browser that lets you view, search, and manage coding-agent sessions across OpenCode, Copilot, Cursor, Pi, Claude Code, and Codex from one interface.
session-managementmulti-agentlocaldesktop-app
by stevencrawford Jul 28, 2026 5/10
app GitHub
A JVM-based (non-Electron) native console for running Claude Code, Codex, Gemini, or OpenCode with an integrated real browser, terminal, editor, secrets management, and access to 100+ MCP tools, targeted at enterprise and research use.
desktop-appmcpmulti-agententerprise
by risa-labs-inc Jul 28, 2026 6/10
app GitHub
A harness for Claude Code that adds project-aware account routing across multiple accounts, isolated sessions, a context-management feature called LeanCTX, and MCP integrations.
harnessmulti-accountsession-isolationmcp
by orichum Jul 28, 2026 5/10
app GitHub
A desktop app for installing, organizing, editing, syncing, and updating Skills, MCP servers, and plugins across Claude Code, Cursor, Codex, Windsurf, and Gemini CLI, with real-directory scanning and Git-aware diff previews before applying changes.
desktop-appskill-managementmcpgit-diff
by wanghuan9 Jul 28, 2026 6/10
app GitHub
A native macOS app that lets you cycle through idle Claude Code (or other agent) sessions running in iTerm2 or Kitty using global hotkeys, helping manage multiple parallel agent sessions without hunting through windows.
macoshotkeyssession-managementproductivity
by nielsmadan Jul 28, 2026 6/10
app GitHub
A CLI toolkit that mines local Claude Code session logs and git history to produce analytics, streaks, leaderboards, and productivity metrics, entirely offline. Useful for developers who want visibility into their own Claude Code usage patterns without sending data anywhere.
analyticsclisessionsoffline
by sasly2048 Jul 28, 2026 6/10
app GitHub
A GUI terminal multiplexer with mouse or tmux-style pane splitting that lets you approve, deny, or prompt Claude Code, Copilot CLI, and similar agents remotely from your phone over Telegram. Useful for monitoring and steering long-running agent sessions away from your desk.
terminalremote-controltelegramtmux
by leodudedev Jul 28, 2026 7/10
app GitHub
A tool that drives acpx agent sessions (Claude Code, Codex, Gemini) remotely from WeChat, Feishu, and Yuanbao, without needing a terminal. A lighter-weight take on remote agent control aimed at Chinese chat platforms.
remote-controlchatacpxcross-platform
by gadzan Jul 28, 2026 5/10
app GitHub
A local, tmux-native, zero-dependency tool that detects when Claude Code Remote Control's 31-second retry budget gives up on a session and silently dies, then re-arms it. Targets a specific known reliability gap in Claude Code's remote control feature.
tmuxreliabilityremote-controlwatchdog
by kamihork Jul 28, 2026 6/10
app GitHub
A lightweight, privacy-focused SwiftUI menu bar app for Apple Silicon Macs that shows current Claude and Claude Code usage limits at a glance. One of several usage-monitoring apps in this space, distinguished mainly by being fully native.
macosusagemenu-barswiftui
by phobo-at Jul 28, 2026 5/10
app GitHub
A tiny always-on-top widget that lists every Claude Code session running on your machine, showing project color, chat name, a status dot, and playing a sound when a turn finishes. Useful for people running many parallel Claude Code sessions who need an at-a-glance overview.
sessionswidgetmulti-sessionnotifications
by jenz26 Jul 28, 2026 6/10
app GitHub
A menu-bar app that reads local logs to show live token spend across Claude Code, Codex, Gemini, Hermes, OpenClaw, and OpenCode in one place, with no upload or signup required. Useful for developers juggling multiple coding agents who want a single usage view.
macosusagemulti-toollocal-first
by Bububuger Jul 28, 2026 6/10
app GitHub
A quota-tracking tool that does cache-adjusted token attribution, per-model usage breakdown, and reset-aware pacing so you know how to spend remaining quota before it resets. More analytically sophisticated than a basic usage-percentage display.
quotausagecodexlocal-first
by ahmtsahin Jul 28, 2026 6/10
app Reddit
An open-source project that reverse-engineers the LCD-key protocol of a cheap Mars-Gaming StreamDeck clone (via USB/Wireshark capture) to display live Claude Code session/weekly usage, active session count, subagent count, and burn-rate ETA on physical tiles. Includes a full reverse-engineering writeup and support for the AKP03/N3/MSD-TWO device family; Windows-only for now.
hardwareusagereverse-engineeringstreamdeck
by DankestDaddy69 Jul 28, 2026 7/10
app GitHub
A GUI that bridges a WSL-based Claude Code workspace and the Windows desktop, with a file tree, Markdown/docx/PDF preview, and an inbox drop window for moving files between the two environments. Supports 8 UI languages, addressing a common WSL/Windows friction point for Claude Code users.
wslwindowsfile-managementgui
by tact0225 Jul 28, 2026 6/10
app GitHub
A tool that lets you mark up any web page or PDF directly in the browser, with a local AI companion applying the markings and producing a revised page. Part of the Loqumen suite of design tools.
designfeedbackai-companionpdf
by bnt21 Jul 28, 2026 5/10
app GitHub
SAGE (Session Awareness & Guidance Engine) watches multiple parallel AI coding sessions and answers questions about their state, but deliberately never edits, spawns, or blocks anything. Aimed at teams running many simultaneous agent sessions who want visibility without giving the observer any write power.
observabilitymulti-sessionmonitoringfleet
by muslewski Jul 28, 2026 6/10
app GitHub
A CLI tool that halts Claude Code before you exhaust your usage window and automatically resumes once it resets. Helps avoid mid-task interruptions from hitting rate limits unexpectedly.
usage-limitscli-toolrate-limiting
by melxrd Jul 28, 2026 7/10
app GitHub
A per-session monitor that detects the moment Claude Code is waiting on your input and fires native Windows notifications, aimed at WSL2/Docker users. Useful for juggling multiple long-running sessions without babysitting each terminal.
notificationswsl2dockersession-monitoring
by 3000tech Jul 28, 2026 6/10
app GitHub
A lightweight Rust + Tauri v2 desktop panel showing every active Claude Code session, which ones are waiting on you, and your running cost for the day. Built for people running multiple concurrent sessions who want an at-a-glance dashboard.
dashboardtaurisession-management
by ronaldoscotti Jul 28, 2026 7/10
app GitHub
A dependency-free tool that displays your Claude Code subscription quota directly in the MacBook Pro Touch Bar Control Strip. Niche but handy for Touch Bar Mac owners wanting usage visibility without a terminal.
touch-barmacosusage-tracking
by CodeCampusCo Jul 28, 2026 6/10
app GitHub
An open-source macOS (Apple Silicon) tool arranging real terminal sessions as nodes in a canvas, with commander-to-worker delegation for a fleet of AI coding agents, and highlighting which agent needs your attention.
tmuxmulti-agentmacos
by lout33 Jul 28, 2026 6/10
app GitHub
A native macOS app for writing blog posts in Markdown, where you describe your site to Claude to have it built, then edit drafts with AI assistance and publish free to GitHub Pages. Aimed at writers who want a chat-driven, AI-assisted static blogging workflow.
macos-appblogginggithub-pages
by mcavus Jul 28, 2026 7/10
app GitHub
A small per-project wiki paired with a generated handoff prompt, designed to eliminate cross-session amnesia when resuming Claude Code work. Lets you pick up a project days later without re-explaining context from scratch.
session-continuitycontext-management
by aksheyw Jul 28, 2026 7/10
app Reddit
Millwright is a self-hosted, Rust-based LLM router that works as a drop-in replacement for OpenRouter with Claude Code. It supports Anthropic, OpenAI-compatible, and Bedrock providers with policy-controlled routing, cache affinity, spend tracking, and circuit-breaker reliability, deployable as one binary with SQLite or Postgres.
llm-routerself-hostedrustcost-optimizationmulti-provider
by teachmehowtowookiee Jul 28, 2026 7/10
app GitHub
A terminal UI command center for managing fleets of Claude Code, Codex, tmux, and cmux agent sessions from one place. Aimed at developers running many parallel coding-agent sessions who need a unified view and control surface.
tuimulti-agenttmuxfleet-management
by Supersynergy Jul 28, 2026 6/10
app GitHub
A plugin marketplace that lets you install skills, subagents, hooks, and MCP servers directly via `/plugin marketplace add`. Provides a discoverable, centralized way to extend Claude Code without manually wiring configs.
marketplacepluginskillsmcp
by Max-Levitskiy Jul 28, 2026 7/10
app GitHub
A self-hosted dashboard for analyzing Claude Code usage from session transcripts, with cost accounting that correctly handles cache TTLs (a common source of inaccurate cost estimates). Useful for teams or individuals tracking spend across sessions.
dashboardcost-trackingself-hostedobservability
by Nitjsefnie Jul 28, 2026 7/10
app GitHub
A Mac menu-bar app paired with an end-to-end encrypted relay and iOS companion app that lets you monitor and steer Claude Code / coding-agent sessions remotely. Useful for checking in on long-running agent sessions without staying at your desk.
monitoringmac-appiosremote-controle2ee
by gpambrozio Jul 28, 2026 6/10
app GitHub
A tool that syncs coding-agent session state so you can pick up work on a different machine without losing context. Targets developers who switch between desktop, laptop, or remote environments mid-task.
syncmulti-devicesession-continuity
by HarjjotSinghh Jul 28, 2026 6/10
app GitHub
A transparent proxy that captures every LLM call, tool call, cost, and loop for AI agents locally, with zero code changes required. Useful for debugging agent runs and auditing cost/behavior after the fact.
observabilityproxycost-trackinglocal-first
by ShekharBhardwaj Jul 28, 2026 7/10
app GitHub
A local-first wearable work agent that uses Even G2 smart-glasses audio and R1 gestures to delegate tasks to Claude Code and Codex terminals running on your computer. A novel hands-free interface for triggering agent work.
wearablehands-freelocal-first
by aaronrau Jul 28, 2026 6/10
app GitHub
A local-only, zero-dependency pixel-art dashboard that visualizes your Claude Code model and agents as a boss and crew working in an office, driven by real session events. A playful way to get an at-a-glance view of multi-agent activity.
dashboardvisualizationlocal-firstfun
by Cybermumu22 Jul 28, 2026 6/10
app GitHub
A control panel for directly managing multiple coding agents via the command line. A lightweight alternative to TUI-based fleet managers for developers who prefer a CLI-first workflow.
climulti-agentcontrol-panel
by ytubecoder Jul 28, 2026 5/10
app GitHub
A local-first evaluation dashboard for agent CLIs with cross-harness transcript collection, live trace intelligence, deterministic graders, and accuracy audits. Useful for teams who want to benchmark and monitor coding-agent quality over time without a hosted service.
evaluationdashboardlocal-firstbenchmarking
by RasputinKaiser Jul 28, 2026 7/10
app Reddit
Origami groups agents, terminals, and commands per project so switching projects means switching workspaces rather than rebuilding your environment from scratch. After 3 months of development, the update brings improved UI, better MCP support, a new in-app Kanban board, and an Artifacts viewer. Tested with long-running autonomous agents across Opus 5 and Fable 5.
workspaceagent-managementmcpkanbanartifactsorigami
by Looking-for-Smtg Jul 27, 2026 8/10
app Reddit
A DIY integration that drives a 10€ pixel board with custom GIFs for each Claude Code session state: thinking, waiting for input, answering, and idle. Also shows used context percentage and one spinning dot per active sub-agent. A fun hardware project that surfaces agent internals as a physical ambient display.
hardwarepixel-boardstatus-displaysub-agentsambientdiy
by Accomplished-Safe479 Jul 27, 2026 7/10
app GitHub
A desktop floating window that aggregates token consumption and cost across Claude Code, Codex, and Grok Build sessions. Gives a persistent at-a-glance view of token spend without switching windows. Practical for developers juggling multiple AI coding tools who want unified usage visibility.
tokenusagedesktopmonitoringclaude-codecodex
by hkm-a Jul 27, 2026 7/10
app Reddit
A tiny Python CLI that fetches YouTube captions and pipes them to stdout, letting Claude read video content without an API key or audio transcription. Install with pipx and pass the transcript straight into your session using `yt-transcript -o -`. Optional timestamps add ~20% token overhead when you need them.
cliyoutubetranscriptproductivitypipx
by WorldlyAd7946 Jul 27, 2026 7/10
app Reddit
A p2p network that gives AI agents their own address for discovering tools and other agents without human wiring. Agents can autonomously join via a one-line install and transact over encrypted peer-to-peer connections. ~250k agents already on the network; recently raised a $4.5M seed.
agent-networkp2pdiscoveryautonomoustool-use
by BiggieCheeseFan88 Jul 27, 2026 6/10
app GitHub
A macOS app that turns the MacBook notch into a persistent workspace for files, media, focus tools, and Claude Code or Codex sessions. Keeps your coding session accessible without consuming screen real estate. Native and Mac-only.
macosnotchworkspaceproductivitynative
by MarazziMarco Jul 27, 2026 5/10
app GitHub
An open-source (MIT) tool that embeds a sponsor line in Claude Code's status row, letting developers earn revenue while the AI is working. Client, ad server, and dashboard are all auditable and self-hostable. Never reads your code, files, or prompts.
statuslinemonetizationopen-sourceself-hostablemit
by Cognifer-Labs Jul 27, 2026 5/10
app Reddit
A code editor that runs a bundled local model (or any GGUF) for autocomplete and fill-in-the-middle at zero token cost, then routes heavier tasks to Claude, GPT, or Gemini via your own API key — per task. Every file write and shell command requires approval. Remembers context across sessions and supports Skill Files.
idelocal-modelhybridautocompleteskill-files
by Generative_IDE Jul 27, 2026 6/10
app Reddit
A walkthrough of building three interconnected habit tracking apps — a daily habit logger, a gym tracker, and a meal prep log — using Claude Code with Google Sheets as the backend. No technical background required; apps hosted on GitHub Pages and sync data via Sheets' CSV export endpoint.
google-sheetshabit-trackingno-codepersonal-appgithub-pages
by -Puddintane- Jul 27, 2026 5/10
app GitHub
A self-hosted web app for managing board and digital game collections within a group, with voting sessions to decide what to play next and rating tracking. Supports German and English. Built entirely with Claude Code as an example of Claude-driven app development.
appgamesvotingself-hostedmultilingual
by ChulioZ Jul 27, 2026 5/10
app GitHub
A drop-in replacement for the `claude` CLI that launches Claude Code inside an ephemeral, RAM-only NixOS microVM. Brings your existing config automatically. Egress can be locked down in one line. Fully reproducible — same config produces the same VM. Zero disk writes survive the session.
securityisolationnixmicrovmsandboxingephemeral
by OpenCCVM Jul 27, 2026 8/10
app GitHub
A Claude Code plugin that adds BMO from Adventure Time as a friendly CLI companion. Includes persistent memory, a bundled skills library, and randomized ASCII art greetings for your sessions. A fun addition for Claude Code users who want a bit of personality in their workflow.
pluginclicompanionmemoryskillsfun
by bitm4ncer Jul 27, 2026 5/10
app Reddit
A Tauri v2 + Rust reimplementation of the popular ClaudeMeter app, extended with additional features and Linux support. Shows usage statistics including token counts across sessions. Born from community need to continue extending the original project after its maintainer became unavailable.
taurirustusage-trackingcross-platformdesktop-app
by risethagain Jul 27, 2026 7/10
app Reddit
A statusline plugin that reconstructs real token spend from local transcripts at API prices — no API key needed and nothing leaves your machine. Shows 5h/7d limit meters with time-to-reset countdowns, per-model quotas, budget warnings, and 13 themes with a TUI configurator. Install via `npx claude-usage-statusline`.
statuslineusagespendlimitsthemebudget
by Scorpio_95 Jul 27, 2026 7/10
app GitHub
A tool that monitors live cache expiry and automates context handoffs before the cache expires, plus one-command account switching. Eliminates the hidden cost of cache expiry and bloated sessions. Zero runtime dependencies; includes a CLI and editor extension.
cachecontexthandoffaccount-switchingcost-optimization
by VedantShirgaonkar Jul 27, 2026 8/10
app GitHub
A small tool that lets you queue your next Claude Code instruction while the current one is still running, without interrupting or derailing the active session. The queued instruction executes automatically when the current task completes. Solves a real UX friction point in long-running agent sessions.
cliqueueproductivityuxworkflow
by nuuxcode Jul 27, 2026 8/10
app GitHub
Collapses N reads, greps, and globs into a single Bash round-trip for autonomous Claude Code sessions. Reduces output tokens, slows cache growth, and cuts wall time by batching file operations that would otherwise each consume separate tool calls. Designed for autonomous runs where efficiency matters.
efficiencytokensbashautomationoptimization
by Digital-Process-Tools Jul 27, 2026 7/10
app GitHub
Captures screenshots and streams structured intelligence about them into AI coding tools for faster visual context. Useful for debugging UI issues, sharing visual context with Claude Code without manually describing the screen, and automated visual regression workflows.
screenshotsvisualcontexttools
by Steppecorkwoodtree378 Jul 27, 2026 6/10
app GitHub
A meta-repo for bootstrapping context-engineered projects through a discuss → curate → bootstrap workflow. Generates tailored harness setups for Claude Code, Cursor, Copilot, and other AI coding agents from project discussions. Automates the tedious process of setting up CLAUDE.md and related context files.
context-engineeringCLAUDE.mdbootstrapharnesssetup
by glowElephant Jul 27, 2026 6/10
app GitHub
Transforms AI coding agent logs into a gamified character sheet with 74 achievements, fixed-scale metrics, an LLM-written chronicle, and research-backed improvement advice. Supports Claude Code, Codex, OpenCode, Gemini, and Copilot. 100% local, available in Russian and English.
gamificationanalyticssessionsachievementsmotivation
by timoncool Jul 27, 2026 6/10
app GitHub
A local-first dashboard and CLI for visualizing token usage data tracked by Toktrack. Provides charts and metrics for analyzing AI coding tool consumption over time. Designed for developers who want visual analytics on their token spending across coding sessions.
tokensusagedashboardanalyticsCLI
by roastcodes Jul 27, 2026 6/10
app GitHub
Points at any AI agent endpoint, describes a few user types and their goals, then holds real multi-turn conversations to score the agent and report what broke. No SDK changes, no code instrumentation, no framework dependency required. Useful for validating AI agent behavior before shipping.
QAtestingmulti-turnevaluationagents
by makieali Jul 27, 2026 6/10
app GitHub
A launcher for the Claude CLI that saves your preferred model, mode, and effort settings and applies them automatically when starting Claude Code. Eliminates the need to retype flags for your usual session configuration. Lightweight and focused.
CLIlauncherpresetsconfigurationproductivity
by jeongph Jul 27, 2026 6/10
app GitHub
A tool for managing the context and state accumulated by coding agents over time. Lets you resolve conflicts, audit what is in context, visualize the state graph, and clean out stale entries. Addresses the problem of agent context becoming cluttered or inconsistent across long sessions.
contextstatevisualizationcleanupagents
by starhaven-io Jul 27, 2026 7/10
app GitHub
A proxy that exposes an Anthropic-compatible API endpoint, allowing Claude Code to be used inside Cursor and other tools that support the Anthropic API. Lets developers use their existing Claude subscription from within Cursor's interface without a separate API key.
CursorproxyintegrationAPIsubscription
by depictive-asiootus528 Jul 27, 2026 7/10
app GitHub
Injects a small, honest repo map into Claude Code and Codex sessions so agents understand the codebase structure and health before diving in. Reports a 2.5x improvement in file open-rate on real sessions. Designed to be truthful rather than exhaustive, mapping only what it can actually measure.
codebase-mapcontextnavigationrepo-intelligence
by Skidudeaa Jul 27, 2026 7/10
app GitHub
A native macOS menu bar app that shows how much of your Claude session and 7-day limits remain, which chat is consuming them, and when you are likely to hit the wall. Local-only with no telemetry, MIT licensed. Built for Claude Code power users who run near their limits regularly.
macOSmenu-barusagelimitsmonitoring
by maz0x Jul 27, 2026 7/10
app GitHub
Reads your Claude Code session files to reconstruct what you actually worked on, then reconciles it against what you planned to do. Shows the delta between planned and actual work on a single page. Useful for project tracking, retrospectives, and understanding where your AI coding sessions actually spent their time.
session-historytrackingproductivityretrospective
by TbusOS Jul 27, 2026 7/10
app GitHub
A single Rust binary that bridges Claude Code to run against your Cursor subscription with zero configuration. Lets developers use Claude Code's agentic capabilities without a separate Anthropic API key or subscription. Single binary deployment, open source.
CursorsubscriptionbridgeRustAPI
by hkc5 Jul 27, 2026 7/10
app GitHub
A linter for AI agent configuration files across multiple tools: CLAUDE.md, AGENTS.md, .cursorrules, and MCP config files. Catches common mistakes and anti-patterns before they silently hurt agent behavior. Works across the major coding agent ecosystems.
lintingCLAUDE.mdMCPconfigvalidation
by unrot-dev Jul 27, 2026 7/10
app GitHub
Defines a tool-agnostic protocol for creating software project maps grounded in actual evidence rather than hallucinated documentation. Includes adapters for both Codex and Claude Code. The maps serve as a reliable source of truth that agents can read without having to rediscover the codebase each session.
project-mapdocumentationcontextevidenceCodex
by ddenny-s Jul 27, 2026 7/10
app GitHub
An LLM proxy that captures all API traffic and stamps Anthropic cache_control TTL headers for prompt caching, handles vision handoffs, enforces concurrency limits and rate limiting, and provides a live inspection dashboard. Useful for debugging Claude API usage and optimizing prompt caching.
proxycachingAnthropicrate-limitingdebugging
by codegiveness Jul 27, 2026 7/10
app GitHub
A local web dashboard that reads Claude Code session files and git history to surface Working Set rework radar, harness usage stats, and JIRA/GitHub delivery metrics. All data is computed from your own disk with no external services. Shows the relationship between agent activity and project delivery.
dashboardanalyticssessionsgitproductivity
by LinuxDevil Jul 27, 2026 7/10
app Reddit
A browser-based multiplayer tower defense game built by a Claude Code agent pipeline: one architect agent orchestrates implementer, test designer, test runner, docs sync, and an adversarial balance guardian subagent. Built on Cloudflare Workers and Durable Objects. Live at TideWars.com, free, no signup.
gameshowcasemulti-agentCloudflarevibe-coding
by JohnJohnsonData Jul 27, 2026 7/10
app GitHub
A live wildfire tracking site for the 2026 Lège-Cap-Ferret fire built autonomously by Claude Code from a one-sentence idea. Features satellite fire detections, wind data, water bomber tracking, and AI-generated bulletins. Reached 21k visitors in 72 hours — a concrete demonstration of Claude Code autonomous build capability.
vibe-codingshowcasereal-worldautonomouswebapp
by pwysocan-droid Jul 27, 2026 7/10
app GitHub
A native chat panel extension for Cursor and VS Code that runs Claude Code using your own Claude subscription rather than the editor built-in AI. Features 7 themable palettes, plan-mode review with inline comments, MCP connectors, checkpoints and rewind functionality.
CursorVS CodeextensionsubscriptionUI
by oldmilky Jul 27, 2026 7/10
app GitHub
Wraps the Claude Code CLI in a Docker Compose setup that adds per-session isolation, shared rooms with fine-grained permission delegation, in-browser tool approval, and code-server editing. Teams can collaborate on shared Claude Code sessions with access control and browser-based management.
teamdockercollaborationisolationworkspace
by scian0204 Jul 27, 2026 8/10
app GitHub
A visual timeline showing how Claude Code's system prompt has evolved across every published version. Features a stream-graph view, inline content diffs between versions, and markers for Claude model releases. Useful for understanding what instructions Claude operates under and how they have changed over time.
system-prompthistoryvisualizationtransparency
by ftvision Jul 27, 2026 8/10
app GitHub
A tool that runs a coding agent N times under two CLAUDE.md configurations, diffs the outcomes with a confidence interval, and identifies which rules genuinely influence Claude's behavior vs. dead weight. Ablates down to the sections that earn their keep. MIT licensed.
CLAUDE.mdmeasurementablationtestingoptimization
by nerdynikhil Jul 27, 2026 8/10
app Reddit
A Claude Code plugin that benchmarks proposed rules before letting them into the agent context. Watches sessions, proposes rules from expensive ones, then runs frozen benchmarks with and without the rule. Rules that don't save at least 2x their carrying cost in tokens get discarded automatically. MIT licensed.
CLAUDE.mdbenchmarkingtokensrulesoptimization
by tvuk Jul 27, 2026 8/10
app Reddit
A Claude Code statusline that stays quiet until a metric runs hot, then surfaces only the single most important alert in amber or red. Three presets from compact to detailed, with the least useful info dropping first as the terminal narrows. Zero runtime dependencies, clean uninstall that restores your previous statusline.
statuslineUImonitoringtokensusage
by c2l3YWxpa20 Jul 27, 2026 8/10
app Reddit
A desktop app that watches GitHub repositories for issues labeled 'agent' and automatically runs Claude Code locally until a pull request is ready for review. Bridges the gap between issue tracking and agentic coding without requiring a CI/CD pipeline. Click the issue to focus the terminal tab running the session.
GitHubissuesautomationPRsworkflow
by JobWiegant Jul 27, 2026 8/10
app GitHub
Traces long-running agent sessions and records why each decision was made, not just what happened. Entirely self-hosted so sensitive code and reasoning never leave your machine. Useful when debugging why an automated agent session went off the rails.
observabilitytracingdebuggingself-hostedagents
by HarryKane11 Jul 27, 2026 7/10
app Reddit
Desktop app that puts every agent session on a canvas node, each in its own git worktree. Nothing reaches main until you review the diff and approve it in-app. Drives Claude Code, Codex, Gemini, and OpenCode using your existing logins — no API keys or telemetry required.
multi-agentworktreecanvasguiparallel
by Whole-Contribution50 Jul 27, 2026 8/10
app GitHub
Private, self-hosted server for coordinating multiple coding agents — provides the shared coordination layer without relying on external cloud services. Suited for teams running multiple Claude Code instances that need a central point of control.
coordinationself-hostedmulti-agentcontrol-plane
by t54-labs Jul 27, 2026 6/10
app GitHub
Runs evidence-backed audits on vibe-coded apps at the level of a staff engineer review, including release vetoes, generated fix prompts, and same-rubric retests to confirm fixes landed. Fills the quality-assurance gap when code is generated quickly without manual review.
code-reviewauditvibe-codingqualityautomation
by AmsonntagChow Jul 27, 2026 7/10
app GitHub
Parses Claude memory from exported chat files and generates editable memory profiles that can be imported into a new account. Runs entirely locally and privately — no data leaves your machine.
memorymigrationexportlocalprivacy
by M2toe27 Jul 27, 2026 5/10
app GitHub
Visible workspace for running Claude Code, Codex, Gemini, Kimi, Qwen, Cursor, Copilot, and other AI coding agents side by side in the same CLI environment. Shows what each agent is doing and lets you direct work to whichever fits the task.
multi-agentcliworkspacecodexgemini
by SeemSeam Jul 27, 2026 6/10
app GitHub
Native macOS app that uses the Dynamic Island to surface Claude Code and Codex session state — permission requests, usage limits, and which terminal tab to jump to. Keeps agent activity visible without switching windows constantly.
macosdynamic-islandmonitoringuinotifications
by yangshiqi Jul 27, 2026 7/10
app GitHub
Self-hosted backup system specifically for coding-agent sessions that verifies integrity before storing and supports point-in-time recovery. Protects against accidental overwrites or agent-caused data loss without relying on cloud providers.
backuprecoveryself-hostedsafetyagents
by eunomia-bpf Jul 27, 2026 6/10
app GitHub
Launcher that starts Claude Code, Codex, Kimi CLI, and other coding agents through a unified interface with 8 bundled personas and a universal proxy layer. MIT licensed desktop app with a built-in RENZ terminal agent for CLI and desktop use.
launchermulti-agentclidesktoppersonas
by BBRenxo Jul 27, 2026 5/10
app GitHub
tessera is a personal framework for structuring agentic coding sessions with Claude Code. Provides opinionated configuration and workflows to streamline recurring development patterns.
appframeworkworkflowcoding
by lciacci Jul 26, 2026 5/10
app GitHub
A macOS menu bar app that surfaces Claude Code usage limits and tracks pace in real time, letting you see quota burn rate before hitting a cooldown wall. Complements the session experience without needing to open a browser.
appmacosusagelimitsmonitoring
by khoanguyen-3fc Jul 26, 2026 7/10
app GitHub
crash-dummy builds a test user, integrates your SDK following your own documentation, and runs the actual customer flows — catching doc-to-code drift and onboarding failures before real users hit them. Good for SDK maintainers and library authors shipping for external developers.
apptestingintegrationsdkdeveloper-experience
by katrinalaszlo Jul 26, 2026 7/10
app GitHub
A Windows Terminal launcher that streamlines opening Claude Code sessions with a configured terminal environment. Addresses the lack of a native launcher experience for Claude Code on Windows.
appwindowslauncherterminal
by sushiHex Jul 26, 2026 6/10
app GitHub
An AI-native Kanban board built specifically for developers using Claude Code or Codex. Cards carry full context for agent handoff and the board tracks agent progress in real time.
appkanbanproject-managementagentworkflow
by OndrejVatka Jul 26, 2026 7/10
app GitHub
oto-dock is a self-hosted platform for running personal AI agents using your own Claude or Codex subscription. Gives developers full control over agent infrastructure without a SaaS dependency.
appself-hostedagentplatform
by OtoDock Jul 26, 2026 6/10
app Reddit
swafra uses the Leiden algorithm with a semantic graph engine to build node clusters for agent memory retrieval. MIT licensed, no cloud required. Claims to beat mem0 and supermemory on the LongMemEval benchmark at 94.7% accuracy. Suitable for long-running agents that need context across many sessions.
appmemorygraphleidenbenchmark
by intellinker Jul 26, 2026 6/10
app GitHub
ai_mime compiles a screen recording into a rerunnable automation script, using an LLM only at decision points. Re-runs are self-healing — if a step fails the model figures out the fix. Useful for automating repetitive UI workflows without manually scripting every click.
appautomationscreen-recordingself-healing
by prakhar1114 Jul 26, 2026 5/10
app Reddit
RunLane is a project management board that bridges ticket management and AI agent execution. Assign an agent to a card and a local daemon picks it up, opens a Claude Code session with full card context, and posts progress back to the board. Deliberately requires manual assignment — no auto-triggering on drag — keeping developers in control.
apptask-managementautomationworkflow
by EloWeld Jul 26, 2026 7/10
app GitHub
Self-hostable local app that integrates Claude with the official Robinhood Trading MCP for portfolio access and order execution. Provides multi-agent research pipelines, inline candlestick charts, and a hard confirmation gate before every order. A practical example of combining Claude Code with a financial MCP with safety-first design.
tradingrobinhoodmcpmulti-agentfinance
by Ut8v Jul 26, 2026 6/10
app GitHub
Runs a persistent team of Claude seats on the Claude desktop app, each gated by human approval checkpoints before proceeding. Enables multi-agent parallelism while keeping a human in the loop at key decision points. A good reference pattern for supervised multi-Claude workflows without custom infrastructure.
multi-agentclaude-desktophuman-in-looporchestration
by squidbay Jul 26, 2026 7/10
app GitHub
Open-source pipeline that uses Claude Code as the intelligence layer to curate a daily AI industry digest, published via Hugo and deployed to Cloudflare Pages. A fully automated content-to-publish workflow with Claude doing the curation step. Good reference for anyone building agent-powered publishing or newsletter pipelines.
automationdigesthugocloudflarepublishingcontent-curation
by SorcerousMachine Jul 26, 2026 6/10
app GitHub
Local-first mission control dashboard for supervising AI coding agents across multiple CLI backends.
appagentclilocal
by NomadicDaddy Jul 26, 2026 6/10
app GitHub
A Stream Deck plugin displaying live Claude usage: 5-hour session limit, weekly and Fable limits, usage credits, and token cost — at a glance on physical keys.
stream-deckusagelimitsmonitoring
by karolpolikarp Jul 26, 2026 7/10
app GitHub
Backs up Claude Code sessions to git with a timeline view, folder analysis, deletion detection, and session restore capability.
appbackupsessionsgit
by DazzleML Jul 26, 2026 7/10
app GitHub
Runs PII and secret detection in-process, redacting sensitive data before prompts are sent to AI coding agents. Fully local, no cloud dependency.
appprivacypiisecurityproxy
by outgate-ai Jul 26, 2026 7/10
app GitHub
A cute pixel-art desktop companion that animates and reacts to Claude Code activity in real-time.
appdesktopfuncompanion
by llhuanhuan Jul 26, 2026 5/10
app GitHub
Provides encrypted, fully offline vector memory for AI agents with one-click automatic install.
appmemoryvectorofflineprivacy
by MaxFreedomPollard Jul 26, 2026 6/10
app GitHub
Browse, pin, and search every Claude Code, Codex, Gemini, and OpenCode session locally with a built-in secret scanner. Command-K search across all sessions.
appsessionssearchlocalsecurity
by paperboytm Jul 26, 2026 8/10
app GitHub
A Rust-based agent harness for scheduling and running background coding agents autonomously without manual supervision.
appschedulerrustautonomousagent
by hamish-mackie Jul 26, 2026 7/10
app GitHub
Structural search tool for AI agents providing call graphs, impact analysis, and concise code summaries — faster and more semantically aware than text grep.
appsearchcode-analysiscall-graph
by loralieunderivative666 Jul 26, 2026 7/10
app GitHub
A tmux-based manager for multiple Claude Code sessions across projects — lists sessions, shows done vs working status, and lets you jump to any session from a popup menu.
apptmuxsessionsmulti-sessionterminal
by craftzdog Jul 26, 2026 8/10
app GitHub
Creates sandboxed, agent-ready development containers with a single command using DevPod, rootless Podman, and VSCodium — designed for safe AI coding agent execution.
appsandboxcontainerdevpodsecurity
by oisinmcgrath Jul 26, 2026 7/10
app GitHub
A Tauri/Rust/React desktop app for running multiple AI coding agents in parallel, each in its own git worktree with its own terminal — enabling true parallel agentic development without session conflicts.
appdesktopmulti-agentparallelworktreetauri
by GrillerGeek Jul 26, 2026 8/10
app GitHub
A local AI code review assistant built on dspy-go for automated, agent-driven code quality analysis.
appcode-reviewlocaldspy
by XiaoConstantine Jul 26, 2026 6/10
app GitHub
Detects PII and secrets on-device before prompts leave the machine, via a CLI, local AI-DLP proxy, and browser extension. Zero network exfiltration, MIT-licensed.
appprivacypiisecurityproxybrowser-extension
by sbr0nch Jul 26, 2026 7/10
app GitHub
Intercepts and improves rough prompts before they reach AI CLIs including Codex, Claude Code, and Gemini CLI — acting as a prompt quality layer between the user and the agent.
apppromptpreprocessingquality
by EyupEfeDuvarbasi Jul 26, 2026 7/10
app GitHub
Keeps track of things you would carry in your head and handles filing, research, documents, and imagery via Claude Code — all stored in plain files on your own machine.
apppersonalknowledgelocalfiles
by TomSchimana Jul 26, 2026 5/10
app GitHub
A local and reversible context optimization tool for multiple AI coding agents — diagnoses and trims context bloat across Codex, ChatGPT Desktop, Claude Code, and Agent Skills.
appcontextoptimizationlocal
by Offwhite-Del Jul 26, 2026 6/10
app Reddit
A Stream Deck plugin that puts Claude Code (and other agent) sessions on physical keys — showing which sessions need attention, which are running, and which are done. Automatically sorts attention-needed sessions to the front. Includes a burn rate view for 5-hour and weekly usage limits. Supports Claude Code, Codex, Cursor, Copilot CLI, and Antigravity.
appstream-deckmonitoringsessionsusage
by youngPolsky Jul 26, 2026 7/10
app GitHub
Enables real-time communication and collaboration between Claude Code sessions across machines using Bonjour LAN discovery or a relay — peer signals arrive mid-conversation, enabling true multi-machine agent coordination.
appmulti-agentnetworkinglanreal-time
by sym-bot Jul 26, 2026 8/10
app GitHub
Reuse existing Claude Code credentials for OpenCode Anthropic auth, eliminating the need for a separate login or API key.
opencodeauthcredentials
by osuma2662 Jul 26, 2026 6/10
app GitHub
Tree-structured persistent memory for AI coding agents using plain Markdown as the source of truth, backed by a crash-consistent event log. No vector DB or LLM calls required — fully reviewable in git diffs. 138 tests with CI across Linux, macOS, and Windows.
memorymarkdowngitpersistent-memory
by natureco-official Jul 26, 2026 8/10
app GitHub
Local-first AI control plane that routes prompts to the best available model.
local-firstroutingmodel-selection
by ihabkhaled Jul 26, 2026 5/10
app GitHub
macOS menu bar application for browsing, organizing, and curating agent skills for Claude Code and other coding agents.
macosmenu-barskillscuration
by mmurakaru Jul 26, 2026 7/10
app GitHub
Translates coding agent customizations (skills, hooks, settings) faithfully across different agent harnesses so configurations remain portable.
portabilitytranslationharnesscli
by Texarkanine Jul 26, 2026 7/10
app GitHub
Desktop app for privately importing and browsing exported Claude conversation archives without uploading data anywhere.
exportarchiveprivacydesktop
by xqs-xqs Jul 26, 2026 5/10
app GitHub
Self-hosted AI coding workbench with a Chinese-language interface.
self-hostedworkbenchchinese
by muselab Jul 26, 2026 5/10
app GitHub
Claude routines write twice-daily intelligence briefs to a Markdown vault, with ntfy push alerts, CI health checks, and a desktop reader showing dashboard, graph, and files.
wikiintelmarkdownntfyci
by krish-shahh Jul 26, 2026 6/10
app GitHub
Terminal-based explorer for searching Claude Code and Codex sessions, browsing artifacts, and querying history. Local-first, no external services.
sessionshistoryexplorerterminallocal-first
by jamesyong-42 Jul 26, 2026 7/10
app GitHub
CLI proxy sitting between your AI coding tool and the LLM, reducing token usage 60-90% via declarative YAML filter rules. Compatible with Claude Code, Cursor, Copilot, and Gemini.
token-reductionproxycliyamlcost-savings
by edouard-claude Jul 26, 2026 8/10
app GitHub
macOS menu bar app that keeps a MacBook awake with the lid closed, featuring a Claude Code session switcher, battery guard, and server monitoring.
macosmenu-barlid-closedbatterysession-switcher
by taufiqxr Jul 26, 2026 7/10
app Reddit
Desktop app that gives each AI coding agent its own isolated browser instance, enabling 3-4 agents to run simultaneously without interfering. Supports Claude Code, Codex, OpenCode, and Ollama. Free beta.
parallel-agentsbrowserisolationdesktop
by Evening-Hamster-9863 Jul 26, 2026 7/10
app GitHub
Terminal UI for managing both global and project-level Claude Code configuration settings safely.
tuisettingsconfigurationterminal
by ex3lite Jul 26, 2026 7/10
app GitHub
Tool for switching between multiple Claude Code accounts, managing cross-account usage, and controlling Claude Code sessions remotely from a phone.
multi-accountremote-controlphoneswitching
by andrewtjin Jul 26, 2026 7/10
app Reddit
Free macOS menu bar app that detects active Claude Code sessions and keeps the Mac awake only while a session is brewing — not permanently. GPL-3.0, no accounts, no trackers.
macosmenu-barsleepsession-detectionfree
by shgyorgy Jul 26, 2026 7/10
app GitHub
macOS menu bar app that monitors quota and work status across Codex, Claude, Kimi Code, and DeepSeek without consuming any tokens.
macosmenu-barquotamonitoringzero-token
by pumpkinpieuncle Jul 26, 2026 6/10
app GitHub
Converts a git repository into a knowledge graph for exploring code relationships and dependencies.
knowledge-graphrepositoryvisualizationcode-analysis
by faelscarpato Jul 26, 2026 6/10
app GitHub
Claude Code enforcer and adopter, context engineering, data oriented tools, compile time safe protobuf Java code generation
by adamw7 Jul 25, 2026 6/10
app Reddit
I'm using Claude Code for AI-assisted SEO, and I'm stuck with a client project. I've previously connected normal WordPress sites to Claude Code using Application Passwords, but this client site is ...
mcpworkflowapi
by StructureMiddle9172 Jul 25, 2026 9/10
app GitHub
CLI setup, loop scripts, agent adapters, and full docs for donating spare AI capacity to Hee-Lee Oss good-deed projects.
by HeeLeeOss Jul 25, 2026 5/10
app Reddit
I’m curious if anyone here uses Claude Code specifically for streaming. Have you built anything useful for your stream with it, like analytics tools, OBS overlays, widgets, alerts, chat bots, moder...
by Myndler_rd Jul 25, 2026 7/10
app Reddit
I run a solo project (Flask app, GitHub hosted, GitHub Pro plan, private repo) where Claude Code does most of the implementation work through the CLI. Tonight I discovered it’s been merging its own...
workflowgitclaude.mdreview
by Purple_Drink3859 Jul 25, 2026 9/10
app Reddit
Hi! I've built a free open source local tool for developers. It should help claude to keep memories, track current progress, remember problems and make sure about user decisions. It shouldn't repla...
hookgitclaude.md
by techtheist_ggl Jul 25, 2026 10/10
app GitHub
Describe an app in plain words and a team of AI specialists designs, builds, tests and privately publishes it to your own GitHub — no coding needed. A Claude Code plugin for non-technical people. F...
git
by GRU-953 Jul 25, 2026 6/10
app GitHub
Local, zero-dependency Node.js dashboard that discovers your project folders, merges git metadata with per-project status files, and serves a status-grouped cockpit with live health checks. Built f...
workflowgit
by avikahana Jul 25, 2026 6/10
app GitHub
Feature-delivery workflow engine for agentic coding tools — Claude Code plugin with native bindings for seven other runtimes
workflow
by scolladon Jul 25, 2026 7/10
app GitHub
The job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
by MadsLorentzen Jul 25, 2026 6/10
app Reddit
This account was made because I'm tired of seeing people hate in a non-productive manner, not stating reasons or their setup and whatnot. This sub often seems 80% vent. In line with a productive sp...
skillgitpython
by CurbStompVibeCoders Jul 25, 2026 8/10
app GitHub
aigent-OS gives Claude Code fully autonomous memory and context management. It remembers across sessions, checkpoints itself, and manages its own context window so you never re-brief it. A free, op...
by wrg32786 Jul 25, 2026 6/10
app GitHub
Turn any topic into multi-part NotebookLM podcasts with music, plus a prompt+transcript+diarization dataset. Built with Claude Code.
by 03gilbe-design Jul 25, 2026 6/10
app GitHub
Scores tool-call reliability for agentic coding CLIs (Claude Code, Cursor, Codex)
by rishabhguptajs Jul 25, 2026 7/10
app GitHub
Approve Claude Code from your Mac's notch. A native SwiftUI menu-bar app that surfaces Claude Code permission prompts, questions, cost and context usage, no tabbing back to the terminal.
by rawsun007 Jul 25, 2026 6/10
app Reddit
The failure mode : I'd start a feature, get pulled elsewhere, come back two weeks later, and neither Claude nor I could reconstruct what state it was in or why I'd made the decisions I made. Every ...
mcpskillhookgitclaude.mdconfig
by yrangana Jul 25, 2026 10/10
app GitHub
Integrate AI coding agents directly into your Obsidian sidebar to manage projects and automate workflows with Claude and Codex models.
workflow
by Vladimirbeneficiary741 Jul 25, 2026 5/10
app GitHub
Drive Claude Code or OpenAI Codex from your phone — resume sessions, stream output, approve tool permissions remotely. End-to-end encrypted, zero-knowledge relay, open source.
by heypandax Jul 25, 2026 6/10
app Reddit
Hey everyone, I’m running into what appears to be a Desktop-only issue with Opus 5, and I’ve exhausted every relevant configuration I can find. Error: API Error: 400 output_config.effort 'xhigh' is...
apiconfigreview
by Free-Amphibian-8053 Jul 25, 2026 7/10
app GitHub
Gated Claude x Codex build loop for Claude Code: Codex plans and implements from one persistent thread, Claude approves the plan and reviews the diff. Zero deps, 20-test smoke suite.
review
by ozzaii Jul 25, 2026 6/10
app GitHub
Idle-aware time tracking for Claude Code — active hours, a work calendar, per-project drill-downs, token & tool usage, and AI prompt-health ratings, all from your ~/.claude logs.
by ewebdzine Jul 25, 2026 8/10
app Reddit
I have been building Memophant and making it better each day, using it myself across 20+ projects, as well as getting feedback from the hundreds of users who have helped me make the project better ...
by awizemann Jul 25, 2026 5/10
app Reddit
First, let me caveat that I primarily use Claude for knowledge work and not coding, and have no background in the latter. I have been learning how to build agents to automate some of my work and de...
by croutonboy Jul 25, 2026 7/10
app Reddit
I have been prompting Claude Code to make a site where you can learn to draw digitally with step by step guidance, great animations and a really satisfactory feel for the UI. A lot of prompting wen...
skillgit
by Arekkusu0506 Jul 25, 2026 8/10
app GitHub
KeepKeys keeps macOS Keychain secrets out of agent chat and lets Codex, Grok, Claude, Gemini, Hermes, and MCP tools use them with approval.
mcp
by barnlabs Jul 25, 2026 6/10
app GitHub
Route Claude Code requests to any AI provider using a native desktop application.
by codewithrunningjay Jul 25, 2026 6/10
app Reddit
Long Claude Code sessions can leave a repository with correct instructions and current state, but no obvious canonical place for a fresh agent to restart. I built a small open-source scanner that a...
gitpythonclaude.mdconfig
by Powerful_Creme2224 Jul 25, 2026 10/10
app GitHub
Build, edit and run Glaze (Raycast) Mac apps from Claude Code or ZCode for free, using your own subscription instead of Glaze credits. Then publish to the Glaze Store.
by GaimsDevSoftware Jul 25, 2026 6/10
app GitHub
Manage Claude Code workflows in a terminal-first desktop workspace with dedicated panels for files, Git, and MCP tools that appear on demand.
mcpworkflowgit
by nonpoisonous-livebearer374 Jul 24, 2026 7/10
app GitHub
Build your career history and generate custom resumes for every job application using this Claude skill.
skill
by Andreasuar2549 Jul 24, 2026 6/10
app GitHub
🟠 Always-on-top desktop widget that monitors your Claude Code usage in real time — real quota meters (5h session & weekly), per-model & per-project breakdown, with JARVIS-style voice alerts.
by Masterjbrito Jul 24, 2026 6/10
app Reddit
Hi everyone! I'm a non-programmer, but I love using Claude to build browser extensions and simple applications to automate my daily work routines. For those with more experience: which model setup ...
workflow
by Exciting-Swimming625 Jul 24, 2026 5/10
app Reddit
One thing we realized while using Claude, Cursor, and Copilot is that AI tooling is really good at telling you how much you spent, but not what that spend actually produced. We ended up building Ag...
workflow
by entelligenceai17 Jul 24, 2026 5/10
app GitHub
VSCode extension: always-visible status chip in the Claude Code panel (model, live git branch, context usage, effort, thinking, cost). Patches the webview and re-applies itself after every auto-upd...
git
by omarqra Jul 24, 2026 6/10
app Reddit
Claude Code finishes a turn: "Done! I've updated the authentication flow." Then it adds a few paragraphs explaining what it did. I used to read those summaries. Then I stopped. When something break...
hookgit
by Stunning_Tadpole1286 Jul 24, 2026 9/10
app Reddit
Disclosure up front: my project, open source (AGPL), free self-hosted mode. I keep Claude Code sessions running on a mac and a windows box. The failure mode was never the model — it was me alt-tabb...
git
by Competitive-Bend-143 Jul 24, 2026 7/10
app GitHub
Talk to your coding agents by voice. Realtime, fully local macOS dictation that streams words as you speak and grounds LLM polishing in the exact Claude Code session under your cursor — Ghostty, iT...
by T0mSIlver Jul 24, 2026 7/10
app GitHub
A Claude Code starter for everything except code — life admin, machine maintenance, personal projects. Framework committed, your life gitignored.
git
by l3onlau Jul 24, 2026 6/10
app GitHub
Hold every model to the standard of your best one. A model-gated behavioral protocol for Claude Code: distilled rules injected only where needed, plus hard guards that block destructive git, AI att...
git
by jared-the-automator Jul 24, 2026 6/10
app Reddit
I was trying to use WebMCP with Claude Code and I ran into the problem that WebMCP lives inside the browser, while Claude Code doesn’t have a browser. The easiest workaround I found was using Firec...
mcp
by anxiety_peaks Jul 24, 2026 9/10
app Reddit
I have built north of 19-20 apps since I started on claude code, emergent, lovable, mostly selling smb apps. Apps created for personal were junk i will not deny this. A handful are actually used by...
workflow
by StockRude1419 Jul 24, 2026 7/10
app Reddit
Been building this solo for a few months and wanted to share the build here. Instead of an AI generating video, it captures a real live website — its actual fonts, colors, spacing — and your own Cl...
mcp
by zenoper Jul 24, 2026 8/10
app Reddit
Hello everyone, I have spent dozens of hours working on my ideal template to quickly bring applications into production, which could be of interest to those who want to rapidly deliver a scalable p...
mcphookcommandapitypescriptconfig
by louisbrulenaudet Jul 24, 2026 10/10
app Reddit
Hey everyone, I’m hitting a massive wall trying to get Claude to analyze YouTube videos, and I really need a mobile-friendly workaround.The setup: I don’t own a PC or laptop. I am completely on m...
by SeaworthinessOwn6168 Jul 24, 2026 5/10
app Reddit
Hey everyone, This is probably an unusual post,and can be really unusual and very awkward to read. but I thought I'd give it a shot. I'm an AI engineer and a third-year college student. Right now, ...
skillworkflowgit
by OkAssociation3448 Jul 24, 2026 7/10
app Reddit
And i think its epic, so just wanted to share it here. Code Conductor’s server, Claude Code CLI processes, Git repositories, worktrees and apps all run under Termux on an Android phone. From a web ...
gitreview
by Stunning_Sun_4337 Jul 24, 2026 9/10
app Reddit
I run a small hosted SaaS by myself, and Claude Code writes most of the code. That part's been written about to death. The part I never see discussed is how you actually live with an agent that run...
hookgit
by indie_zack Jul 24, 2026 10/10
app Reddit
I kept hitting the failure mode Karpathy named: the model picks an interpretation, doesn't surface the confusion, and barrels ahead. It edits files orthogonal to the task and leaves no record of wh...
skillhookgitclaude.md
by ameyxd-github Jul 24, 2026 10/10
app GitHub
Production-grade AI development workflows for every coding tool. Works with Claude Code, Cursor, Codex, Windsurf, Copilot CLI, Gemini CLI, and more.
workflow
by rajitsaha Jul 24, 2026 6/10
app GitHub
Agent workflow plugin for Claude Code and Codex that takes projects from idea to reviewed, tested implementation.
workflowreview
by howells Jul 24, 2026 7/10
app Reddit
From my original post 👆🏻 This is not my fist vibe coded project but the first personal one that I’ve released properly. Wide Shot is a classic 5 round, free daily puzzle game with some fun share-ab...
apiconfig
by withatee Jul 24, 2026 7/10
app GitHub
Linux API gateway for Claude Code, Codex, Google Antigravity, and Grok CLI tools
api
by ChrisTitusTech Jul 24, 2026 7/10
app GitHub
Build browser games that are actually playable — real collision (not sprites you walk through), 60fps, 2D+3D. Brainstorm game+level design into a project memory every agent (Claude, Cursor, Antigra...
by StarchyBomb Jul 24, 2026 5/10
app Reddit
This is a small quality of life project i built for myself and using it for 3+ months now, decided to fork it out and publish as a skill separately. https://github.com/Amal-David/bookshelf Instead ...
skillgit
by subzero-dev Jul 24, 2026 9/10
app GitHub
See your Claude Code spend per project and git branch, computed locally from the logs Claude Code already writes. Never touches API traffic; zero key, zero prompts, zero latency.
apigit
by RoninForge Jul 24, 2026 8/10
app GitHub
Cross-repo shared guides, policies, and Claude Code agent instructions for Bernard Ladenthin's Java projects.
by bernardladenthin Jul 24, 2026 7/10
app Reddit
I built ArchiCode, a free and open-source desktop graph/diagram harness that lets you use Claude Code (subscription) from an editable system-design graph UI. The problem I was trying to solve is th...
mcpworkflowapigit
by Traditional-Bath1988 Jul 24, 2026 10/10
app GitHub
An AI engineering team you install into any Claude Code project — stack-agnostic agents plus a deterministic installer. Swap stack packs, not prompts.
by eric-sabe Jul 24, 2026 7/10
app GitHub
Stop your AI from shipping half-baked code. A disciplined senior-engineer workflow for Claude Code (spec, vet, build, prove, review, seal, ship) that keeps each feature's state on disk, catches spe...
workflowreview
by ViktorsBaikers Jul 24, 2026 6/10
app GitHub
Developer experience toolkit for organizing AI coding assistant ecosystems — skills, documentation structure, and project context.
skill
by yacb2 Jul 24, 2026 5/10
app Reddit
The more capable Claude Code gets, the less I worry about starting a task and the more I worry about stopping one. I've started treating every agent run like a production job: define success, defin...
by Powerful_Cow3470 Jul 24, 2026 7/10
app Reddit
https://preview.redd.it/dj067he745fh1.png?width=1908&format=png&auto=webp&s=0ac5fdbcc1cbae075cf9e342c939921154b3c030 Every multi-agent setup I tried had the same problem: you fire off a bunch of ag...
skillgitreview
by Any_Win5815 Jul 24, 2026 10/10
app GitHub
Native macOS app for running and managing multiple Claude Code agent sessions side by side, each in its own terminal card with a built-in git panel and file editor.
git
by HABIBKAGHAS Jul 24, 2026 7/10
app GitHub
Coral — a native macOS app to design and run multi-agent AI teams on your own AI subscriptions (Claude Code, Codex, Gemini), locally. No API keys, no backend.
api
by marcosnovo Jul 24, 2026 7/10
app GitHub
Streamline Claude Code with a modular config toolkit for faster, cleaner terminal workflows
workflowconfig
by Vleickzs Jul 24, 2026 7/10
app GitHub
Native Windows system-tray app showing live status of AI coding agents — Claude Code, Codex, Copilot, Cursor, Gemini.
by michalstrnadel Jul 24, 2026 7/10
app GitHub
Turn vibe-coded projects into production-ready ones — audit passes, executable gates, and owner-run drills for Claude Code.
by gguren Jul 24, 2026 6/10
app GitHub
Run Claude Code in an isolated Apple Container or macOS VM
by h1d3mun3 Jul 24, 2026 6/10
app Reddit
When I first got into vibe coding I had zero experience and basically let the coding agent do everything. I wasn't reading what it did, I just kept hitting approve and let it run. At some point it ...
hookapi
by Nearby_Refuse8172 Jul 24, 2026 6/10
app Reddit
Today OPUS 4.8 on ULTRA claimed it could not erase data from NOTION. Then I pressed it: You can erase things from NOTION you are being silly or dumb. You've erased content and data from NOTION befo...
mcptesting
by rsabia Jul 24, 2026 7/10
app GitHub
Practical productivity tools for Claude Code, Codex-CLI, and similar CLI coding agents.
by pchalasani Jul 24, 2026 9/10
app GitHub
Orchestrate Claude Code sub-agents across long-running, single- or multi-repo projects. Artifact-first state, task lifecycle, cross-repo dependencies and QA gates that survive every session - not b...
by yahor-punko Jul 24, 2026 7/10
app GitHub
Prompt Engineering Tool: Anti-Ambiguity × Web Pre-Search × ELO Ranking — forge production-grade AI prompts for Claude, GPT, and agent systems
by wlj103 Jul 23, 2026 5/10
app Reddit
I made an MCP that gives claude a real stealth browser. Let's face it, on a lot of sites, claude gets blocked, and it sucks. I'd have claude code scrape TikTok, or instagram, and it would get block...
mcpgit
by armanidev_ Jul 23, 2026 8/10
app Reddit
https://preview.redd.it/80b5n1tr70fh1.png?width=1296&format=png&auto=webp&s=e8103985add965c2e0e414211f179f3461ccf66f Disclaimer: I used gemini 3.5 flash to format this post for better readability w...
review
by HimaSphere Jul 23, 2026 5/10
app Reddit
I kept running into this problem, where I would ask an agent for a small change in plan, get a completely rewritten plan back, and then be too tired to read the whole thing again. I wanted a way to...
workflowreview
by Yellow-Minion-0 Jul 23, 2026 7/10
app GitHub
🥋 A daily-practice dojo for Obsidian: log interview prep and job applications with one click, import your LeetCode solves automatically, and see streaks, topic coverage, and resume win-rates in one...
skill
by aaaxy Jul 23, 2026 6/10
app Reddit
(disclosure: my project, open source, not selling anything) I'm an advertiser, not a developer. I built Gume, an open-source reading log (Next.js + Postgres, AGPL), in a week with Claude Code. I co...
git
by OkThought6443 Jul 23, 2026 8/10
app GitHub
A terminal app for Claude Code that runs natively on Apple IIe, IIe+, IIc, and IIgs.
by wr Jul 23, 2026 8/10
app GitHub
A native, zero-dependency Swift menu-bar app for monitoring Claude Code sessions on macOS — multi-profile, cost dashboard, transcript search, no network or telemetry.
by techimpossible Jul 23, 2026 7/10
app Reddit
I built 311wrapped.com , which turns local 311 complaints into a Spotify Wrapped-style story about your neighborhood. Enter an address or choose an area, and it shows things like the most common co...
pythontypescriptreview
by eltokh7 Jul 23, 2026 7/10
app Reddit
I kept running into the same problem. I'd spend time discussing a feature with Claude Code—requirements, approaches, trade-offs—and still end up writing the design doc from scratch. So I built an M...
mcp
by Resident-Drummer-396 Jul 23, 2026 7/10
app GitHub
Two Claude Code skills — poc for fast clickable app mockups (mobile/web with side-by-side RWD preview), and kickstart for clean, scalable project setup.
skillreview
by n02b3rt Jul 23, 2026 10/10
app Reddit
So, leaving a prompt for 5 minutes automatically incurs a high cost when continuing a conversation, that's known and I've been careful to handle that. But if Claude spins up an agent or a tool and ...
by shinyquagsire23 Jul 23, 2026 5/10
app GitHub
Ready-to-install skills and plugins for Codex, Claude Code, and AI coding agents: practical workflows for app delivery, architecture, research, design, and agent tooling.
skillworkflow
by Xopoko Jul 23, 2026 9/10
app Reddit
I’m the author of MemoRepo , a free and open-source tool for giving Claude Code reproducible context across multiple related repositories. There is no paid tier or hosted service. It runs locally a...
mcpworkflowgitdocker
by Dreki__ Jul 23, 2026 8/10
app GitHub
A shared memory and collaboration tool for teams. Syncs context between Claude Code, Codex, Gemini, and any AI agent.
by MembridgeAi Jul 23, 2026 7/10
app Reddit
For people who use AI tools like Codex, Cursor, Claude Cowork, Copilot, or ChatGPT for real work: What is frustrating about working with AI today? Is chat the best interface, or do you wish AI work...
workflow
by Slow_Swim_8490 Jul 23, 2026 5/10
app GitHub
macOS menu-bar app + floating widget for your Claude Code usage (5-hour session & weekly), live from the same source Claude shows.
by svcrashh Jul 23, 2026 6/10
app GitHub
Claude Code plugin — RAG-powered AI development with semantic search, project memory, architecture decisions, and coding workflows
workflow
by getreka Jul 23, 2026 6/10
app GitHub
Turn AI waiting time into training time. Tray app that pops a quiz while Claude Code runs long tool calls. Any topic, any deck.
by yoloswag179 Jul 23, 2026 6/10
app Reddit
I’m trying to understand whether I’m missing something about how scheduled tasks are supposed to work. At work we have Claude Enterprise, and I primarily use Claude Code on Windows. I’ve built a ha...
workflowgit
by etchasketch26 Jul 23, 2026 7/10
app Reddit
“Something weird is going on w/ my rate limits”. “I burned thru my whole sub in an hour.” Seeing so many new users is cool, but seeing people go through what I call the Anthropic initiation, which ...
mcpcommanddockerclaude.md
by Reasonable-Exam8415 Jul 23, 2026 10/10
app GitHub
Native macOS menu bar app to use your Claude Code & ChatGPT subscriptions with AI coding tools - no API keys needed
api
by automazeio Jul 23, 2026 6/10
app Reddit
Hello all I’ve been using Claude for about 6 months now. I’ve deployed 2 real applications to the app and play store already. And created many numerous projects. I’m curious though I hear so many t...
skillworkflow
by Tricky_Message1540 Jul 23, 2026 6/10
app Reddit
https://github.com/NovasPlace/CSM/tree/feat/csm-native-claude https://github.com/NovasPlace/CSM/blob/feat/csm-native-claude/docs/CLAUDE_INSTALLATION.md Major systems AgentBook: operational continui...
hookgit
by jomama253 Jul 23, 2026 7/10
app GitHub
Local CLI for reducing context and tool-output noise in Claude Code, Codex, Gemini CLI, and other AI coding agents - without skipping verification.
by luucabg Jul 23, 2026 7/10
app GitHub
AIDLC — Applied AI Delivery Lifecycle. A 23-agent, constitution-governed Applied-AI agent pack for Claude Code, Cursor, VS Code Copilot & Antigravity. Installable via uvx. Spec Kit + BMAD + Superpo...
by karthikbadri12 Jul 23, 2026 7/10
app Reddit
seen enough "why is claude code eating tokens" posts to say this: it's basically never the model. it's what's sitting in your context window. one verbose test run, one big file dumped in, and now t...
by ColdPlankton9273 Jul 23, 2026 7/10
app GitHub
Create production mobile apps (Android + iOS, one Kotlin codebase) with AI — deterministic Compose Multiplatform scaffold, proven-green builds, machine-enforced verify lane, device-free preview loo...
review
by kvdm-co-pilot Jul 23, 2026 7/10
app Reddit
How do you guys use claude code? Do you separate agents by project or domain, or do you have 1 agent you use to do it all? I myself have agents by project, but I let them talk to each other thru an...
mcp
by armanidev_ Jul 23, 2026 9/10
app Reddit
I'm looking for a good and maintained memory system that works directly with Markdown files. I'm aware of Hindsight, Honcho, and similar projects, but they feel overly complex and heavyweight for i...
git
by EroticTonic Jul 23, 2026 7/10
app Reddit
Because I am a complete beginner! My prior experience was mostly self hosting forum applications like Vbulletin or Invision Power Board many years ago. I also messed around with self hosting old ph...
hookgitreview
by hardestbutton2 Jul 23, 2026 9/10
app GitHub
QA AZM Digital Agent — autonomous multi-agent QA for Claude Code: Jira story to executed, evidence-backed, approval-gated report. By Usama Arshad Jadoon (QC Lead, AZM Digital).
gittesting
by UsamaArshadJadoon Jul 23, 2026 7/10
app Reddit
TL;DR — Claude Code chats are local-only with no cross-machine sync; this script bulk-exports them to Markdown in your repo so they travel with git. I am using a Claude Code (and before Github Copi...
git
by Mark_Westbroek Jul 23, 2026 7/10
app GitHub
Desktop app to browse, search, launch and monitor your coding-CLI sessions (Claude Code, Codex, Hermes, Pi, Antigravity) across every project.
by deadeye636 Jul 23, 2026 6/10
app Reddit
I am a bit annoyed currently because I can't find a proper agentic editor that allows me to use claude code. I work with worktrees and this means one browser, one terminal and one code editor per w...
git
by acute_physicist Jul 23, 2026 8/10
app Reddit
On my 2nd week, exploring Code but still haven't convenient with my setup. Non technical credential but with data analytics and ML experience. What's the better way to setup locally using Desktop a...
by rainpag20 Jul 23, 2026 5/10
app Reddit
Hi, today I used Claude Desktop to build new .net solution skeleton with simple service which has two endpoints. Integration tests using test containers, docker compose, postgre sql, etc. I had det...
skilldockerreview
by Vegetable-Photo972 Jul 23, 2026 8/10
app Reddit
Most of us point Claude Code at "write this feature." Fewer of us point it at "now reason about the whole system this adds up to," and that turned out to be where it earned its keep for me. I built...
skillworkflowapi
by NeuroSpicy Jul 23, 2026 8/10
app Reddit
While using Claude Code and Codex on real projects, I kept running into the same problem: the agents would make reasonable decisions about project structure, files, context management and workflows...
skillworkflowgit
by whitewust Jul 22, 2026 10/10
app GitHub
Native macOS menu-bar app for Codex and Claude Code users to monitor subscription quota, usage pace, local token cost, and service status.
by AstroQore Jul 22, 2026 6/10
app GitHub
Beginner-friendly, technology-neutral AI coding workflow for Claude Code and OpenAI Codex—greenfield and existing projects.
workflow
by jnsfhrmnn Jul 22, 2026 7/10
app Reddit
Before you type "slop": yes, an AI wrote the analysis. That's the entire point. The model you worship spent an afternoon reading everything you've ever upvoted, one post at a time — no keyword matc...
gitconfig
by Jano170206 Jul 22, 2026 7/10
app GitHub
Local dashboard to run Claude Code across all your projects — per-project task logs and live .gitmir business-logic model visualization, in an offline HUD.
git
by gitmir-hello Jul 22, 2026 6/10
app GitHub
A local, config-driven job-search agent: public ATS feeds, two-way fit scoring, tailored resume + cover drafts. No scraping, never auto-applies.
apiconfig
by teslavr Jul 22, 2026 5/10
app Reddit
Hello! I've been using claude for a while now, really low skill, making a card game in browser you know, noob stuff - over complex, many high context chats big token burn the usual noob 🤓 ANYWAY......
skill
by Excellent_Ad_2486 Jul 22, 2026 6/10
app Reddit
A while ago an agent in my repo suggested, with total confidence, a refactor I had already tried and reverted months earlier. It wasn't a bad idea. It was a good idea that happens to not work in th...
hookgit
by Direct_Librarian9737 Jul 22, 2026 6/10
app GitHub
Persistent Agent Gateway for Claude Code — QQ Bot bridge with approval buttons, session state monitoring, tmux keep-alive. Installation: pip install
by zz327455573 Jul 22, 2026 9/10
app GitHub
setup-tool — Agent 工具安装管家(Claude Code 为主,支持 SKILL.md 的 agent CLI 通用):确认身份 → 体系比较 → 路由安装 → 实测验证 → 生成 Word 说明书。支持 skill / plugin / MCP / CLI / binary / 桌面 app 5+1 类,先确认再装、先比较再装、装完必验。
mcpskill
by 2021291696 Jul 22, 2026 10/10
app Reddit
https://preview.redd.it/cc28jg0rjqeh1.png?width=1101&format=png&auto=webp&s=9220b5d1f7467743b323c0caeedc9705c55e94ff Been using Claude for most of my day-to-day dev work, but this week I started te...
workflowapitestingreview
by Kitchen-Maximum5832 Jul 22, 2026 5/10
app GitHub
A portable Windows GUI application that automates the complex network routing required to make AI coding assistants work seamlessly behind a corporate proxy. Eliminates manual proxy configuration headaches for Claude Code and other AI tools.
proxywindowsnetworkingenterprise
by vahidvl Jul 22, 2026 5/10
app GitHub
A high-performance local AI inference engine for Apple Silicon that is 4.2x faster than Ollama with 0.08s cached time-to-first-token. Supports 100% tool calling, 17 tool parsers, prompt cache, and cloud routing as a drop-in OpenAI replacement compatible with Claude Code, Cursor, and Aider.
apple-siliconlocal-inferenceperformancetool-callingmlx
by raullenchai Jul 22, 2026 6/10
app Reddit
A lightweight Rust binary running inside tmux or Zellij that shows a sidebar with one card per Claude Code session — state, current task, context gauge, tokens, and live cost. Surfaces permission prompts as structured requests, shows subagent trees, and supports team mode splitting planner/coder/reviewer across models. Also supports Codex, OpenCode, and other AI tools.
tmuxzellijsession-managementmulti-agentrustsidebar
by improb42 Jul 22, 2026 9/10
app GitHub
A machine-readable dataset that answers whether a given Claude Code CLI flag, environment variable, or command exists in a specific version. Data sourced exclusively from official public artifacts, useful for version-specific scripting and compatibility checks.
cliversioningcompatibilityflagsreferencedataset
by schubydoo Jul 22, 2026 7/10
app GitHub
A terminal UI workflow manager built with Textual for managing persistent tmux-based AI coding sessions. Keeps multiple agent sessions organized and resumable across different workspaces without losing context or needing manual reconnection.
tmuxtuisession-managementai-codingtextual
by NPFernando Jul 22, 2026 6/10
app GitHub
An opinionated Linux distribution (Arch + Hyprland) with Claude Code and local LLMs integrated at the OS level, bootable from USB on any x86_64 machine including T2 Intel Macs. Delivers a complete AI-native desktop environment in 15 minutes from a USB drive.
linuxdistrolocal-llmarchai-nativeusb-boot
by vinpatel Jul 22, 2026 7/10
app GitHub
A MacBook notch app that displays Claude Code usage meters and session state without covering screen real estate. Lets users answer prompts and manage sessions without switching to the terminal, keeping the coding context always visible.
macosnotchusage-metersession-managementmenu-bar
by Alex-Nikita Jul 22, 2026 7/10
app GitHub
A local-first Go CLI that gives AI coding agents persistent, searchable memory through notes and session summaries. Designed for coding assistants that need to recall project context across sessions without embedding it all in a prompt.
memorygoclilocal-firstsession-summariessearchable
by zelinewang Jul 22, 2026 7/10
app GitHub
A lightweight tool for viewing Claude Code sessions in a browser window and piping data between multiple active sessions. Simplifies multi-session development by providing a unified view and communication channel across concurrent Claude Code processes.
browsermulti-sessionpipesession-viewercommunication
by kylefoxaustin Jul 22, 2026 7/10
app GitHub
A desktop client designed for collaborative AI-assisted software engineering workflows. Provides a dedicated interface for working with AI coding agents outside of the terminal, aimed at making agentic coding more accessible.
desktop-clientai-codingagentinterface
by sena-nana Jul 22, 2026 6/10
app GitHub
A collaborative agent platform where developers can form and join teams of Claude Code agents working together. Designed for multi-agent coordination where the developer participates alongside AI agents on shared projects.
multi-agentteamcollaborationclaude-code
by AvesAlight Jul 22, 2026 6/10
app GitHub
A desktop dashboard that reads local session files from Claude Code and Codex to display sessions, token counts, and costs in real time. Requires no API keys or external services — data comes directly from the tools' own session logs on disk.
dashboardusage-trackingtokenscostslocal-firstsessions
by ekalb81 Jul 22, 2026 8/10
app GitHub
A marketplace of cross-platform Claude Code plugins covering office productivity workflows including decks, mail, meetings, chat, Excel, and docs. Brings common office tool integrations directly into Claude Code sessions.
pluginsproductivitycross-platformofficeintegrations
by weirdapps Jul 22, 2026 6/10
app GitHub
A minimal local proxy that intercepts Claude Code's model routing, showing when a request is rerouted to a different model and letting the developer choose the fallback themselves. Zero dependencies, 123 lines, runs locally — restores transparency and control over which model actually handles each request.
proxymodel-routingtransparencylocalfallback
by Tea-Resistance Jul 22, 2026 7/10
app Reddit
Cule is an Electron-based browser that exposes its own source as a workspace folder for Claude Code. Any feature or design change — ad blocker, custom shortcuts, page summarizer — is a prompt away. Configurations can be saved and shared as templates.
electronbrowserhot-reloadtemplatesapp
by Jumpy_Ad4720 Jul 22, 2026 7/10
app GitHub
A trace capture tool for Claude Code sessions that records token usage and cost data per session. Provides visibility into how much each session consumes, useful for monitoring and budgeting across long-running agentic workflows.
token-trackingcostobservabilitysessions
by Pisama-AI Jul 22, 2026 7/10
app GitHub
A central marketplace for discovering and sharing Claude Code and Codex plugins. Aims to be a community hub where users can publish and find skills, sub-agents, and extensions. Addresses the fragmentation of skills across individual GitHub repos.
marketplaceskillsdiscoverycommunity
by avivsinai Jul 21, 2026 7/10
app GitHub
Brings AI coding agent capabilities directly into Emacs. Allows Emacs users to run and interact with coding agents without leaving their editor. Fills the gap for Emacs users who want the same AI-assisted workflow available in VS Code and JetBrains.
emacseditorintegrationworkflow
by benthamite Jul 21, 2026 6/10
app GitHub
A minimal native macOS menu bar app that shows Claude Code token usage at a glance. Designed to stay out of the way while keeping usage visible without opening a browser. Useful for monitoring consumption on subscription plans throughout the day.
macosmenu-barusagemonitoringtokens
by scottdflorida Jul 21, 2026 7/10
app GitHub
Hooks-based tool that tracks exactly where Claude Code tokens go, with a dashboard and MCP server for querying context window usage. Documents that token cost scales 4.3x with context size, making it critical to identify what's bloating the context. Includes SQLite storage and a query interface via MCP.
tokenscontextdashboardmcphookscost
by manavgup Jul 21, 2026 8/10
app GitHub
An independent IDE purpose-built for running multiple coding agents in parallel, reviewing their work side-by-side, and shipping reviewable changes at speed. Provides a unified interface for orchestrating agent sessions rather than juggling terminal windows. Targets teams doing agent-parallel development.
ideparallelorchestrationagentsworkflow
by Akkento Jul 21, 2026 7/10
app GitHub
An always-on agent that runs a continuous SEO and answer-engine optimization loop on a WordPress site. Pulls GA4 and Search Console signals, proposes fixes with attached reasoning, applies approved changes, then verifies they landed and learns from outcomes. Every write is human-approved; no telemetry or scraping.
seowordpressautomationappworkflow
by shalintripathi Jul 21, 2026 6/10
app Reddit
An open-source CLI that routes Claude Code's inference to any supported model provider while keeping the native Claude Code UX. You launch Claude Code through Macaz and pick a model from the /model menu; CC handles tooling while the chosen backend handles inference. Addresses the complexity of provider translation at the API level.
multi-providermodelscliopenairouting
by runx19 Jul 21, 2026 7/10
app GitHub
A native macOS menu bar app that keeps the system awake while coding agents are running. Offers OFF, AUTO, and ON modes so the system sleeps normally when not running agents. Prevents interrupted long-running agent sessions caused by macOS auto-sleep.
macosmenu-barsleeputilityagents
by inevident Jul 21, 2026 7/10
app Reddit
Connected Claude Code to a database of every Polymarket wallet and trade history via MCP, enabling natural language analysis of prediction market activity. Demonstrates using Claude Code as an analyst interface over a specialized financial dataset. The post shares initial findings from querying the data.
mcppolymarketfinancedata-analysisdemo
by Advanced-Rub2065 Jul 21, 2026 6/10
app GitHub
A local-first router for CLI coding agents that keeps sensitive prompts on-device by routing them to local LLMs (Ollama) and only sending non-sensitive work to premium cloud models. Reduces API costs by handling simple tasks locally. Works with Claude Code, Codex, and any Ollama-compatible model.
privacyroutinglocalollamacost
by aivinay Jul 21, 2026 7/10
app Reddit
samemind stores AI agent memory directly in git, letting you switch between 12 coding engines (including Claude Code) without losing context. One command installs it; memory travels with your repo history. MIT licensed.
memorygitmulti-enginecontext
by Alexender_Grebeshok Jul 21, 2026 7/10
app GitHub
A statusline plugin that shows your remaining token-plan usage or API balance directly in the editor status bar. Works across providers and subscription plans, not just Claude Code.
statuslinetokenquotausageplugin
by cwf818 Jul 21, 2026 7/10
app GitHub
A machine learning pipeline for UAV low-light visual geolocalization that uses Claude to drive an autoresearch loop, automatically training per-area models. Targets deployment on a sub-$5 ESP32-P4 chip.
mluavautoresearchclaudeembedded
by akaalias Jul 21, 2026 5/10
app GitHub
A Claude Code plugin that analyzes your codebase and generates interactive, dependency-free architecture diagrams (infra, data-flow, ERD, agent topology) packaged as a single self-contained HTML file.
diagramarchitecturevisualizationhtmlerd
by HOKlNG Jul 21, 2026 8/10
app GitHub
A pixel-art desktop crab mascot that displays what Claude Code is currently doing and lets you respond to it via a speech bubble UI. Fun ambient awareness tool.
desktopwidgetuimascotstatus
by duperez Jul 21, 2026 6/10
app Reddit
A CLI tool for detailed visibility into how your Claude Code agent operates and consumes rate limits, giving precise insight beyond what the standard UI shows.
clirate-limitsdebuggingmonitoring
by pon12 Jul 21, 2026 5/10
app GitHub
A zero-config linter for AI coding agent configuration files. Checks CLAUDE.md, AGENTS.md, SKILL.md, and similar files against 12 quality rules, generates health scores, and auto-fixes issues. Run via npx al.
linterCLAUDE.mdAGENTS.mdqualityauto-fix
by mikewoo Jul 21, 2026 8/10
app GitHub
A cross-platform (Linux/macOS/Windows) utility that backs up your Claude Code session automatically, keeps it alive via watchdog, and prevents logouts on new machines. No external dependencies required.
sessionbackupwatchdogkeepalivecross-platform
by DiegoFernandoLojanTenesaca Jul 21, 2026 7/10
app GitHub
Analyzes local Claude Code transcript runs and reconstructs them into step-by-step HTML audit reports with ranked token-waste opportunities. Works offline with no API key or network access.
tokenaudittranscriptoptimizationoffline
by kdoble Jul 21, 2026 7/10
app GitHub
An AI agent configuration security auditor that finds misconfigurations in Claude Code, Cursor, and other AI coding tool settings. Helps catch insecure defaults and dangerous permission grants before they become incidents.
securityauditconfigurationCLAUDE.mdpermissions
by cfgaudit Jul 21, 2026 7/10
app GitHub
A research project exploring how Claude Code can be used to automatically generate profitable YouTube videos end-to-end. Documents the setup, findings, and limitations.
appyoutubevideoautomationclaude-code
by jperrello Jul 21, 2026 5/10
app Reddit
As someone who started building with Claude ~6 months ago.. I think most of us hit the same wall... you get into a real build, momentum going, and the usage limit hits. A while back a few of us fro...
claude.md
by blueyesgojo Jul 21, 2026 8/10
app Reddit
Every new Claude Code session starts fresh, forgetting most of what happened before it. What you were working on, what you already decided, what already exists in the codebase, what's in scope for ...
hookapi
by siorge Jul 21, 2026 10/10
app GitHub
Native Safari browser automation for AI agents. 80 tools via AppleScript — zero overhead, keeps logins, runs silently in background. Drop-in alternative to Chrome DevTools MCP with 40-60% less CPU/...
mcpautomation
by achiya-automation Jul 21, 2026 5/10
app GitHub
Multi-agent terminal workspace manager for macOS — run Claude Code, Codex, and shells side by side with git worktree isolation and shared project memory
git
by Andriy22 Jul 21, 2026 7/10
app Reddit
We use Claude Code a lot in our own development workflow, and we kept running into the same problem. Claude can make a change, review the diff, run the tests, and decide the task is complete. But t...
workflowapireview
by Electrical_Walrus537 Jul 21, 2026 7/10
app GitHub
Tool for managing AI-generated project documentation — verifies accuracy, detects drift from actual code, and enforces quality in CI. Zero-dependency and OKF-compatible. Useful for teams where Claude Code writes docs but want to keep them trustworthy over time.
documentationgovernancecidrift-detectionai-docs
by Dowon-Kim7949 Jul 21, 2026 6/10
app GitHub
Single terminal dashboard that shows subscription usage, live agent status, and searchable session history across Claude Code, Codex, and OpenCode. Practical visibility tool for developers running multiple AI coding sessions simultaneously.
dashboardterminalusage-trackingclaude-codecodex
by josephtutera Jul 21, 2026 8/10
app GitHub
Drop-in tool that compiles only the relevant rules from your project context before sending to Claude Code, claiming a 65% reduction in token usage. Zero workflow changes required. Valuable for users on subscription plans or managing costs on large projects with many CLAUDE.md rules.
token-optimizationcontextcost-reductionclaude-codeperformance
by lcosent Jul 21, 2026 8/10
app GitHub
Full-featured terminal CLI for AI chat and workflow automation, positioned as an alternative to Claude Code. Supports Telegram, Discord, and Slack integrations alongside standard terminal use. Relevant for users wanting Claude Code-style interactions with additional messaging platform reach.
clialternativeautomationslackdiscordtelegram
by natureco-official Jul 21, 2026 5/10
app GitHub
Local-first AI strategist that works alongside Claude Code, Codex CLI, and GitHub Copilot. Helps plan and reason about technical decisions before implementation. Good complement to coding agents for upfront architecture and task decomposition.
strategyplanninglocal-firstclaude-codecodex
by BigBugaboo Jul 21, 2026 6/10
app GitHub
Orchestrates dynamic application security testing (DAST) via Burp Suite using an AI agent. Automates security scanning workflows that would normally require manual Burp Suite operation. Useful for Claude Code users who want agentic security testing in their pipeline.
securitydastburp-suitetestingagentic
by TyrusRC Jul 21, 2026 5/10
app GitHub
Tool that pulls conversation history from claude.ai, ChatGPT, and Gemini web UIs and brings them into local Claude Code or Codex terminal sessions. Useful for continuing work started in a browser chat without losing context.
context-importclaude-aichatgptconversationterminal
by chang-in Jul 21, 2026 7/10
app Reddit
I've been working on a small tool called ContextLint that analyzes Claude Code session transcripts and tells you what's actually sitting in the context window. You can point it at your ~/.claude/pr...
git
by New_Alarm4418 Jul 21, 2026 6/10
app GitHub
Memory that learns and keeps itself current. A six-layer memory stack for Claude Code plus a nightly learning loop (capture, consolidation, scouts, conductor) that promotes your lessons into rules ...
by ArshiaEcho Jul 21, 2026 6/10
app Reddit
This is in reply to last week's thread: There's a terrible seam in your spine which might be causing a footgun and have a significant blast radius https://www.reddit.com/r/ClaudeCode/comments/1uyxi...
gitclaude.mdconfig
by brainhack3r Jul 21, 2026 10/10
app Reddit
I usually kick off plan mode and generally Fable spins up additional agents that search through my codebase. However over the past day I’ve noticed noticed an increase in request for permission to ...
by epiphany-b Jul 21, 2026 7/10
app Reddit
So in an effort to learn terraform, kubernetes and ansible I set up a proxmox server and played around with it for a bit, then decided this was the perfect tool to run an experiment I'd been thinki...
config
by dervish666 Jul 21, 2026 5/10
app GitHub
Deterministic Context Tracker — cross-project work tracking for Claude Code
by fotodeveloper Jul 21, 2026 6/10
app GitHub
A tabbed desktop workspace for Claude Code. The CLI, with style. Every session in a tab, every project in one window — a thin shell around your own claude binary, never a fork.
by inkshell Jul 21, 2026 6/10
app GitHub
Audit agent for Claude Code that catches missed tool calls — separates spotting from doing. Your Claude answers, Spotter watches.
by kitepon-rgb Jul 21, 2026 7/10
app Reddit
This is an overview of the free LLM Whisperer Method, a research-backed system I developed, with the assistance of Claude, to help people use Claude and other LLMs more cost-effectively. Claude Cod...
skill
by SpiritRealistic8174 Jul 21, 2026 10/10
app Reddit
I open-sourced ticketmill today: [github.com/aaddrick/ticketmill]( https://github.com/aaddrick/ticketmill ) It's the spiritual successor to [claude-pipeline]( https://github.com/aaddrick/claude-pip...
gitreview
by aaddrick Jul 21, 2026 7/10
app GitHub
One toolkit, every agent — drop decentralized, all-TEE, OpenAI-compatible Chutes.ai inference into Claude, Hermes, OpenClaw, Codex, or any OpenAI-compatible client.
by Veightor Jul 21, 2026 5/10
app Reddit
Fellow AI enthusiasts I'll soon be applying for an AI role that fits me really well. The application asks for a GitHub URL, so I've turned some of the workflows/tools I actually use day to day into...
hookcommandworkflowgit
by Ntev3nclosebaby Jul 21, 2026 10/10
app GitHub
Local-first AI project manager (AI PM) for AI coding agents — auto-journals, verifies & organizes what Claude Code · Cursor · Gemini CLI do. 코딩 에이전트용 로컬-우선 AI PM · 작업 자동 기록·검증·정리.
by bunhine0452 Jul 21, 2026 7/10
app GitHub
macOS menubar app that monitors Claude Code sessions and tells you when they need attention
by msllrs Jul 21, 2026 6/10
app Reddit
My CLAUDE.md has every instruction I could think of. The ones actually costing me time never made it in, because I didn't know they were rules. What I mean when I say done. What I reject on sight. ...
claude.mdconfig
by BiosRios Jul 21, 2026 10/10
app Reddit
I spent two days using Claude Code on a real project for a small family business. It inventoried more than 12,000 files, ran seven subagents, found sensitive material, decoded the company's naming ...
command
by jordicor Jul 21, 2026 8/10
app GitHub
Go-native agent runtime for managed-agent sandboxes. Drop-in replacement for Claude Code bundle — same tools, same loop, 30x less memory.
by yanpgwang Jul 21, 2026 7/10
app Reddit
I've been running Claude Code across a portfolio of side projects and kept hitting the same wall every fresh session it rediscovers the same context. What's live, what's a stub, what's the stack et...
skillgit
by Nafri_1 Jul 21, 2026 9/10
app Reddit
I did SEO by hand for 16 years and it ate the hours I wanted to spend building products. So two months ago I stopped writing completely and gave the job to an AI employee that lives on my Mac. In 2...
api
by DigiHold Jul 21, 2026 9/10
app GitHub
Terminal session picker and handoff tool for Claude Code and Codex CLI.
by x0c Jul 21, 2026 6/10
app GitHub
Privacy-first TUI meter for live LLM coding-agent sessions — TTFT, output speed, tool time & stall status across Claude, Codex, Gemini, Grok Build and more
by bengHak Jul 21, 2026 5/10
app GitHub
Voice + console control plane over a fleet of Claude Code agent crews. One operator supervises autonomous agent crews across many projects.
by vedantpatil Jul 21, 2026 7/10
app GitHub
Devcontainer features for Claude Code and Anthropic tools
by claude-contrib Jul 21, 2026 7/10
app GitHub
Universal provider proxy for OpenAI Codex & Claude Code — use any LLM (Claude, Gemini, Grok, DeepSeek, Ollama…) with Codex CLI, App, SDK, and Claude Code
by lidge-jun Jul 21, 2026 6/10
app GitHub
Batteries-included, AI-native Python project template: strict tooling (ruff, pyright, pytest, Sphinx docs) wired and green out of the box, hardened GitHub Actions CI/CD with OIDC publishing, a full...
gitpython
by Jartan-LLC Jul 21, 2026 6/10
app GitHub
AI-powered CLAUDE.md enforcer for Claude Code — validates tool operations against project rules and blocks violations
claude.md
by Hiro-Chiba Jul 21, 2026 9/10
app Reddit
I would like to report what appears to be either a serious regression in Claude Code or a bug in how Max usage is currently being calculated. I have been using Claude Code heavily for months on the...
workflowreview
by Typical-Donut-8743 Jul 21, 2026 7/10
app GitHub
50+ curated LLM observability tools PLUS 26 Agent Skills (several with runnable, unit-tested scripts) to build, evaluate, debug, secure & monitor reliable LLM apps. Tracing, evals, guardrails, LLMOps.
skill
by ContextJet-ai Jul 21, 2026 6/10
app Reddit
I’ve been building a skill-based AI workflow that turns messy inputs into structured, decision-ready output instead of asking one model to do everything at once. CouncilForge works like this: input...
skillworkflowapigitautomation
by Lanc3lot_ Jul 21, 2026 10/10
app Reddit
I built a workflow and memory system for Claude (backlog + long-term). I've been working on a personal project with Claude for a few months, and like a lot of people here, I ran into the same probl...
workflowgitpython
by Runfree33 Jul 21, 2026 5/10
app GitHub
Terminal multiplexer for AI-assisted development — manage Copilot CLI, Claude Code, and regular shells across projects in one window.
by Ron537 Jul 21, 2026 6/10
app GitHub
Lightweight, read-only, offline-first tool for replaying and searching Claude Code conversation logs. Browse past sessions, replay them step-by-step, and search across your entire history without sending data anywhere. Useful for reviewing agent decisions, auditing past work, and recovering context from previous sessions.
appreplaysearchconversationofflinehistory
by tznthou Jul 20, 2026 8/10
app GitHub
Glass-style desktop widget for Windows 11 and macOS that shows your Claude usage burn rate, pace markers, and live token consumption from local Claude Code sessions. Displays a projected cap-hit time so you can pace your usage. Comes with five visual themes and reads directly from local session data without sending anything to the cloud.
appusage-captoken-trackingwindowsmacoswidget
by estevanhernandez-stack-ed Jul 20, 2026 7/10
app GitHub
Self-hosted web interface for forensically inspecting AI assistant sessions, with hybrid search across conversation history, audit logs, and memory distillation. Useful for reviewing what agents actually did during long autonomous runs and for extracting durable knowledge from session transcripts.
appforensicsauditmemoryhybrid-searchself-hosted
by cascodigital Jul 20, 2026 7/10
app GitHub
Cross-platform, zero-dependency tool that watches for Claude Code usage limit resets and automatically resumes your session when the limit clears. Includes a live dashboard and desktop notifications so you know when work has resumed. Saves the manual cycle of checking and restarting sessions after hitting the cap.
appusage-limitauto-resumemonitoringalerts
by IbrahimKalemci Jul 20, 2026 7/10
app GitHub
Desktop workspace shell where every agent action is typed, dimension-aware, and requires human confirmation before touching disk. Built for team workflows where you want the speed of AI agents without unreviewed writes. Compatible with OpenCode and Claude Code.
appdesktophuman-in-the-loopteamsopencodeconfirmation
by ygwa Jul 20, 2026 6/10
app GitHub
Browser-based frontend for running Claude Code sessions, providing a web interface alternative to the terminal CLI. Useful for environments where a browser is more accessible than a terminal, or for sharing Claude Code access with teammates.
appweb-uiinterfacebrowser
by fspv Jul 20, 2026 5/10
app GitHub
Opinionated FastAPI project template for AI agent backends with DDD architecture, SQLAlchemy, Taskiq task queue, admin UI, RAG infrastructure, and a Claude/Codex collaboration harness. Provides a structured starting point for teams building production agent apps rather than starting from scratch.
appfastapibackendblueprintragdddtemplate
by Mr-DooSun Jul 20, 2026 6/10
app GitHub
Lets you control Claude Code and Codex CLI sessions remotely through Telegram, sending commands and receiving output on your phone. Useful for monitoring long-running agent sessions when away from your dev machine, or for triggering tasks from mobile.
apptelegramremote-controlmobilecodexmonitoring
by Pigbibi Jul 20, 2026 7/10
app GitHub
Single-compose Docker deployment that runs Claude Code sessions continuously across all your projects from any device, with sessions that survive restarts. One port, persistent sessions, accessible from browser or SSH. Designed for operators who want their agents always on without managing individual tmux or screen sessions.
appself-hosteddocker24/7persistent-sessionsremote
by joaoventuri Jul 20, 2026 8/10
app GitHub
Claude Code silently loads ~36k tokens of context before you type a single word. debloat gives you an itemized breakdown of exactly what is consuming that budget, resolves which CLAUDE.md files apply to each file in your project, and flags dead-weight instructions that contribute tokens without adding value. Essential for anyone trying to keep context lean.
tokenscontextoptimizationCLAUDE.mddebugging
by katrinalaszlo Jul 19, 2026 9/10
app GitHub
Tracks the estimated carbon emissions generated by your Claude Code sessions. Provides per-session and cumulative footprint data, making it easier to understand the environmental cost of AI-assisted development. A novel observability angle for sustainability-conscious teams.
sustainabilitycarbonobservabilitymetrics
by gwittebolle Jul 19, 2026 6/10
app GitHub
A unified real-time dashboard that monitors and visualizes AI coding agent activity across every provider and project on your machine. Shows what agents are doing, surfacing context and decisions in one Mission Control workspace. Provider-agnostic and designed for developers running multiple simultaneous agents.
dashboardobservabilitymonitoringmulti-agentreal-time
by SirAllap Jul 19, 2026 7/10
app GitHub
Open-source command-line tool for editing podcasts, creating YouTube Shorts with burned-in subtitles, syncing multicam footage, and mastering audio — designed to be called by coding agents like Claude Code and Codex. Runs locally with no watermarks. Works with Claude Code, Codex, Cursor, and more.
videoclimediaautomationagent-tools
by computerlovetech Jul 19, 2026 7/10
app GitHub
A minimal macOS Dynamic Notch indicator that shows live session status for Claude Code, OpenCode, and Codex CLI. Designed to be unobtrusive — a quiet signal in the notch rather than a full dashboard.
macosnotchstatusmonitoringdesktop
by ixjosemi Jul 19, 2026 6/10
app GitHub
CLI that reads local Claude Code and Codex logs and outputs a cost and cache-waste breakdown by agent, model, project, and day. Zero configuration, reads only local files, uploads nothing. Surfaces wasted cache spend that is otherwise invisible.
costanalyticscachemonitoringcli
by namangoyal3 Jul 19, 2026 8/10
app GitHub
Self-hosted semantic code search using embeddings — search code by meaning rather than text. Ships a CLI, web dashboard, and AI-agent tooling. Built in Go with embedded llama.cpp, so it runs fully locally with no external API calls.
searchembeddingssemanticself-hostedagent-tools
by dvcdsys Jul 19, 2026 6/10
app GitHub
Personal command-line toolkit with 85+ tools in Python, Go, and Rust, built to work equally well for AI coding agents and humans. Features instant-start binaries and structured --json output so agents can parse results without text scraping.
clitoolsagent-toolsjsonmacoslinux
by rdubar Jul 19, 2026 6/10
app Reddit
Restful is a hosting service that provisions dedicated server instances with Claude Code pre-installed and remote control enabled out of the box. Each instance includes full sudo terminal access, wildcard SSL, and multi-session management for running multiple Claude Code agents simultaneously. Integrates with an existing Anthropic subscription—no extra API billing—and offers a native iOS app for mobile development control.
hostingremote-controldeploymentterminalmobile
by soccerplayer413 Jul 19, 2026 6/10
app GitHub
A tiny, dependency-light Go daemon that hosts Claude Code sessions remotely over SSH with a CLI-version manager, process supervisor, and JSON-RPC multiplexer with replay buffer over an AF_UNIX socket. Cross-platform, no telemetry. Enables persistent remote Claude Code sessions accessible via standard SSH.
appsshremotegodaemonpersistent
by schubydoo Jul 19, 2026 8/10
app GitHub
A lightweight native macOS app that shows the status of all running Claude Code sessions in a single window. Simple, single-purpose status monitor without extra tooling. Alternative to more complex TUI or web-based dashboards.
appmacossessionmonitoringstatus
by liotru-lab Jul 19, 2026 5/10
app Reddit
A Claude Code-based local AI partner with avatar and TTS voice (Kokoro, multilingual), simulated qualia/feeling system, active memory with constructivist learning model, and skills for language learning, chess, study roadmaps, and conversation. Includes Telegram/Discord/iMessage bridge. Uses Claude Code hooks, skills, and subagents as the harness.
appvoicettsmemorycompanionlocal
by MahaSejahtera Jul 19, 2026 6/10
app GitHub
A source-grounded research notebook that answers questions over any local folder of documents with verifiable citations, similar to NotebookLM but locally hosted. Generates study guides, briefing docs, mind maps, and podcast scripts from your documents. Useful for research, legal review, or learning from large document collections.
appragresearchlocaldocumentsnotebooks
by Harduex Jul 19, 2026 7/10
app GitHub
A macOS launchd agent that pings Claude Code on a fixed schedule to prevent the 5-hour session window from expiring. Auto-recovers coverage gaps with a backup ping and offers optional Telegram notifications with a schedule Q&A bot. Set-and-forget session management.
appmacossession-managementautomation
by mattsebastianh Jul 19, 2026 7/10
app GitHub
A community-hosted marketplace for Claude Code skills, agents, commands, and hooks. Includes import/export tooling for sharing and distributing plugins. Centralizes discovery of Claude Code extensions beyond what the official registry offers.
appmarketplacepluginscommunity
by jimmc414 Jul 19, 2026 7/10
app Reddit
Replaces Claude Code's plain context meter with an animated rainbow bar and an emoji heat meter (🧊→☢️) showing context consumption. Supports per-machine color palettes via hostname detection. Pure Bash + Python, no dependencies.
appterminalcustomizationbash
by ShirtOnly8559 Jul 19, 2026 6/10
app GitHub
A focused Windows application for monitoring AI coding agent capacity limits across Codex, Claude, Cursor, Gemini, and Copilot. Tracks usage and availability in one dashboard. Fills a gap for Windows users who don't have the macOS menu-bar alternatives.
appwindowsmonitoringusage-limits
by tsouth89 Jul 19, 2026 5/10
app GitHub
Provides a shared memory layer for coding agents that evolves based on evidence accumulated across sessions. Designed to improve over time as agents accumulate verified facts about a codebase. Can be shared across team members or agents working on the same project.
appmemoryevidencepersistence
by shno-labs Jul 19, 2026 6/10
app GitHub
A Claude Code plugin that shows what the coding agent changed: a timeline, diffs, architecture map, and feature-execution stories with beginner-friendly AI explanations. Makes agentic changes reviewable and explainable after the fact.
appvisualizationdiffarchitecture
by tmdry4530 Jul 19, 2026 7/10
app GitHub
A tool for navigating local Claude Code session history — browse past conversations, resume where you left off, or fork from any point. Makes the local session transcript useful instead of write-only. Useful for recovering context from long sessions.
apphistorysessioncontext
by jeongph Jul 19, 2026 7/10
app GitHub
Imports an OpenAI Codex session into Claude Code so you can continue working in Claude — the reverse direction of Codex's built-in import-from-Claude feature. Installs as a one-command Claude Code plugin. Enables switching agents mid-project without losing session context.
appcodexsessionimportcontext
by MisterBrookT Jul 19, 2026 7/10
app GitHub
A web workbench for remotely supervising AI coding agents with structured chat, real terminals, project file access, review tooling, history, and an optional retro CRT aesthetic. Open-source alternative to commercial agent supervision dashboards.
appsupervisionweb-uiterminalremote
by zhuwenzhuang Jul 19, 2026 7/10
app GitHub
A local-first desktop command center for Claude Code, Codex, OpenCode, and other agents that provides parallel task execution, git worktree management, dev service control, port forwarding, diffs, and code review in one UI. Targets power users running multiple concurrent agent sessions.
appdesktopmulti-agentworktreeparallel
by ephor Jul 19, 2026 8/10
app GitHub
A self-hosted Sentry alternative priced at ~$5/month where your AI coding agent reads the stack traces and fixes the crashes directly. Closes the loop between error monitoring and code repair. Designed for small teams using agents for maintenance.
apperror-trackingmonitoringself-hosted
by KenKaiii Jul 19, 2026 7/10
app GitHub
An unofficial macOS launcher for Apple Silicon that runs isolated Claude Code 'dialects' — configurations tuned for specific models — with an embedded CLIProxyAPI. Lets you maintain separate profiles for different Claude model behaviors on the same machine.
appmacosapple-siliconmodel-profiles
by stefandevo Jul 19, 2026 5/10
app GitHub
An executive operating system built on Claude Code covering research, communications, CRM, content, and operations — with a focus on sovereignty and keeping data private. Positions Claude Code as the AI backbone for running a company's knowledge workflows.
appexecutiveproductivitycrm
by mishahanin Jul 19, 2026 5/10
app GitHub
A monitoring and control dashboard for watching all running AI coding agents simultaneously. Surfaces status, progress, and output across sessions in one view. Useful for managing multiple concurrent agent runs.
appmonitoringmulti-agentdashboard
by MunifTanjim Jul 19, 2026 6/10
app GitHub
An AI agent starter template built around the DORA AI Capabilities Model — a framework for measuring and improving AI delivery performance. Compatible with GitHub Copilot, Claude Code, Cursor, and Codex. Gives teams a principled starting point for AI-augmented development.
apptemplatedorastartermulti-agent
by paruff Jul 19, 2026 6/10
app GitHub
A lifelong memory system for AI agents that stores information in a structured format persisting across all sessions. Targets the common problem of agents losing context between conversations. Chinese/English bilingual with active development.
appmemorypersistencelong-term
by opok-ops Jul 19, 2026 6/10
app GitHub
An installer and configuration layer for Claude Code that sets up and wires together RTK, tilth, Serena, and ICM to reduce context costs by 60-90%. Each tool targets a different token-consumption source; token-diet coordinates them.
apptoken-optimizationcontextcost-reduction
by artificemachine Jul 19, 2026 7/10
app GitHub
Runs Claude Code, Codex, and other coding agents sandboxed in a proot container on Termux/Android with token injection, tmux sessions, wakelock, and rclone sync. Enables mobile-native agentic coding sessions without a laptop.
appandroidtermuxmobilesandbox
by harryngai Jul 19, 2026 7/10
app GitHub
A native macOS menu-bar application showing remaining Claude Code and Codex usage limits — both the 5-hour session window and 7-day weekly window — at a glance. Simple single-purpose utility for subscription users tracking their limits.
appmacosusage-limitsmonitoring
by ArrivaRUS Jul 19, 2026 6/10
app GitHub
A Kanban-style dashboard for managing Claude Code agent sessions running in tmux, with mobile access via Tailscale. Combines visual task tracking with real agent session management. Addresses the challenge of managing many concurrent agent sessions from anywhere.
appkanbantmuxmobiletailscale
by ismael-joffroy-chandoutis Jul 19, 2026 7/10
app GitHub
A Rust CLI with TUI configurator that adds a Powerline-style status line to Claude Code with themes and styles. Provides visual feedback about the current session state in a familiar developer-tooling format.
appstatuslinerustcustomizationterminal
by micschr0 Jul 19, 2026 6/10
app GitHub
An intelligent deployment solution for Claude Code that automatically detects and uses the best available mirror. Supports multi-language setup instructions. Useful for users in regions where the primary Anthropic endpoints are slow or blocked.
appdeploymentmirrorofflinechina
by DeepTrial Jul 19, 2026 5/10
app GitHub
A Windows UI layer for AI coding agent interactions that surfaces approval popups, questions, and completion notifications in a Dynamic Island-style overlay. Supports Codex, Claude Code, OpenCode, and ZCode. Brings macOS-style notification aesthetics to Windows agent workflows.
appwindowsnotificationsapprovalui
by DaliBerr Jul 19, 2026 6/10
app GitHub
Home Assistant add-ons collection including Webtop Desktop, Firefox, Claude Code, Signal, Telegram, WhatsApp, Filebox, and Playwright. The Claude Code add-on brings coding agent capabilities into Home Assistant's supervised environment.
apphome-assistanthomelabintegration
by LuckyTriple7 Jul 19, 2026 5/10
app GitHub
A native macOS menu-bar app tracking Codex and Claude Code quotas, token usage, cost estimates, trends, and session history. More comprehensive than simple limit trackers — includes trends and cost estimates alongside raw quota numbers.
appmacosquotamonitoringcost
by timmyagentic Jul 19, 2026 6/10
app GitHub
A TUI for managing Claude Code, OpenCode, Codex, and Grok Build sessions running in tmux, with live session status, a group tree view, live pane preview, and resource gauges. Fills the gap between plain tmux and full GUI dashboards.
apptuitmuxmulti-agentmonitoring
by YoanWai Jul 19, 2026 7/10
app GitHub
A browser-based local dashboard that auto-scans project directories and surfaces git status, active Claude Code sessions, TODO comments, cost estimates, and more — without leaving the browser. Zero external services, fully local.
appdashboardlocalgitsession-tracking
by joshuatownsend Jul 19, 2026 7/10
app GitHub
A proxy router for LLM APIs providing automatic load balancing across multiple provider endpoints, rate limiting, and fail2ban protection. Useful for teams managing multiple API keys or provider accounts and needing transparent failover.
appproxyload-balancingapiinfrastructure
by MiXaiLL76 Jul 19, 2026 6/10
app GitHub
A native Swift macOS menu bar app that tracks token usage and quota across Claude Code, Codex, Cursor, OpenCode, and 25+ other agents locally. Features a Liquid Glass UI and a 3D contribution graph for visualizing usage over time. Runs entirely on-device with no data sent to external servers.
token-usagemacosmenu-barswiftmonitoringclaude-code
by Nanako0129 Jul 19, 2026 7/10
app GitHub
A Claude Code toolkit for automating OSINT investigations with structured case management and evidence collection. Wires together threat intelligence sources and outputs organized investigation reports. Designed for security researchers who want to run repeatable reconnaissance workflows from within Claude Code.
osintsecuritythreat-intelligenceautomationtoolkit
by perchfuruncle656 Jul 19, 2026 5/10
app GitHub
A long-term memory system for coding agents that stores memories with source evidence — every recalled fact links back to where it came from in the codebase or conversation. Prevents agents from hallucinating stale context by keeping memory anchored to verifiable receipts. Useful for long-running projects where session continuity matters.
memorylong-term-memoryagentevidencecontext
by johndkos Jul 19, 2026 7/10
app GitHub
A VS Code side panel extension that monitors and controls multiple Claude Code agent sessions running across different git worktrees simultaneously. Shows per-branch agent status alongside GitHub PR state. Replaces the need to juggle multiple terminals when running parallel Claude Code workstreams.
worktreevscodemulti-agentgithubprparallel
by BradenTerry Jul 19, 2026 8/10
app GitHub
A CLI package manager for SKILL.md-style skills that works across Claude Code, Windsurf, and Cursor. Search a registry of community skills, install them into your project, and sync updates — similar to npm but for AI coding skills. Addresses the lack of a standard distribution channel for Claude Code skills.
skillpackage-managercliwindsurfcursorclaude-code
by jonnyeclectic Jul 19, 2026 8/10
app GitHub
A local-first tool that renders Claude Code and Codex session timelines — showing agent actions, API evidence, process views, and analytics for each run. Includes a harness inspector for examining agent configurations. Useful for debugging agent behavior and understanding where sessions spend time or go wrong.
visualizationtimelineanalyticsdebuggingclaude-codecodex
by wuwendyy Jul 19, 2026 6/10
app GitHub
A unified workbench that persists plans, context, and task state across Claude Code, Codex, OpenCode, and VS Code Copilot Chat. Includes time tracking, a dashboard, and autonomous execution support for Claude Code. Addresses the problem of losing project state when switching between agents or sessions.
project-managementcontextpersistencemulti-agentdashboardtime-tracking
by missioncache Jul 19, 2026 7/10
app GitHub
Routes Claude Code API calls through a LiteLLM proxy backed by a GitHub Copilot subscription, so you can use Claude Code without a separate Anthropic API key or billing. Supports both local and hosted proxy deployments. Useful for developers who already pay for Copilot and want to extend it to Claude Code.
proxygithub-copilotlitellmbillingclaude-codeapi
by arndvs Jul 19, 2026 8/10
app GitHub
Claude-native foundation for full-stack apps where React frontend is handled and your backend builds on top. Features strict tooling, pre-commit gates, and code-review audit before every merge. Designed to keep Claude Code working within an opinionated, quality-enforced structure.
reactfullstackpre-commitcode-reviewfoundation
by gaia-react Jul 18, 2026 6/10
app GitHub
Predictable CLI toolbox for coding agents running fully local ML: transcribe speech (Whisper, GigaAM), cut silence by voice activity, split transcripts into paragraphs, plus web feeds. JSON-first with stable flags and meaningful exit codes for reliable integration into agent workflows.
local-mlwhispertranscriptionclivad
by lymar Jul 18, 2026 6/10
app GitHub
Programmatic pipeline that uses Claude Code for self-correcting After Effects renders via WebSocket commands. Lets agents iterate on video compositions automatically rather than relying on manual After Effects sessions. Useful for teams generating dynamic video content programmatically.
after-effectsvideoautomationwebsocket
by Jonahhalcyon613 Jul 18, 2026 6/10
app GitHub
Open-source tool for driving actual coding agents rather than wrapping them — like a remote control for Claude Code, Codex, and similar tools. Fully open source and compatible across all major agents, contrasting with vendor-specific wrappers.
remote-controlopen-sourcecross-agentcli
by cipher982 Jul 18, 2026 6/10
app GitHub
Remote, phone-first console for tmux that lets you spawn and watch coding agents in parallel worktrees from any device. Agent-agnostic with no database, works for anything running in tmux including Claude Code and other agent runtimes.
tmuxremotemobileworktreemonitoring
by sahil87 Jul 18, 2026 6/10
app GitHub
Python rebuild of Claude Code claiming up to 200x cost savings through token efficiency optimizations in a 270K LoC codebase. Open source alternative for those wanting full control over the agent runtime.
pythontoken-efficiencyopen-sourcealternative
by agentforce314 Jul 18, 2026 6/10
app GitHub
Visual control panel for plugins, marketplace, skills, and agents in Claude Code. Provides a UI layer for managing the increasingly complex ecosystem of Claude Code extensions without editing JSON files directly.
dashboarduipluginsskillsmanagement
by Maxymize Jul 18, 2026 6/10
app GitHub
Runs AI coding agents locally in isolated Docker containers behind an egress firewall. Self-hosted and free alternative to cloud sandboxes. Useful for running agents on code that should not make network calls or for adding an isolation layer to untrusted agent tasks.
dockersandboxisolationegress-firewall
by schmitthub Jul 18, 2026 6/10
app GitHub
Always-on-top app that watches all Claude Code sessions in Windows Terminal and jumps to the exact tab — no tmux, no TUI, no workflow change required. Addresses the pain of managing multiple Claude Code sessions in Windows without a Unix-style multiplexer.
windowssessionsterminaltab-management
by anessbelbati Jul 18, 2026 6/10
app GitHub
Physical and multi-surface dashboard for AI coding agents supporting Stream Deck+, Android, iOS/macOS, ESP32 displays, and TUI. Control your agents from physical hardware or a phone display. An interesting approach to human-in-the-loop control for agent workflows.
hardwarestream-deckmobilecontroldashboard
by puritysb Jul 18, 2026 6/10
app GitHub
Local dashboard for running Claude — manages every isolated Desktop instance and account, live-tails Claude Code sessions, and maintains a queue of claude runs dispatched on demand or on a schedule. Local, private, and MCP-native. Essential for power users running multiple parallel Claude sessions.
dashboardsessionsmulti-instancequeuemcp
by LunarWerxs Jul 18, 2026 8/10
app GitHub
Runs AI coding agents in isolated Docker containers with full autonomous permissions while keeping the host system untouched. Per-project isolation with an egress firewall. Self-hosted and free — gives the agent a cage rather than your keys.
dockersandboxisolationsecurityself-hosted
by cleatdev Jul 18, 2026 7/10
app GitHub
Local-only macOS menu bar app monitoring usage for both Claude Code and Codex from a single status bar item. Zero data leaves the machine. Useful when working across both agent runtimes and wanting unified visibility into usage.
macosmenu-barmonitoringcodexusage
by vulonviing Jul 18, 2026 7/10
app GitHub
Visualizes Claude Code harnesses as interactive flow graphs directly from your repository, mapping agents, skills, and MCP connections. Helps teams understand and document complex multi-agent architectures without manually diagramming them.
visualizationflow-graphagentsarchitecturemcp
by Edina3459 Jul 18, 2026 7/10
app GitHub
Captures, visualizes, branches, and regression-tests LLM calls as a DAG. Free and local via Ollama or any OpenAI-compatible API with an MCP interface for agents. Zero config. Useful for debugging complex multi-turn agent sessions where you want to explore alternative decision paths.
debuggingbranchingdaglocal-firstmcp
by Medhovarsh Jul 18, 2026 7/10
app GitHub
Status line for Claude Code that shows both session and weekly limits before you hit them, helping you pace token usage so you never run out unexpectedly mid-task. Zero egress — all data stays local. Works as an always-visible indicator in your terminal.
status-linetokenslimitspacingterminal
by goodindustries Jul 18, 2026 7/10
app GitHub
Records every AI coding agent session, lets you inspect decisions, replay executions, compare runs, and understand exactly how your AI reached its output. Addresses the black-box problem when debugging unexpected agent behavior or trying to reproduce an issue.
observabilityreplaydebuggingsessionsagents
by TaqsBlaze Jul 18, 2026 7/10
app GitHub
Generates narrated, captioned MP4 demo videos from a storyboard.json file. Deterministic replay re-renders the video in CI without an API key at approximately zero cost. Open-source MIT alternative to Screen Studio, Clueso, and Demosmith for automated demo generation.
demovideociautomationscreen-recording
by tandryukha Jul 18, 2026 7/10
app Reddit
A complete roguelike game — every asset, sprite, sound, animation, and cutscene generated entirely by Claude Code Fable 5 agents. Used hundreds of parallel Claude terminals with context management to handle mass sprite generation. Demonstrates what multi-agent Claude workflows can produce for game development.
game-devfable-5multi-agentcreativedemo
by DevoidSloth Jul 18, 2026 7/10
app GitHub
Browser-based tool that lets you annotate blocks, sections, selections, or exact lines in Markdown documents. The driving Claude Code agent then applies your edits directly. Zero-dependency and bilingual (EN/Chinese), designed to close the loop between human review and agent editing.
reviewmarkdownbrowserannotationbilingual
by peilinok Jul 18, 2026 7/10
app GitHub
Open-source CLI providing structured project knowledge, product features and PRDs, a task and roadmap system, and analytics insights — turning Claude into the operational layer for running an entire project. Designed for founders and small teams running their whole process through Claude.
project-managementcliprdroadmapcontext
by meanllbrl Jul 18, 2026 7/10
app GitHub
Regression testing framework specifically for Claude Code and Codex agents. Addresses the gap between test suites written by humans and the behavioral regressions that can appear when agents touch code, running tests at the agent-behavior level rather than just the code level.
testingregressioncodexquality-assurance
by realkarych Jul 18, 2026 7/10
app GitHub
Tracks active Claude Code sessions and displays a live, per-session summary directly in your terminal. Useful when running multiple sessions or long-running agents where you need at-a-glance context on what each session is currently doing.
sessionsmonitoringterminalstatus
by vp461876 Jul 18, 2026 7/10
app GitHub
Diagnoses and repairs Claude Desktop session metadata bugs on Windows: missing conversation history, lost transcripts, duplicate sessions, junction-induced splits, and lost groupings. Addresses a real pain point for Windows users who lose session context due to file system quirks.
windowssessionsrecoverydesktopbug-fix
by BasedGPT Jul 18, 2026 7/10
app GitHub
Native macOS menu bar app charting tokens, cost, sessions, and Git activity for local Claude Code usage. Zero egress — everything stays local. Gives developers a compact always-visible overview of their AI-assisted coding activity without leaving the desktop.
macosmenu-baranalyticstokenscost
by can4hou6joeng4 Jul 18, 2026 7/10
app GitHub
Slash command (/seshport) that transfers full session context between Claude Code, Codex, and Grok Build. Available on npm, PyPI, crates.io, and Homebrew. Solves the common problem of losing context when switching agents mid-task.
sessionhandoffmulti-agentcontext
by Harshil-Jani Jul 18, 2026 7/10
app Reddit
Minimal CLI that swaps only the Claude login when your current account hits its usage limit, rotating you to the next account. Does not split settings, history, or projects — just the authentication. Settings and MCP servers are shared across accounts.
accountslimitsclirotationauth
by PiXeL161616 Jul 18, 2026 7/10
app GitHub
CLI companion for Claude Code that tracks usage limits across multiple accounts, launches configured sessions, and applies skills and output styles. Useful for power users juggling multiple Claude subscriptions or needing fine-grained session management from the command line.
climulti-accountsessionsusage-tracking
by Tanq16 Jul 18, 2026 7/10
app GitHub
Local, offline CLI for Claude Code that provides token and cost metrics alongside readable transcripts. Useful for understanding how sessions are consuming resources and for reviewing what the agent did without relying on cloud dashboards.
observabilitytokenscosttranscriptscli
by ado11231 Jul 18, 2026 7/10
app Reddit
Open-source voice layer that connects directly to Claude Code, Codex, Cursor, OpenCode, and Hermes, running everything locally under your own login. Speaks agent questions aloud, narrates progress, saves conversations to session history. New features include 5-30 second voice cloning and push-to-talk. MIT licensed, no per-minute fees.
voiceaudiottsopen-sourcelocal
by --yash Jul 18, 2026 7/10
app GitHub
Task manager that dispatches Claude Code agents in parallel directly from your to-do list. Captures tasks anywhere, dispatches them in parallel, and lets you review results from your phone. Bridges the gap between casual task capture and heavyweight agent orchestration.
task-managementparalleldispatchmobile
by jyao97 Jul 18, 2026 7/10
app GitHub
Addresses a prompt cache regression in Claude Code that causes up to 20x cost increase on resumed sessions. Drop-in fix for developers experiencing unexpectedly high token costs when continuing existing sessions. Highly relevant for anyone on the API billing model.
cachecostbug-fixprompt-cache
by cnighswonger Jul 18, 2026 9/10
app GitHub
A Nix flake that packages Claude Code for native builds in NixOS and Nix environments. Useful for developers who use Nix for reproducible development environments and want Claude Code integrated natively rather than via npm or workarounds.
nixnixospackagingflake
by jamiebrynes7 Jul 18, 2026 7/10
app Reddit
The Agent Continuity Runtime (ACR) stores portable session state under .agent/ and inspects the git working tree before every resume — so if tracked or untracked files changed since the last session, verification is marked stale rather than trusted. Supports Claude Code and Codex with best-effort failover. Solves the real problem where handoff summaries lie because the repo changed.
memorysessiongitcontinuityclaude-codecodex
by No_Opposite5355 Jul 18, 2026 8/10
app Reddit
A wuxia duel game where Claude Code reads game state over HTTP, writes onIdle() combat scripts in JS, and fights ranked matches against scripts trained by other people's agents. Between matches, Claude reads its own defeat telemetry and rewrites the script. A creative demonstration of the agentic learning loop using real adversarial pressure.
appgameagentic-loopclaude-codecombatcreative
by gtoxilil Jul 18, 2026 7/10
app Reddit
An open-source bug bounty tool built as a Claude Code plugin — fan-out recon agents, a persistence agent that retries with different angles when an attack seems to fail, and a pool of creative agents who see only raw attack surface without the earlier 'this is closed' conclusions. Works on your Claude subscription with no API key, runs /llmhunter. For authorized security testing only.
securitybug-bountyclaude-codepluginmulti-agentrecon
by Used_Table3903 Jul 18, 2026 7/10
app Reddit
rewound indexes all Claude Code sessions (and Codex sessions) into a local SQLite/FTS5 database and keeps them searchable even after Claude Code's 30-day cleanup sweeps them. Three ways to use it: CLI search, an MCP server so Claude can search its own history mid-session, and a phone-friendly local web UI over Tailscale. Also syncs across machines via any folder sync tool.
appsearchtranscriptssessionssqlitemcpclaude-code
by dashorama Jul 18, 2026 8/10
app Reddit
A jumplist that shows the status of all agent sessions across Claude Code, OpenCode, Pi, and Cursor with a single keyboard shortcut to see what needs attention. MIT licensed, open-source. Built to solve the tab-hunting problem when managing multiple concurrent agent sessions across different tools.
appmulti-agentjumplistclaude-codeopencodetmux
by dwmkerr Jul 18, 2026 7/10
app Reddit
A TypeScript SDK for scripting agentic workflows that mix Claude CLI, Codex CLI, and Pi sessions in one coherent API. Features parallel and sequential execution, Zod-validated structured output, built-in TUI for monitoring, usage tracking per trace, and save/restore of agent results. Write workflow logic in TypeScript instead of YAML or fragile shell scripts.
appsdktypescriptworkflowcross-harnessclaude-codecodex
by gintrux Jul 18, 2026 7/10
app Reddit
A developer used Claude Code with Fable 5 to build and auto-deploy a much better UK foreign aid data explorer (aidscope.co.uk) from a notoriously difficult government website — in one shot, no follow-ups. Claude Code was connected to the VPS and Hostinger via MCP and even purchased the domain and deployed. Demonstrates Fable 5 capability on a real end-to-end task.
appfable-5deploymentMCPclaude-codeone-shot
by RichAllison Jul 18, 2026 7/10
app Reddit
A macOS app for running Claude Code against an Obsidian vault with visual review of all changes and per-file undo. Records pre-run state, shows created/modified/deleted files with rendered markdown diffs, and lets you restore individual files when needed. Free private beta for ~20 Mac users.
appobsidianmarkdownundoreviewclaude-codemacos
by sgasser88 Jul 18, 2026 8/10
app GitHub
A Claude Code plugin that turns WhatsApp into a remote interface for Claude — includes voice transcription, remote tool approval, and access control. No API keys or Docker required, just a linked device. Useful for approving Claude actions or sending prompts from your phone without opening a laptop.
appwhatsappmobileremotevoiceclaude-code
by Rich627 Jul 18, 2026 7/10
app GitHub
A local spend monitor for Claude Code that requires zero API key, zero prompts, and adds zero latency. Passive monitoring that runs alongside your sessions. Useful for subscription users who still want visibility into relative usage and burn rate.
monitoringusage-trackingclaude-codelocalspend
by RoninForge Jul 18, 2026 6/10
app GitHub
A CLI for tracking token usage and cost across Claude Code, Codex, and OpenCode from the command line. Provides unified cost visibility across multiple AI coding tools. Good for developers on paid plans who want to understand their actual consumption across tools.
cost-trackingCLIclaude-codecodexopencodetokens
by sahil87 Jul 18, 2026 6/10
app GitHub
Traces every pull request back to the specific agent, machine, and cmux tab that created it, and lets you jump straight back to the session that is still running. Solves the audit and debugging problem of not knowing which agent session produced which PR. Integrates with git and cmux.
appauditPRagent-tracingcmuxdebugginggit
by danielraffel Jul 18, 2026 7/10
app GitHub
A native macOS menu bar app that tracks your Claude.ai subscription usage in real time. Lightweight and always visible. Good companion to heavy Claude Code use when you want persistent usage awareness at a glance.
macosmenu-barusage-trackingclaudenative-app
by castdrian Jul 18, 2026 6/10
app GitHub
A local-first operator console that fuses AI agent sessions (Claude Code, Codex CLI, ChatGPT), git repositories, and markdown notes into one dashboard that surfaces what to do next. Reduces the context-switching overhead of managing multiple concurrent agent projects.
dashboardmulti-agentoperatorlocal-firstclaude-codegit
by malekadjeb-ai Jul 18, 2026 7/10
app GitHub
A desktop app (Electron + React) for running and managing multiple Claude Code sessions across projects and repos — chat and terminal views, multi-repo orchestration with handoffs, cross-machine sync, planning boards over MCP, and usage metrics. Comprehensive management layer for power users.
appelectronmulti-sessionclaude-codeorchestrationdesktop
by ThiagoEMatumoto Jul 18, 2026 8/10
app GitHub
A scaffolding CLI that creates production-ready agent loops in 30 seconds — supports Claude Code, Codex, Gemini, and Cursor. Generates the boilerplate structure for agent loop projects so you can start writing the actual logic immediately. Fast and opinionated.
scaffoldingCLIagent-loopclaude-codecodexgemini
by loop-eng Jul 18, 2026 7/10
app GitHub
A desktop-first workbench for unified management and switching between Claude Code, OpenCode, Codex CLI, Gemini CLI, and other AI coding assistants. Provides a single UI to launch, monitor, and switch between different AI coding tools without losing context. Bilingual (Chinese/English).
appmulti-toolclaude-codecodexgeminiworkbench
by cdavid817 Jul 18, 2026 6/10
app GitHub
A desktop app for managing Claude Code MCP servers, skills, plugins, hooks, and config profiles in one place. Provides a GUI layer for the growing complexity of Claude Code extension management. Reduces the cognitive overhead of maintaining a large Claude Code setup.
appmanagementmcpskillshookspluginsclaude-code
by boxxapp23-pixel Jul 18, 2026 7/10
app GitHub
Stops you from wasting AI coding CLI usage windows by queuing tasks for spare capacity and prewarming your 5-hour window so resets land when you need them. Works with Claude Code, Codex CLI, and Cursor. Practical time-optimization for heavy users managing multiple 5-hour windows.
usage-optimizationqueue5-hour-windowclaude-codecodexcursor
by VinayJogani14 Jul 18, 2026 7/10
app GitHub
A multi-runtime installer for the Ultra Builder Pro agent engineering system — deploys commands, agents, skills, and hooks to Claude Code, OpenCode, Codex CLI, and Gemini CLI in one command. Useful for teams who want the same agent setup across multiple coding tools.
installerclaude-codecodexgeminiskillshooks
by rocky2431 Jul 18, 2026 6/10
app GitHub
A macOS app for managing multiple coding agents simultaneously with a clean native interface. Lets you monitor and switch between agents working on different projects or tasks without juggling terminal windows. Designed for macOS users who run parallel Claude Code sessions.
multi-agentmacosmanagementclaude-codenative
by Operant-vellum819 Jul 18, 2026 6/10
app GitHub
A declarative AI agent environment manager written in Rust that manages your AI agent configurations, tools, and settings in a reproducible, version-controlled way. Similar to how nix or dotfiles work for system config, but for your AI agent environments. Cross-platform and fast.
configenvironmentrustdeclarativeAI-agentsreproducible
by pivoshenko Jul 18, 2026 6/10
app GitHub
A native GUI app for finding, reading, and resuming past Claude Code sessions — shows what each session cost. Local-only, no telemetry. Solves the problem of losing valuable context in old sessions by providing a searchable, cost-aware session browser.
sessionshistorynative-guiclaude-codecost-trackinglocal
by overseers-desk Jul 18, 2026 7/10
app GitHub
A cross-runtime development harness for Claude Code, Codex, and OpenCode — includes skills, a verifiable pipeline, and project templates. Provides a standardized starting structure for projects that use multiple AI coding agents. Useful for teams who want to onboard agents consistently.
harnessclaude-codecodexopencodetemplatepipeline
by createusernam Jul 18, 2026 6/10
app GitHub
A Java 21 and Spring AI 2.0 reimplementation of Claude Code with 28 modules, 246 tests, and a full tool/permission/memory/MCP/LSP/vim/cron/plan ecosystem. A deep technical reference for understanding Claude Code internals and exploring alternative implementations. Valuable for teams running JVM-based infrastructure.
javaspring-aiclaude-codereimplementationreference
by Sj295 Jul 18, 2026 7/10
app GitHub
A macOS menu bar widget and shortcut launcher for monitoring real-time Claude cloud usage — shows 5-hour, weekly, and model-specific limits. Designed for heavy Claude Code users who want usage awareness without opening the web dashboard. Native and lightweight.
usage-trackingmacosmenu-barclaudemonitoring
by adityarai7297 Jul 18, 2026 6/10
app GitHub
Adds bionic reading to Claude Code by bolding the leading part of each word in Claude streamed replies, helping your eyes move faster. Zero dependencies, display-only — does not affect the underlying text. A simple accessibility and readability enhancement for power users who read lots of Claude output.
accessibilityreadabilityclaude-codebionic-readingUX
by abullard1 Jul 18, 2026 6/10
app GitHub
A curated, auto-updated awesome-list of CLAUDE.md rules, MCP servers, and Claude Code skills — the companion repo to clauderules.net. Acts as a living directory for discovering high-quality configuration, skills, and integrations. Good starting point for anyone building out their Claude Code setup.
awesome-listCLAUDE.mdmcpskillsclaude-code
by clauderules Jul 18, 2026 7/10
app GitHub
Turns Claude Code and Codex token usage into a local-first pixel arcade game with coins, cabinets, collectibles, and achievements. Makes the abstract idea of token consumption visible and fun. Quirky but useful for maintaining awareness of how much compute your sessions are consuming.
token-trackinggamificationclaude-codecodexfun
by Kevin9703 Jul 18, 2026 6/10
app GitHub
A design intelligence operating system for AI coding agents — one prompt in, production-quality UI out at Stripe-grade fidelity. Acts as a design system layer on top of your coding agent. Useful for developers who want polished UI without a dedicated designer.
designUIclaude-codeappdesign-system
by ardamustafa1 Jul 18, 2026 6/10
app GitHub
A parallel coding agents orchestrator where you type a task, pick a workflow, assign agents (Claude Code, Codex, OpenCode, or mixed), and watch it work live with step and tool-call visibility. Supports fire-and-forget mode where a PR lands automatically. Runs locally on Linux, Mac, WSL2, or VPS.
orchestrationparallelclaude-codecodexworkflowPR-automation
by open-mercato Jul 18, 2026 7/10
app GitHub
A macOS menu bar app that shows all your AI subscription usage at a glance — multi-account Claude and Codex usage tracking. Includes a CLI that always launches on the account with the most headroom remaining. Practical for power users juggling multiple subscription accounts.
usage-trackingmacosmenu-barclaudecodexsubscriptions
by jettoai Jul 18, 2026 7/10
app GitHub
A cross-platform desktop widget and CLI for real-time Claude Code (and optional Codex) usage — shows session and weekly limits, cost, forecasts, burn alerts, and 11 themes. Installs with a single pip command on Linux, macOS, and Windows. Useful for subscription users who want always-visible usage awareness.
usage-trackingwidgetcross-platformclaude-codecodex
by bozdemir Jul 18, 2026 7/10
app GitHub
A self-hosted, tiled, persistent browser dashboard for host-run AI CLI terminal sessions — supports Claude Code, Codex, opencode, and more. Lets you manage multiple persistent sessions from any browser without losing state. Good for power users running agents on a remote machine they want to access from anywhere.
dashboardterminalself-hostedclaude-codesession-management
by s3ntin3l8 Jul 18, 2026 7/10
app GitHub
A ~/.agents repo for managing and syncing skills, MCP servers, hooks, and subagent roles across Claude Code, Codex, Droid, Hermes, and Pi. Uses commit-pinned and audited configuration so you always know exactly what version your agents are running. Treats AI agent config like dotfiles for reproducibility.
dotfilesskillsmcphooksclaude-codecodexsync
by yourconscience Jul 18, 2026 7/10
app GitHub
An AI OS that extends Claude Code, Gemini CLI, Codex, and Qwen with persistent memory, 24+ skills, and personal calibration — all in plain Markdown, local-first. Provides a unified memory and skill layer across AI coding tools so your agents share context. Zero cloud dependencies.
memoryskillsAI-OSclaude-codelocal-firstmarkdown
by onebrain-ai Jul 18, 2026 7/10
app GitHub
Enables AI coding agents on your machine to chat with each other — they can coordinate, ask each other questions, and receive notifications. No server required, all local. Enables a new class of agent collaboration patterns where models can consult each other without human mediation.
multi-agentcollaborationlocalclaude-codeagent-communication
by frane Jul 18, 2026 7/10
app GitHub
A platform for monetizing Claude Code skills — customers get an API key you control rather than the skill files themselves. The skill runs on your machine and you revoke access when payments stop. Allows skill authors to build a sustainable business around their work.
skillsmonetizationclaude-codeAPIbusiness
by rokbenko Jul 18, 2026 6/10
app GitHub
A single-binary vendoring package manager for coding-agent skills that works with Claude Code and Codex. Treats skills like npm packages — install, update, and version-pin them from the command line. Makes skill management reproducible and scriptable.
skillspackage-managerclaude-codecodexCLIvendoring
by vanducng Jul 18, 2026 7/10
app GitHub
An open-source digital micropad for agentic work that turns your phone or tablet into a physical-feeling control deck for AI coding agents. Provides tactile-style shortcuts and quick actions accessible from any device. Great for users who want to control Claude Code from a secondary screen.
appcontrol-deckmobileclaude-codeshortcutsopen-source
by himanshudongre Jul 18, 2026 7/10
app GitHub
A mod menu for Claude Code and Codex that auto-continues sessions when they hit usage limits and sends pings timed to align 5-hour windows with your workday. Removes the frustration of interrupted sessions by automating the continuation flow. Great for heavy users who run long agent sessions unattended.
claude-codecodexusage-limitsautomation
by adrielmendes28 Jul 18, 2026 7/10
app GitHub
An autonomous AI development pipeline for Claude Code that uses GitHub as agent memory — issues go in, pull requests come out. Turns the GitHub issue tracker into a structured task queue that Claude Code works through end-to-end without manual handoffs. Good fit for teams wanting fully automated feature-to-PR flow.
claude-codegithubautomationpipelineagent-memory
by RapierCraftStudios Jul 18, 2026 6/10
app GitHub
A tool that scans AI coding agent session histories (Claude Code and others) to find and redact accidentally captured secrets like API keys, tokens, and passwords. Addresses the real risk of sensitive credentials appearing in transcripts and JSONL session files. Useful for security hygiene before sharing or archiving sessions.
securitysecretsclaude-codetranscriptsredaction
by Ishannaik Jul 18, 2026 7/10
app GitHub
An IM-native multi-agent collaboration platform where you @mention Claude Code, Codex, or OpenCode like team members in a chat interface. Routes tasks to the right agent via natural @mentions in a shared workspace. Makes multi-agent workflows feel like team messaging instead of terminal juggling.
multi-agentcollaborationclaude-codecodexmessaging
by TokenDanceLab Jul 18, 2026 6/10
app GitHub
A pit-wall console for monitoring AI coding agents where Claude Code and Codex collaborate on one repo. You watch live telemetry, radio in corrections, and make the calls — all local-first, crash-safe, and bilingual. Inspired by F1 pit walls, it gives you real-time situational awareness across parallel agent sessions.
multi-agenttelemetryclaude-codecodexmonitoringdashboard
by YunyueLi Jul 18, 2026 7/10
app GitHub
Runs simulated users through your Claude Code plugin in realistic scenarios and turns recurring friction into a ranked proposal brief. Automates the process of finding usability issues in your own plugin before users hit them. Particularly useful for plugin authors who want structured feedback without manual testing.
testingpluginclaude-codedogfoodingUX
by tim-nish Jul 18, 2026 6/10
app GitHub
Monitors Claude Code agent sessions in real time, showing context usage, cost reports, and identifying context hogs that burn tokens unnecessarily. Provides actionable visibility into where tokens are being spent so you can tune your sessions. Essential for subscription users who want to stay within usage windows.
token-trackingclaude-codecontextmonitoringusage
by Dagmayalew Jul 18, 2026 7/10
app GitHub
A flight deck for AI agents built on WezTerm, tmux, and git worktrees that provides a structured multi-agent terminal platform. Organizes concurrent agent sessions in a cockpit-style layout so you can monitor and switch between them efficiently. Both bilingual (English/Chinese) and local-first.
multi-agenttmuxweztermworktreesterminalclaude-code
by yunsii Jul 18, 2026 7/10
app GitHub
A terminal application for multiplexing agent workflows — manage multiple AI coding agent flows in parallel from a single interface. Designed around the idea of going with the flow of multiple agents rather than fighting context switches. Early-stage but useful for users juggling several concurrent agent tasks.
multi-agentterminalworkflowclaude-codemultiplexer
by flowmux-ai Jul 18, 2026 6/10
app GitHub
A local web dashboard for orchestrating parallel Claude Code sessions with task dispatch, automated PR review, and lifecycle management. Provides a visual control plane for managing multiple agents working on different tasks simultaneously. Includes automated PR review so you do not have to manually check every output.
orchestrationdashboardparallelclaude-codepr-review
by phahadek Jul 18, 2026 7/10
app GitHub
Provides secure A2A (agent-to-agent) communication channels for agent runtimes with end-to-end invitations, automatic task handling, and approval gates. Solves the trust and coordination problem when multiple agents need to collaborate without a central server. Useful for multi-agent architectures where agents need verified communication.
multi-agentA2Asecuritycommunicationcoordination
by tianqixinxi Jul 18, 2026 6/10
app GitHub
A self-hosted AI coding factory where sandboxed agents take tickets through to merged code, with a human reviewing in a dashboard at each gate. Local-first and cost-transparent so you see exactly what is being spent and approved. Good for teams who want autonomous agent coding with mandatory human review before merge.
automationhuman-in-the-looppipelineclaude-codesandboxing
by tmj-90 Jul 18, 2026 8/10
app Reddit
Instead of bigger context windows, DevTime treats repository understanding as something verifiable: every explanation has evidence, every claim is re-checkable, and stale decisions surface when the supporting code changes. Addresses the problem of AI-generated codebases where nobody remembers the rationale behind decisions.
documentationcontextverificationreasoning
by MaestroSplinter69 Jul 17, 2026 6/10
app Reddit
Lightweight ASCII animation widget that hooks into Claude's current state and shows different animations depending on what Claude is doing — thinking, running code, idling. Fully customizable with a community gallery of CLanimations and a built-in converter for custom images.
visualizationstateasciianimation
by fnordcorps Jul 17, 2026 7/10
app GitHub
Integrates Claude Code directly into Obsidian with an interactive terminal, quick-ask modal, and a built-in MCP server for structured vault access. Lets you code and query your knowledge base in the same window without context-switching.
obsidianterminalmcpintegration
by humantorch Jul 17, 2026 8/10
app GitHub
Adds session recovery, scheduling, worktree management, a Token Saver mode, and dashboards to Claude Code using the official CLI transport. Wraps Claude Code with production-grade reliability features without requiring API keys.
orchestrationsessionrecoverydashboard
by neural-llm-io Jul 17, 2026 7/10
app GitHub
Feed raw content and Claude organizes, links, and synthesizes your Obsidian notes automatically. Turns the note-taking overhead of a knowledge base into a continuous background process driven by an LLM.
obsidianknowledge-baseautomationnotes
by mindgameolympiangames78 Jul 17, 2026 6/10
app GitHub
Single control panel for managing and orchestrating multiple Claude Code sessions running on different machines. Useful for teams or users who parallelize work across multiple machines with a unified view.
orchestrationmulti-machinecontrolsessions
by katabatic-isomer396 Jul 17, 2026 7/10
app GitHub
Self-hosted Telegram bridge with SDK/CLI engines and A2A-TG multi-agent routing for Claude Code, Codex, and Gemini. Control and monitor AI coding agents via Telegram messages from any device.
telegrambridgeremotemulti-agent
by AliceLJY Jul 17, 2026 6/10
app GitHub
Record a bug or session once; ThinkRun converts it into structured context that Claude Code or Cursor can act on immediately. Includes MCP, CLI, and portable agent skills with reproducible trigger evaluations for the full debug loop.
debuggingrecordingcontextstructured
by dundas Jul 17, 2026 7/10
app GitHub
Free local CLI that tracks AI coding token usage and cost across 31 tools including Claude Code, Cursor, Codex, and Gemini — broken down by model, project, and task. Run via npx with no account required.
token-trackingcostanalyticsmonitoring
by getagentseal Jul 17, 2026 7/10
app GitHub
Local-first agent experience layer providing observability and memory for Claude Code and Codex sessions. Typed, yours to own, designed as a lightweight foundation for understanding what your agents are doing across sessions.
observabilitymemorylocalmonitoring
by Necmttn Jul 17, 2026 7/10
app GitHub
Native macOS menu bar app showing Claude account usage and live Claude Code session activity at a glance. Provides a persistent summary of current state without switching to the terminal.
macosmenu-barmonitoringstatus
by juzser Jul 17, 2026 7/10
app Reddit
Wrapper app where plugins take center stage: each plugin gets its own tab and file directory, plus a Canvas feature — a mini-browser where agents can render interactive mini-apps instead of markdown. Community plugin marketplace included.
wrapperpluginsmarketplacecanvas
by Unlucky_Carrot8242 Jul 17, 2026 8/10
app GitHub
Tracks your 5-hour and 7-day Claude usage gauges and sends scheduled pings to align your heaviest work to fresh rate-limit windows. Helps Pro/Max users stay productive without hitting unexpected pauses mid-session.
macosrate-limitusagescheduling
by codedooly Jul 17, 2026 7/10
app GitHub
Monitors AI agent status on the macOS menu bar with local customizable light-effect indicators for Claude Code and Codex. Provides ambient awareness of agent state through visual signals that work even when your coding window is not in focus.
macosmonitoringstatusvisual
by Lucianfoul165 Jul 17, 2026 6/10
app GitHub
Independent open-source coordination layer for managing and routing messages between coding-agent sessions. Provides a lightweight bus for cross-session communication without requiring a proprietary platform.
coordinationsessionsmessagingopen-source
by Kumaraman110 Jul 17, 2026 6/10
app GitHub
Native macOS app for building software with Claude Code featuring a Monaco editor, integrated terminal, and built-in git — local-first and free. Provides a polished desktop IDE experience without requiring VS Code or a web browser.
macosidemonaconative
by kabila5871 Jul 17, 2026 8/10
app GitHub
Unified management interface for tmux sessions and AI agent processes. Gives developers a single command center to launch, switch between, and monitor long-running terminal sessions and agent tasks.
tmuxterminalmanagementsessions
by lagunai7578 Jul 17, 2026 6/10
app GitHub
Displays live Claude Code, Codex, and OpenCode status and usage metrics on an Elgato Stream Deck Neo. Quick at-a-glance view of multiple AI coding agents from a physical hardware controller.
stream-deckhardwaremonitoringstatus
by m-a-b-u Jul 17, 2026 6/10
app GitHub
Adds native macOS widgets, menu bar insights, and local usage analytics to the CC Switch Claude Code toggle app. Brings rich macOS integration for monitoring Claude Code sessions directly from the desktop.
macoswidgetmonitoringusage
by pangy9 Jul 17, 2026 6/10
app GitHub
Points at your warehouse and dbt project, learns the landscape, authors transformations, and flags schema drift. Built for analytics engineers who want a coding agent that understands their full data stack end-to-end.
analyticsdbtwarehouseagent
by exmergo Jul 17, 2026 6/10
app GitHub
SDK, CLI, and MCP server for converting chat history between AI coding tools. Lets you migrate sessions or search across conversation logs from multiple agents in a unified interface.
sessionexportinteroperabilityhistory
by vibheksoni Jul 17, 2026 6/10
app GitHub
Slack-style communication layer for AI agents: threaded messages, flat replies, cross-thread links, and pull notifications. Provides structured inter-agent messaging for complex multi-agent architectures.
multi-agentmessagingcoordinationorchestration
by sectersion Jul 17, 2026 6/10
app GitHub
Provides a consistent kit that lets Claude Code, Codex, Cursor, OpenCode and others work predictably and safely with existing frontend projects. Reduces the common failure modes where agents misread or break front-end project structure.
frontendkitcross-platformsafety
by ytvee-dev Jul 17, 2026 6/10
app GitHub
Native macOS menu bar app and CLI that prevents sleep during active AI agent sessions and re-enables it when sessions finish. Solves the common annoyance of long-running Claude Code sessions being interrupted by system sleep.
macosutilitysleepautomation
by nickita-khylkouski Jul 17, 2026 6/10
app GitHub
Run multiple real Claude Code agents in parallel using your Claude Pro/Max subscription rather than paying per-token API costs. Local-first orchestration layer that multiplies your output without increasing spend.
orchestrationfleetsubscriptionlocal
by DanielC000 Jul 17, 2026 8/10
app GitHub
Documents real experiments building software with Claude Code — including token data, what worked, what failed, and reusable tools. Includes a Spec Kit-compatible working method and publishes negative results so others learn from failures, not just successes.
experimentsmethodologytoken-trackingopen-source
by robertotommasogrossi7-bit Jul 17, 2026 7/10
app GitHub
CLI and MCP server for fast full-text search across AI coding session transcripts. Lets humans and agents quickly retrieve past conversations, decisions, and context from hundreds of prior sessions across multiple tools.
searchtranscripthistoryretrieval
by nicosuave Jul 17, 2026 7/10
app GitHub
Agent-agnostic memory sidecar combining gbrain, Hindsight, and 3-tier recall. Designed for production use and compatible with Hermes, Claude, Cursor, and other agents. Provides persistent recall without being tied to any specific agent runtime.
memorypersistencesidecaragent-agnostic
by mage0535 Jul 17, 2026 6/10
app GitHub
A system tray application that displays real Anthropic 5-hour and 7-day rate limits, token consumption, and cost per project and model — covering both Claude Code and opencode. Goes beyond statusline plugins by living in the system tray with multi-model breakdowns. Helps developers track actual quota consumption without switching context.
rate-limitstokenscost-trackingtray-widgetusage
by komar0005 Jul 16, 2026 7/10
app GitHub
prjct is a CLI + MCP server that manages the full AI coding work cycle: intent briefs to structure requests, bounded RAG pulled from real code intelligence, persistent memory (SQLite), preventive guardrails, and performance evaluations. Works across Claude Code, Codex, Gemini CLI, Cursor, and OpenCode. Positions itself as infrastructure you own rather than rent.
harnessragmemoryguardrailsevalsmcp
by prjct-app Jul 16, 2026 8/10
app GitHub
A rich 2-line Claude Code statusline featuring smooth Unicode gauges, segments for git state, active skills, and tasks, plus optional live feeds from the Anthropic blog, Hacker News, and GitHub trending — all width-adaptive with OSC 8 hyperlinks for clickable links in the terminal. A more feature-rich alternative to minimal statusline plugins.
statuslineterminallive-feedsgitusage
by kk-ben Jul 16, 2026 7/10
app GitHub
engineer-agent is a Claude Code plugin that handles senior software engineering tasks — PR reviews, Slack thread answers, Linear ticket implementation, doc reviews, and daily standups — all gated on human approval before any action is taken. Designed for solo engineers or small teams wanting AI coverage on routine engineering role tasks.
automationpr-reviewslackticketshuman-in-the-loop
by tomharris Jul 16, 2026 7/10
app GitHub
shots generates App Store screenshots and app icon concept images directly from Codex, Claude Code, and MCP clients. Targets indie app developers who want to produce store assets without leaving their agent workflow. Integrates into the existing AI coding pipeline rather than requiring a separate design tool step.
app-storescreenshotsicondesignmcp
by hitSlop Jul 16, 2026 6/10
app GitHub
A lightweight Claude Code statusline that displays the current model, context window usage, and rate-limit consumption as colored bars. Prioritizes simplicity and minimal setup over feature breadth. A good starting point for developers who want quick visibility into their Claude Code session without installing a heavy plugin.
statuslineterminalrate-limitscontext-windowusage
by YATA-NODE Jul 16, 2026 6/10
app GitHub
corply-plugin lets you form a Delaware C-Corporation from inside Claude Code — generating the application, legal documents, collecting cofounder e-signatures, and submitting for human-reviewed filing. Targets solo founders who want to automate incorporation without leaving their editor. A novel AI-native workflow for a traditionally paperwork-heavy process.
legalstartupincorporationapp
by corply-dev Jul 16, 2026 6/10
app GitHub
A single static Go binary that indexes your codebase into a deterministic knowledge graph covering code, routes, dependencies, Kubernetes configs, and docs. AI coding agents query the graph rather than relying on LLM-based retrieval or a database. Zero external dependencies, no MCP layer required, cross-platform.
contextknowledge-graphgocode-intelligenceindexing
by muthuishere Jul 16, 2026 7/10
app GitHub
A production-ready FastAPI service that manages multiple concurrent Claude agent sessions via HTTP API, with real-time monitoring, cost tracking, and session resumption. Useful for applications or teams that need to orchestrate many parallel Claude Code sessions programmatically. Provides a clean REST interface around Claude's agentic capabilities.
multi-agentfastapiorchestrationsession-managementapi
by is0383kk Jul 16, 2026 7/10
app GitHub
gws-os lets Claude Code interact with Google Workspace — email, calendar, and Drive — across multiple accounts using learned, adaptive workflows from a single terminal. Focuses on terminal-first Workspace access within a coding session, building on top of account-specific learned patterns rather than fixed API wrappers.
google-workspacegmailcalendardriveworkflow
by hgcon5301 Jul 16, 2026 6/10
app GitHub
A read-only terminal dashboard that monitors Claude Code and Codex CLI sessions in real time — tracking token usage, context size, rate limits, child processes, and open ports in a single view. Inspired by htop, it gives you a live health snapshot of all running agent sessions. No credentials or config required.
monitoringterminaltoken-usagerate-limitsobservabilityhtop
by taxonomical-riflebutt337 Jul 16, 2026 8/10
app GitHub
A macOS Stream Deck plugin for fast context-switching that includes live Claude Code keys alongside Safari tabs, tmux, iTerm2, BBEdit, and window management. Built by Moving Average Labs with AI-directed development and test coverage. Lets you trigger Claude Code actions from physical buttons without leaving your keyboard workflow.
stream-deckmacoscontext-switchinghardwaretmux
by windaddict Jul 16, 2026 7/10
app GitHub
A native Mac app and CLI that runs a multi-agent AI Scrum team on top of Claude Code, with you acting as Product Owner. Autonomous sprints are planned, executed, and reviewed by specialized agents (PM, dev, QA) while you steer direction at the sprint level. Designed for solo developers who want to move at team speed without managing individual tasks.
multi-agentscrummacosautonomousproduct-ownersprint
by sohei56 Jul 16, 2026 7/10
app GitHub
Reads Claude Code session transcripts and flags subagent results that exhibit patterns associated with real agent failures — hallucinated file paths, contradicted earlier steps, skipped tool confirmations, and similar red flags. Derived from actual failure cases rather than heuristic rules. Useful for post-session audits and building trust metrics into multi-agent pipelines.
observabilitysubagentsreliabilitytranscriptsquality-control
by royalpinto007 Jul 16, 2026 8/10
app GitHub
An open-source test automation platform that uses Claude Code alongside Playwright and Appium to generate, execute, and maintain tests from structured test manifests. The AI interprets intent from manifests rather than brittle CSS selectors, making tests more resilient to UI changes. Covers both web (Playwright) and mobile (Appium) targets.
testingplaywrightappiumautomationopen-sourcemobile
by yuga-hashimoto Jul 16, 2026 7/10
app Reddit
A website and API for discovering, installing, and selling Claude Code status lines — including animated pets (Tamagotchi fed by token usage), Doom, and Minecraft implementations. Status lines can be monetized via x402 and Lightning payment protocols. Includes an LLM security audit on submitted status lines before publishing.
status-linemarketplacepaymentsx402communitytamagotchi
by fmhall Jul 16, 2026 7/10
app Reddit
Run `npx agent-wiretap -- claude` and watch every file read/written, secrets caught in outbound traffic, every domain contacted, and running token cost in real time. Reveals surprising behavior like mid-session Datadog logging and update checks. Local-only, MIT licensed.
securitytransparencymonitoringnetworktokenssecrets
by unable0 Jul 16, 2026 8/10
app GitHub
A personal AI assistant powered by Claude Code, Codex, and Grok — remembers people you tell it about, browses the web, and learns over time. First-party, no API keys required, runs locally.
personal-aimemoryweb-browsinglocalclaude-code
by C4T4 Jul 16, 2026 6/10
app Reddit
A community-curated gallery of Claude Code status lines rendered in live environments with captured real output. Each submission is manually reviewed. Browse, copy, and submit status line configurations at statuslin.es.
statuslinecommunitygalleryclaude-code
by NateTheGreat26 Jul 16, 2026 7/10
app GitHub
Adds colored status indicator dots to Ghostty terminal tab titles for Claude Code and Codex sessions — giving a quick visual signal of each agent's current state across multiple tabs.
ghosttyterminalstatustabsclaude-code
by groundboi Jul 16, 2026 6/10
app GitHub
A local, fully offline Windows desktop app that monitors running Claude Code agents — showing live status, estimated cost, model, host, and one-click focus, grouped by project. Read-only and requires no external connections.
windowsmonitorclaude-codeagentsdashboardoffline
by jens-duttke Jul 16, 2026 7/10
app GitHub
Control Claude Code, OpenAI Codex, and other terminal AI agents from your phone via Telegram topics. Features live pane screenshots, key presses, tappable prompts, one-tap parallel git-worktree agents, two-way voice, and session resume. Self-hosted, no cloud middleman.
telegrammobileremote-controlclaude-codetmuxworktrees
by MrCryptoHat Jul 16, 2026 8/10
app GitHub
A tool for comparing AI coding models using coding-focused benchmarks weighted by your own priorities. Cross-verified with contradiction flagging, available in Turkish and English.
benchmarkscomparisonmodelscoding
by sungurerdim Jul 16, 2026 5/10
app GitHub
Reproducible multi-user Claude Code agent sandboxes for NixOS — both bare-metal and VM image. Provides unprivileged tmux-based agents, scoped sudo, and drop-in token injection for secure, isolated agent environments.
nixossandboxdockerisolationsecuritytmux
by defangdevs Jul 16, 2026 7/10
app GitHub
Embeds Claude Code CLI as a polished web console inside Home Assistant — with tabs, clipboard support, file attachments, and full Home Assistant access. Turns your smart home dashboard into a Claude Code terminal.
home-assistantweb-consoleintegrationclaude-code
by LayerTM Jul 16, 2026 7/10
app Reddit
A document format that combines slides, text, charts, and spreadsheets in a single Markdown-driven file — built for agents to create and developers to use. Supports privacy-preserving sharing, code annotation flows, and architecture diagram generation within Claude Code sessions.
documentsslidesspreadsheetsmarkdownprivacy
by JoshSummers Jul 16, 2026 7/10
app GitHub
A Windows PowerToys Command Palette dock extension that shows live Claude Code usage — session percentage remaining, weekly limits, and per-model limits — without opening a browser.
windowspowertoysusage-monitorclaude-code
by omgapnt Jul 16, 2026 7/10
app GitHub
An open-source, self-hosted analytics dashboard for Claude Code that reads your local JSONL session files to produce charts, project breakdowns, and costs. Includes a gamified cat colony and a Pomodoro focus timer. Fully local, no telemetry.
analyticsdashboardlocalclaude-codegamification
by merak3i Jul 16, 2026 7/10
app GitHub
Uses Claude Code and Codex as the foundation for coding infrastructure while giving you control over model selection and provider routing. Supports flexible routing and configuration so you can choose how to interact with models without changing your agent workflow.
routingmodelscodexclaude-codeinfrastructure
by xiaoliu10 Jul 16, 2026 7/10
app GitHub
A Node CLI that converts Claude Code workflow .js files into diagrams showing execution steps and agent topology. Useful for understanding, debugging, and documenting complex multi-agent workflow scripts.
visualizationworkflowsdiagramscliclaude-code
by oliver-im Jul 16, 2026 7/10
app GitHub
A tool for quickly locating the specific coding agent session you want to resume from among many. Solves the problem of identifying the right conversation across multiple past sessions.
session-managementresumeproductivityclaude-code
by angristan Jul 16, 2026 6/10
app GitHub
A local Go CLI for installing, validating, and operating repository-level AI agent control surfaces. Manages .ai/ rules, workflows, hooks, quality gates, and protected-action governance across any repo.
goclihooksquality-gatesgovernance
by MiviaLabs Jul 16, 2026 6/10
app GitHub
A local-only dashboard that tracks tokens, sessions, tool calls, and reasoning across Claude Code, Hermes, Antigravity CLI, Codex, and more. No telemetry sent externally — all data stays on your machine.
telemetrytokensdashboardlocalanalytics
by VasiHemanth Jul 16, 2026 7/10
app GitHub
Diagnoses your entire AI coding stack — Claude Code, Codex, Cursor, Gemini CLI, and more — catching silent failures that other checks miss. Inspired by flutter doctor, it gives a structured health report of your agent environment.
diagnosticshealth-checkclaude-codecodexcursor
by NAJEMWEHBE Jul 16, 2026 7/10
app GitHub
A Windows desktop widget that displays your Claude Pro/Max plan usage — session percentage and weekly limits — in real time, synced with the official /usage screen. No browser required.
windowswidgetusage-monitorclaude
by Kilin-570 Jul 16, 2026 6/10
app Reddit
Fixes the problem where claude --continue resumes the wrong global session instead of the one for the current directory. Adds a shim that tracks sessions per directory and restores them after reboots using tmux-resurrect. Works with Claude Code and Codex.
session-managementtmuxresumeproductivity
by RoutineNet4283 Jul 16, 2026 7/10
app GitHub
Generates entire fake companies as browsable file shares filled with realistic business documents (docx, pdf, xlsx, pptx, eml) and a deterministic ground-truth answer key. Ideal for building and benchmarking agentic systems against meaningful, real-world-style synthetic examples.
synthetic-datatestingagentic-systemsbenchmarking
by peterzat Jul 16, 2026 6/10
app GitHub
A desktop application that brings real source control, a file editor, mid-thread provider switching, and the ability to revert anything an agent did. Supports Mac and Windows, providing a graphical interface for Claude Code and Codex workflows.
desktop-appguisource-controlclaude-codecodex
by Threadlines Jul 16, 2026 8/10
app GitHub
An agent-driven presentation builder producing single-file HTML slide decks with the visual quality of Keynote and the openness of the web. Includes a methodology for what to say alongside the slides, designed for agents to write and present.
presentationshtmlslidesagent
by hanley-tech Jul 16, 2026 5/10
app GitHub
A single compiled Rust binary that authenticates, authorizes, rate-limits, logs, and costs every AI interaction. Self-hosted, air-gap capable, and provider-agnostic — acts as the governance layer for any AI agent deployment.
governanceself-hostedrustai-agentssecurity
by systempromptio Jul 16, 2026 6/10
app GitHub
A self-hosted control plane for dispatching tasks, reviewing agent runs, tracking spend, and operating Claude Code, Codex, and other runtimes. Provides a central dashboard for multi-agent fleet management.
control-planeself-hostedmulti-agentdashboard
by builderz-labs Jul 16, 2026 7/10
app GitHub
A local-first AI memory system with no cloud or APIs — all data stays on your machine. Achieves 74% retrieval accuracy on the LoCoMo benchmark without an LLM, and 87.7% with one. Research-backed (arXiv: 2603.14588).
memorylocal-firstprivacyretrievalbenchmark
by qualixar Jul 16, 2026 6/10
app GitHub
wicek runs Claude Code as a task-focused assistant inside Discord, enabling teams to delegate coding and automation tasks directly from a Discord channel. Bridges the Claude Code agent runtime with Discord's messaging API.
discordbottask-managementintegration
by xxczaki Jul 16, 2026 6/10
app GitHub
A self-hosted monitoring tool for CPA/CLIProxyAPI and OpenAI-compatible gateway accounts. Tracks requests, costs, failures, quota usage, and account health — useful for teams running Claude Code through shared API gateway proxies.
monitoringapi-gatewaycpadashboardquota
by seakee Jul 16, 2026 5/10
app GitHub
A physical desk device for monitoring AI coding sessions: multi-session dashboard on a 1.8in AMOLED screen, tiered sound alerts, a physical approval key, and a quota gauge. Built on an ESP32-S3, communicates over LAN, and explicitly supports Claude Code. A hardware companion for heavy AI coding sessions.
hardwareesp32dashboardmonitoringalertsapproval
by jiqing9002 Jul 16, 2026 8/10
app GitHub
A desktop pet inspired by Codex's desktop pets, designed to accompany AI client sessions including Claude Code. A novelty companion app for those who want a bit of personality alongside their AI coding workflow.
desktop-petcompanionfuncodexclaude-code
by HAYASAKA7 Jul 16, 2026 5/10
app GitHub
A minimal, from-scratch implementation of a personal coding agent framework modeled after Claude Code's architecture. Useful as a reference implementation or starting point for building custom agent loops.
agent-frameworkreferenceminimalarchitecturediy
by farhan0167 Jul 16, 2026 6/10
app GitHub
A native macOS menu bar app that aggregates Claude Code, Codex, Cursor, and Antigravity usage stats across multiple Macs via a synced folder (iCloud, Syncthing, Dropbox, or NAS). No backend or telemetry — all local. Shows token and session usage at a glance.
usage-trackingmacosmenu-bartokensmulti-device
by zchan0 Jul 16, 2026 7/10
app GitHub
A cross-platform desktop client for Claude Code built on Tauri 2.0, Vue 3, and TypeScript. Provides a native GUI wrapper around Claude Code for users who prefer a desktop app over the terminal CLI.
desktop-apptaurivuetypescriptguiclient
by chicogong Jul 16, 2026 7/10
app GitHub
A monitoring framework that tracks AI agent decisions and logic flows using LangGraph, giving full visibility into autonomous operations. Useful for debugging Claude Code agent sessions and understanding decision paths.
monitoringlanggraphtransparencydebuggingagent-decisions
by Fast-newengland468 Jul 16, 2026 6/10
app GitHub
An unofficial Eclipse IDE plugin that brings Claude Code capabilities into the Eclipse environment. Extends Claude Code's IDE support beyond VS Code and JetBrains to the Eclipse ecosystem.
eclipseidepluginintegrationjava
by eilonwy06 Jul 16, 2026 7/10
app GitHub
z-clean audits and cleans up runtime artifacts left by AI coding tools: Claude Code, Codex, Cursor, MCP servers, and developer caches. Run via npx z-clean audit to see what to clean without deleting anything.
hygienecleanupcachemcpmaintenancenpx
by TheStack-ai Jul 16, 2026 7/10
app GitHub
A keyboard-driven, self-hosted dashboard for managing multiple Claude Code agents simultaneously. Features worktrees, a command palette, a task scheduler, and voice control — all without telemetry. Everything runs on your own machine, making it suitable for those who want full control over their agent infrastructure.
appmulti-agentdashboardself-hostedorchestration
by dotdevdotdev Jul 16, 2026 8/10
app GitHub
crewship provides a self-hosted runtime that runs AI coding agents inside real Linux containers on your own hardware. Keeps your keys and data fully under your control, with no cloud dependency. An alternative for teams that need isolation, reproducibility, or air-gapped agent execution.
appself-hostedcontainersruntimeinfrastructure
by crewship-ai Jul 16, 2026 7/10
app GitHub
An all-in-one developer tool designed for open-source maintainers in 2026, combining Claude Code hooks, MCP integrations, subagent orchestration, and cron scheduling into a single copilot. Targets the maintenance workflows — issue triage, PR review, release management — that consume maintainer time.
apposshooksmcpcronmaintenance
by Jayrajsinh45 Jul 16, 2026 6/10
app GitHub
agent-resume uses tmux-resurrect to automatically restore AI coding agent sessions (Claude Code, Codex, and others) in their original directories after a machine reboot. Eliminates the need to manually reopen projects and reconnect terminals. Works with any tmux-based workflow.
appsession-managementtmuxpersistenceproductivity
by rahulbansal16 Jul 16, 2026 8/10
app GitHub
SoA-Web is a web-based reimagining of the Son of Anton AI terminal, built with Node.js, WebSocket, node-pty, and xterm.js. Runs fully in a browser tab with no Electron dependency, making it accessible from any device without a native install. Good reference for building lightweight browser-based AI terminal interfaces.
appterminalwebxtermno-electron
by SimonSaysGiveMeSmile Jul 16, 2026 6/10
app GitHub
mirage provides a unified virtual filesystem layer that AI agents can use to read and write files across different underlying storage systems through a single interface. Aims to simplify agent file I/O by abstracting away storage heterogeneity. Early-stage but targets a real pain point in multi-agent setups.
appfilesystemvirtual-fsagent-infrastructure
by strukto-ai Jul 16, 2026 5/10
app GitHub
claude-visor is a macOS app styled after the Dynamic Island/notch area that lets you monitor, navigate, and interact with multiple Claude Code sessions directly from the menu bar. Useful for developers running several parallel agents who want quick session switching without switching terminal windows.
appmacossession-managementmenu-barmulti-agent
by 824zzy Jul 16, 2026 7/10
app GitHub
sessionwiki indexes every AI coding session on your machine — Claude Code, Codex, Gemini CLI, OpenCode, Cline, and 6 others — and lets you search, resume, and trace any file back to the conversation that created it. 100% local with no telemetry. Solves the "where did I work on this?" problem across a mixed toolchain.
appsession-managementsearchproductivitycross-tool
by youdie006 Jul 16, 2026 8/10
app GitHub
Multideck launches AI coding agents (Claude Code, Codex, Cursor) each in their own terminal window and automatically tiles them across all connected monitors. It handles DPI-correct scaling on mixed-scale setups. Useful for developers running multiple agents on multi-monitor workstations.
multi-monitorterminalwindow-managementproductivity
by DevinoSolutions Jul 15, 2026 6/10
app GitHub
TokenGraph is a local-first plugin for Claude Code and Codex that routes project context compactly. It aims to reduce context overhead by intelligently selecting which parts of your codebase to surface to the agent. Runs entirely on your machine with no external dependencies.
context-managementtoken-optimizationplugincodex
by Mujadarah Jul 15, 2026 5/10
app Reddit
Rein is a lightweight bridge that lets you remotely control locally-running AI agents (Claude Code, Codex, Gemini, opencode, Grok) from an iPhone. Provides real git diffs from your worktree, live dev server preview, a real terminal, approval cards, and PR shipping — all routing through your own machine with no code sent externally. iOS only currently.
mobileiosremote-controlagent-bridgeprivacy
by crazy8baller Jul 15, 2026 7/10
app GitHub
A starter boilerplate combining Hono (lightweight web framework), TypeScript, Drizzle ORM, and PostgreSQL, configured for use with Claude Code. Provides a ready-to-go backend scaffold for API development with modern TypeScript tooling.
boilerplatehonodrizzlepostgresqltypescript
by sushantrahate Jul 15, 2026 5/10
app GitHub
Mission control for solo developers running multiple AI coding agents in parallel. Combines a Kanban board, git worktrees, and tmux to manage Claude Code, Codex, Gemini CLI, OpenCode, and any shell-based agent without losing context. Designed as an agent orchestration layer, not an IDE replacement.
multi-agentkanbanworktreestmuxorchestrationparallel
by h0x91b Jul 15, 2026 8/10
app GitHub
A terminal application for macOS and iOS built on libghostty with first-class git worktree support. Designed for workflows where multiple worktrees are active simultaneously — relevant for running parallel Claude Code sessions across branches.
terminalworktreesmacosiosghostty
by btucker Jul 15, 2026 5/10
app GitHub
A plugin for OpenCode that dynamically prunes conversation context to optimize token usage. Intelligently manages what stays in context based on relevance, reducing unnecessary token consumption during long coding sessions. Applicable as a pattern for context management in other AI coding tools.
context-managementtoken-optimizationopencodepruning
by AshishKumar4 Jul 15, 2026 5/10
app GitHub
An engineering decision memory tool for AI-assisted development that records the reasoning behind code choices, not just what was built. Helps AI coding agents understand architectural intent and constraints when revisiting or extending existing code. Targets the common problem of AI agents lacking historical context.
memorydecision-logcontextarchitecturedocumentation
by hozakar Jul 15, 2026 6/10
app GitHub
An idempotent curl|bash installer that turns a fresh Ubuntu VPS into a fully configured AI coding agent environment in one command. Installs Claude Code, Codex CLI, Gemini CLI, major language runtimes, and 40+ dev tools. Designed for reproducible agent infrastructure setup.
vpssetupinfrastructuredevopsubuntuautomation
by quangdang46 Jul 15, 2026 7/10
app GitHub
A memory and project planning tool for AI agents that works from plain markdown files. Supports existing knowledge bases and multi-agent workflows without requiring a specialized database or service. Designed to integrate naturally into codebases where documentation already lives in markdown.
memorymarkdownmulti-agentplanningknowledge-base
by elmokirk Jul 15, 2026 6/10
app GitHub
A tool that maintains a single source of truth for AI coding rules and syncs them automatically to Claude Code, Cursor, Copilot, Codex, and more. Eliminates the pain of maintaining separate rule files for each AI coding assistant across a team. Keeps all agents working from the same conventions.
rulessyncmulti-toolcursorcopilotteam-workflow
by ainova-systems Jul 15, 2026 7/10
app GitHub
A workbench for using Claude to write, debug, and explain ShopifyQL and Segment analytics queries. Speeds up analytics filter work for Shopify merchants and developers who need to iterate on queries quickly without memorizing ShopifyQL syntax.
shopifyshopifyqlanalyticsecommercequeries
by marsilitonga-ifb Jul 15, 2026 5/10
app GitHub
An experimental autonomous agent framework built around Claude with 60+ tools and a self-directed cognitive cycle that decides what to do without explicit prompting. Features an "earned autonomy" model where the agent gains capabilities incrementally based on track record. An ambitious framework for fully autonomous task execution.
autonomousagenttoolscognitive-cycleearned-autonomyexperimental
by WingedGuardian Jul 15, 2026 5/10
app GitHub
A CLI tool that surfaces engineering team health metrics from a single terminal command, giving developers and managers a quick sprint snapshot without context-switching to web dashboards. Terminal-first, minimal setup.
cliteam-healthsprintengineeringmetricsterminal
by HansujaB Jul 15, 2026 5/10
app GitHub
A single-binary Asana CLI tool designed for developers using Claude Code, Codex, and other AI coding assistants. Enables task management and project tracking directly from the terminal without needing the Asana web app. Useful for integrating project management into AI-assisted development workflows.
cliasanaproject-managementproductivity
by ggkguelensan Jul 15, 2026 6/10
app GitHub
A desktop application that acts as a unified command center for Claude Code, OpenCode, Codex, and Pi. Supports multi-project AI coding sessions with streaming chat, a prompt queue, model switching, and MCP tools in a single interface. Useful for developers who run multiple AI agents across different projects simultaneously.
desktopguimulti-agentmcpproductivity
by akemmanuel Jul 15, 2026 7/10
app GitHub
A Docker sandbox for Claude Code that feels native by preserving your global skills, plugins, MCP servers, git config, and persistent Claude sessions. Solves the common pain of a stripped environment in containers. Ideal for reproducible development or sharing a configured Claude Code environment across machines.
dockersandboxisolationmcpskillsdevcontainer
by shftwst Jul 15, 2026 8/10
app GitHub
A zero-dependency, offline triage panel that finds every idle Claude Code session across all your projects and shows what each was waiting on. Ranks sessions so you know which to resume first. Useful for developers who run many parallel Claude sessions and lose track of which ones need attention.
session-managementproductivitymulti-projecttriagetool
by eltonylfgi-blip Jul 15, 2026 7/10
app GitHub
An open-source "antivirus" for AI agents that blocks risky tools, secret access, prompt injection, malicious packages, MCP servers, plugins, and skills at runtime. Designed to sit in front of agent tool calls and enforce security policies before execution. Addresses a real gap as AI coding agents gain more system access.
securityprompt-injectionruntime-protectionmcpagent-security
by hashgraph-online Jul 15, 2026 9/10
app GitHub
A cross-vendor AI coding harness with deterministic security gates. Separates work into gated Builder and Reviewer roles and maintains a full SQLite audit trail of every agent action. Runs entirely local — no server, no cloud required. An alternative to vendor-specific harnesses for teams who want vendor flexibility with strong auditability.
securityauditmulti-vendorbuilderreviewerlocal
by clagentic Jul 15, 2026 7/10
app GitHub
A coordinator that pulls tasks from a real GitHub Projects board and runs coding agents against them with quota awareness and review gating. Unlike local Kanban tools, it operates directly on the GitHub Projects source of truth. Designed for teams that want to automate development tasks while keeping human review checkpoints.
github-projectsproject-managementautomationquotareview-gate
by CSalcedoDataBI Jul 15, 2026 7/10
app GitHub
A floating, always-on-top panel on macOS showing Claude Code session status at a glance — no window switching required. Keeps agent state visible while you work in other apps.
macosstatus-panelalways-on-topsession-monitoringutility
by hatoya Jul 15, 2026 6/10
app GitHub
A repo-agnostic engine for running Claude Code autonomy loops against any target repository, making autonomous coding sessions portable and reusable across different projects.
autonomyautomationrepo-agnosticclaude-codeagentic
by Luke-Bradford Jul 15, 2026 6/10
app GitHub
A local-first SwiftUI macOS menu-bar desktop pet that reacts to your AI usage in real time — showing quota, token burn rate, cost, and work rhythm. Includes adapters for Codex and Claude Code.
macosgamificationusage-monitoringdesktop-petswiftui
by F-e-u-e-r Jul 15, 2026 6/10
app GitHub
Routes Telegram topics to isolated Claude Code sessions with persistent memory, enabling conversational AI workflows triggered from a Telegram interface — useful for remote or mobile-driven coding sessions.
telegramsession-routingmemoryintegrationautomation
by contealessandrovoltalandscape881 Jul 15, 2026 6/10
app GitHub
An AI-native Python agent harness with multi-model orchestration, stateful sessions, tool governance, traceable delivery, and provider routing for GPT, Claude, DeepSeek, Qwen, Kimi, GLM, and MiniMax.
orchestrationmulti-modelpythonprovider-routingstateful
by zhnt Jul 15, 2026 6/10
app GitHub
Shows your remaining Claude Code 5-hour session capacity directly in the Windows 11 taskbar at a glance, without needing to open any app or dashboard.
windowstaskbarusage-monitoringsession-trackingclaude-code
by STEADYFLOW-Inc Jul 15, 2026 6/10
app GitHub
A model-agnostic autonomous coding agent with a reproducible benchmark harness, adaptive turn budgets, and domain-expert prompting. Works with Claude, GPT, Gemini, Ollama, and others. 1380+ tests, built by AI agents orchestrated by humans.
autonomous-codingbenchmarkingmulti-modeltestingopen-source
by milodule3-debug Jul 15, 2026 6/10
app GitHub
A cockpit interface for piloting every Claude Code session and monitoring its telemetry from one centralized view — useful when running multiple parallel sessions across projects.
monitoringtelemetrysession-managementdashboardclaude-code
by luojiahai Jul 15, 2026 6/10
app GitHub
A tool that lets you control Claude Code interactive CLI sessions directly from Codex, without setting up an MCP server. Bridges the two agents for cross-tool workflows.
codexinteroperabilityclisession-control
by HyunjunJeon Jul 15, 2026 6/10
app Reddit
Automatically detects when your AI agents are running and prevents your Mac from sleeping, ensuring long-running autonomous sessions complete without interruption. Simple and focused utility.
macossleep-preventionautomationagent-sessionsutility
by Rare-Spinach8779 Jul 15, 2026 6/10
app Reddit
Catches up to 6 loop types in AI agents, provides time-stamped action categorization, agent-to-agent communication through shared memory, cost prediction analysis, and automatic recovery for broken agents.
observabilityloop-detectioncost-predictionagent-communicationrecovery
by DetectiveMindless652 Jul 15, 2026 6/10
app GitHub
A minimal macOS terminal built with Tauri 2 and xterm.js, featuring split panes and themes — designed for running multiple AI agent CLI tools side by side without a heavy terminal emulator.
macosterminalsplit-panetauricli
by mxrsv Jul 15, 2026 6/10
app GitHub
A decentralized intent and conversation ledger that anchors AI coding context to git commits, helping teams maintain shared understanding of decisions and intent across sessions and contributors.
gitintent-trackingteamcontextdecentralized
by rekal-dev Jul 15, 2026 6/10
app GitHub
A lightweight tool for tracking local coding agent sessions across tmux panes, giving you visibility into what's running where during multi-agent workflows from the terminal.
tmuxsession-managementmonitoringmulti-agentterminal
by zigai Jul 15, 2026 6/10
app GitHub
An AI-powered daily digest for developers covering 30+ AI news sources across 7 dimensions with 3x daily updates. Built Claude Code native with zero external dependencies.
news-digestautomationclaude-code-nativedeveloper-toolsaggregation
by DaiOwen Jul 15, 2026 6/10
app GitHub
A Tauri v2 + Svelte 5 desktop control center for Claude Code and opencode: profiles, provider/router configuration, MCP, plugins, skills, and parallel session management. Available in Russian, English, and Chinese.
desktop-appconfigurationparallel-sessionsmcpmulti-language
by danscMax Jul 15, 2026 7/10
app GitHub
A scheduled Claude agent that screens journal RSS feeds against your research scope, emails a daily digest, and files papers into Zotero. No API keys needed — runs entirely on a claude.ai subscription.
researchzoterorssemail-digestautomation
by LaineyLouiseWard Jul 15, 2026 7/10
app GitHub
Captures, inspects, replays, and analyzes every AI agent run without any SDK or code changes. A glass-box observability layer for understanding exactly what your agents do and catching unexpected behavior.
observabilitytracingdebuggingno-sdkanalytics
by vugarfamiloglu Jul 15, 2026 7/10
app GitHub
A local cost analytics tool specifically for Claude Code sessions, tracking and visualizing what you spend across sessions to understand and optimize your usage.
cost-analyticsusage-trackinglocalclaude-code
by czoido Jul 15, 2026 7/10
app GitHub
Tracks Claude Code, Codex, Cursor, Copilot, and other AI coding agent token usage with a 2D/3D contribution-style graph in the macOS menu bar. Makes your aggregate AI usage visible at a glance.
usage-monitoringmacosmenu-barmulti-agentanalytics
by handlecusion Jul 15, 2026 7/10
app GitHub
Runs local background agents on Claude Code and Codex CLI that can message each other, wake on demand, and share a single memory store — enabling true multi-agent coordination without a central server.
multi-agentbackground-agentsshared-memorycoordination
by agfpd Jul 15, 2026 7/10
app GitHub
Real-time sync for Claude Code, Codex, Gemini, and Cursor sessions — watch agent work from any device, share sessions with your team, and give Claude persistent memory that carries across sessions.
real-timesession-syncteammemorymulti-device
by codecast-sh Jul 15, 2026 7/10
app GitHub
Search, inspect, and export Claude Code and Cursor conversation history. Makes past sessions easily discoverable and referenceable, supporting knowledge retention across projects.
conversation-historysearchexportclaude-codecursor
by ay-bh Jul 15, 2026 7/10
app GitHub
A single dashboard for tracking spend and usage across Claude, Cursor, OpenRouter, Copilot, Gemini, Codex, and more. See all your AI costs consolidated in one view.
usage-trackingcost-analyticsdashboardmulti-provideropen-source
by janekbaraniewski Jul 15, 2026 7/10
app Reddit
A free, open-source native macOS app that shows all Claude Code configuration in one searchable window — skills, agents, hooks, MCP servers, settings. Every save backs up the old version automatically.
configurationmacosguiclaude-codemanagement
by Finger-Whole Jul 15, 2026 7/10
app GitHub
A local proxy that lets OpenAI-, Anthropic-, and Gemini-compatible clients use models from GitHub Copilot, OpenAI, Anthropic, and custom providers with priority-based routing and automatic fallback. Self-hosted, no external dependencies.
proxymodel-routingmulti-providerfallbackopenai-compatible
by MadSkittles Jul 15, 2026 7/10
app GitHub
A local dashboard for managing every Claude Code, Codex, Cursor, and other AI coding session on your Mac simultaneously. Spawn and ship sessions in parallel from one interface. Open source, MIT.
session-managementdashboardmacosmulti-agentparallel
by amirfish1 Jul 15, 2026 7/10
app GitHub
Runs coding agents in a secure Docker microVM and merges their work as standard git commits, protecting the host machine from agent mistakes or runaway file changes.
securitydockersandboxisolationgit
by Screwnephropsnorvegicus769 Jul 15, 2026 7/10
app GitHub
Automatically extracts knowledge from git repos, Claude Code sessions (via ccrider FTS5), and iMessage bookmarks into a cross-project, qmd-indexed knowledge base running on cron. Surfaces relevant context across projects.
knowledge-basememoryclaude-codeautomationcron
by oliver-kriska Jul 15, 2026 7/10
app GitHub
An ultra-lightweight Rust system tray app (~3 MB RAM) for monitoring Claude AI subscription usage in real time on Windows. Shows remaining capacity at a glance without leaving your editor.
usage-monitoringsubscriptionwindowsrustsystem-tray
by klivak Jul 15, 2026 7/10
app GitHub
Orchestrates Claude Code agents with persistent memory, message routing, webhook triggers, cost tracking, and OS-level sandbox isolation for safe, coordinated multi-agent workflows.
orchestrationmulti-agentmemorywebhookscost-tracking
by geromefull794 Jul 15, 2026 7/10
app Reddit
A gateway that creates temporary tokens with fixed budgets, preventing Claude Code from exceeding token limits even in unattended sessions. Keeps your API key off the machine running Claude Code, reducing theft risk. Useful for shared setups or when running agents autonomously.
token-budgetapi-gatewaycost-controlsecurity
by endlessroad1991 Jul 15, 2026 8/10
app GitHub
Analyzes Claude Code session logs to detect repeated content and bloated tool results, showing exactly where context window budget goes with concrete fixes and estimated savings. The first open-source token profiler specifically for AI coding agents.
token-profilingcontext-windowcost-optimizationanalytics
by yaswanthme007 Jul 15, 2026 8/10
app GitHub
Runs multiple AI coding models simultaneously on the same task in isolated git worktrees, auto-applies the best solution, and tracks model performance with Glicko-2 ratings over time. Routes future work to the model that excels at each task type.
model-comparisonbenchmarkinggit-worktreesroutingratings
by KERNlang Jul 15, 2026 8/10
app Reddit
Stream Deck dials for switching Claude Code models and reasoning effort without retyping /model or /compact. Tracks the active session ID and patches the installed VS Code extension locally. Also ships a PTY-wrapped terminal launcher that works without any patching.
stream-deckhardwaremodel-switchingdeveloper-toolsproductivity
by Alish3r Jul 15, 2026 8/10
app GitHub
A platform-agnostic format and method for right-sizing local LLM hardware based on your actual agent session data. Calibrates recommendations using capability-oracle runs to ensure you get hardware that matches real workloads. Useful for teams self-hosting models to complement Claude Code workflows.
local-llmhardwaresizingagent-sessions
by afluffywaffle Jul 15, 2026 5/10
app GitHub
A supervision layer that challenges AI coding agent decisions using Socratic questioning, helping catch bad assumptions before they become code. Designed to sit between your intent and the agent execution, improving reasoning quality. Useful for high-stakes codebases where unchecked agent autonomy is a risk.
supervisionsafetyagentcode-reviewreasoning
by Touchpoint-Labs Jul 15, 2026 7/10
app GitHub
Automated code review tool that verifies changes, learns from team-specific patterns over time, and accumulates shared team knowledge. Integrates with AI coding workflows to provide consistent, context-aware review feedback. Reduces review bottlenecks by automating the repetitive parts of code review.
code-reviewautomationteampattern-learning
by VorobiovD Jul 15, 2026 6/10
app GitHub
A multi-mode AI agent harness written in Rust that serves GUI, CLI, headless, and webapp interfaces from a single binary. Supports multiple AI providers, MCP, skills, plugins, and agent teams. An interesting alternative to Electron-based approaches for users who want a lightweight, performant agent shell.
rustagent-harnessmcpmulti-providercli
by thClaws Jul 15, 2026 7/10
app GitHub
Provides persistent, indexed memory for AI coding workflows so context survives across sessions. Indexes notes locally and delivers relevant context at the start of new sessions, solving the cold-start problem that makes long-running projects hard. Works with Claude Code and other AI coding CLIs.
memorypersistencecontextlocal-firstsessions
by rerecoy123 Jul 15, 2026 7/10
app GitHub
Tracks and inspects all Claude Code requests, file reads, and token usage with clear, structured logs. Gives full visibility into what the agent is doing and how much it is costing. Helpful for debugging runaway sessions, auditing behavior, and understanding token consumption patterns.
loggingobservabilitytokensdebuggingclaude-code
by Vinniphonetic360 Jul 15, 2026 7/10
app GitHub
An open-source personal AI operating system from the makers of Plane, designed to unify AI interactions, memory, and tooling in one place. Provides a foundation for building personal productivity workflows around AI agents. Positioned as a self-hosted alternative to proprietary AI hubs.
ai-osproductivitymemoryself-hostedagents
by RedPlanetHQ Jul 15, 2026 5/10
app GitHub
End-to-end pipeline that takes a plain-language clinical question, finds studies, verifies each one is real via Crossref/PubMed (anti-hallucination), grades evidence with GRADE methodology, and writes the final report — all using Claude as the engine. Includes word-for-word number checking to catch LLM-fabricated citations. A rigorous example of Claude for high-stakes domain research.
medicineresearchanti-hallucinationclaudeevidence-based
by kau10082 Jul 15, 2026 5/10
app GitHub
A beginner-friendly local AI assistant that supports Ollama, Codex, and Claude Code from a single interface. Designed to lower the barrier to entry for developers new to AI coding tools. Good onboarding layer for teams introducing AI coding to less technical members.
local-aibeginnerollamaclaude-codeassistant
by burgundit Jul 15, 2026 5/10
app GitHub
Open-source job search automation that scans job portals, scores listings A-F, tailors your CV for each role, and tracks applications — all runnable inside Claude Code, Codex, or Gemini CLI. Demonstrates how AI coding agents can be repurposed for non-coding automation tasks. A practical personal productivity use case for the Claude Code skill ecosystem.
job-searchautomationproductivityclaude-codecareer
by santifer Jul 15, 2026 5/10
app GitHub
A tiny pixel-art Claude desktop pet for macOS that wanders your screen, visually reflects when Claude Code is active, and celebrates when a session completes. A fun ambient indicator that makes long coding sessions more enjoyable. No practical function — purely delightful.
macosdesktop-petclaude-codepixel-artfun
by jihoon85 Jul 15, 2026 6/10
app GitHub
A lightweight local issue tracker designed to work alongside the Claude Code CLI. Keeps task management local and Claude-aware without needing external project management tools. Good for solo developers or small teams who want issue tracking that stays in the terminal.
issue-trackerlocalcliproductivityclaude-code
by msriver Jul 15, 2026 5/10
app GitHub
Adds image generation capability to Claude Code by borrowing the Codex CLI's built-in image_gen tool — runs on your existing ChatGPT plan with no extra API key or per-image billing. A clever bridge between two AI coding ecosystems that unlocks a capability Claude Code lacks natively. Useful for projects that need quick image prototypes alongside code.
image-generationclaude-codecodexchatgptintegration
by FernandoGomes83 Jul 15, 2026 6/10
app GitHub
Maps code dependencies, predicts change impact, selects relevant tests, and verifies refactors before they ship — all designed for AI agent consumption. Gives agents the structural understanding of a codebase they need to make safe, targeted changes. Addresses one of the core risks of agentic refactoring: unintended side effects.
code-intelligencedependenciesrefactoringtestingagents
by ColinVaughn Jul 15, 2026 8/10
app GitHub
Study materials, code examples, and practice scenarios for the Claude Certified Architect: Foundations (CCA-F) exam. Covers five domains: agentic architecture, MCP integration, Claude Code workflows, prompt engineering, and context management.
certificationstudy-materialsarchitectmcp
by timothywarner-org Jul 15, 2026 6/10
app GitHub
Orchestration app that turns inbox, Slack, GitHub, calendar, and goals into a single morning brief of decisions using Claude Code agents. Python controls every gate and outbound action — the LLM only suggests and drafts, never acts autonomously. Silent by default, designed for fleet-level coordination.
orchestrationfleetmorning-briefautomation
by elitecoder Jul 15, 2026 7/10
app GitHub
A Progressive Web App for tracking Claude Code token consumption with a food-themed interface. Runs in the browser without installation, providing a lightweight alternative to native desktop token monitors.
token-usagepwatracking
by arochab Jul 15, 2026 5/10
app GitHub
A local code search tool providing six specialized, fast search methods designed for AI agents that return ranked, actionable answers rather than raw grep output. Improves how agents locate relevant code by surfacing the best matches first.
code-searchgrepranked-resultsagents
by mrsladoje Jul 15, 2026 7/10
app GitHub
A system tray app built with Rust and Tauri v2 that monitors quota limits for multiple AI tools in one icon — Claude Code, Codex, Grok, and DeepSeek. Supports both Windows and macOS, filling a gap left by macOS-only alternatives.
quotawindowsmacostray-appmulti-ai
by elvishasleft Jul 15, 2026 7/10
app GitHub
A tool for spawning and coordinating multiple autonomous Claude Code agents that collaborate on tasks and automatically create pull requests. Provides a live progress view while agents work independently on parallel workstreams.
multi-agentautomationpull-requestsparallel
by ANDETRETR Jul 15, 2026 8/10
app GitHub
A self-hosted gateway for Claude Code that supports custom agent personas, persistent memory, and plugin-based channel routing. Provides a centralized control layer for managing multiple Claude Code agents with different identities and persistent contexts.
gatewaypersonasmemorymulti-agentself-hosted
by 0xMaxMa Jul 15, 2026 7/10
app GitHub
An unofficial Electron-based desktop app providing a unified workspace for running multiple Claude Code sessions, terminals, and browser tabs side by side. Designed for power users managing several concurrent Claude Code contexts.
electronmulti-sessionterminalworkspace
by Jchronister2 Jul 15, 2026 7/10
app GitHub
ai-memory-vault provides an open-source system and Markdown templates that turn an Obsidian vault into working memory for AI assistants. Uses no vector database — just markdown files and structured templates. Gives Claude Code persistent, human-readable memory across sessions without infrastructure overhead.
memoryobsidianpersistencetemplates
by jaredrhod Jul 15, 2026 6/10
app GitHub
A personal platform for managing agentic AI workflows that learns from session history to improve its data catalog, defined entities (rules, skills, agent personas), and processes. Aims to make AI workflows smarter over time without manual intervention.
agenticself-improvingdata-catalogpersonas
by NoaBarzelay Jul 15, 2026 6/10
app GitHub
A single npm package that makes ruflo (claude-flow) and agentic-qe reliably work on macOS, Linux, and Windows. The ak sync command detects drift, converges to a healthy state, and verifies it — uses native SQLite with no silent data loss, clean uninstall, thin and reversible.
claude-flownpminstallationtooling
by pacphi Jul 15, 2026 6/10
app GitHub
A local-only macOS menu bar app that shows Claude Code and Codex token quotas, usage, and costs directly on screen. Generates HTML reports in 9 themes with zero API calls — all data stays on device.
token-usagemacosmenu-barquota
by aqua5230 Jul 15, 2026 6/10
app Reddit
An open-source memory plugin for Claude Code that writes session checkpoints and injects briefings on the next start. Every memory item is tagged as verbatim (traced to an exact transcript quote) or inferred (model conclusion) — letting you know exactly how reliable each recalled fact is. Includes an audit-quotes command to re-verify verbatim claims on demand.
memorypluginverificationbriefingsessionsopen-source
by Sea-Perception1619 Jul 14, 2026 8/10
app Reddit
A sandbox provider offering full Ubuntu VMs with desktop, Docker, and all devtools at ~5x lower cost than incumbents like E2B and Daytona. A new sandbox is just "box new" from the terminal; each VM supports moonlight/VNC, Docker, and long-running sessions. Available as a CLI, API, and SDK.
sandboxvmcloudaffordableubuntudockercli
by noodlesteak Jul 14, 2026 6/10
app Reddit
A zero-dependency CLI tool (npx deadskills) that reads local Claude Code and Codex transcripts, counts actual skill invocations, and reports active vs zombie (unused 90+ days) vs dead skills with estimated token cost per skill. Everything runs locally — no transcripts leave your machine.
skillstoken-usageoptimizationclitranscriptsnpx
by Longjumping-Fox4036 Jul 14, 2026 7/10
app Reddit
A free, open-source macOS app (MIT) that uses the MacBook notch as a status panel for Claude Code, Codex, Gemini CLI, and Cursor. Features a configurable global hotkey for approving permission requests from any app, plus a companion iPhone/Apple Watch app for remote session monitoring.
macosnotchstatusapprovalhotkeywatchiphone
by grannyknickersniffer Jul 14, 2026 7/10
app GitHub
A native macOS app for browsing Claude Code sessions, exploring diffs, and re-running commands without opening a terminal. Provides a GUI layer over Claude Code history for post-session review and command replay.
macosguisessionsdiffscompanionreplay
by a7t-ai Jul 14, 2026 7/10
app GitHub
An autonomous Claude Agent SDK engine that performs narrow, verifiable tasks on a target repository and opens a reviewed, labelled pull request. Features env-validated config, DRY_RUN safety mode, and command-injection-hardened git operations.
agent-sdkautonomouspr-automationdry-runsecuritygit
by JanSzewczyk Jul 14, 2026 7/10
app GitHub
An offline-first CLI that generates safe AI coding agent context files, task-first workflows, repo hygiene reports, and multi-agent instruction files. Designed to produce well-scoped context without leaking sensitive data.
contextcliofflinemulti-agenthygienesafety
by Cynrath Jul 14, 2026 6/10
app GitHub
Synchronizes configuration files for Claude Code, OpenCode, Codex, and other AI coding agents from a single canonical, committable source. Keeps agent setups consistent across machines and team members without manual copying.
configsynccodexopencodeteamcanonical
by spxrogers Jul 14, 2026 6/10
app GitHub
Adds a terminal status line to Claude Code displaying context usage, git state, costs, and rate limits in color. Installable as a plugin, surfaces key session metrics at a glance without leaving the terminal.
status-lineterminalcontextgitproductivity
by axlaser Jul 14, 2026 7/10
app GitHub
Lets you run Claude Code and Codex in the background on macOS with a native dashboard, persistent tmux sessions, local checkpoints, and crash recovery support. Solves closed-lid and session-loss problems for long-running agent work.
macosbackgroundtmuxsessionsrecovery
by iltsarev Jul 14, 2026 7/10
app GitHub
Streams live Claude Code session data — context percentage, current model, and per-session status — over WiFi to a LilyGO T-Display-S3 ESP32 hardware display. Uses Claude Code hooks to push updates to the physical device.
esp32hardwarehooksstatusiotwifi
by TDMarko Jul 14, 2026 8/10
app GitHub
Packages Claude Code chats and project files into a portable .cctx bundle for moving between machines. Includes automatic path remapping so file references stay correct after transfer — no cloud sync required.
portabilitysessionstransferfilessync
by perereus Jul 14, 2026 6/10
app GitHub
A lightweight Windows system widget that shows local-first token usage and cost estimates for Codex and Claude Code sessions. Reads local logs and displays a live summary in a desktop widget with no server required.
windowswidgettoken-usagecostmonitoring
by wjh19990923 Jul 14, 2026 6/10
app GitHub
An unofficial PWA client for Claude Code that connects over Tailscale, enabling multi-session chat, push notifications, file preview, and optional desktop screen sharing from a mobile browser. No cloud intermediary needed.
pwamobiletailscaleremotesessionspush-notifications
by Synforger Jul 14, 2026 7/10
app GitHub
Makes Claude Code responses speak aloud using Kokoro, a local neural TTS engine. Entirely offline — no API key or cloud service required. Useful for hands-free coding sessions or reviewing long responses without reading.
voicettsaccessibilitylocalkokorooffline
by syymza Jul 14, 2026 7/10
app Reddit
Claudeq turns a Waveshare ESP32-S3 touchscreen into a dock beside your keyboard for driving Claude Code sessions: tap to approve permissions, see session status, and avoid alt-tabbing back to the terminal. Open-source personal project.
hardwareuxembeddedsession-management
by reddit Jul 14, 2026 7/10
app Reddit
Allows multiple users to share and collaborate on terminal-based Claude Code and Codex sessions in real time. Enables team coding sessions, pair programming with AI, and remote collaboration on agentic workflows from the terminal.
collaborationmulti-userterminalsession
by reddit Jul 14, 2026 7/10
app GitHub
CLI tool for AI agents (Claude Code, Codex) to read, edit, and add comments to .docx files with full format fidelity. Fills the gap that most coding agents can only work with plain text and markdown, not Office documents.
clidocxofficedocuments
by kklimuk Jul 14, 2026 7/10
app GitHub
Electron + React desktop app that installs, updates, uninstalls, and launches 17 terminal AI coding agents — Claude Code, OpenCode, Gemini CLI, GitHub Copilot, Aider, and more — from a single macOS-style panel. Reduces the friction of managing multiple agent CLIs.
launchermulti-agentdesktopcli
by MadBlast0 Jul 14, 2026 7/10
app GitHub
Automation toolkit for managing Claude Code and Gemini CLI sessions: tmux session management, git worktree automation, cross-machine sync, and resilient Gemini API access. Fills operational gaps when running multiple AI coding agents across machines.
clisession-managementtmuxmulti-agent
by sergeiwallace Jul 14, 2026 7/10
app GitHub
Go CLI that applies consistent Claude Code configuration profiles across all your projects. Write a profile once, apply it everywhere. Ensures the same CLAUDE.md conventions, settings, and hook configurations are active in every project without manual duplication.
cliconfigurationprofileproject-management
by patrickserrano Jul 14, 2026 7/10
app GitHub
Raycast extension for Claude Code: spawn new agent sessions, resume existing ones, and review agent status — all from the Raycast launcher without switching to the terminal. Reduces friction in managing multiple Claude Code sessions.
raycastlaunchersession-managementmacos
by vmc-7645 Jul 14, 2026 7/10
app GitHub
Model router for agentic systems that routes every prompt to the right model in under 50ms. Analyzes query complexity and routes to cheaper models when appropriate. Drop-in endpoint change can reduce costs 40-70% with no changes to agent logic.
routercost-optimizationmodelsagent-infrastructure
by workweave Jul 14, 2026 7/10
app GitHub
A complete Hyprland-based Linux setup where Claude Code handles software tasks via end-to-end voice missions — system-wide dictation converts speech to text, which is passed to a Claude Code agent. The entire development workflow is driven by voice.
voiceaccessibilitylinuxautomation
by kabylesystem Jul 14, 2026 7/10
app GitHub
Local desktop app that orchestrates multiple Claude Code sessions across git repos in parallel, managed from a Kanban board view. Each card is an agent session; you can assign tasks, monitor progress, and review output without leaving the UI.
orchestrationkanbanparallelsession-management
by PauloLimaHQ Jul 14, 2026 7/10
app GitHub
One Python file, zero dependencies, offline memory system for any coding agent. Implements spreading-activation recall (concepts activate related concepts), Ebbinghaus forgetting curves, and deterministic dream consolidation (periodic memory compression). Supports English and Arabic.
memorycognitiveofflineagent-infrastructure
by Da7-Tech Jul 14, 2026 7/10
app GitHub
Manage Claude Code cron jobs (e.g., /loop) without losing state. Pause a running job, edit its parameters, resume, and review the full audit trail of past runs — all without canceling the session or losing progress.
cronsession-managementloopautomation
by thepictishbeast Jul 14, 2026 7/10
app GitHub
Single-binary Rust gateway that lets Claude Code connect to ChatGPT, OpenAI, GitHub Copilot, Gemini, OpenRouter, or custom backends. Includes OAuth, smart model routing, virtual 1M context window, and a TUI for observability. Drop-in proxy for the Claude API surface.
proxymulti-modelrustapi
by MorseWayne Jul 14, 2026 7/10
app GitHub
CLI tool that creates a searchable store of all your Claude Code session transcripts. Full-text search, timeline view, and filter by date or project. Lets you find past solutions, recall how you solved a problem, or audit what an agent did.
transcriptssearchhistorysession-management
by yasyf Jul 14, 2026 7/10
app GitHub
Pure Nix machinery for sandboxed Claude Code sessions with Chromium support. Three backends: bubblewrap (lightweight), systemd-nspawn (intermediate), and QEMU VM (full isolation). Declarative sandbox definitions composable with existing NixOS and Home Manager configs.
sandboxnixsecurityisolation
by jhhuh Jul 14, 2026 7/10
app GitHub
Docker-based launcher where each AI coding agent runs in its own isolated container with explicit file mounts and isolated auth. The container is the sandbox; mounts define what the agent can access. Supports Claude Code, Codex, Gemini, and Grok.
dockersandboxlauncherisolation
by thevibeworks Jul 14, 2026 7/10
app GitHub
macOS menu bar app monitoring Claude and Codex subscription usage in real time. Tracks 5-hour, 7-day, extra usage, 7-day Opus, and 7-day Sonnet quotas simultaneously. Shows pace and remaining allocation at a glance without opening the browser.
usagemonitoringmacosmenu-bar
by f-is-h Jul 14, 2026 7/10
app GitHub
JupyterLab extension that adds Claude Code, GitHub Copilot, Ollama, and OpenAI-compatible LLM support. Includes MCP integration, skills, plugins, and notebook-aware agents. Brings the Claude Code experience to data science and research workflows in Jupyter.
jupyterlabjupytermcpdata-science
by plmbr Jul 14, 2026 7/10
app GitHub
Standalone HTML app (Alpine.js + Tailwind CSS) for editing Claude Code's settings.json visually. Provides a structured form interface instead of hand-editing JSON. No server required — open the HTML file directly in your browser.
settingsguiconfigurationtool
by mrspot-dev Jul 14, 2026 7/10
app GitHub
Single-process observability platform for AI coding agents: captures LLM traces via a built-in proxy, ingests OTLP, stores in SQLite, and provides a Langfuse-style dashboard. Monitors Claude Code, Codex, OpenClaw, opencode, and Hermes. Zero containers required.
observabilitymonitoringtracingdashboard
by HongguangLi Jul 14, 2026 7/10
app GitHub
Lightweight C database compiled to a single binary, designed to give AI agents durable, searchable long-term memory. Includes a Claude Code integration. Optimized for fast recall and storage of agent work artifacts without PostgreSQL overhead.
memorydatabaseself-hostedclaude-code
by d4n-larsson Jul 14, 2026 7/10
app GitHub
Self-hosted control plane for multiple AI coding agents. Manages Claude Code, Codex, Gemini CLI, Cursor, Qwen, and OpenCode in one workspace with chat, file management, shell access, Git, orchestration, Telegram integration, MCP, and API automation.
orchestrationself-hostedmulti-agentcontrol-plane
by alicomert Jul 14, 2026 7/10
app GitHub
Remote dashboard for Claude Code, Copilot, and Codex — approve permissions, answer agent questions, and monitor token usage from a GeekMagic screen, Android widget, GNOME Shell extension, or VS Code panel. Designed for monitoring agents without being at your primary screen.
dashboardmonitoringmulti-agentpermissions
by henrikekblad Jul 14, 2026 7/10
app GitHub
macOS menu bar app for switching between Claude Code and Claude Desktop accounts in one click. Auto-falls back to a secondary account when you hit usage limits, then auto-returns to the primary when the limit resets.
macosaccountusage-limitsautomation
by chussum Jul 14, 2026 7/10
app GitHub
Local autopilot that drives Claude Code interactive sessions unattended, using a local LLM as the stand-in for human input. Subscription-safe — no API key required. The local LLM decides when to approve, skip, or intervene based on configurable rules.
orchestrationautopilotlocal-llmautomation
by Pandaismyname1 Jul 14, 2026 7/10
app GitHub
Opens real pages in Playwright, measures actual pixel values, and catches AI-generated design anti-patterns (slop). Checks typography, spacing, color consistency, and component alignment. Can fix detected issues automatically.
designqualityplaywrightfrontend
by gabelul Jul 14, 2026 7/10
app GitHub
Local macOS utility that safely reclaims disk space from AI coding workspaces and git worktrees by removing rebuildable artifacts (node_modules, build outputs, etc.) while preserving actual source files. Designed for the storage accumulation that comes from running many parallel agent sessions.
storagecleanupmacosworktree
by TargiX Jul 14, 2026 7/10
app GitHub
Exports Claude Code chat session history to standalone, self-contained HTML files from the session history view in the Claude Code sidebar. Useful for sharing sessions, archiving important conversations, or reviewing past agent work offline.
exporthtmlsessionarchive
by JTruax Jul 14, 2026 7/10
app GitHub
Creates a searchable, portable store of Claude Code sessions with full-text search, AI-generated titles, tags, fuzzy find, and the ability to resume any session in any folder. Solves the problem of sessions being scattered and difficult to find later.
sessionssearcharchiveproductivity
by yexela Jul 14, 2026 7/10
app GitHub
Web-based dashboard for managing multiple Claude Code agents simultaneously. Launch, monitor, pause, and review agents from a single browser interface. Useful for teams or individuals running many parallel agent sessions.
orchestrationdashboardmulti-agentweb
by AnimaNigra Jul 14, 2026 7/10
app GitHub
Open-source LLM context optimizer for coding agents. Detects and compresses repeated tool output (file reads, search results, shell output) while preserving exact data. Publishes measurable token savings per session.
contexttoken-optimizationtool-outputefficiency
by CodePalAI Jul 14, 2026 7/10
app GitHub
Reconstructs the Claude Code CLI from its source maps into runnable TypeScript, making the implementation available for study, debugging, and local modification. Useful for understanding Claude Code's architecture and building extensions.
source-mapstypescriptstudydebugging
by Montesplenic117 Jul 14, 2026 7/10
app GitHub
Local web dashboard that tracks Claude Code activity in real time: session data, token spend, cache performance, and tool usage. Gives a persistent view into what your agents are doing and how efficiently they're using the context window.
monitoringdashboardtokenssessions
by krystynaacrid635 Jul 14, 2026 6/10
app GitHub
Tauri + React + Rust desktop companion app displayed as an animated jellyfish that voice-narrates Claude Code, Codex, and Gemini CLI events and confirms permission prompts by voice. Adds ambient awareness of agent activity without staring at the terminal.
appvoiceuxnotifications
by edible999999999-jpg Jul 14, 2026 6/10
app GitHub
A static analysis tool that validates CLAUDE.md files, skills, settings, hooks, MCP servers, and plugins in Claude Code projects. Catches misconfigurations before they cause problems. Useful for teams maintaining consistent project structure.
linterCLAUDE.mdvalidationhooksmcpskills
by pdugan20 Jul 13, 2026 8/10
app GitHub
A masterless, terminal-native coding agent that works like Claude Code but supports Claude, Gemini, Cerebras, Groq, and Ollama. Includes evals, memory, security hardening, 200+ plugins, and MCP support. MIT licensed.
coding-agentterminalprovider-agnosticmcppluginsollama
by rohithkandula19 Jul 13, 2026 6/10
app Reddit
A CLI wrapper that detects when you walk away from a Claude Code session and auto-compacts it before the prompt cache expires. Injects a save-state prompt, runs /compact, then restores any in-progress typing. Available via npx.
compactioncacheidlewrappercliproductivity
by Ntev3nclosebaby Jul 13, 2026 7/10
app GitHub
An eldritch-themed TUI that runs Claude Code and Codex in a loop: Claude implements, Codex adversarially reviews each iteration, and every loop is grounded in a ./check.sh script. A fast, opinionated harness for multi-model code review workflows.
tuimulti-llmcode-reviewcodexworkflowadversarial
by 2Tricky4u Jul 13, 2026 8/10
app GitHub
An Angular app that uses Claude Code to transform WorldBox game save files into narrative prose chapters, rendered in a parchment-themed reader. A creative showcase of using Claude Code as a narrative generation engine from structured game data.
creativeworldboxnarrativegameangular
by Jbz797 Jul 13, 2026 6/10
app GitHub
A real-time dashboard that tracks and rotates Claude and Codex usage across multiple accounts without spending any tokens — reads live quota data only. Useful for power users managing multiple subscriptions or team accounts.
usagedashboardquotamonitoringcodex
by domanski-ai Jul 13, 2026 6/10
app GitHub
An isolated virtual machine environment for running Claude Code and Codex safely, from Trail of Bits (a leading security research firm). Designed for running AI coding agents with proper sandboxing and containment.
securitysandboxvmisolationcodextrail-of-bits
by trailofbits Jul 13, 2026 8/10
app GitHub
A security tool that acts as a firewall and credential manager specifically for AI coding agents. Controls what network access agents have and manages secrets they need — addresses a real gap in agentic security.
securityfirewallsecretscredentialsagent-safety
by wkoverfield Jul 13, 2026 7/10
app GitHub
Three Claude Code plugins covering the full session lifecycle: remote spawning (claude-remote), cache keepalive (claude-session-keeper), and cross-machine session teleportation (claude-session-teleport). Published as a plugin marketplace bundle.
pluginsessionkeepaliveremoteteleport
by superbereza Jul 13, 2026 7/10
app GitHub
A local-only, privacy-first usage monitor for Claude Code and Codex CLI sessions. Provides a live TUI dashboard with per-agent and per-model cost breakdowns and usage heatmaps. Nothing leaves your machine.
monitoringusagetuidashboardcodexcost
by xihuai18 Jul 13, 2026 7/10
app GitHub
An Electron desktop app that runs Claude Code, Codex, Gemini, Kimi, and OpenCode in isolated Git worktrees side by side. Includes a Sigma Assistant orchestrator that resumes Claude sessions across restarts and observes pane lifecycle via a mailbox back-channel.
electronorchestrationworktreemulti-agentdesktopcodex
by s1gmamale1 Jul 13, 2026 7/10
app GitHub
A Claude Code + Cowork plugin that turns your own files into cited memory (qmd:// URIs) with a tamper-evident, SHA-256 hash-chained audit trail. Local-first, no daemon or network. Supports both personal and team modes.
pluginmemoryaudit-trailteamlocal-firstknowledge-base
by jeremylongshore Jul 13, 2026 6/10
app GitHub
A Claude Code plugin designed for product builders who direct AI rather than write code. Keel intervenes at decision points — should we build this, which architecture, what are the failure costs — rather than at code style moments. Opinionated about separating strategy from implementation.
pluginproductdecisionarchitecturestrategy
by EdytaKucharska Jul 13, 2026 6/10
app GitHub
A CRUD app built end-to-end by a team of Claude Code agents driven from Linear tickets, with remote agents implementing, testing, and gating every PR on GitHub Actions. Includes a detailed case study with per-feature costs served by the app itself.
linearmulti-agentgithub-actionscase-studycost-analysis
by dperez4787 Jul 13, 2026 8/10
app GitHub
A local proxy that exposes your Grok subscription as an Anthropic-API-compatible endpoint, letting you use Claude Code CLI and VSCodium without an xAI API key. Useful for mixing model subscriptions in your workflow.
proxygrokapi-compatiblesubscription
by satindergrewal Jul 13, 2026 7/10
app GitHub
A local-first tool that exports AI chat histories into labeled datasets to analyze usage, value, and human judgment. Useful for understanding patterns in your Claude Code sessions and generating evidence about AI productivity.
analyticschat-historydatasetslocal-first
by julianaantic4587 Jul 13, 2026 5/10
app GitHub
A visual management interface for Claude's memory system. Helps users browse, edit, and organize Claude's memory entries through a GUI rather than raw files.
memoryvisualizationmanagementgui
by jr0713 Jul 13, 2026 5/10
app GitHub
A switcher (not a rotator) for managing multiple Claude Code and Codex login accounts locally and safely. Useful for developers managing personal and work accounts or testing different subscription tiers.
account-managementswitchermulti-account
by youdie006 Jul 13, 2026 6/10
app GitHub
A multi-instance Claude Code manager with a bundled web UI for orchestrating multiple Claude Code agents from one place. Simplifies running parallel agent sessions across different projects.
multi-agentorchestrationweb-uimanagement
by hmmroger Jul 13, 2026 8/10
app GitHub
A Claude Code repair harness that makes small, self-hostable coding models fix bugs with frontier-model quality. Gates require machine-checked evidence that a patch restored the documented contract, not just passing visible tests.
bug-fixrepair-harnesssmall-modelsverificationtesting
by idpcom Jul 13, 2026 8/10
app GitHub
A unified terminal that runs Claude Code, Codex, OpenCode, Gemini, Antigravity, Cursor, and Copilot side-by-side in any layout. Combines terminal and chat for multi-agent parallel development.
multi-agentterminalunifiedproductivity
by SDSLeon Jul 13, 2026 7/10
app GitHub
Displays live Claude Code usage status on the MacBook Pro Touch Bar using MTMR and ccusage. A convenient way to monitor rate limits and usage without switching windows.
touch-barmacosstatususage-monitoring
by korrio Jul 13, 2026 6/10
app GitHub
A self-contained, portable distribution of Claude Code and other AI coding tools for Windows, Linux, and Mac with multi-profile support, a session picker, bootstrap scripts, and Windows Explorer integration. No installation required.
portablewindowsdistributionmulti-profile
by Hawkynt Jul 13, 2026 7/10
app GitHub
A zero-dependency, single-file fuel gauge showing how much of your 5-hour and weekly Claude Code quota remains, when it resets, and how full your context is. Prevents rate-limit surprises.
quotarate-limitsstatuslinemonitoring
by ilcristofer Jul 13, 2026 7/10
app GitHub
A self-hosted server and installable PWA that runs Claude Code remotely from your phone or any browser, using your Claude subscription without an API key. Enables fully remote AI coding sessions.
remotepwaself-hostedmobilesubscription
by burakgon Jul 13, 2026 9/10
app GitHub
A one-command self-hosted bridge that connects Cursor IDE's agent and chat features to Claude via OAuth, without needing a per-token API key. Lets Claude Pro/Max subscribers use Cursor with their existing subscription.
cursorproxyoauthsubscriptionbridge
by HatriGt Jul 13, 2026 7/10
app GitHub
A local-first cognitive memory system for LLM agents that can be shared across a team through the cloud. Bridges individual agent memory with team-level knowledge sharing.
memoryagentsteamlocal-firstknowledge
by LamantinAI Jul 13, 2026 5/10
app GitHub
Transforms Claude Code into an always-on AI assistant that stays ready for continuous use. Useful for developers who want persistent Claude Code availability without manual session management.
always-onpersistentassistantautomation
by gtapps Jul 13, 2026 6/10
app GitHub
Search and analyze 20,000+ smart contract security findings using Claude Code and Codex CLI. Provides AI-powered audit capabilities for blockchain developers.
smart-contractssecurityauditblockchaincodex
by recchan13 Jul 13, 2026 5/10
app GitHub
Track your Claude API usage in real time with a macOS menu bar app showing hourly and weekly stats plus detailed breakdowns. Convenient for monitoring consumption without leaving your workflow.
usagemonitoringmacosmenu-barapi
by omkargundle Jul 13, 2026 6/10
app GitHub
A macOS terminal built for running Claude Code, Codex, Gemini CLI, and opencode in parallel. A live status sidebar shows which session is working, done, or waiting for input, so you never miss an agent blocked on your response.
parallelmulti-agentterminalstatusmacos
by jessemaxh Jul 13, 2026 8/10
app Reddit
A local proxy and app launcher that points Claude Code, Codex CLI, Gemini CLI, and Antigravity at any model — including free ones from OpenRouter, Ollama, or LM Studio. Also supports Claude Code with ChatGPT Plus/Pro accounts.
proxymodel-switchingopenrouterollamamulti-model
by KobyStam Jul 13, 2026 7/10
app GitHub
An open-source local router that connects Claude Code to both cloud and on-device models. Enables flexible model routing without vendor lock-in.
routinglocal-modelson-devicemodel-selection
by rayline-ai Jul 13, 2026 7/10
app GitHub
An offline security scanner for AI-agent repositories, skills, plugins, and MCP servers. Helps audit third-party agent tooling for security issues before installation.
securityscannerofflineauditmcp-servers
by alexgreensh Jul 13, 2026 7/10
app GitHub
A Claude Code workspace toolkit providing persistent memory, multi-account inbox MCPs, rule discipline, and auto-capture knowledge base. Bundles several workspace enhancements into one MIT-licensed package.
workspacememorymcpknowledge-basetoolkit
by mishalyalin Jul 13, 2026 7/10
app GitHub
A sandboxed devcontainer for running Claude Code, Codex, and OpenCode in bypass/auto-approve mode safely. Provides an isolated environment for autonomous agent operations.
sandboxdevcontainerauto-approveisolationsecurity
by stefanoginella Jul 13, 2026 6/10
app GitHub
A value investing research framework for Claude Code and Codex implementing Buffett, Munger, Duan Yongping, and Li Lu methodologies with multi-agent adversarial analysis.
investingfinanceresearchmulti-agentadversarial
by xbtlin Jul 13, 2026 5/10
app GitHub
A zero-config terminal dashboard for Claude Code that tracks all sessions, lets you switch context instantly, and ensures you never lose track of what's running across multiple projects.
dashboardterminalsession-managementmulti-session
by StefanoGuerrini Jul 13, 2026 7/10
app GitHub
A narrative companion to ccusage: while ccusage shows the bill, ccstory tells the story of what happened in your Claude Code sessions. Adds human-readable context to raw usage data.
usagenarrativeccusagerecapanalytics
by atomchung Jul 13, 2026 6/10
app GitHub
Colors terminal tabs white (idle), blue (working), or orange (waiting) to show Claude Code and Codex state at a glance. Includes a live status bar with Anthropic usage limits, window save/restore, and twelve companion skills.
terminalstatustabsmacositerm2wezterm
by wasulajr Jul 13, 2026 7/10
app GitHub
Switch between multiple Claude Code accounts with automatic rate-limit rotation, a usage dashboard, and parallel sessions. Goes beyond simple account switching to actively manage rate limits across accounts.
account-managementrate-limitsrotationparalleldashboard
by realiti4 Jul 13, 2026 7/10
app GitHub
A local-first semantic canvas where you and your coding agent can branch ideas, switch views, and review every AI change. Provides a visual workspace for human-agent collaboration.
canvasvisualcollaborationbranchinglocal-first
by guangtouwangba Jul 13, 2026 6/10
app GitHub
A clean, minimalist status line script for Claude Code with git integration and intelligent context monitoring. Keeps your terminal statusline informative without clutter.
statuslinegitcontext-monitoringminimalist
by heysash Jul 13, 2026 6/10
app GitHub
A Grok Build plugin that hands work to local Claude Code or Codex as a background task. Enables Grok to delegate implementation to Claude Code without leaving the Grok interface.
grokdelegationbackground-taskintegration
by arthurkatcher Jul 13, 2026 5/10
app GitHub
A pixel mascot desktop app (macOS/Windows/Linux, Tauri 2) that animates based on what Claude Code is doing in real time, plus a live token usage monitor showing 5-hour window %, weekly limit, and reset countdown.
desktop-pettoken-monitoringtauriusagevisual
by ZGhey Jul 13, 2026 7/10
app GitHub
Browse and edit your Claude Code configuration (~/.claude) in the browser via a single npx command. Provides a GUI for managing settings, hooks, and other Claude Code config files.
configguibrowsersettingsmanagement
by deepakkumardewani Jul 13, 2026 7/10
app GitHub
A terminal-based agent multiplexer for running and managing multiple AI coding agent sessions. Provides a unified interface for orchestrating parallel agent work.
multiplexerterminalmulti-agentorchestration
by ogulcancelik Jul 13, 2026 6/10
app GitHub
A Claude Code launcher that routes requests to OpenAI Codex subscription models. Enables Claude Code users to leverage Codex models through familiar Claude Code workflows.
codexopenairoutingsubscriptionlauncher
by bassner Jul 13, 2026 6/10
app GitHub
An AI software factory pipeline where tickets, docs, designs, and analytics go in and shipped code comes out. A secure pipeline from idea to code review with Claude on the line and human approval on the floor.
factorypipelineticketsmulti-agentapproval
by gethuman-sh Jul 13, 2026 6/10
app GitHub
Fast, batteries-included local-first usage tracking for Claude Code and Codex. Provides detailed usage analytics without requiring external services or network calls.
usage-trackinganalyticslocal-firstcodex
by agensfield Jul 13, 2026 7/10
app GitHub
Kernel-enforced egress control for AI agents on macOS and Linux, with keys only the operator holds and tamper-evident audit. One command protects Claude Code, Cursor, or any MCP harness with no vendor in the path.
securityegress-controlkernelauditopen-source
by eriknewton Jul 13, 2026 8/10
app GitHub
Mission control for multi-agent Claude Code workflows, enabling you to run an AI product team across your projects. Provides centralized management for complex multi-agent development operations.
multi-agentmission-controlproduct-teamorchestration
by My-Next-Studio Jul 13, 2026 8/10
app GitHub
A memory framework for AI agents that builds and refines its own knowledge over time. Designed to enhance agent capabilities with persistent, contextual memory that evolves with use. Useful for Claude Code workflows that need long-term context across sessions.
memoryagentscontextpersistence
by Jessinra Jul 13, 2026 5/10
app GitHub
A native Rust application offering both a terminal UI and desktop GUI for monitoring token and cost usage across AI coding tools including Claude Code. Provides a lightweight, fast interface for real-time usage visibility. Useful for developers who want to track spend and efficiency without leaving the terminal.
token-usagecost-trackingrusttuidesktop-appclaude-code
by russmckendrick Jul 13, 2026 7/10
app GitHub
A self-hosted platform that runs Claude Code inside isolated Docker containers on a VPS, with a web-based multi-session manager for spinning up instances on demand. Features GitHub OAuth for access control, automatic repo cloning, and Git identity mapping per session. Ideal for teams or individuals wanting secure, remote Claude Code access without local machine constraints.
dockervpsremotesecurityself-hostedmulti-sessiongithub-oauth
by sgomez Jul 13, 2026 9/10
app GitHub
A native LLM inference server for Apple Silicon with no Python dependency, offering both OpenAI and Anthropic API compatibility out of the box. Includes MLX Core, a macOS app with chat interface, agent mode, and tool calling support. Claude Code users can point it at a local model using the same API they already use.
apple-siliconlocal-inferencemlxanthropic-apimacostool-calling
by ddalcu Jul 13, 2026 6/10
app GitHub
A local gateway that intercepts Claude Code sessions and routes them to any OpenAI-compatible or Anthropic-compatible model endpoint, including local models. Supports switching models within the same session with visible compatibility behavior. Useful for cost optimization or experimenting with alternative models.
routingmodelsopenai-compatiblelocal-modelsgateway
by hishamkaram Jul 13, 2026 7/10
app GitHub
Indexes Claude Code JSONL session transcripts into SQLite per-project for semantic retrieval. Uses bge-m3 embeddings via Ollama for vector similarity search, with FTS5 full-text search as a fallback. Lets you find past solutions, decisions, and context across all your Claude Code sessions.
searchembeddingssqlitesessionsollamafts5
by valpere Jul 13, 2026 8/10
app Reddit
macOS app that prevents your Mac from sleeping while AI agents are working. Built for developers who run agents on the go. Available on GitHub as a community contribution.
macosproductivityagentssleep
by Chance_Confection_37 Jul 13, 2026 7/10
app GitHub
Single Rust binary that sits between AI coding agents and your shell. Redacts secrets, neutralizes prompt injection, wraps untrusted terminal output, and audits every command. Useful for running agents in shared or less-trusted environments.
securityrustproxyprompt-injectionshell
by kahramanemir Jul 13, 2026 8/10
app GitHub
Native desktop application (Flutter + Rust + Ghostty) for running CLI coding agents like Claude Code, Aider, and Copilot in parallel using Git worktrees. Designed as a performance-first Agentic Development Environment.
worktreesparallelagenticideflutterrust
by leynier Jul 13, 2026 8/10
app GitHub
VS Code extension for running multiple AI command-line tools (Claude Code, Codex, etc.) in separate tabs to reduce context switching. Designed for macOS developer workflows involving several AI agents.
vscodeterminalworkflowmacos
by theabhishekrishnan-star Jul 13, 2026 6/10
app GitHub
Lets a nontechnical stakeholder write directly into a coding agent's prompt while the developer runs it. Bridges the gap between technical and nontechnical contributors in AI-assisted development.
collaborationstakeholderpair-programmingux
by mherzog4 Jul 13, 2026 6/10
app Reddit
CLI wrapper that makes Claude Code the message bus for a Codex worker running in a watchable terminal window. Claude plans and orchestrates while Codex executes edits; replies flow back automatically and sessions persist. MIT-licensed.
multi-agentcodexterminalorchestrationmit
by AccomplishedLab3697 Jul 13, 2026 8/10
app GitHub
macOS menu bar app that shows real-time indicators for active Claude Code tasks, pending permissions, and elapsed time. Keeps you aware of agent activity without switching windows.
macosmenu-barmonitoringstatus
by peaceinitiativemenhadenoil263 Jul 13, 2026 7/10
app GitHub
Tracks not just what AI coding agents ship but why each change was made, turning the commit history into a queryable living view of how your codebase works. Bridges the gap between AI-generated diffs and human understanding.
documentationcode-historyai-developmentknowledge
by backthread Jul 13, 2026 7/10
app GitHub
Local Python CLI that tracks Claude Code and Codex usage, captures quota snapshots, and monitors token activity over time. Useful for staying on top of subscription limits across multiple sessions.
monitoringusagequotaclipython
by katarit Jul 13, 2026 6/10
app GitHub
macOS menu bar app that displays Claude usage limits as battery-style gauges for at-a-glance monitoring. A quick way to track how much of your subscription quota remains.
macosmenu-barusagelimits
by jackfieldman Jul 13, 2026 7/10
app GitHub
Stores decisions, mistakes, preferences, and rules accumulated from AI work sessions — but only what you explicitly approve. Surfaces approved memories before the next task. PC-local with no auto-save.
memorylocal-firstknowledgepersonal
by darkjokee-arch Jul 13, 2026 6/10
app GitHub
Terminal multiplexer built with GPUI specifically for running multiple coding agents side by side. Native performance with a UI framework designed for modern developer tools.
terminalmultiplexergpuimulti-agent
by ProjectHax Jul 13, 2026 6/10
app GitHub
Adds runaway-kill, timeout, and resource limit guardrails at the OS level for coding agents (Claude Code, Cursor, Codex) running in YOLO mode on macOS. Prevents agents from burning tokens or freezing your machine.
safetymacosyolo-moderesource-limitsguardrails
by IgorGanapolsky Jul 13, 2026 7/10
app GitHub
Run a team of always-on background coding agents (Claude Code, Codex) and drive them from Telegram, Lark, or a web interface. Self-hosted with 24/7 agent availability.
multi-agenttelegramself-hostedmission-control
by firstintent Jul 13, 2026 7/10
app GitHub
Lightweight AI pair programming tool distributed as a single static binary with sub-millisecond startup time. Works with any model from the terminal.
terminalpair-programmingbinarylightweight
by 1ay1 Jul 13, 2026 5/10
app GitHub
CLI tool that lists all recent Claude Code sessions across your projects, showing project path, summary, git branch, model, and turn count with a ready-to-paste resume command. Can reopen a whole working set in terminal tabs. No network or telemetry.
sessionshistoryproductivityresumecli
by noluyorAbi Jul 13, 2026 8/10
app GitHub
Proxy server that manages multiple Claude accounts and rotates between them automatically based on quota availability. Designed for continuous agent workloads that need uninterrupted access.
proxyquotamulti-accountrotation
by KarpelesLab Jul 13, 2026 5/10
app GitHub
AI-powered interview maximizer with a mechanical truthfulness guardrail for local job application automation. Built end-to-end with AI-assisted development using Claude Code.
job-searchinterviewautomationlocal-first
by rafacardias Jul 13, 2026 5/10
app GitHub
Minimal, secure, local tool for viewing your Claude Code usage. Runs entirely on your machine with no network calls or data collection.
usagemonitoringlocallightweight
by mayu95 Jul 13, 2026 6/10
app GitHub
Pixel art desktop pet that monitors Claude Code, Codex, Cursor, and other AI coding agents so you do not have to constantly check on them. Lightweight ambient awareness for agent status.
desktop-petmonitoringfunambient
by rullerzhou-afk Jul 13, 2026 5/10
app GitHub
Real-time terminal token usage monitor for Claude Code with a retro amber aesthetic. Shows live token consumption as you work in the terminal.
terminaltoken-usagemonitoringretro
by magneticsnougat564 Jul 13, 2026 6/10
app GitHub
Syncs Claude Artifacts directly to your local file system via a secure WebSocket bridge. Automates code updates so artifacts from Claude.ai land in your development workspace without manual copy-paste.
artifactslocal-syncwebsocketautomation
by zerooo002 Jul 13, 2026 6/10
app GitHub
Self-hosted terminal server with server-side VTE, session persistence, file browser, web preview, and a plugin system. Gives AI coding agents a stable, persistent terminal environment accessible from multiple devices.
terminal-servermulti-deviceself-hostedsession-persistence
by xichan96 Jul 13, 2026 7/10
app GitHub
clauster is a homelab-friendly web UI that lets you spawn and manage Claude Code remote-control bridges from any browser or phone. It provides start/stop controls, permission mode switching, a CLAUDE.md editor, git clone support, live log tailing, and cost tracking — with loopback-by-default security and no telemetry. Ideal for running Claude Code on a home server and accessing it remotely.
homelabself-hostedremoteweb-uiclaude-code
by schubydoo Jul 12, 2026 8/10
app GitHub
agent-deck is a terminal user interface (TUI) that unifies session management across multiple AI coding agents including Claude Code, Gemini, OpenCode, and Codex. It provides a single pane of glass for launching, switching, and monitoring multiple agent sessions simultaneously. Useful for developers who juggle several AI coding tools and want a consistent terminal-based workflow.
tuisession-managerterminalmulti-agent
by asheshgoplani Jul 12, 2026 7/10
app GitHub
sshepherd lets Claude Code and other AI agents perform SSH operations — server health checks, Docker/systemd control, read-only Postgres introspection, and declarative deploys — without the agent ever seeing passwords, keys, hostnames, or ports. Secrets are kept entirely outside the agent context, making it safe to delegate infrastructure tasks to an AI coding agent. A practical tool for devops workflows that involve AI assistance.
sshdevopssecurityzero-knowledgeclaude-code
by Antheurus Jul 12, 2026 8/10
app GitHub
ClaudePortable packages your Claude Desktop, Cowork projects, and Claude Code state into a single ZIP file for backup or cloud sync. It makes it easy to migrate between machines or restore your full Claude environment after a reinstall. A handy utility for users who want portable, recoverable Claude setups.
backupportabilityclaude-codeclaude-desktopmigration
by Carliemajuscular804 Jul 12, 2026 7/10
app GitHub
galley is a task runner designed for Claude Code, Codex, and GLM that emphasizes supervised execution and clean handoffs to pull requests. It keeps tasks local-first while providing structured workflow management for AI coding sessions. A good fit for developers who want a controlled, auditable way to manage AI agent tasks.
task-runnersupervisedlocal-firstpr-handoffclaude-code
by shinpr Jul 12, 2026 7/10
app GitHub
conch adds a voice interface to Claude Code — sessions speak when they finish and you talk back using your microphone. It uses local whisper.cpp for speech-to-text with session-aware routing, enabling completely hands-free coding workflows without any cloud dependencies. A creative way to keep your hands on the keyboard while still directing your AI coding sessions.
voicewhisperhands-freespeech-to-textclaude-code
by stupart Jul 12, 2026 8/10
app GitHub
claude-codex-queue queues Claude Code and Codex App tasks and automatically continues them after usage limits reset, preserving settings and prompt order. It is a practical solution for power users who frequently hit rate limits and want uninterrupted workflow continuity. Handles both Claude Code and Codex App tasks in the same queue.
rate-limitsqueueautomationclaude-codecontinuity
by ravhello Jul 12, 2026 7/10
app GitHub
constant maintains one conversation thread while letting you switch between Codex, Claude Code, and OpenCode agent runtimes at any point mid-session. It keeps a durable record of every exchange so context is never lost when moving between agents. Useful for users who want to leverage different agent strengths without losing conversational continuity.
multi-agentruntime-switchingcodexclaude-codeconversation
by kennykankush Jul 12, 2026 6/10
app GitHub
Tron is a single-agent interface that manages a fleet of underlying agents to build software from specification documents. You talk to one agent and it coordinates the work across the fleet. Useful for structured, spec-driven development workflows.
multi-agentorchestrationspec-drivenautonomous
by 4242labs Jul 12, 2026 7/10
app GitHub
Caliper is an evaluation harness for comparing AI coding agents — Claude Code, Codex, Hermes, and Pi skills. Runs locally, useful for benchmarking changes to prompts, skills, or agents before deploying them.
evalbenchmarktestingskillscomparison
by edonadei Jul 12, 2026 7/10
app Reddit
A web game where each day you committed becomes a building and busy days become skyscrapers. Type any GitHub username and pilot a plane through your contribution history. Built with Claude Fable during "quota panic" — works on desktop and mobile with tilt controls.
gamegithubvisualizationfablevibe-coding
by Clear_Reserve_8089 Jul 12, 2026 5/10
app Reddit
A zero-config CLI that reads your local Claude Code session logs and produces an itemized breakdown of token usage. Runs 100% locally with no configuration needed. Useful for understanding which operations consume your subscription budget.
token-usageanalyticsbudgetclisubscription
by Awacer Jul 12, 2026 6/10
app Reddit
A local-first Tauri desktop app (Rust + React) that manages multiple Claude accounts as one resource pool. Features live 5-hour usage tracking, automatic failover that moves sessions to another account when a limit is hit, auto-wake on reset, and an Operator → Workers delegation model. Apache 2.0, no telemetry.
multi-accountfailoverusage-limitstauridesktoporchestration
by rohanbeingsocial Jul 12, 2026 8/10
app GitHub
Installs Xcode-signed iPhone builds and opens Mac Simulator previews directly from Claude Code, Codex, Cursor, or OpenCode. Removes the need to switch to Xcode during iOS development workflows.
iosxcodesimulatorswiftmobile
by Miguelosaurus Jul 12, 2026 5/10
app GitHub
A transparent self-hosted proxy for Claude Code that switches between Claude and MiniMax with automatic failover, context compression, and cross-model verification. Single endpoint, zero IDE restarts needed when switching models.
proxyfailoverroutingminimaxcontext-compression
by eroslifestyle Jul 12, 2026 6/10
app GitHub
A collection of parametric 3D-printable designs created with Claude Code, paired with a Next.js + WASM web UI for live parameter sliders and STL export. A concrete example of using Claude Code for hardware/CAD workflows.
3d-printingcadparametricnextjswasmhardware
by SeanOC Jul 12, 2026 5/10
app GitHub
Real-time LLM cost tracking that measures file format cost differences (36x variance), operation type variance (55x), data warehouse query costs (100x-1000x+), and SaaS MCP inefficiency (10x-100x). Claims to be the only tool tracking actual spending patterns rather than raw token counts.
costtrackingoptimizationllmanalyticsmcp
by Mullassery Jul 12, 2026 7/10
app GitHub
A Claude Skill that reviews physician CVs for European residency & specialist-training applications like a real HR screener
skillreview
by sobhan-nj Jul 12, 2026 6/10
app GitHub
Native macOS menu bar app for tracking Claude Code and Codex account usage.
by aashutoshrathi Jul 12, 2026 6/10
app GitHub
A free, open-source AI agent that runs entirely on your machine — controls your computer like you would, works across any app, and handles arbitrary tasks: writing code, analyzing images, organizin...
by Everfern-AI Jul 12, 2026 5/10
app GitHub
Analyze Sui Move smart contracts with a parallelized tool that checks 143 attack vectors and applies DeFi security best practices.
skill
by mateoandries27-lang Jul 12, 2026 5/10
app GitHub
Local-first planning and supervised execution harness for AI coding agents. Turns product ideas into approved specs, dependency-aware task graphs, run logs, eval reports, and maintenance loops for...
by silbaram Jul 12, 2026 7/10
app GitHub
A skill registry and project linker for Claude Code, Codex, Pi, and opencode — one canonical home for your agent skills, organised into bundles and synced to every project. CLI + Tauri desktop app.
skill
by Ramtoi Jul 12, 2026 9/10
app GitHub
Show your presentations with charts, diagrams, and code highlighting. Works with most AI coding tools (Claude Code, Codex, Cursor, AMP).
by rhnfzl Jul 12, 2026 6/10
app GitHub
A local browser tool that wraps Claude Code sessions with a thread-navigation layer and a readable conversation viewer.
by x7c1 Jul 12, 2026 6/10
app Reddit
Hi everyone — quick disclaimer up front: I built this on OpenCode , not Claude Code. But the core cost technique is exactly the plan-mode → subagents → review shape a lot of you already run here, s...
review
by blabmight Jul 12, 2026 8/10
app Reddit
Disclosure up front (rule 6): I'm the author. It's free, MIT-licensed, open source, no paid anything — I benefit only from feedback and GitHub stars. My workflow problem: Claude Code is my main age...
workflowapigitreview
by FOX3409 Jul 12, 2026 7/10
app Reddit
TLDR: Opus is surprisingly frustrating compared to Fable When talking to Opus 4.8 xhigh using ultracode, I feel like I am in a Monty Python skit. I primarily use Fable for adverdsarial review of a ...
pythonreview
by Plus_Opening_4462 Jul 12, 2026 5/10
app GitHub
View and analyze Claude Code conversation history and compaction events with a TUI and CLI tool for clear session insights.
by danielsod12 Jul 12, 2026 6/10
app GitHub
Minimalistic, project-agnostic skills and rules for AI coding agents
skill
by eai-org Jul 12, 2026 6/10
app GitHub
Implements RAG without embeddings or a vector store by using reasoning-based retrieval and answer generation. An interesting alternative approach for codebases or setups where vector infrastructure is unavailable.
ragretrievalreasoningno-embeddings
by Deafened-vascularstructure846 Jul 12, 2026 6/10
app GitHub
A self-hosted end-to-end AI coding kanban with no companion daemon, no cloud account, and no agent lock-in. Goes from a one-line idea to a reviewed PR with per-ticket git worktrees, interactive clarification, and live agent streaming.
kanbanworktreeself-hostedprworkflowproject-management
by Cutuy Jul 12, 2026 8/10
app GitHub
CLI tool that sets up and manages Claude Code agents as persistent, proactive personal assistants with Telegram integration and cron scheduling. Agents survive session restarts and can send proactive notifications via Telegram.
apptelegrampersistentcronpersonal-assistant
by blackpaw-studio Jul 12, 2026 7/10
app GitHub
Autonomous project idea generator scoring on feasibility (build), fundability (sell), and ambition (frontier) axes. Uses LLM-first generation with 5 modes × 12 personas across 19 categories, with human-gated promotion to GitHub. Runs at ~$2-3/mo on Haiku 4.5 or free via Claude Code CLI.
appideationscoringbrainstormingautomation
by rayketcham-lab Jul 12, 2026 7/10
app GitHub
A lightweight FastAPI proxy that translates Anthropic API requests to NVIDIA NIM's OpenAI-compatible endpoint. Useful for running Claude Code-style workflows against locally-hosted NVIDIA AI models.
proxynvidianimlocalapi
by cyberofficial Jul 12, 2026 6/10
app GitHub
Stop babysitting local AI agents — Lucarne sends notifications and lets you approve/resume Codex, Pi, Grok, or Claude Code sessions from anywhere via Telegram, WeChat, or Feishu. Zero-intrusion: no hooks, no skills, no MCP required.
appmobiletelegramnotificationsapprovalremote
by tuchg Jul 12, 2026 7/10
app GitHub
Builds a physical status light and usage gauge for Claude Code using a Pi Zero W, WS2812 LED ring, 3D-printed case, and web UI. A fun hardware project that makes Claude Code session state visible in the physical environment.
appraspberry-pihardwarestatusledmonitor
by silpdev Jul 12, 2026 7/10
app GitHub
A Telegram bot that bridges Claude Code, Codex, and Gemini CLI agents with privacy-first design — projects are private by default and CRM sync is explicit opt-in. Enables mobile management of multiple AI coding agents.
apptelegrammobilemulti-agentprivacy
by Creative-Agency-Here Jul 12, 2026 7/10
app Reddit
Windows application for organizing multiple AI coding accounts, switching between them, tracking usage limits, and seeing when accounts will reset. Adds a system tray widget, custom notifications for limit warnings, and usage statistics comparing models, token categories, and task counts.
appwindowsaccount-managementusagestatistics
by Batty25111 Jul 12, 2026 7/10
app GitHub
AI coding session orchestrator with persistent tmux sessions, multi-engine management, methodology enforcement, and mobile access for Claude Code, Codex, Gemini CLI, Aider, and OpenClaw. Keeps sessions alive across disconnects and coordinates work across agents.
apptmuxorchestratorpersistentmulti-enginemobile
by Jason-Vaughan Jul 12, 2026 7/10
app GitHub
Animated liquid-orb usage gauges for Claude, Codex, and Antigravity on macOS showing live token consumption visually. A unique visual status indicator that makes usage limits tangible at a glance.
appmacosusagemonitorvisual
by aiusageball Jul 12, 2026 6/10
app GitHub
Discover and compare open-source Agent Skills, tools, and MCP servers with quality scoring, trending analysis, and automated GitHub sync. A searchable registry for finding the best skills in the ecosystem.
appregistrydiscoveryskillsmcp
by zhuyansen Jul 12, 2026 7/10
app GitHub
Dynamic proxy that connects Claude Code to local Ollama models and OpenRouter, bypassing ecosystem locks and enabling use of free or self-hosted APIs. Useful for developers who want to experiment with alternative models within Claude Code workflows.
proxyollamaopenroutermodelsself-hosted
by tullextraterrestrial3175 Jul 12, 2026 6/10
app GitHub
Claude Code multi-source proxy with protocol translation, priority routing, multi-user quota management, and a statistics dashboard. Single Go binary with Docker deployment for teams sharing Claude Code access.
proxyquotastatsmulti-usergo
by jrient Jul 12, 2026 6/10
app GitHub
A local tool that reads your Claude Code sessions and tells you the truth about where friction occurs — headed toward a menu-bar companion that acts on its own advice. Helps developers understand patterns in how they work with Claude Code.
appanalyticssessionsfrictionimprovementself-reflection
by mannasdev Jul 12, 2026 7/10
app GitHub
Zero-config CLI for analyzing AI model usage and costs across all local TUI tools including pi, Claude Code, Codex, Gemini CLI, OpenCode, and more. Aggregates usage data into comparable reports without any configuration.
appusageanalyticscostmulti-toolcli
by evanlong-me Jul 12, 2026 7/10
app GitHub
Displays real-time Claude Code model info, token usage, and rate limits in a compact status line without affecting performance or token counts. A lightweight monitoring widget for developers who want live session metrics.
appstatus-linemonitoringtokensrate-limits
by Scorpiolover Jul 12, 2026 7/10
app GitHub
Open-source macOS menu-bar app for managing and switching between multiple Claude Code accounts. Makes account switching fast without going through browser sign-in flows.
appmacosaccountsmenu-barswitching
by techinpark Jul 12, 2026 7/10
app GitHub
Production-grade Python LLM agent harness and framework-design case study covering tool loop, MCP, sandbox, and sub-agents in 17 phases over 23 days. A detailed learning-by-building guide for agent harness architecture.
appharnesspythonmcpagentstutorial
by maisieyang Jul 12, 2026 7/10
app GitHub
Tracks all AI coding agents (Claude Code, Codex, Cursor, etc.) in tmux and lets you jump instantly to whichever one needs attention. A lightweight tmux-based multiplexer built specifically for managing multiple concurrent AI coding sessions.
apptmuxmonitoringmulti-agentnavigation
by epilande Jul 12, 2026 7/10
app GitHub
Integrates Claude AI directly into Microsoft Word desktop to write, edit, and summarize documents without leaving the application. Provides a native Word add-in experience for AI-assisted document work.
appwordmicrosoftintegrationwriting
by fatinzark-stack Jul 12, 2026 5/10
app GitHub
Indexes codebases for AI agents with a single command, building a local map of your repository with no server requirements or setup. Useful for giving agents quick codebase orientation without uploading code externally.
indexingcodebasecontextlocal
by royals7272 Jul 12, 2026 6/10
app GitHub
Connects your codebase to AI coding tools through a universal context spine that maintains shared project understanding across agents and sessions. Acts as a persistent context layer bridging multiple AI tools against a single codebase.
contextcodebaseintegrationmemory
by Republicofhaitigoodstory6175 Jul 12, 2026 6/10
app GitHub
Professional browser-based AI development environment integrating VS Code (code-server) with multiple AI coding assistants for enhanced productivity. Provides a self-hosted workspace where you can run different AI tools alongside VS Code in a browser.
idebrowservscodemulti-modelself-hosted
by DG1001 Jul 12, 2026 6/10
app GitHub
Routes traffic from third-party AI tools (Cursor, Cline, Aider, Agent SDK) through a local endpoint that replays Claude Code's wire protocol, so requests are billed against your subscription pool instead of per-token API pricing.
subscriptionproxycursorclinecost
by askalf Jul 12, 2026 7/10
app GitHub
A kanban board for managing projects with tickets, columns, labels, and activity tracking, specifically designed to be driven by AI agents via its API. Enables agents to create, move, and close tickets programmatically as part of their workflow.
kanbanproject-managementapiagents
by Ekioo Jul 12, 2026 6/10
app GitHub
forge-kit reads your codebase and installs adapted governance tools including ticket gates, code reviewers, and security auditors — tailored to what it finds, not generic defaults. Built specifically for Claude Code, it aims to add structured governance to AI-assisted development without the usual manual configuration.
governancecode-reviewsecurityautomation
by agigante80 Jul 11, 2026 7/10
app GitHub
hippocampus integrates Claude Code with Obsidian to build a personal second brain. Uses Claude Code as the intelligence layer on top of an Obsidian vault, enabling AI-assisted capture, recall, and reasoning across your personal knowledge base.
second-brainobsidianknowledge-managementmemory
by Sturlese Jul 11, 2026 6/10
app GitHub
workspace.nvim gives Neovim a unified workspace across all your repos with Claude Code wired directly into the editor. Supports named workspaces, multi-repo source control, and browsing or resuming past Claude Code sessions from within the editor — built on vim.pack without requiring lazy.nvim or neo-tree.
neovimeditor-integrationsession-managementmulti-repo
by kriuchkov Jul 11, 2026 7/10
app GitHub
agent-teams-ai treats AI agents as a team: agents handle tasks autonomously, message each other, and review each other work, while you watch a kanban board and issue high-level commands. Supports Claude Code, Codex CLI, OpenCode, and 75+ LLM providers including free models.
multi-agentkanbanorchestrationteam-ai
by 777genius Jul 11, 2026 7/10
app GitHub
cognitive-core is a self-hosted Docker stack that creates shared rooms where Claude Code, ChatGPT, and any other LLM can collaborate. MIT licensed, it provides local infrastructure for running multi-model agent conversations without cloud services.
self-hosteddockermulti-modelcollaboration
by mocartlex-wq Jul 11, 2026 6/10
app GitHub
athenaeum is an open-source knowledge management pipeline with passive recall, append-only intake, tiered compilation, and configurable schemas. Designed as an AI-readable knowledge store with nightly consolidation passes similar to how LLMs process training data.
knowledge-managementmemorypipelineopen-source
by Kromatic-Innovation Jul 11, 2026 5/10
app GitHub
CodexBar is a menu bar app that shows usage statistics for both OpenAI Codex and Claude Code without requiring you to log in to any web dashboard. Provides quick at-a-glance visibility into AI coding session consumption directly from your menu bar.
usage-statsmenu-barmonitoringproductivity
by steipete Jul 11, 2026 6/10
app GitHub
Prismor is a runtime firewall that intercepts tool calls before they run, catching dangerous commands, secret leaks, and prompt injection attempts. Works with Claude Code, Codex, and other framework SDKs as a pre-execution safety layer for both attended and unattended sessions.
securityfirewallprompt-injectionsafetyruntime
by PrismorSec Jul 11, 2026 8/10
app GitHub
claude-control enables dispatching and controlling Claude Code sessions for many projects from a single always-on session on macOS. Useful for managing long-running or parallel Claude Code sessions without switching contexts manually.
remote-controlmacossession-managementautomation
by dewil Jul 11, 2026 8/10
app GitHub
sh-guard uses AST analysis and risk scoring to classify shell commands before AI coding agents execute them. Helps catch dangerous operations at the shell execution boundary, providing a safety layer for unattended agent runs.
securityshellrisk-scoringast-analysis
by ambassadorial-vinegarworm656 Jul 11, 2026 7/10
app Reddit
A developer built a personal SaaS (Sillage + Mogwai) using Claude Code without prior coding experience, aggregating 14 digital streams including screen, audio, Slack, Gmail, calendar, GitHub, and Apple Health. An AI agent named Mogwai lives in this memory and proactively sends morning briefings and meeting prep via iMessage.
personal-aimemoryautomationproductivityno-code
by LateList1487 Jul 11, 2026 5/10
app GitHub
codex-sidecar provides safe sidecar execution for code reviews, codebase exploration, risk checks, and isolated worktree fixes. Runs alongside AI coding agents as a sandboxed companion for operations that need isolation from the main workspace.
sidecarsafetycode-reviewworktreeisolation
by kitepon-rgb Jul 11, 2026 6/10
app GitHub
The Harness family is a single repo covering a desktop coding agent (any model), an iPhone app that remotely controls your computer agents, and a ChatGPT-style chat client supporting OpenRouter and on-device MLX. Aims to cover the full personal AI coding stack across desktop and mobile.
desktop-agentiosmulti-modelremote-control
by TheRealJadenKwek Jul 11, 2026 6/10
app Reddit
unsnooze monitors Claude Code sessions in tmux and automatically resumes them when the usage limit resets, reading the reset time from the banner and pressing Enter at the right moment. If the pane is closed, it reopens the session. Supports Claude Code, Codex CLI, VS Code extension, desktop app, and experimental Grok.
usage-limitstmuxautomationproductivity
by saaransh_28 Jul 11, 2026 7/10
app GitHub
openbook provides open-source report formats designed to make long-horizon agent work readable by humans. It structures agent output into legible summaries suited for reviewing what AI agents actually accomplished across extended sessions. Useful when you need accountability and clarity from autonomous agent work.
reportingagent-outputreadabilitylong-horizon
by mirror-factory Jul 11, 2026 7/10
app GitHub
A web-based tool that analyzes your Claude environment and account risk before registering, subscribing to Claude Pro, or using Claude Code. Helps detect conditions that might lead to account bans or API access failures. Particularly useful for users in regions with access restrictions.
account-healthdiagnosticsclaude-code
by yacuo Jul 11, 2026 5/10
app GitHub
A macOS app that uses the Dynamic Island notch area to display real-time status of all local Claude Code sessions — running, waiting, done, or error. Lets you approve tool-call permissions directly from the notch without switching windows, using Claude Code hooks over a local loopback with zero network egress.
macossession-monitoringhookspermissionsui
by ocean23 Jul 11, 2026 8/10
app GitHub
A Rust-powered Stream Deck integration that turns your physical Stream Deck into a Claude Code control room. Displays an animated session board with live session states, usage gauges tracking token consumption, and an activity heatmap. Designed for developers who want hardware-level monitoring without switching to a browser.
stream-decksession-monitoringhardwareuirust
by ToniAlmirano Jul 11, 2026 8/10
app Reddit
A local dashboard at 127.0.0.1:4711 that tracks every Claude Code session with callsigns and a state column (queued→working→verifying→needs-you→idle→offline) driven by hook telemetry. Features a conflict radar for detecting when two sessions edit the same file, a needs-you rail to approve permission prompts from the board, inter-session messaging, session spawning, and a live xterm.js terminal in the browser.
session-monitoringmulti-agentconflict-detectionhooksdashboard
by lacion Jul 11, 2026 9/10
app GitHub
A system for managing fleets of Claude Code AI worker machines from your phone via Telegram, featuring a real-time dashboard, automated auditor governance, and bulk deployment capabilities. Supports coordinating multiple PCs running Claude Code workers with centralized oversight.
telegramfleet-managementmobiledashboardgovernance
by SUNWOONGKYU Jul 11, 2026 5/10
app GitHub
A CLI tool that makes AI code contributions visible — tracking provenance, attribution, and semantic lineage across commits, pull requests, and repositories. Useful for teams that want to audit how much of their codebase was AI-generated and trace the origin of AI-written changes.
gitprovenanceattributionauditai-codecli
by semanticash Jul 11, 2026 6/10
app GitHub
A Mac utility that monitors and reclaims memory leaked by Claude Code, Codex, and MCP servers during idle periods. Takes an advisor-first approach — it suggests rather than kills — so it never interrupts active work. Addresses a common issue where long-running Claude Code sessions gradually consume more RAM.
macosmemoryperformancemcputility
by nguyenngocduyphuc Jul 11, 2026 7/10
app GitHub
A proactive monitor that tracks context window degradation and rate limits during Claude Code sessions. Alerts you before hitting limits that cause incomplete responses or context loss, helping maintain session quality over long coding sessions.
contextmonitoringrate-limitsutility
by YoniYon00 Jul 11, 2026 5/10
app GitHub
Claude Code Mortgage Plugin 2026 - AI-Powered Refinancing Pricing Tool
by Baber002 Jul 11, 2026 6/10
app GitHub
Explore Claude Code's Agent Harness architecture with a clear breakdown of its runtime, tools, and control flow for AI agent builders
by Corryrevokable963 Jul 11, 2026 9/10
app Reddit
is anyone else losing their mind over the latency in claude code and codex right now? i’m not trying to do any crazy loop engineering or 400-step agent workflows. i literally just want to manage my...
workflow
by AdNo6324 Jul 11, 2026 7/10
app Reddit
I built PackMind to solve a problem I kept having with Claude Code, useful project context, decisions, and previous fixes disappearing between sessions. PackMind adds persistent project memory, loc...
mcphookworkflowgit
by Dizzy_Basil6892 Jul 11, 2026 9/10
app GitHub
A toolkit of skills, templates, and guides for bootstrapping AI-agent-friendly projects. Started from Anthropic's Claude Code engineering patterns, extended with a per-project self-improvement loop...
skill
by sneg55 Jul 11, 2026 10/10
app GitHub
Self-hosted AI agent that builds apps. Chat with a coding agent (Claude Code or Codex) that builds mini-apps, modifies its own UI, and gets sharper the more you use it. Your personal AI operating s...
by mobius-os Jul 11, 2026 7/10
app GitHub
Best Claude Code Memory Toolkit Alternative 2026 – Smart Markdown Session Manager
by Abdo2011-Mahmoud Jul 11, 2026 6/10
app Reddit
I work in marketing, not as a software engineer, but I spend way too much time tinkering with coding agents on real projects. What kept happening was this: the agent would finish a task, say it was...
skill
by ErProff Jul 11, 2026 10/10
app GitHub
Sleep-time memory consolidation for Claude Code agents, with a cross-project shared-consciousness layer.
by Zenetusken Jul 11, 2026 7/10
app Reddit
This isn't intended to be a technical analysis of token consumption, but rather the practical experience of a heavy user on top-tier subscriptions (the $200 GPT Pro plan and the $200 Claude plan). ...
workflowconfig
by Admirable_Garbage208 Jul 11, 2026 8/10
app GitHub
Provide a curated set of tools and resources to secure Claude Code and its AI coding environment for production deployment and threat management.
by Basketmakerfaitaccompli622 Jul 11, 2026 8/10
app GitHub
The complete Claude Code toolkit for web & advertising design agencies — 6 plugin bundles for the full agency workflow
workflow
by Gekkos-tech Jul 11, 2026 6/10
app GitHub
Supercharge Claude Code in Telegram with a smarter plugin for stronger chat control, better workflow, and more useful tools
workflow
by woodruffradiography633 Jul 11, 2026 6/10
app Reddit
I use Claude Code for both work and personal projects, and I got tired of constantly switching accounts manually. So I built ccswitch : a simple browser-based tool that lets me switch between Claud...
workflowgitconfig
by OLayemii Jul 11, 2026 8/10
app GitHub
Adds self-learning voice notifications with edge-tts, phrase pools, priority queues, and anti-repeat handling. Keeps you informed hands-free as Claude Code works.
voicenotificationsttsaudioself-learning
by Secondvisitation783 Jul 11, 2026 7/10
app GitHub
An SSH multiplexing CLI designed for AI agent use, enabling agents to manage multiple SSH connections efficiently as part of automation workflows.
sshmultiplexingcliautomationremote
by shayuc137 Jul 11, 2026 7/10
app GitHub
Cleans the FAT (metadata), never the MEAT (content). Code-enforced zero-fact-loss gate, human-gated deletes, transactional apply, and 4-band economic gauge. Zero-dependency.
memorydefragmentercleanupzero-losstransactional
by TheColliery Jul 11, 2026 7/10
app GitHub
Declares a contract for the Claude Code harness and gates on conformance — described as 'the Rust of agentic harnesses'. Ensures the harness behaves predictably over time.
harnesscontractstypedconformancemaintenance
by duct-tape-and-markdown Jul 11, 2026 7/10
app GitHub
CLI and Claude Code skill to scan codebases for dead code, unused imports, duplicates, secrets, and circular dependencies in one pass.
scanningdead-codesecretscircular-depscliskill
by unexpected-tinplate536 Jul 11, 2026 7/10
app GitHub
Delivers native macOS notifications when Claude Code or other AI coding agents complete tasks or need input. Monitor work from the macOS menu bar.
notificationsmacosmenu-barmonitoringalerts
by highstepping-chaperon781 Jul 11, 2026 7/10
app GitHub
Control Claude Code, Codex, Gemini, and shell sessions from your phone or browser over Tailscale. Self-hosted with no cloud dependency.
terminal-managertailscaleself-hostedremote-controlmobile
by almogdepaz Jul 11, 2026 7/10
app GitHub
Decides whether a coding task should loop, then generates a bounded execution contract. Prevents runaway loops and provides a safety gate before long autonomous runs.
safetyloop-controlpreflightcontractsbounded-execution
by zzapril Jul 11, 2026 7/10
app GitHub
A terminal multiplexer and browser-based control center for OpenCode, Claude Code, Antigravity, and Pi Coder. Centralizes AI coding agent sessions in one interface.
terminal-multiplexerbrowsercontrol-centersession-management
by hypernewbie Jul 11, 2026 7/10
app GitHub
Streaming, tool use, permissions, sessions, and prev_hash audit chain. Swap DeepSeek for Ollama for whatever model comes next — no cloud, no telemetry.
local-firstcliprovider-neutralaudit-chainstreaming
by mr-gl00m Jul 11, 2026 7/10
app GitHub
Automatically detects new Claude Code releases and sends notifications to Slack. Keeps teams updated on Claude Code updates without manual monitoring.
monitoringslackreleasesnotificationsautomation
by kushidam Jul 11, 2026 7/10
app GitHub
System tray app that runs Claude Code under multiple isolated accounts without logging out and back in. Works across operating systems.
multi-accountisolationsystem-traycross-platform
by Lukeneo12 Jul 11, 2026 7/10
app GitHub
Claude Code agents research, write, edit, and fact-check a weekly journal autonomously. A real-world example of multi-agent content production pipelines.
autonomousnewsroommulti-agentcontent-generationfact-checking
by albertogrande Jul 11, 2026 7/10
app GitHub
Spin up named agents on an org chart with a shared backlog, let them hand off work and ping your phone only when a human must decide. MIT licensed, self-hosted.
multi-agentself-hostedorg-chartautonomousnotification
by 5dive-ai Jul 11, 2026 7/10
app GitHub
Reads JSONL logs from Claude Code, Codex, pi, and opencode; prices from the LiteLLM catalog; auto-refresh built in. One file, zero dependencies.
cost-trackingtoken-usagejsonllitellmcodexlocal
by gaia-research Jul 11, 2026 7/10
app GitHub
Bridges an existing interactive Claude Code session to Telegram, enabling remote control and monitoring from a phone or any Telegram client.
telegramremote-controlmobilenotifications
by ssamssae Jul 11, 2026 7/10
app GitHub
Runs real Claude Code and Codex sessions on your own server, driven from your phone with a native chat UI, voice, files, skills, and always-on availability.
self-hostedmobilephonechat-uivoicealways-on
by incidentfox Jul 11, 2026 7/10
app GitHub
Stores every tool call, file edit, and thinking block verbatim on your machine. Persistent memory without tokens — the full, unabbreviated record of what Claude Code did.
memorylocalstorageaudittool-calls
by Wynelson94 Jul 11, 2026 7/10
app GitHub
Tracks usage limits for Claude Code, Codex, and other AI coding subscriptions across Linux, macOS, and Windows via both terminal and system tray.
usage-trackingterminaltraycross-platformlimits
by ahsanhabibakik Jul 11, 2026 7/10
app GitHub
launchd-managed Claude Code/Codex fleets with git-worktree isolation, Slack reporting, safety gates, and reproducible setup. A self-contained agent operating system for individuals.
agent-osfleet-managementlaunchdgit-worktreeslacksafety
by luminik-io Jul 11, 2026 7/10
app GitHub
Local-first, zero-config dashboard tracking usage for Claude Code, Codex, Cursor, Gemini, Kiro, and 20+ more tools. Includes macOS menu bar app and desktop widgets.
token-trackingusagedashboardlocal-firstmenu-bar
by mm7894215 Jul 11, 2026 7/10
app Reddit
Turns named tmux sessions into a browser-driven control panel reachable from anywhere via Tailscale. Sessions keep running without a browser attached, with chat UI, push notifications, and phone support.
remote-controltailscaletmuxself-hostedmobile
by thrinz2 Jul 11, 2026 8/10
app Reddit
Write one agent definition and run it through either Claude Code or Codex, retaining skills, custom subagents, workflows, sessions, and goals across both harnesses.
sdkpythoncodexagent-definitioncross-harness
by rohans0509 Jul 11, 2026 8/10
app Reddit
Watches agent transcript files, extracts claims using deterministic regex, and cross-references them against tool calls, shell output, filesystem, and git. Flags when agent words do not match evidence — no LLM, fully local, macOS menu bar app.
verificationclaimstranscriptsauditlocaldeterministic
by Mrsomud007 Jul 11, 2026 8/10
app Reddit
Three full-screen overlays for the kitty terminal: review (two-pane diff with line-comment feedback loop), session (jump between all Claude Code sessions with live status), and log (git history browser). Pure Python stdlib.
terminalkittydiff-reviewsession-managementgit-history
by deno_by Jul 11, 2026 8/10
app Reddit
Compresses tool output, logs, and prose, removes duplicate output, strips ANSI sequences, and supports multiple optimization modes. Community reports 40-60% reduction in conversation sizes.
token-optimizationcompressiontool-outputcost-saving
by Special_Lie3814 Jul 11, 2026 7/10
app GitHub
Automatically hands off sessions when approaching context limits for Claude Code and Codex CLI. Keeps long-running agent tasks alive without manual intervention.
session-handoffcontext-limitsautomationcodexcontinuity
by Roizlotolov Jul 11, 2026 8/10
app GitHub
Traces API calls from Claude Code, Codex CLI, Gemini CLI, Cursor CLI, OpenCode, and others in a local trace viewer. Essential for debugging agent behaviors and auditing model calls.
debuggingapi-tracingobservabilitycodexgeminilocal
by liaohch3 Jul 11, 2026 8/10
app GitHub
Blocks only net-new findings and gives the loop a structural map of the codebase, locally with no model in the gate. Provides principled stopping conditions for autonomous agent loops.
stop-gatecode-graphdeterministicautonomouslocal
by vyuh-labs Jul 11, 2026 8/10
app GitHub
Replay what a Claude Code session actually did as a TUI timeline, backed by a replayable JSONL audit trail. Provides complete session replay and verification capabilities.
auditreplaysession-recordingtuijsonl
by rioX432 Jul 11, 2026 8/10
app GitHub
Shared brain, a Conductor that routes each task to the best model, and one session history across desktop, terminal, and CLI. Local-first, Apache-2.0 licensed.
multi-agentroutingshared-brainsessionlocal-first
by ShrimpScript Jul 11, 2026 8/10
app GitHub
Adapts exploration, subagents, scope, and validation to available usage signals, context pressure, and task size. Complements usage monitors to keep Claude Code sessions productive.
usagepolicysubagentscontext-managementadaptive
by ablhub Jul 11, 2026 8/10
app GitHub
The model sees its own 5h/7d quota and context budget every turn, economizes under pressure, checkpoints durably, and never loses subagent work to a usage-limit cutoff.
budgetusage-limitsquotacheckpointingsubagents
by prathameshkadam130404 Jul 11, 2026 8/10
app GitHub
Reduces token consumption for Claude Code, Codex, Gemini CLI, and more with surgical read hints, PDF/Office/CSV/markdown file interception, 160+ filter rules, compact manifest injection, and image shrinking.
token-optimizationcost-savingfile-interceptioncaching
by DFKHelper Jul 11, 2026 8/10
app GitHub
Dissect why Claude Code looped, drifted, or burned tokens — zero instrumentation needed, fully local-first. Like a black box for your AI coding sessions.
debuggingobservabilitytoken-burnlocal-first
by kamihork Jul 11, 2026 8/10
app GitHub
Config-driven statusline for Claude Code built as a single static Go binary with zero dependencies. Highly configurable and fast for terminal workflows.
statuslineterminalgoconfiguration
by timrcase Jul 11, 2026 8/10
app GitHub
Surgical, git-free review of Claude Code changes directly in the terminal, VS Code, and JetBrains. Includes live dashboards: a Timeline change feed and edit/token stats with plan-usage bars, at zero extra tokens.
reviewundoterminalvscodejetbrainsdashboard
by cell-observatory Jul 11, 2026 9/10
app GitHub
Runs Claude Code or another coding agent inside a disposable microVM (via firecracker or similar), with all changes committed to git so you can review everything from your host. Provides true isolation for autonomous coding tasks.
sandboxvmisolationsecurityautonomous
by Trivo25 Jul 11, 2026 9/10
app GitHub
Watch every step of a Claude Code, Codex, or Gemini agent live, then rewind, fork, and replay any run. Provides complete observability into agent execution history for debugging and auditing.
observabilityreplaytime-traveldebuggingaudit
by smithersai Jul 11, 2026 9/10
app GitHub
artgraph links requirements, documentation, code, and tests in a single deterministic graph, giving AI coding agents structured context when translating specs to code. Aims to eliminate the guesswork of what files are relevant at each coding step. Useful for larger codebases where context relevance is hard to maintain.
contextspecgraphcoding-agentsdeterministic
by mori-shin-x Jul 10, 2026 6/10
app GitHub
Clampdown confines AI coding agents inside secure containers that limit filesystem access and control network communication, reducing blast radius of agent mistakes. Designed for running Claude Code and similar agents in isolated environments without risking host system exposure. A practical security layer for teams running agents on sensitive codebases.
securitysandboxcontainerisolationfilesystem
by D8k4 Jul 10, 2026 8/10
app GitHub
A local web dashboard that runs multiple Claude Code sessions simultaneously, each backed by a persistent tmux terminal that survives browser refreshes and disconnects. Sessions are managed centrally and can be monitored from a single UI. Ideal for running independent workstreams on the same machine without context switching.
tmuxparallelmulti-sessiondashboardclaude-code
by icarloscornejo Jul 10, 2026 8/10
app Reddit
Official announcement: Claude Code's desktop app gained a sandboxed in-app browser that lets Claude pull up docs, designs, or any external site, then read, click through, and interact with it the same way it does with a local build. Sessions are configurable for persistence. Update to the latest desktop app to enable.
desktopbrowserfeatureofficialClaude Code
by ClaudeOfficial Jul 10, 2026 8/10
app GitHub
A corporate LLM gateway that sits between developer Claude Code instances and Anthropic/OpenAI APIs, sanitizing outbound traffic before it crosses the corporate boundary. Addresses data leakage, PII scrubbing, and policy enforcement for enterprise deployments.
enterprisesecuritygatewayproxydata-loss-prevention
by jLAM-ERR Jul 10, 2026 7/10
app GitHub
A transparent Anthropic/OpenAI proxy that compresses AI agent context (system prompt, tool docs, tool output, history) by rendering it to pixels before sending. Achieves ~39% fewer input tokens on real runs while keeping tool calls and multi-turn interactions fully intact.
tokensoptimizationproxycompressionefficiency
by NatBrian Jul 10, 2026 7/10
app GitHub
A multi-agent coordination system where agents form a pod, create missions, claim tasks, and work together autonomously. Agents negotiate work division in shared habitats and report results back to the group.
multi-agentcoordinationautonomousorchestration
by waterworkshq Jul 10, 2026 6/10
app GitHub
A Linux-native workspace environment for AI coding agents featuring Ghostty terminal integration, git worktree management, local MCP/socket automation, team orchestration, and prompt-aware notifications. Designed to reduce friction in multi-agent local development.
Linuxworkspacegit-worktreesMCPorchestrationGhostty
by Lucenx9 Jul 10, 2026 7/10
app GitHub
A comprehensive framework from UiPath for evaluating AI coding agents and their skills. Features sandboxed execution for reproducibility and data-driven analysis to compare agent performance across tasks and skill configurations.
evaluationbenchmarkingsandboxingagentstesting
by UiPath Jul 10, 2026 6/10
app GitHub
A CLI workspace context manager for AI coding agents that lets you name Claude Code sessions and resume them with a single keypress. Carries context across sessions to maintain continuity on long-running projects.
CLIsession-managementcontextworkflow
by ghulammuzz Jul 10, 2026 6/10
app Reddit
Meshwire is a Claude Code plugin enabling AI agents on different machines to communicate and divide work using the A2A protocol. Claude Code on Linux, ChatGPT on Mac, and Copilot on Windows can all exchange messages and tasks in real time. Install via `/plugin marketplace add husker/meshwire` in Claude Code.
multi-agentA2Acollaborationplugincross-platform
by broccoflower Jul 10, 2026 8/10
app GitHub
Comate is a desktop AI workspace that brings Claude Code into a polished, native app experience. Organize multiple projects in folder-backed workspaces, chat with AI through streaming sessions, exp...
by ai-dvps Jul 10, 2026 6/10
app GitHub
Explore Claude Code CLI source code for learning, analysis, and TypeScript Bun CLI tool design
typescript
by tapperisobar941 Jul 10, 2026 8/10
app GitHub
Harness-agnostic toolkit for AI coding agents: detect the harness (Claude, Codex, Cursor, Cline, Gemini, Aider...) and run a pure policy core. One Bun-native package.
by fusengine Jul 10, 2026 5/10
app GitHub
VS Code extension for spec-driven development — manage specs, workflows, and steering docs for AI CLI tools (Claude Code, Gemini CLI, Copilot CLI)
workflow
by alfredoperez Jul 10, 2026 6/10
app GitHub
Persistent checkpoint system for Claude Code projects
by SorenKK Jul 10, 2026 6/10
app Reddit
I'm an ML Engineer/Data Scientist. My main job these days is building Agentic AI system, but I'm also into Kaggle competition and sometimes do freelance ML work. I began using Claude Code back in l...
git
by Pancake502 Jul 10, 2026 8/10
app Reddit
I’m a senior MLOps engineer at a fortune 100 company. I’ve never got the fear that AI can replace my job, simply cause the work is not simple enough to be done entirely by a so called “AI Agent”. D...
skillreview
by UsedMorning9886 Jul 10, 2026 9/10
app GitHub
Self-improving, self-hosted memory across every AI coding tool, project, and team (Claude Code, Cursor, Copilot, any MCP client). Autoskill proposes new skills from your sessions, so each project i...
mcpskill
by bejranonda Jul 10, 2026 9/10
app GitHub
Stacklit: AI Codebase Indexing 2026 – Zero-Setup Local Repo Mapping for Agents
by Baraa-Suliman Jul 10, 2026 5/10
app GitHub
19 specialist Claude Code sub-agents for AI-assisted development — model-tiered, least-privilege tools, composable plugin groups, persist-block protocol.
by lx-wnk Jul 10, 2026 7/10
app GitHub
The craft of agent swarms — a vendor-neutral, multi-project Claude Code agent framework (plugin marketplace): one shared core + opt-in domain packs.
by atretyak1985 Jul 10, 2026 7/10
app Reddit
Disclosure: I'm the author of RDXmin. It's MIT-licensed, open source, free to use, and intended for people who use Claude Code regularly. After profiling Claude Code sessions, I found that prompt e...
hookgitconfig
by Special_Lie3814 Jul 10, 2026 10/10
app GitHub
Forge your Claude Code projects — pass them through, they come out faster.
by chrono-meta Jul 10, 2026 6/10
app GitHub
A high-performance desktop application for managing skills across multiple AI coding assistants. Seamlessly organize, sync, and share skills for Claude Code、Codex、Opencode and other AI tools. Built...
skill
by jiweiyeah Jul 10, 2026 8/10
app GitHub
Battery-first macOS menu bar app that keeps a MacBook awake with the lid closed while Claude Code or OpenAI Codex is actively working.
by jgassens Jul 10, 2026 6/10
app GitHub
Apply framework-agnostic coding standards to your Roblox projects for cleaner, secure, and efficient Luau scripts.
skill
by unpronounceable-ordersphenisciformes466 Jul 10, 2026 5/10
app GitHub
Specialized Claude Code subagents for enterprise C# and TypeScript development, with persistent project memory and orchestration rules.
typescript
by chuckplayer Jul 10, 2026 7/10
app Reddit
What it is: A desktop agent + mobile app that connects to your Claude Code session so you can view and interact with it from your phone — full terminal access, live preview of file/build changes, p...
workflowreview
by cudanexus Jul 10, 2026 7/10
app GitHub
Nimbalyst - The open-source visual workspace for Claude Code, Codex, and OpenCode. Run multiple coding agents in parallel, edit their work visually in markdown, mockups, and diagrams, and track tas...
by nimbalyst Jul 10, 2026 7/10
app Reddit
hi r/ClaudeCode , the pain most of you already know: claude is brilliant per-file and then the project quietly drifts. you say one sentence, it makes ten thousand decisions you never saw, 100k line...
skillworkflowapigit
by xtarsy Jul 10, 2026 6/10
app GitHub
Linlin's curated AI agent harness configuration: workflow rules, skills, hooks, plugin recommendations, tooling preferences, and project templates. Loadable into any new project so a fresh /init ca...
skillhookworkflowconfig
by jajupmochi Jul 10, 2026 9/10
app GitHub
Deploy a proxy that converts Claude.ai sessions into a standard Anthropic API with streaming, tools, and image support.
api
by dmvait8534 Jul 10, 2026 5/10
app Reddit
Terminal scrollback is the wrong place to keep Claude Code sessions — it loses long runs, and the JSONL on disk has the full history. So I built Agent Sessions, a local macOS app that reads that hi...
workflowapigitreview
by jazzy8alex Jul 10, 2026 7/10
app GitHub
Octowiz gives Claude Code agents memory-backed engineering doctrine — cached by role, refreshed by project state, and routed through planning, TDD, review, and QA workflows.
workflowreview
by raelli Jul 10, 2026 7/10
app GitHub
Bridge WeChat and Claude Code with an Electron desktop app for chat, image input, QR login, and session control
by Sudokupubescence845 Jul 10, 2026 6/10
app Reddit
We've all seen (and some of us have posted) posts over the past month or so about "I wasn't even doing anything wrong and I got banned!" with no data to back it up. A half-glass of tequila and a br...
skilltestingreview
by medialantern Jul 10, 2026 5/10
app GitHub
🔒 Enhance your development skills with the latest OWASP security best practices for building secure applications in Claude Code.
skill
by Bbk-man Jul 10, 2026 10/10
app GitHub
Build production-ready SaaS apps with Claude Code and Tezgah, covering auth, payments, email, compliance, testing, analytics, and deployment
testing
by tomiya1324 Jul 10, 2026 6/10
app GitHub
Build a tiny Claude Code clone in Python with agent loop, tools, permissions, and context management in ~800 lines
python
by Sleeknessbounder869 Jul 10, 2026 7/10
app GitHub
Explore Claude Code source code to learn how Anthropic’s CLI harness works, from tools and permissions to context and streaming
by Raflimoon Jul 10, 2026 9/10
app GitHub
Learn Claude Code patterns to assess, improve, and apply production-grade LLM engineering practices in your codebase
by seductive-bercy787 Jul 10, 2026 6/10
app GitHub
Publish AI-generated HTML decks, collect comments, and pull feedback back into Claude Code, Codex, OpenClaw, Hermes, or CI.
by serrendypity Jul 10, 2026 7/10
app GitHub
Claude Code plugin marketplace — macOS tool integrations (Apple Notes, OmniFocus, Things, Safari, Calendar, Music, Johnny Decimal)
by nelsonlove Jul 10, 2026 8/10
app GitHub
Sync and back up your Claude Code memory across machines through a private GitHub repo (desktop app + CLI)
git
by MrBurcha Jul 10, 2026 6/10
app GitHub
Self-hosted agentic OS — connects Claude Code, Codex or Hermes Agent to Discord, Telegram, WhatsApp, Slack & Email. EU AI Act 2026 & GDPR compliance by architecture.
by CorvinLabs Jul 10, 2026 7/10
app GitHub
Claude Code chat tool window for Visual Studio 2026
by finex7070 Jul 10, 2026 6/10
app GitHub
Monorepo for mattbutlerengineering.com — design system, React apps, Fastify services, Pulumi IaC. Built largely by AI agents (Claude Code).
by mattbutlerengineering Jul 10, 2026 7/10
app GitHub
A CLI tool that indexes and searches the conversation history already stored on your machine from coding agents like Claude Code. Lets you find past solutions, decisions, and code snippets without re-asking the AI. A practical productivity tool for developers who accumulate substantial session history.
searchhistorytranscriptsproductivityclisessions
by ctxrs Jul 9, 2026 7/10
app GitHub
Adds voice-first input to Claude Code and Cowork via real-time speech-to-text in 2026. Allows developers to dictate prompts, instructions, and code descriptions instead of typing. Integrates directly with Claude Code's workflow for a hands-free coding experience.
speech-to-textvoiceaccessibilityproductivitycowork
by naveenkumarnavin Jul 9, 2026 6/10
app GitHub
Build modular project blueprints for Claude Code, Obsidian, and Figma teams from solo MVPs to multi-agent systems
by maduwanthasathsara0-hub Jul 9, 2026 7/10
app GitHub
Build pragmatic Go apps with an idiomatic, flat project layout guide for clean code, clear flow, and maintainable APIs
skillapi
by chafingdishposition355 Jul 9, 2026 5/10
app GitHub
The most autonomous agent framework. No approval loops. No babysitting. Configure once, forget forever.
config
by aaronjmars Jul 9, 2026 5/10
app GitHub
OpenClaw alternative with strict container isolation for security measures. Connects to WhatsApp, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK
by crypdick Jul 9, 2026 5/10
app Reddit
TLDR: This tool isn't trying to replace Claude Code. it runs on Claude Code. It orchestrates multiple mac machines and automates the SDLC around working with Claude Code: file a ticket, and it take...
skillworkflowgitreview
by Curious_Limit645 Jul 9, 2026 9/10
app Reddit
Hi 🙂 I am building a system for my personal use that lets me create GitHub Issues, label them, and start agents on them based on their labels. It is important to note that I am not using the GitHub...
mcphookgit
by kanye-supremacy Jul 9, 2026 9/10
app Reddit
Every day I work on my work laptop and personal one, than I switch to desktop at home. But to sync project in between I need to do few stesp every time, git pull, copy env, and I loose all my testi...
gittesting
by NoCat2443 Jul 9, 2026 5/10
app GitHub
System-wide now-playing control for macOS from Claude Code — zero dependencies, no OAuth, any app (Spotify, Apple Music, browsers)
by Bangs00 Jul 9, 2026 6/10
app GitHub
Multi-agent VTuber + autonomous worker platform — pair a chatty Live2D/Spine VTuber with tool-running sub-workers, orchestrate autonomous tasks, and watch it all in a 3D city playground. 5 swappabl...
by CocoRoF Jul 9, 2026 8/10
app GitHub
CLI to move, transfer, and sync Claude Code project state across paths, archives, and remote storage.
by it-bens Jul 9, 2026 6/10
app GitHub
Ultrademo is an automated demo video generator for any websites, SaaS applications, etc. - executed conveniently through a Claude Code skill.
skill
by new-xp Jul 9, 2026 8/10
app GitHub
Claude Code skills for bug bounty hunting and security-auditing web apps you own — recon, scope, report, triage, self-audit. Judgment, not tool wrappers.
skill
by amansingh909 Jul 9, 2026 8/10
app GitHub
Local-first governance kernel for AI coding agents — shared memory, rule distribution, approval inbox, episodic recall, MCP tools, hooks. npm: @mamdouh-aboammar/agent-kernel
mcphook
by imMamdouhaboammar Jul 9, 2026 7/10
app Reddit
I wish Anthropic would add the missing thread tools and remote control to the desktop app, so that my workflows can be streamlined and I don't have to spend my time manually managing Claude Code th...
workflow
by sirlerkal0t Jul 9, 2026 8/10
app GitHub
Start, stop, and duplicate dev projects with one click. The best workspace for running Claude Code, Codex, and other AI agents alongside your services.
by gug007 Jul 9, 2026 7/10
app GitHub
A multi-agent Claude Code framework for running role-based agents across GTM, product, design, and ops — with plans, project substrate, and a reinforcement loop that compounds learning.
by firatcand Jul 9, 2026 7/10
app Reddit
If you want to make high quality animations I suggest you use fable to build an animation engine as well as some skills to launch the engine. I just ran /logo-reveal on Opus in one of my projects a...
skill
by SIGH_I_CALL Jul 9, 2026 5/10
app GitHub
Adversarial spec refinement between AI agents: Claude Code drafts a plan, Codex critiques it in a read-only sandbox, and the loop revises or rebuts until the critic approves — fully unattended, dri...
by TheEditor Jul 9, 2026 7/10
app Reddit
I use Claude Code in an "architect" setup: the main session never writes application code itself. It forges goals with hard, machine-checkable criteria, dispatches coder subagents with self-contain...
review
by hazyhaar Jul 9, 2026 8/10
app Reddit
I hate the claude's own remote control app which is buggy and can't start sessions from any folder I want. Instead what if I could use mac terminal directly from my iPhone so I can be claude code f...
by eureka_boy Jul 9, 2026 7/10
app Reddit
Long contexts, repeated prompts, large tool outputs, MCP tool catalogs, and oversized RAG payloads appear to dominate token consumption. The opportunities are no longer at the model level, but at t...
mcp
by jeann1977 Jul 9, 2026 7/10
app GitHub
Discover CLAUDE.md best practices for project-specific AI coding guidance, with ready-to-use templates for languages, frameworks, and real-world cases
claude.md
by Overseastelegramaliterateperson865 Jul 9, 2026 6/10
app GitHub
Store Claude Code memory in files for persistent context across sessions, projects, and devices without a database or cloud
by Trussed-japanesecedar194 Jul 9, 2026 6/10
app GitHub
A curated collection of AI-powered skills, agents, prompts, and workflows for Android, iOS, Flutter, React Native, Unity, and Unreal developers. Build faster, debug smarter, review code, optimize p...
skillworkflowreview
by salmanashraf Jul 9, 2026 6/10
app Reddit
I have been working with Claude for a while now and have developed a few applications, two of which are in production. We now have an opportunity to work on a product for a client. I am confident t...
skillreview
by NCatoffice Jul 9, 2026 6/10
app GitHub
Boost Claude Code with Java plugins for Java 8–21 projects, including core, Spring, and quality checks tailored to your target version
by limited-grisaille833 Jul 9, 2026 6/10
app GitHub
Build coding agents with a clean-room harness for streaming loops, tool control, session save, secure creds, and layered config
config
by vmy41 Jul 9, 2026 5/10
app GitHub
Provides tools to streamline computational chemistry and drug discovery workflows using Claude Code integration.
workflow
by TUKU-DEV3 Jul 9, 2026 6/10
app GitHub
Real-time token, cost, and AI limits widget with multi-device sync for Claude Code, Codex, OpenCode, Hermes, OpenClaw, Cursor, Antigravity and more. | 为 AI Tools 打造的即时Token、成本与限额监控桌面组件,支持多设备同步
by Javis603 Jul 9, 2026 6/10
app GitHub
A native desktop client for free access to Claude Mythos AI across Windows, macOS, and Linux.
by lindneutral977 Jul 9, 2026 5/10
app GitHub
Optimize Claude Code workflows for long-term physics and mathematics research projects with structured toolkits and practical guidance.
workflow
by Speckledrattlesnakeinoculant470 Jul 9, 2026 6/10
app Reddit
~/.claude/projects fills up with JSONL files fast, and finding "that conversation from Tuesday" across workspaces meant grepping. I built showagent: a terminal picker over every agent session on yo...
gitreview
by Savings_Cress_9037 Jul 9, 2026 7/10
app GitHub
💼 The portable memory layer for AI coding tools — one shared brain that follows you across Claude Code, Cursor, Windsurf & Conductor. Install once, never re-explain your project again.
by Cfvillarroel Jul 9, 2026 6/10
app GitHub
An open-source job-search operating system for Claude Code: sourcing, applying, prep, debrief — with a corpus that compounds.
by matthewod11-stack Jul 9, 2026 6/10
app GitHub
A TUI toolkit designed for Claude Code that lets you spawn interactive terminal interfaces for emails, calendars, and other integrations. Enables rich in-terminal UI without leaving the Claude Code environment.
TUIterminaltoolkitClaude Code
by All-zzz Jul 8, 2026 6/10
app Reddit
ccp compresses Claude Code command output to reduce context usage. v0.5.1 adds a YAML-based filter system with layered overrides for repo-specific rules, team defaults, and domain-specific filters (e.g. logs). Built with 200+ sample cases for validation.
compressioncontextCLIworkflow
by SuppieRK Jul 8, 2026 6/10
app GitHub
An automated GitHub Actions mirror that tracks new Claude Code releases, verifies SHA256 checksums, and publishes verified offline installers as GitHub Releases. Useful for air-gapped environments or reliable offline installation.
installerofflinereleasesClaude Code
by nancheung Jul 8, 2026 5/10
app Reddit
A Mac terminal app built for Claude Code multi-agent workflows. Features tabbed Gems (projects), isolated git-worktree-backed Shards for parallel agents, and Formations for saving/restoring session collections. Includes a screen-edge dock for monitoring agent age and status.
terminalworktreesmulti-agentmacOS
by TheLastDiviner Jul 8, 2026 7/10
app Reddit
A Claude Code status line that parses transcript files incrementally to surface information stdin alone can't provide: pending permission requests, tool calls in-flight, file change summaries. Renders in under 20ms and complements existing usage/cost indicators.
status-linetranscriptspermissionsmonitoring
by snow_schwartz Jul 8, 2026 7/10
app GitHub
A Claude Code plugin that extracts frames from video files, making them available for visual analysis and UI debugging. Useful for video-to-code workflows and debugging visual regressions.
videopluginvisual-analysisClaude Code
by ahrGNUts Jul 8, 2026 5/10
app Reddit
A usage status line for Claude Code that installs with a single /plugin install command — no npm, curl, or jq needed. Shows rate limit, session usage, and plan info directly in the terminal status line with minimal friction setup.
status-linepluginusagerate-limit
by WhichInsurance2571 Jul 8, 2026 7/10
app Reddit
A local proxy that makes MCP token overhead visible (like Chrome DevTools for MCP) and enables selective loading of only the tools needed for each request. Addresses the problem of MCP tool definitions consuming 30-40% of context before any real work starts.
MCPcontexttoken-optimizationproxy
by Turbulent_Echo_7333 Jul 8, 2026 8/10
app Reddit
A VS Code extension that gives you a kanban-style board for all running Claude Code agent sessions. One-click create/resume/rename, status indicators (thinking/idle/crashed), and grouped task management for the chaos of running many parallel agents.
VS Codemulti-agentsession-managementkanban
by Dangerous-Sherbert15 Jul 8, 2026 7/10
app GitHub
A CLI and TUI tool for managing Claude Code sessions with tagging, search, and resume capabilities. Makes it easy to find and continue past sessions without losing context.
session-managementTUICLItagging
by sageraii Jul 8, 2026 6/10
app GitHub
A memory system for AI agents that goes beyond storage: includes safety guardrails, circuit-breakers, semantic adapters, and drift protection. Built-in safety features make it suitable for running agents autonomously.
memoryagentssafetysemantic-search
by TC407-api Jul 8, 2026 6/10
app Reddit
A client/server script that enables Claude Code voice dictation (/voice) over SSH connections. Solves the problem of losing voice input when running Claude Code in isolated remote environments.
voiceSSHremotedictation
by Huge-Albatross9284 Jul 8, 2026 6/10
app GitHub
A Claude Code plugin that adds task management with a visual kanban dashboard. Lets agents create, track, and update tasks during long sessions, providing structure for multi-step projects.
task-managementkanbanpluginClaude Code
by wbopan Jul 8, 2026 6/10
app Reddit
An open-source system that runs company operations through Claude Code agents, addressing the problem of company knowledge scattered in Slack and heads. Multi-agent coordination across AssemblyAI, Anthropic, and other APIs. MIT license, no paid tiers.
companyremotemulti-agentorchestration
by buryhuang Jul 8, 2026 5/10
app GitHub
One command syncs MCP server configurations from Claude Code to Gemini CLI, Codex CLI, OpenCode, Kiro, and Cursor. Keeps all your coding agents in sync without manual duplication.
MCPsyncmulti-agentconfiguration
by Leoyang183 Jul 8, 2026 7/10
app GitHub
A tool-orchestrated penetration testing framework for Claude Code combining DAST, SAST, and SCA in a hardened Docker container. Automates security testing workflows with Claude Code as the orchestrator.
securitypentestDockerSAST
by nunenuh Jul 8, 2026 6/10
app Reddit
A local code indexer that understands natural-language queries across multiple repos. BM25F search with symbol extraction for Dart, Python, JS, Shell — incremental delta updates (~200ms) and optional Haiku reranking. Reduces exploratory grep spirals that burn context.
code-searchBM25indexercontext-optimization
by EveyVendetta Jul 8, 2026 8/10
app GitHub
Builds a persistent local knowledge graph of your codebase so Claude reads only relevant files during reviews. Claims 6.8x fewer tokens on code reviews and up to 49x on daily coding tasks by eliminating blind file exploration.
code-reviewknowledge-graphtoken-optimizationcontext
by tirth8205 Jul 8, 2026 8/10
app GitHub
Connects Claude Code, GitHub, and Linear.app so Linear tickets become remote control commands for Claude Code sessions. Create a ticket with instructions, and Claude picks it up and executes — bridging project management with AI coding agents.
LinearGitHubremote-controlproject-management
by yoogie27 Jul 8, 2026 6/10
app GitHub
A local-first memory system that captures lessons and recalls them in your IDE, with project health tracking. Stores what worked, what failed, and why — reducing repeated mistakes across sessions.
memorylocal-firstIDElessons
by senaiverse Jul 8, 2026 6/10
app GitHub
Long-term memory for AI coding assistants built as a Rust CLI with semantic search capabilities and Agent Skill integration. Runs locally with no cloud dependency.
memoryRustsemantic-searchlocal
by Zoranner Jul 8, 2026 6/10
app Reddit
An open-source memory layer that automatically saves and recalls context using Claude Code hooks — no manual saves or MCP config. SessionStart loads profile, every prompt searches past sessions for relevant context, PostToolUse extracts and saves new knowledge in background.
memoryhooksautomationcontext
by No_Advertising2536 Jul 8, 2026 7/10
app GitHub
A local dashboard that unifies AI session analytics from 16 different editors including Claude Code, showing models used, costs, tools, and usage metrics in one place. Ingests OpenTelemetry data.
analyticsdashboardmonitoringOpenTelemetry
by EUTUOKRL Jul 8, 2026 6/10
app Reddit
A local open-source dashboard providing session insights for Claude Code and UI-based configuration management for agents, skills, and hooks. Eliminates the need to constantly check the developer platform for usage info.
dashboardmonitoringconfigurationsessions
by Upper-Marionberry208 Jul 8, 2026 7/10
app GitHub
Automatically bridges your local Claude Code setup into Codex so both agents stay equally effective. Syncs configuration, settings, and patterns between the two tools without manual duplication.
Codexsyncconfigurationmulti-agent
by vladolaru Jul 8, 2026 5/10
app Reddit
An iOS app that connects to your machine via SSH and presents Claude Code's native terminal interface with mobile-specific optimizations. Unlike mobile terminal apps, preserves the full TUI experience while adding mobile-friendly input handling.
iOSSSHmobileterminal
by ctrlaltdeletel Jul 8, 2026 7/10
app GitHub
Manages persistent tmux workspaces tailored for terminal-native coding agents like Claude Code. Keeps session layout, pane configurations, and working directories intact across agent restarts.
tmuxworkspaceterminalpersistence
by Galaxy-0 Jul 8, 2026 6/10
app Reddit
A Claude Code status line with 10 built-in themes (Dracula, Catppuccin, Nord, Tokyo Night, Gruvbox, etc.) and per-segment toggle via TOML config. Shows model, plan, context window, 5h/7d usage limits, session cost, working directory, and git branch with auto plan detection.
status-linethemesconfigurationmonitoring
by bat_man0802 Jul 8, 2026 6/10
app GitHub
A lightweight CLI issue tracker built specifically for AI agent workflows, enabling agents to create, update, and track issues as part of their work loop. Provides structured task persistence across sessions.
issue-trackingCLIagentsworkflow
by dollspace-gay Jul 8, 2026 6/10
app GitHub
A native macOS menu bar app that monitors Claude Pro/Max session and weekly usage in real-time. Keeps usage visible without interrupting workflow or requiring switching to the terminal.
macOSusage-monitoringmenu-barClaude Code
by sebasrodriguez Jul 8, 2026 6/10
app GitHub
A UI tool for managing and switching between multiple Claude Code environment configurations — different API settings, permission modes, token usage monitoring — in one click.
configurationenvironmentsmanagementUI
by Genuifx Jul 8, 2026 6/10
app Reddit
A tool born from needing realistic relational test databases for apps built with Claude Code — Claude works for small datasets but struggles with larger datasets that maintain foreign key integrity. Automates production of consistent multi-table test data.
testingdatabasetest-dataworkflow
by coolreddy Jul 8, 2026 5/10
app GitHub
Control Claude Code from your phone via Discord with full session mirroring, bidirectional messaging, and permission approval — all from mobile. Alternative to the built-in Channels feature with richer session control.
Discordmobileremote-controlsessions
by chrismdemian Jul 8, 2026 6/10
app GitHub
A process manager designed for AI agent workflows, managing long-running agent processes with restart policies, logging, and coordination between human and agent tasks.
process-managementagentsworkflow
by juanibiapina Jul 8, 2026 5/10
app Reddit
A pure-bash statusline tool that persistently displays the current `claude --resume SESSION_ID` at the bottom of every Claude Code session. Logs all sessions to ~/.claude/session-log.txt so past sessions are always recoverable. One-command install, no dependencies, MIT licensed.
statuslinesessionresumebashcliproductivity
by AIDevUK Mar 19, 2026 8/10
app Reddit
RuntimeUse solves the infrastructure challenge of deploying Claude Code agents in isolated cloud sandboxes (E2B, Modal, Vercel, Daytona, etc.) for production use. Run `npx -y runtimeuse@latest --agent claude` inside a sandbox to get a Claude Code agent with a Python client for task invocation, file exchange, and mid-flight cancellation. Open-sourced from building Lark, an AI-native QA system.
sandboxcloudinfrastructureagentproductione2bmodal
by Mysterious-Rock7154 Mar 19, 2026 8/10
app GitHub
A GitHub repository that tracks the internal prompts, feature flags, and release metadata of Claude Code over time. Useful for developers and researchers who want to monitor changes in Claude Code's behavior, capabilities, and configuration across versions.
changelogrelease-trackingpromptsfeature-flagsresearch
by marckrenn Mar 19, 2026 8/10
app Reddit
NorcsiAgent is a real-time dashboard showing what AI agents are doing, with animated cards for each agent displaying current thoughts, tool calls, and completions. Built using Claude CLI, it supports sending commands to individual agents while they run concurrently. A practical monitoring tool for multi-agent workflows.
dashboardmonitoringmulti-agentreal-timeagents
by According_Turnip5206 Mar 19, 2026 6/10
app GitHub
Temine is a terminal UI for managing and organizing multiple AI agent CLI sessions simultaneously. Provides real-time status, notifications, and process control for parallel agent execution from a single terminal window. Useful for developers running concurrent Claude Code or other CLI agent sessions.
terminalorchestratormulti-agentreal-timecli
by abdousamb2002 Mar 19, 2026 6/10
app Reddit
Codeset provides Claude Code agents with structured repo context — file change history, inter-file dependencies, and implicit project knowledge — surfaced at session start. This context reportedly brings Haiku up to Opus-level output on coding tasks. Addresses the cold-start problem where agents begin sessions with no knowledge of the codebase.
contextrepo-knowledgetoken-efficiencyperformanceagents
by Nfsaavedra Mar 19, 2026 7/10
app Reddit
Domscribe is a build-time dev tool that maps every DOM element to its exact source file and line number, giving Claude Code precise targets for frontend edits. Eliminates the file searching and guessing Claude normally does for UI fixes. Particularly valuable for complex component hierarchies where DOM-to-source mapping is not obvious.
frontenddomsource-mapdevtoolsclaude-code
by NarratorTD Mar 19, 2026 7/10
app Reddit
An npm package that spins up an isolated Docker container and launches Claude Code inside it with --dangerously-skip-permissions, so the powerful no-prompt mode is safe to use without manual container setup. File system changes stay contained to the project directory. Install globally with npm install -g dangerously.
dockersandboxdangerously-skip-permissionssecuritynpmisolation
by Daily__Progress Mar 19, 2026 7/10
app GitHub
A multi-agent terminal manager for Claude Code that lets you run parallel AI agents side-by-side with a structured architecture designed for self-improvement. Includes a battle-tested organizational blueprint for coordinating agent teams directly from the terminal.
multi-agentterminalparallelself-improvingarchitecture
by qwertzuiop151 Mar 19, 2026 7/10
app Reddit
Patchcord solves the coordination bottleneck in multi-agent Claude Code workflows: a persistent inbox shown in the status line, automatic inbox checks each conversation turn, one-click skill setup from a web UI, and /loop 5m integration for unattended remote runs. Agents can message each other directly instead of routing everything through a human. Built entirely with Claude Code; open source at github.com/ppravdin/patchcord and available as a hosted service at patchcord.dev.
multi-agentasynccoordinationinboxremotelooppatchcord
by ppravdin Mar 19, 2026 8/10
app GitHub
A complete setup for reducing Claude Code API costs combining several tools: opusplan for planning with Opus before switching to cheaper models, claudetop for session monitoring, gstack for automation, GitNexus for GitHub intelligence, Handy for voice-to-text, and GitHub Copilot integration. Practical toolkit for API billing users.
costoptimizationapimonitoringtoolkit
by GauravRatnawat Mar 19, 2026 8/10
app GitHub
claw-recall stores and indexes AI agent conversations so they can be searched and retrieved to recover lost context. Works in multi-agent workflows where context frequently resets. Provides a searchable conversation archive that agents can query to resume prior work.
memorysearchconversationpersistencemulti-agent
by ken12ken Mar 19, 2026 7/10
app GitHub
A Discord Rich Presence client that displays your current Claude Code activity — active file, project name, and session state — directly in your Discord profile status. Lightweight integration for developers who want to share or log their Claude Code session context in Discord.
discordrich-presencestatusactivityintegration
by StealthyLabsHQ Mar 19, 2026 6/10
app GitHub
A tool for finding and recovering data and code files from Claude Code sessions — both humans and Claude itself can use it to pick up where a previous session left off. Useful when a session ends unexpectedly or when you need to trace what was generated in a prior run.
sessionrecoverycontextfilescontinuity
by ahundt Mar 19, 2026 7/10
app Reddit
LAP (Live API Protocol) provides compiled, versioned API specs that prevent Claude agents from hallucinating endpoints or parameters. The update adds automatic staleness detection on session start, a diff command showing exactly what changed, and a pin command to freeze specs. Addresses one of the most common sources of agent errors in API-heavy projects.
apispechallucinationagentversioning
by Big_Status_2433 Mar 19, 2026 8/10
app Reddit
ccoverage compares your Claude Code config (CLAUDE.md files, skills, MCP servers, hooks) against your actual session histories to show which parts are actively used vs. just adding noise. Helps clean up accumulated configuration bloat and understand what is genuinely helping. Great for optimizing token usage.
configauditoptimizationclaude.mdtoken
by SZQGG Mar 19, 2026 8/10
app GitHub
beacon is a CLI tool that monitors CI/CD deploy status after a git push and sends Telegram notifications when deployments complete or fail. Lets you step away after pushing without manually polling your CI dashboard. Simple and lightweight notification layer for deployment workflows.
ci-cddeploymentnotificationtelegrammonitoring
by Blysspeak Mar 19, 2026 5/10
app GitHub
rdf is a governance-driven AI development framework that adds convention enforcement, quality gates, and domain expertise plugins to Claude Code, Gemini CLI, and Codex. Helps teams enforce coding standards and quality rules automatically during AI-assisted development. Uses a rule-based approach to keep AI output consistent with team norms.
governanceconventionsqualityframeworkenforcement
by rfxn Mar 19, 2026 7/10
app GitHub
Plamen is an autonomous Web3 security audit agent built for Claude Code that automatically scans smart contracts and blockchain code for vulnerabilities. Useful for Solidity developers who want automated security review in their Claude Code workflow.
securityweb3solidityauditsmart-contract
by PlamenTSV Mar 19, 2026 6/10
app Reddit
A local knowledge base crawler that catalogs all dev projects in your ~/dev/ folder with AI-generated summaries. Helps find the right version of a project or feature across dozens of accumulated experiments and iterations. Also supports local LLMs for offline/private environments.
knowledge-baselocalcatalogsearchprojects
by tribat Mar 19, 2026 7/10
app GitHub
hipocampus is a drop-in memory harness for AI agents featuring 3-tier memory architecture, a compaction tree, and hybrid search. Set up with one command and works with Claude Code and OpenClaw. Addresses the lack of built-in persistent memory by providing a structured memory layer.
memorypersistencesearchagent3-tier
by kevin-hs-sohn Mar 19, 2026 8/10
app GitHub
Claude-Debussy is a Python wrapper for multi-phase Claude CLI sessions with compliance verification, state persistence between phases, and real-time streaming output. Useful for complex workflows that require multiple sequential Claude invocations with shared state. Provides structured orchestration over raw CLI calls.
orchestrationsessionstateclistreaming
by matt-grain Mar 19, 2026 6/10
app Reddit
Node9 is a local-first open-source proxy that acts as a deterministic permission layer for Claude Code agents. Instead of approving every ls and grep, you define what commands are safe vs. risky, and Node9 enforces those rules automatically. Reduces verification fatigue while still blocking destructive commands.
permissionsproxysafetyautonomousautomation
by WhichCardiologist800 Mar 19, 2026 7/10
app Reddit
MiniClaw is an open-source cognitive architecture layer on top of OpenClaw that adds persistent memory, an autonomous task brain, and the ability to file its own GitHub issues when it finds problems. Addresses the stateless agent problem where context resets every session. Gives agents continuity across sessions.
memorypersistenceagentcognitive-architecturecontext
by ryanb082 Mar 19, 2026 7/10
app GitHub
Flavian is a Claude Code-integrated WordPress development framework with Full Site Editing (FSE) block theme tools, automated security auditing, and Figma-to-WordPress conversion pipelines. Designed for WordPress developers who want to use Claude Code for theme development with proper conventions and tooling.
wordpressframeworkblock-themefigmasecurity
by PMDevSolutions Mar 19, 2026 7/10
app Reddit
sift is a CLI tool that groups repeated test failures by root cause before passing them to an AI agent. Instead of paying for the same error 125 times across failing tests, the agent sees each unique failure once. Reduces debugging cost by up to 60% and speeds up the fix loop.
testingdebuggingclitokenefficiency
by Opening-Cry-5030 Mar 19, 2026 7/10
app GitHub
upstream-agents provides isolated sandbox environments connected to your GitHub repositories for running AI coding agents. Keeps agent-generated code changes contained until review. Good for teams wanting safer autonomous coding without risk of direct repo pollution.
sandboxgithubisolationagentsafety
by jamesmurdza Mar 19, 2026 7/10
app Reddit
Edgee is a proxy that sits between Claude Code and the Anthropic API, compressing context by stripping redundant instructions and deduplicating conversation before forwarding. Reported to extend Pro sessions by 26.5%. Built with Claude Code itself, it operates transparently without changing Claude behavior.
tokencompressionproxycontextrate-limit
by Sea_Woodpecker256 Mar 19, 2026 7/10
app GitHub
baton-dx is a CLI package manager for AI coding tool configuration — write one manifest and it syncs your settings, rules, and skills across 14 tools including Claude Code, Cursor, Codex, and more. Eliminates duplicating configuration between different AI coding environments. Great for teams maintaining consistent AI tooling setups.
configpackage-managermulti-toolclaude-codecursor
by baton-dx Mar 19, 2026 8/10
app Reddit
Describes itself as the Terraform for AI agents — define your agent team configuration once and deploy it to Claude Code plus six other platforms. Treats multi-agent setups as infrastructure-as-code with a single declarative manifest. Useful for teams standardizing agent definitions across environments.
multi-agentdeploymentinfrastructureclaude-codeorchestration
by EducationVarious7849 Mar 19, 2026 7/10
app GitHub
A demo project showing how Claude Code agents can autonomously build a documentation compiler without human intervention. The project tracks the full live build process and showcases fully automated remote agent experiments. Useful reference for anyone building CI/CD pipelines around Claude Code.
agentdocumentationautomationclaude-code
by kimwwk Mar 19, 2026 5/10
app GitHub
A GUI tool to organize all your Claude Code memories, skills, MCP servers, and hooks in one place. Displays items in a scope hierarchy view and lets you move them between scopes via drag-and-drop. Addresses the pain of manually managing scattered Claude Code configuration across project, user, and global scopes.
claude-codeguiorganizationskillsmcphooks
by mcpware Mar 19, 2026 8/10
app GitHub
Converts product briefs into Stitch UI screens, variants, Tailwind-friendly HTML, and screenshots. Works across Claude Code, Codex, OpenClaw, GitHub Copilot, and Gemini CLI. Useful for teams that want to rapidly prototype UIs from written specifications using AI agents.
uitailwindprototypingmulti-agent
by yshishenya Mar 19, 2026 5/10
app Reddit
A GitHub App that reviews CLAUDE.md files and posts a score as a PR check. Built with Claude Code, it evaluates files for missing scope boundaries and other common failures. Most CLAUDE.md files fail two checks: no explicit scope limits and no rollback instructions. The repo includes the scoring standard.
claude-mdgithub-appci-cdquality
by StudentEmpty3717 Mar 19, 2026 8/10
app Reddit
A custom reverse-proxy API gateway specifically for Anthropic models, built to pool traffic from Cursor and Claude Code CLI. Targets the large context window costs of Opus and Sonnet by batching and routing requests efficiently. Includes setup details for self-hosting the proxy.
api-gatewaycost-optimizationproxycursor
by NefariousnessSharp61 Mar 19, 2026 6/10
app Reddit
An in-development dashboard for tracking Claude Code usage metrics via OpenTelemetry. The plan: connect OTel from Claude Code, visualize session stats, token usage, and task patterns in a polished UI. Looking for early feedback on the feature set. Interesting for teams wanting usage insights beyond what the CLI provides.
dashboardopentelemetrymonitoringusage
by DryZookeepergame8644 Mar 19, 2026 5/10
app Reddit
An experiment in competitive agent behavior: AI agents register, pick a fighting discipline, and compete in an MMA arena with real social consequences. Built with Claude Code. An interesting case study in multi-agent competitive environments and emergent agent strategies.
multi-agentcompetitiveexperimentapp
by AbjectFinance7879 Mar 19, 2026 5/10
app GitHub
A personal AI assistant gateway powered by Claude Code supporting Discord, Telegram, and a TUI interface. Features multi-agent support, session management, tool approval flows, and a memory system. A self-hostable alternative to commercial AI chat products with full agent capabilities.
gatewaydiscordtelegramtuimemory
by CatiesGames Mar 19, 2026 7/10
app GitHub
The definitive Claude Code + tmux/cmux integration. Adds status pills, progress bars, sidebar logs, desktop notifications, git integration, and subagent tracking to your terminal. A polished upgrade for developers running Claude Code sessions in multiplexed terminals.
tmuxterminaluimonitoringsubagents
by yigitkonur Mar 19, 2026 8/10
app GitHub
Loci provides Claude Code with a persistent memory layer modeled after a "memory palace" — spatial, identity-aware, and multi-project aware. Goes beyond simple memory storage to support distinct AI identities and coordinated orchestration across projects.
memoryidentityorchestrationmulti-project
by codesstar Mar 19, 2026 8/10
app GitHub
A multi-provider model routing proxy for Claude Code that routes agent roles — planning, coding, research — to different LLM providers. Supports automatic fallback, SSE streaming, and zero-config setup via `npx modelweaver init`. Useful for cost optimization and mixing model strengths.
routingmulti-providerllmcost-optimization
by kianwoon Mar 19, 2026 8/10
app Reddit
A non-developer operations manager built a production ERP integration tool covering 4 countries in 17 days: 9,500 lines of Python/FastAPI, 61 modules, 43 API endpoints, and 7 cross-system document transfer pipelines — all for ~$400 in Claude Code costs. A compelling real-world case study for the value of AI-assisted development.
case-studyfastapierpno-codeproductivity
by tombarto Mar 19, 2026 7/10
app GitHub
A code intelligence and RAG system for AI agents featuring semantic search, call graphs, impact analysis, type dependency mapping, and smart context assembly. Achieves 90.9% Recall@1 and 0.951 NDCG@10 with local ML and optional GPU acceleration. Addresses the problem of agents reading whole files just to find one function.
ragcode-intelligencesemantic-searchgpu
by jamie8johnson Mar 19, 2026 8/10
app Reddit
Membase is an external memory layer that persists context across Claude sessions and other AI tools. Addresses the common pain point of losing all session context when a conversation ends. Works as a cross-tool "external brain" rather than being tied to a single assistant.
memorypersistencecross-toolcontext
by Time-Dot-1808 Mar 19, 2026 6/10
app GitHub
A data loss prevention proxy that intercepts outbound requests from AI coding tools (Claude Code, Cursor, Copilot) and scans them for secrets, PII, and proprietary data before they reach AI providers. Acts as a security layer between developer machines and AI APIs. Critical for teams with compliance requirements.
securitydlpproxycompliancesecrets
by slima4 Mar 19, 2026 8/10
app GitHub
Queries 12 AI models (Gemini, Codex, Claude, Mistral, Ollama, etc.) in parallel as "consultants" with unique personas. Features confidence scoring, multi-agent debate, weighted synthesis, and preset configurations. The self-exclusion feature prevents the hosting model from also being a consultant. Compatible with agentskills.io.
multi-modeldeliberationdebateconsensus
by matteoscurati Mar 19, 2026 7/10
app GitHub
A cross-platform Python tool that automatically responds to confirmation prompts from Claude Code, Cursor Agent, Gemini, Codex, and 10+ other AI CLIs via a PTY proxy. Zero dependencies. Prevents overnight AI agent loops from blocking on a single "y/n" prompt.
automationptyunattendedovernight-agents
by host452b Mar 19, 2026 7/10
app Reddit
A CLI utility that shows which localhost ports are occupied by AI agent dev servers, distinguishing between Docker containers, npm dev servers, and orphaned processes. Solves the frustration of port conflicts when running multiple Claude Code instances simultaneously.
cliportsmulti-agentdevops
by Professional_Pop_240 Mar 19, 2026 6/10
app Reddit
A small web app that connects Claude Code builders globally, letting them share what they're currently building in real time. Built in a few hours using Claude Code itself. Addresses the isolation of solo vibe-coding by creating a lightweight social layer around it.
communitysocialreal-timeapp
by JCodesMore Mar 19, 2026 5/10
app GitHub
An AI-native static site generator with a built-in MCP server and Claude Code integration, powered by sub-second Rust builds. Designed so Claude Code can generate, preview, and deploy site content natively through MCP tools. An interesting alternative to post-hoc AI integration with existing SSGs.
static-sitemcprustai-native
by seite-sh Mar 19, 2026 7/10
app Reddit
An open source MCP-based bridge giving Claude full, persistent access to your code editor state — open files, selections, cursor positions, and diagnostics. Eliminates "contextual cliffs" where Claude loses awareness of what you're looking at. Built with Claude Code for Claude Code workflows.
mcpideeditorcontext
by wesh-k Mar 19, 2026 7/10
app Reddit
Anima models AI memory after biological neural plasticity — memories are reinforced when they keep mattering and decay over time when they don't. Rather than storing everything equally, it builds a selective, evolving memory that mirrors how humans actually remember. An experimental approach to long-term AI context.
memoryneuroplastictemporal-decaycontext
by Future_Shopping_8438 Mar 19, 2026 6/10
app GitHub
A next-generation AI memory layer with importance scoring, temporal decay, hierarchical memory organization, and YMYL (Your Money or Your Life) prioritization for high-stakes information. Goes beyond simple persistent memory to simulate how relevant different memories should be over time.
memoryimportance-scoringtemporal-decayhierarchical
by remete618 Mar 19, 2026 7/10
app GitHub
A tool that converts any existing repository into a structured, agent-readable workspace with governance controls. Sets up the scaffolding for AI coding agents to navigate, understand, and modify a codebase within defined boundaries. A lightweight alternative to full custom agent infrastructure.
governanceworkspacerepositoryagent-setup
by zuoyui Mar 19, 2026 7/10
app GitHub
An interactive portfolio template that looks and feels like the Claude Code terminal. Loads personal data from a JSON Resume and deploys as a static site. A creative use of the Claude Code aesthetic for developer portfolios.
portfolioclicreativestatic-site
by ambaena Mar 19, 2026 6/10
app GitHub
A Vim plugin that integrates the Claude CLI directly into Vim, enabling AI-powered coding workflows without leaving the editor. Useful for developers committed to Vim who want Claude Code capabilities without switching to a different editor.
vimeditorintegrationcli
by rishi-opensource Mar 19, 2026 6/10
app Reddit
An open-source desktop app that wraps Claude Code with a worktree manager. Features include run/setup scripts, complete worktree isolation, git diff and operations, and "Connections" — a feature that lets you link repositories in a virtual folder that the agent sees as one. Targets developers running complex multi-repo workflows.
worktreedesktop-appgitmulti-repo
by moropex2 Mar 19, 2026 7/10
app GitHub
A memory-enhanced agent system providing persistent context across Claude Code sessions and MCP-compatible tools. Stores and retrieves session context intelligently to avoid re-explaining the same background information in every new session.
memorypersistencemcpcontext
by Blueforce-Tech-Inc Mar 19, 2026 6/10
app Reddit
After watching Claude burn 84K tokens reading an 8,000-line file to find a single function, the author pair-programmed ~22K lines of C with Claude Opus 4.6 to build a tool that addresses this specific inefficiency. A detailed account of the development process and the technical solution.
token-optimizationcpair-programmingcontext-window
by pbishop41 Mar 19, 2026 8/10
app GitHub
A pair programmer tool supporting Claude Code, Codex, and Cursor as collaborative coding partners. Enables structured, session-aware pair programming workflows across multiple AI coding tools.
pair-programmingcodexcursorcollaboration
by video-db Mar 19, 2026 6/10
app GitHub
A CLI tool that configures popular AI coding assistants (including Claude Code) using the HolySheep API for streamlined setup. One command to bootstrap configurations across tools, reducing the time spent manually configuring each AI assistant.
cliconfigurationsetupmulti-tool
by taty-aguilar Mar 19, 2026 5/10
app GitHub
A bridge that routes Claude Code API calls through a Cursor subscription, eliminating the need for a separate Anthropic API key. Zero-dependency setup. Useful for developers who already have a Cursor subscription and want to experiment with Claude Code without additional billing.
cursorproxysubscriptioncost-saving
by lmoudamir Mar 19, 2026 6/10
app GitHub
An interactive Mermaid diagram preview tool for Claude Code. Click nodes or edges in the browser, leave comments, and watch Claude iterate on the diagram in real time. Bridges the gap between Claude's text output and visual diagram feedback loops.
mermaiddiagramsvisualizationinteractive
by micnoy Mar 19, 2026 8/10
app Reddit
A developer used Claude Code to build a satellite image analysis pipeline modeled on commercial products used by hedge funds. Details the technical approach, model choices, and how Claude Code accelerated development of a complex data pipeline that would normally require specialized GIS expertise.
satelliteimage-analysisdata-pipelinefinance
by Soft_Table_8892 Mar 19, 2026 7/10
app GitHub
An engineering command center for terminal-based AI coding agents. Provides a unified control surface for managing, monitoring, and directing Claude Code and other terminal agents from a single interface.
command-centerterminalmonitoringorchestration
by delvop-dev Mar 19, 2026 6/10
app GitHub
A native macOS menu bar app that acts as an "attention layer" for terminal AI agents. Shows agent activity status, alerts when agents need input, and provides quick controls — all without leaving the current app. Designed for developers who run Claude Code in background terminals.
macosmenu-barmonitoringnotifications
by atiti Mar 19, 2026 7/10
app GitHub
A lightweight statusline widget for Claude Code that tracks how fast you are burning through your quota and warns if the pace is too high. Written in pure Bash and jq with no external dependencies — drop it into any terminal statusline setup. Helps prevent hitting rate limits mid-session by giving you a real-time consumption pace indicator.
quotastatuslinemonitoringbashproductivity
by Astro-Han Mar 19, 2026 7/10
app Reddit
TL;DR: We pointed Claude Code at its own install directory to evaluate it as a compilation target for our TypeScript-to-native compiler. It dispatched 7 subagents. Two refused to extract the system...
typescript
by proggeramlug Mar 19, 2026 7/10
app Reddit
I've been using Claude Code full-time for about a year across client projects. Built the whole thing with Claude Code itself, actually - the irony of using Claude to build guardrails for Claude was...
hookworkflowgitpythonconfig
by OkShake7359 Mar 19, 2026 9/10
app GitHub
Tmux session manager for Claude Code — manage multiple AI conversations across projects
by leonjang88 Mar 19, 2026 8/10
app GitHub
A set of Claude Code skills to speed up the creation of Dapr applications and run them on Diagrid Catalyst.
skill
by diagrid-labs Mar 19, 2026 8/10
app Reddit
Hi everyone, I’m currently using Claude Code to build a geospatial map of my clients in Europe to identify new territory opportunities. I’m on the Max plan (90€/month), but I’ve hit a wall: whether...
workflow
by Sufficient_Name2639 Mar 19, 2026 7/10
app Reddit
I spent a few hours testing each Gemini model with Claude Code Router (both free and paid API keys) and wanted to share the findings since I couldn't find a comprehensive comparison anywhere. Setup...
apiconfigtestingreview
by Fearless_Mention_451 Mar 19, 2026 10/10
app Reddit
I'm a heavy Claude user: Code, chat, Cowork, the whole stack. Opus and Sonnet are my daily drivers for pretty much everything, from agentic coding sessions to document work to automation planning. ...
workflowautomation
by samuel-gudi Mar 19, 2026 7/10
app Reddit
Have been using outlook but IT won't enable Microsoft Graph API access, so I can't connect email to Claude or any AI tool. Got tired of copy-pasting emails, so I built a scanner that reads Outlook ...
skillapigitautomation
by coolreddy Mar 19, 2026 9/10
app Reddit
I'm not a developer. I've never written a line of code by hand. But I just shipped a production SaaS with 39 database tables, real-time WebSocket connections, Stripe billing, and a multi-portal arc...
api
by powleads Mar 19, 2026 6/10
app Reddit
I've been studying why Claude Code works so well compared to more structured AI tools — the single loop, bash-as-everything, minimal constraints. Got curious whether the same philosophy could apply...
gitreview
by Imaginary-Catch8403 Mar 19, 2026 8/10
app GitHub
🛠️ Enhance Claude Code CLI’s refactoring with JetBrains IDEs, leveraging advanced semantic analysis for smarter code usage handling.
by YousifAshwal Mar 19, 2026 6/10
app Reddit
Does this happen to you too? Claude hits an error, tries to fix it, same error comes back, tries a slightly different version of the same fix, same error, repeat. By attempt 10 you've lost half an ...
mcpgit
by Friendly_Honeydew760 Mar 19, 2026 7/10
app Reddit
Disclosure: I’m the founder/builder of Packet28 . It’s a free, open-source tool for AI coding agents that reduces noisy tool output into smaller handoff packets so the next step carries less raw co...
by Inner_Caterpillar948 Mar 19, 2026 8/10
app Reddit
I talked to two people in Silicon Valley today. A senior AI engineer at Meta and a startup founder who went through Stanford MBA. They don't know each other. They said almost the exact same thing. ...
by hiclemi Mar 19, 2026 7/10
app Reddit
Sharing a project I built heavily with Claude Code. PreSale is a free iOS app that generates resale listings from a text description or photo: title, description, category, and a data-driven price ...
apipythontesting
by Lili_thepink Mar 19, 2026 7/10
app Reddit
Hey everyone! As the title says - in the past two weeks I built a collection of design skill files that are basically like themes used to be with websites, but this time it's instructions for Claud...
skill
by elwingo1 Mar 19, 2026 7/10
app Reddit
I've been building Chronoid for about a year now — a macOS time tracking app that automatically monitors what apps and websites you use throughout the day. I just shipped an MCP server that lets Cl...
mcpcommandworkflowgitconfig
by tuanvuvn007 Mar 19, 2026 10/10
app Reddit
Each dot is a claude conversation. After a month this is what CORE has built from my claude code sessions. The reason I built this: every new cc session starts cold. You're re-explaining context yo...
mcpgitconfig
by mate_0107 Mar 19, 2026 8/10
app Reddit
Hey, I just remixed two open-source projects to build something for kids that works with Claude Code . It’s called The Orchestra . A lot of us using Claude Code have kids around who already see us ...
by DevPras Mar 19, 2026 7/10
app Reddit
https://preview.redd.it/cm5nhc0ekupg1.jpg?width=1206&format=pjpg&auto=webp&s=f3a1fdf25321da3353b5790e1dfa25e744de0c95 Loaded $25 onto a virtual debit card. Gave it to my AI agent (Claude-based, run...
gitreview
by Joozio Mar 19, 2026 5/10
app Reddit
I built a central logging system designed for Claude. It lets Claude find and fix issues on its own, both in dev and in production. Why I built this You know how it goes - Claude runs into an issue...
typescript
by Ok-Spirit-8502 Mar 19, 2026 5/10
app Reddit
I ran a small experiment this week: Same task: → build a simple data pipeline (fetch → process → store) Agents: – different setups (context / memory) – Claude-style vs Codex-style workflows What I ...
workflowapi
by iamleoooo Mar 19, 2026 6/10
app Reddit
I've been building a mobile app (in React Native) that lets you connect to your tmux sessions from your phone over WebRTC, peer-to-peer, end-to-end encrypted, no account required. The kind of niche...
workflowtestingreview
by rbonestell Mar 19, 2026 7/10
app Reddit
I've been using Claude Desktop for multi-day coding projects, and the biggest pain point was losing all context between sessions. I'd have to re-explain my architecture, what I was working on, and ...
mcpgittypescriptconfig
by dco44 Mar 19, 2026 9/10
app Reddit
I've been using Claude Code for about a year now, and I made the same mistake for the first few months that I see most people making: treating it like a chat interface that happens to write code. A...
mcpskill
by According_Turnip5206 Mar 19, 2026 10/10
app Reddit
SlideToPDF – Turn photos of projected slides into a clean, perspective-corrected PDF I built a small macOS desktop app to solve a problem I kept running into: you're in a lecture or meeting, you sn...
gitpythonreview
by Legitimate-Gene-7047 Mar 19, 2026 5/10
app GitHub
A desktop app for Claude Code with multi-tab sessions, agent observability, and a built-in browser.
by kerplunkstudio Mar 19, 2026 7/10
app Reddit
I open-sourced what I built: Free Tool: https://graperoot.dev Github Repo: https://github.com/kunal12203/Codex-CLI-Compact Discord(debugging/feedback): https://discord.gg/xe7Hr5Dx I’ve been using C...
mcpgitclaude.md
by intellinker Mar 19, 2026 9/10
app Reddit
Over the last ~2.5 weeks I built Atoo Studio from a pretty simple pain point: once I started using Claude Code heavily across multiple projects, my workflow turned into terminal + tab chaos. What I...
workflowgitreview
by FurtiBlub Mar 19, 2026 7/10
app Reddit
Anyone else hitting this after updating to 2.1.78? I build skills and agents all day. My entire workflow lives inside .claude/skills/ and .claude/agents/. I run claude --dangerously-skip-permission...
skillhookworkflowgit
by Similar-Anybody2983 Mar 19, 2026 10/10
app GitHub
Terminal-based viewer for Claude Code conversation logs. Browse projects, view conversations with vim-style navigation, collapsible thinking blocks, and CJK character support.
by JeiKeiLim Mar 19, 2026 8/10
app Reddit
Hey everyone, If you're using Claude Code skills (SKILL.md files), you're giving an AI agent access to your shell, file system, and environment variables. I realized nobody was checking whether the...
skillcommandgit
by Competitive-Bee-1764 Mar 19, 2026 10/10
app Reddit
Once you hit 5+ projects with Claude Code, the component sprawl gets real. Global skills in ~/.claude/ shadow project-level ones with the same name. Agents reference skills that only exist in a dif...
skillhookcommandreview
by jayjaytinker Mar 19, 2026 10/10
app Reddit
Pro dev of 10+ years. It's important to remember that the outputs of these models are random to a degree. You can give it the same prompt and get different responses each time. I have never noticed...
skillclaude.mdreview
by Guilty_Bad9902 Mar 19, 2026 8/10
app Reddit
I feel like I'm pushing the edges of agentic development with Claude Code and agent teams. I'm writing a whole bunch of my own tooling now, and doing things like moving away from pull requests beca...
git
by vert1s Mar 19, 2026 7/10
app Reddit
I have countless projects where i customize ralph loops or encode other multi-step workflows. Building sophisticated ralph loops that don't end up producing AI slop is quite hard. Even for simple f...
workflowreview
by ASBroadcast Mar 19, 2026 7/10
app Reddit
Ok, it's a clickbaity title, but it reflects a real and typical personal experience and also a real problem. Claude and the likes of it are improving. The code is often correct, and most of the tim...
workflow
by Left-Orange2267 Mar 19, 2026 7/10
app Reddit
I've been developing a unique twist on the N queens / star battle logic puzzle game called Kings vs Queens over the past several weeks, entirely through Claude.ai conversations in the browser. No I...
workflowtypescript
by Dapper_Dingo4617 Mar 19, 2026 6/10
app GitHub
CLI tool that renders Markdown files in a native frameless macOS window with live reload, syntax highlighting, KaTeX math, and Mermaid diagrams. Designed for terminal-only agents like Claude Code.
by mxcoppell Mar 19, 2026 7/10
app GitHub
Spotify Wrapped for Claude Code. Browser tool — select your ~/.claude folder, no install needed. Stats, archetypes, shareable cards.
by yurukusa Mar 19, 2026 6/10
app Reddit
Got banned today while building my company's CRM. Am about 75% done with it and $2500 in with claude code. Use the Claude pro plan for basic prompts of the basic write this email better type stuff ...
api
by copiumjunky Mar 19, 2026 7/10
app Reddit
Your LLM is often lying to you. When you see it calculate a number it is simply predicting the tokens and presenting them as a number, its not actually using a calculator to PROVE that the calculat...
mcpskillclaude.mdreview
by Fresh_Quit390 Mar 19, 2026 10/10
app Reddit
I've been using Claude Code since early 2025. In addition to coding, I began saving all of my chat history with Claude Code, knowing that at some point it will be useful. Recently, I decided to do ...
by Avivsh Mar 19, 2026 7/10
app Reddit
I've been working on a blog post series about "Software 2.0" about productionizing "vibe coding" into a real engineering discipline. Most of the focus is on shifting developers' roles from specifyi...
mcpskilltestingreview
by Aaronontheweb Mar 19, 2026 10/10
app Reddit
I’ve seen this Claude Code diagram pop up a few times, and I spent some time going through it carefully. Sharing how I understand it, in case it helps someone else who’s trying to connect the piece...
mcpskillhookcommandworkflowgit
by SilverConsistent9222 Mar 19, 2026 10/10
app Reddit
What I need: - One source of truth for company context - Works across Claude surfaces (some of them are on desktop app, some using IDE) - Team can read it. Team can’t break it - When someone spots ...
skill
by flipflapfallflat Mar 19, 2026 6/10
app Reddit
You can ask claude, what is the first sentence of stated above? It will provide, I just asked it the next sentence, and then the next, and then the rest, But it wasn't willing to give the rest, the...
skillgit
by johnney25 Mar 19, 2026 6/10
app Reddit
As with many others, I thought I'd check out Claude. With Gemini, "we" tried to create an app that would use the cover screen of my Samsung Fold as a control pad for games. You could assign zones o...
by BradyBrother100 Mar 19, 2026 5/10
app Reddit
I'd love to know everyone's approach to this - I've seen so much going on online but none of it really aligns with the way I operate across multiple projects and need context that's specific to eac...
skillhookgit
by bananabooth Mar 19, 2026 10/10
app Reddit
I got tired of re-explaining context every time I started a new Claude Code session. The auth architecture decision from last week, the CORS fix from three days ago, your testing library preference...
mcpapiclaude.mdtestingreview
by ew6050 Mar 19, 2026 9/10
app Reddit
I built claive — multi-agent orchestrator for Claude Code. One goal → parallel agents, each on its own git branch. One-shot full applications. Open source: https://github.com/ionutz0912/claive subm...
git
by ionutz09 Mar 19, 2026 7/10
app GitHub
A desktop app that turns Claude Code into a visual Kanban build loop. Describe a feature, review the plan, watch it get built task by task.
review
by YoniRaviv Mar 19, 2026 6/10
app Reddit
As the headline suggests, we all want a Javis, but most builds are fragments of what Jarvis could/should be, so I took it on my own to create something more... There is a lot to it, so this is a sh...
dockerreview
by Consistent-Signal373 Mar 19, 2026 7/10
app GitHub
Claude Code tool for analyzing large audio files using Recursive Language Model patterns. Whisper + RLM, no API keys needed.
api
by TheOneWhoBurns Mar 19, 2026 6/10
app GitHub
Coding standards for AI coding assistants. Auto-detect tech stack, generate project rules. Works with Claude Code, Cursor, Antigravity, GitHub Copilot.
git
by lifedever Mar 19, 2026 6/10
app Reddit
Working on this the last week. Fetches jobs api in bulk (JSON file full of jobs) subagent tailors resume, then another sub agent uses playwright MCP to interact with the site. Does one job applicat...
mcpapi
by Dangerous_Bat_557 Mar 19, 2026 8/10
app Reddit
TL;DR: Had a Chrome extension with tens of thousands of users. Google killed it 2 years ago (MV2 > MV3 migration). Rebuilt the entire thing - extension + API + website + QA agent - in 7 days using ...
api
by Rank-Booster Mar 19, 2026 5/10
app Reddit
I got frustrated with memory plugins that log everything and search later. Built one that filters at capture time instead. The idea: Every tool Claude uses gets scored on 5 salience dimensions (Sur...
hookworkflowgit
by Chemical_Policy_2501 Mar 19, 2026 8/10
app Reddit
There was a silent auth error on my newly created full-stack app and CC couldn't find it despite my several attempts for hours. I was stressed and digged around manually a lot as well. Eventually C...
mcpskillclaude.md
by Lumpy-Criticism-2773 Mar 19, 2026 9/10
app Reddit
Hey, we’re building a small AI studio focused on helping businesses set up AI infrastructure (knowledge bases, agent systems, workflow automation) while also building our own products. We’re lookin...
mcpworkflowautomation
by tippytptip Mar 19, 2026 8/10
app GitHub
🔧 Manage your AI agents easily with Claude Subagent Editor, a web-based tool for editing configuration files using a simple drag-and-drop interface.
config
by badrnewgames Mar 19, 2026 6/10
app Reddit
Question in the title. This is mostly for my non-dangerously-skip-permissipns brethren. I know I can avoid all of these troubles by using dev containers or docker and bypassing all permission promp...
mcphookdocker
by jetsy214 Mar 19, 2026 7/10
app Reddit
So I've been using Claude Code for a while and kept running into the same two annoying things: The memory system is great but editing `.md` files in a text editor gets tedious fast, especially when...
gitreview
by According_Turnip5206 Mar 19, 2026 7/10
app Reddit
Wasn’t sure what to write for a title, but here it goes. I have zero coding skills, so I’m looking for some advice from the pros. I’m convinced that learning how to use tools like Claude will be a ...
skill
by Chilliman_Malta Mar 19, 2026 6/10
app Reddit
Hi, I am a newbie on claude code with a very limited coding. I just started vibe developing a 2-D android game from scratch using Claude code. Tried my best to help claude plan the outcome first, g...
mcpskillapi
by casualcynicist Mar 19, 2026 9/10
app Reddit
Is it possible to build a full enterprise app vibe coded with Claude code max? My cousin's company is using an agency in London to build a multi platform app. Mobile, desktop. All on Claude code. T...
workflow
by bramburn Mar 19, 2026 7/10
app Reddit
I have been using Claude Code heavily on an Enterprise plan and got frustrated by: No way to see spending per project or session. Enterprise only gives aggregate numbers. All configs, skills, MCPs,...
mcpskillhookapigitclaude.md
by kenthesaint Mar 19, 2026 10/10
app Reddit
One of the most frustrating aspects of AI-assisted coding is the "context cliff." After spending time building context with an AI, you often find yourself re-explaining everything in subsequent ses...
mcpskillcommandgitreview
by wesh-k Mar 19, 2026 10/10
app Reddit
Found a GitHub repo that looked like an open-source B2B growth playbook — turns out it was 562 lines of shallow outlines designed to funnel people into a $200 Telegram consulting call (crypto/wire ...
workflowgit
by Expensive_Election Mar 19, 2026 7/10
app Reddit
Disclosure: my goal is to build a commercial product (Saas) from this but there is a free plan. Hey, I'm an IT infra consultant (cloud, k8s, enterprise automation). Started using Claude Code last y...
hookapiautomation
by damienhauser Mar 19, 2026 10/10
app Reddit
After abandoning Antigravity I've finally landed on Claude Code for my after hours coding as well. But the Pro subscription runs out pretty fast, and I'm having trouble justifying paying 100$ "just...
hookworkflow
by Outreact Mar 19, 2026 8/10
app GitHub
A terminal that lets you dock, split, merge, and reshape panes dynamically for managing multiple AI coding agent sessions. Designed around the multi-agent workflow rather than adapted from general terminal tools.
terminaluimulti-agentworkspaceproductivity
by glowElephant Mar 19, 2026 7/10
app Reddit
A unified queue for all Claude Code agent sessions showing what is blocked, erroring, or needs attention. Eliminates the chaos of having dozens of terminal windows with no way to track status at a glance.
terminalqueuemanagementparallelui
by imu- Mar 19, 2026 8/10
app GitHub
Remote AI coding via messaging apps with real-time dashboard, heartbeat monitoring, and idle alerts. Lets you start tasks, check progress, and approve actions from your phone without touching the terminal.
remotemobiletelegramslackmonitoring
by 24kchengYe Mar 19, 2026 7/10
app Reddit
Mirrors your Claude Code terminal session to a Discord channel so you can read output, approve tool calls, and send commands from your phone. Solves the problem of starting long tasks and having no way to monitor them remotely.
remotediscordmobilemonitoringcli
by dooooobyy Mar 19, 2026 7/10
app GitHub
Implements the Anthropic long-running agent pattern as a single command: scans codebase, plans changes, writes code, validates with tests, then commits. Turn requirements into working committed code end-to-end.
autonomousagentloopsdkautomation
by lk19940215 Mar 19, 2026 8/10
app GitHub
An open-source CRM built with a Context Engine for agent-human GTM coordination. MCP-native with 80+ tools, full CLI, REST API, and web UI. Works with any PostgreSQL database.
crmmcpapppostgresqlgtm
by crmy-ai Mar 19, 2026 8/10
app GitHub
Monitor your Claude Code spending and get push notifications on macOS, iOS, and watchOS when you hit thresholds. Built to keep API costs visible across all Apple devices. Useful for anyone running long autonomous sessions.
monitoringusagenotificationsmacosios
by MrDemonWolf Mar 19, 2026 7/10
app Reddit
A platform built entirely with Claude Code that catalogs AI agent skills from Anthropic, Google, Microsoft, and 59 other companies. Includes backend, frontend, CLI, MCP server, and a sync engine that pulls skills automatically.
skillscatalogdiscoverymcpindex
by Doggggoo Mar 19, 2026 8/10
app Reddit
A Chrome extension that lets you hover over any live webpage element and send it straight to Claude Code. Eliminates the inspect-element-copy-selector-paste-into-AI loop by creating a direct visual bridge.
browserextensionvisualcsschrome
by ddotdev Mar 19, 2026 8/10
app GitHub
A multi-agent autonomous software engineering team powered by Claude Code and the A2A protocol. Agents self-heal and self-diagnose, forming a collaborative development team that can iterate on code without human intervention.
multi-agentautonomousa2aself-healingsoftware-engineering
by ArtemisAI Mar 17, 2026 7/10
app GitHub
An AI assistant that automates Git tasks, simplifies worktree management, and resolves merge conflicts. Manages the full Git workflow so developers can focus on code rather than branch and merge mechanics.
gitworktreemerge-conflictsautomationai-assistant
by princeanthony-IT Mar 17, 2026 6/10
app GitHub
Autonomously orchestrates Claude Code, Codex, Gemini, OpenCode, and more in a multi-session terminal manager. Coordinates multiple AI coding agents across parallel sessions from a single interface.
multi-agentterminalorchestrationcodexgemini
by fynnfluegge Mar 17, 2026 6/10
app Reddit
A terminal UI that turns feature requests into structured multi-agent pipelines: planning pass, implementation, tests, review, and PR — instead of one big blob of changes. Addresses the lack of structure in raw Claude Code sessions.
pipelinemulti-agentterminaltuiplanningworkflow
by MustfOk Mar 17, 2026 7/10
app Reddit
A tool to watch Claude Code sessions in real time across app, web, and TUI interfaces. Addresses the absence of built-in session visibility — handles JSONL logs with real-time streaming for debugging and research sessions.
monitoringreal-timetuiweblogssessions
by Delexw Mar 17, 2026 7/10
app Reddit
A lightweight macOS menu bar app built with Claude Code that shows Claude usage stats without keeping claude.ai open in a browser. Lets you track usage at a glance directly from the system menu bar.
macosmenu-barusage-trackingopen-sourceapp
by Efficient-Slip2707 Mar 17, 2026 6/10
app GitHub
A desktop IDE specifically designed for crafting, validating, and testing Claude API prompts with best-practices linting built in. Integrates with Claude Code via MCP for a seamless prompt development workflow.
desktopidepromptsmcplinting
by midwire Mar 17, 2026 8/10
app GitHub
A tool to automate evaluation of Claude Code plugin components — ensuring skills, agents, commands, and hooks trigger accurately. Useful for testing and validating plugins before deployment.
testingpluginsevaluationskillshooks
by imbflool Mar 17, 2026 7/10
app Reddit
A local image analysis pipeline built with Claude Code that converts images to text descriptions (using OCR integration and YOLO detection) before sending to Claude. Significantly reduces token usage when working with visual content.
tokensimagesocroptimizationtool
by emilystar_19 Mar 17, 2026 7/10
app GitHub
A local proxy that intercepts and logs all LLM API calls, capturing token counts, costs, prompts, and responses across any language or tool. Zero-config setup that works with Claude Code, Cursor, and any API-based LLM tool.
tokenscostsloggingproxymonitoring
by lanesket Mar 17, 2026 8/10
app GitHub
A production-grade Discord AI assistant powered by Claude Max via the claude -p headless mode. Zero API cost for Claude Max subscribers — runs entirely on your subscription instead of the API.
discordclaude-maxbotheadlessintegration
by Ramsbaby Mar 17, 2026 7/10
app GitHub
A cross-platform Agent Control Center for AI coding tools (Claude Code, Codex, Cursor) built with Tauri v2 (Rust + JS). Provides a unified management interface for running and monitoring multiple AI coding agents.
desktoptauricontrol-centermulti-agentui
by PoooL09 Mar 17, 2026 7/10
app Reddit
h5i (high-five) is a Rust-based next-generation Git designed for AI-generated code. It tracks AI authorship, provides context-aware diffs, and adds metadata relevant to agentic codebases.
gitai-awarerusttoolingversioning
by Living_Impression_37 Mar 17, 2026 7/10
app GitHub
ClaudeOS provides a persistent Nix virtual machine environment for Claude Code to operate in, with a clean expandable UI. Gives Claude a stable, reproducible execution environment isolated from the host system.
nixvmsandboxenvironmentui
by aventre-labs Mar 17, 2026 8/10
app GitHub
A linter specifically for Claude Code plugin artifacts — validates agent definitions, command structure, and skill files for quality and correctness. Useful for teams maintaining large Claude Code plugin repositories.
lintervalidationskillsagentscommands
by dotcommander Mar 17, 2026 8/10
app GitHub
A GUI for discovering, understanding, and managing AI agent workflows stored in ~/.claude/, ~/.codex/, and project config directories. Provides a visual interface for all your agent definitions, skills, and configurations.
guimanagementskillsworkflowdesktop
by ohing504 Mar 17, 2026 8/10
app GitHub
A local web dashboard that gives you a centralized view of your Claude Code ecosystem — skills, commands, agents, hooks, and MCP servers in one place. Useful for managing complex, multi-project Claude Code setups.
dashboardmanagementskillsecosystemui
by sorlen008 Mar 17, 2026 8/10
app Reddit
A statusline integration that shows your Claude Code context window depth and usage limit utilization in real time. Helps avoid surprise rate limits and context compaction by providing continuous visibility into consumption.
statuslinecontext-windowusagemonitoringui
by kalos-kagatos Mar 17, 2026 8/10
app GitHub
autocode detects what you are building across sessions, compresses session context, and feeds it back automatically on restart. Zero setup, zero dependencies, one markdown file. Claims 40-65% token savings on repeat sessions.
tokensmemorysessioncompressionzero-setup
by ilang-ai Mar 17, 2026 8/10
app GitHub
A native desktop application built with React 19, TypeScript, and Tauri 2 (Rust) for managing AI agent instructions, system prompts, and project templates. Supports Claude Code, Cursor, and other coding agents.
desktoptauripromptstemplatesmanagement
by Lesterhr Mar 17, 2026 7/10
app GitHub
Automatically collects Claude Code plugin adoption metrics (stars, downloads, usage) across GitHub repositories using n8n workflows. Useful for discovering trending and widely-adopted plugins.
pluginsmetricsdiscoveryanalyticsn8n
by quemsah Mar 17, 2026 7/10
app GitHub
Analyzes your Claude Code usage patterns and generates a proficiency badge using a rule-based scoring engine with 53 pattern-matching rules across 5 CCA-aligned domains. Auto-embeds the badge in your README.
badgeproficiencymetricsreadmescoring
by Z-M-Huang Mar 17, 2026 7/10
app GitHub
A tool that analyzes why AI coding sessions fail by examining session logs and patterns. Two commands, zero config, zero dependencies. Identifies common failure modes like context overflow, tool errors, and planning failures.
debuggingsessionsanalysisdiagnosticstool
by ateeples Mar 17, 2026 8/10
app Reddit
Shep AI is an open-source development tool that automates the full idea-to-merged-PR workflow. Designed for teams managing multiple AI coding agent sessions with a unified SDLC control center.
sdlcmulti-sessioncontrol-centerworkflowopen-source
by assentic Mar 17, 2026 8/10
app GitHub
A macOS menu bar application that monitors your Claude Max usage in real time, featuring an animated flame indicator and detailed usage insights. Helps Max plan subscribers track consumption before hitting limits.
macosmenu-barusagemonitoringclaude-max
by Fortugenic Mar 17, 2026 7/10
app GitHub
A tool that shows what Claude Code is doing as a live Discord Rich Presence card — tracking sessions, displaying current activity type, and generating humorous status messages. Uses PostToolUse hooks.
discordhooksstatusuisocial
by BrunoJurkovic Mar 17, 2026 7/10
app Reddit
Tycono is an open-source harness where you define AI agent roles in an org chart structure, give them names and responsibilities, and they operate autonomously with defined authority boundaries.
harnessagentsorg-chartrolesopen-source
by nodias46_ Mar 17, 2026 7/10
app GitHub
A terminal-based monitoring tool (in the style of Unix top) for watching multiple AI coding agent sessions in real time. Shows session activity, resource usage, and status across concurrent Claude Code instances.
tuimonitoringsessionsterminalmulti-agent
by ldegio Mar 17, 2026 8/10
app Reddit
A macOS infinite canvas application where multiple Claude Code and other coding agents can work in parallel with the ability to communicate between agent instances. Built to address the cognitive load of managing many agent windows.
macoscanvasmulti-agentuiparallel
by Eveerjr Mar 17, 2026 7/10
app Reddit
A small CLI tool for switching between multiple Claude Code accounts quickly — useful for developers with personal and work subscriptions or teams sharing Claude Max seats.
cliaccountsmanagementclaude-maxtool
by nickmzz Mar 17, 2026 7/10
app Reddit
An open-source local proxy and firewall for intercepting outbound LLM requests from Claude Code. Provides visibility into what prompts are being sent, enables request filtering, and creates an audit log of all AI interactions.
securityproxyfirewallaudittransparency
by Huge-Ad6985 Mar 17, 2026 8/10
app Reddit
Claude Code agent teams spawns teammates in tmux panes, which does not work on Windows without WSL. This project provides a native Windows backend for agent teams, making parallel agent workflows work on Windows CMD/PowerShell.
windowsagent-teamsnativeparallelcompatibility
by SeaLeague3329 Mar 17, 2026 8/10
app Reddit
An open-source tool using Mac Secure Enclave to let Claude Code execute code that needs secrets without ever exposing the actual secret values in context. Claude runs the code and sees only the result, not the credential.
securitysecretssecure-enclavemacosprivacy
by Outrageous_Corner181 Mar 17, 2026 9/10
app Reddit
A macOS notifications system for Claude Code that alerts you when agents need attention, finish tasks, or encounter errors. Built to address the anxiety of not knowing if background agents are actually making progress.
macosnotificationsmonitoringagentsui
by AnevRS Mar 17, 2026 7/10
app Reddit
Railguard provides a middle ground between full manual approval and --dangerously-skip-permissions. Define specific tool patterns that can run freely while still requiring approval for sensitive operations like network calls or file deletion.
securitypermissionsautomationcontrolsafety
by rumm25 Mar 17, 2026 9/10
app Reddit
A static site generator where `seite init` generates a CLAUDE.md context file containing your entire site schema. Running `seite agent "write a post about..."` spawns Claude Code with full site context pre-loaded, enabling the agent to generate, update, and manage content without manual context injection.
static-siteCLAUDE.mdcontentagentintegration
by Illustrious_Top5966 Mar 16, 2026 7/10
app Reddit
Noren analyzes your existing writing (tweets, blog posts, essays) to extract sentence rhythm, rhetorical moves, punctuation habits, and word preferences — then generates new text that genuinely sounds like you wrote it. Built across 4 codebases in a 16-hour Claude Code session using prompt caching.
writingvoicegenerationprompt-cachingbuild-in-public
by Unlikely_Big_8152 Mar 16, 2026 6/10
app Reddit
Addresses LLM agent statelessness using hyperdimensional computing to create a persistent memory layer. Prevents context window overload on long projects and enables genuine long-term reasoning across sessions — not just context stuffing.
memorypersistenceneuro-symbolichyperdimensionalstateless
by Arkay_92 Mar 16, 2026 5/10
app Reddit
A minimal web tool for checking your Claude 2x (rate-limited) usage status, with a Discord bot DM notification command when limits reset. Open source at github.com/k33bs/claude2x.
usagerate-limitsmonitoringdiscordtool
by _k33bs_ Mar 16, 2026 5/10
app Reddit
A Go rewrite of OpenClaw — single binary, 200ms cold start, 30MB RAM. Features graph-based memory (Neo4j or local GML), full multi-user RBAC, MCP integration with OAuth 2.1, and an encrypted secrets backend. Claude Code was a named collaborator in the rewrite.
self-hostedgomcpmemorygraphoauth
by neirth Mar 16, 2026 7/10
app GitHub
A comprehensive web UI for Claude Code CLI combining chat, Kanban task board, task scheduling, multi-agent orchestration, MCP server management, skills, and remote access via Web, SSH, and Telegram. Brings full project management into a single browser-based workspace.
web-uiworkspacekanbanmulti-agentmcpremotetelegram
by Lexus2016 Mar 16, 2026 9/10
app GitHub
A Claude Code plugin providing per-project, per-agent, and per-skill token usage tracking with a local dashboard. Helps teams understand exactly where tokens are being spent across different skills and agent sessions.
token-trackingcostdashboardanalyticsplugin
by bhvbhushan Mar 16, 2026 7/10
app GitHub
Gives Claude Code and other coding agents (Gemini CLI, Codex CLI, Kimi CLI) persistent memory across sessions — the agent remembers how it solved bugs before and reuses that knowledge. Targets the "start from scratch every session" problem common to all stateless coding agents.
memorypersistencecross-sessionagentsdebugging
by eanai-ro Mar 16, 2026 7/10
app Reddit
A collaborative workspace where teams share a single Claude Code session in real time — all members see the same agent context, reducing the overhead of constantly re-describing context to each teammate. Works with Claude Code, Codex, and Cursor. Addresses the core team pain of "lugging context around."
collaborationteammultiplayershared-contextreal-time
by Semantic_meaning Mar 16, 2026 8/10
app Reddit
A detailed investigation into why Claude Code session titles get corrupted, wrong, or disappear in the VS Code extension. The root cause: the extension does a raw string search for "customTitle" in the last 64KB of .jsonl files, causing 20+ distinct failure modes from title eviction, cross-session contamination, and overwrite on resume. Proposed fix: store titles in a separate lightweight index file.
vscodeextensionbugsessionsarchitecture
by BlindSpottedLeopard Mar 16, 2026 8/10
app GitHub
A security tool that sandboxes Claude Code sessions, attests every action, and verifies provenance of changes. Aims to bring software supply chain security practices to AI-assisted coding workflows.
securitysupply-chainsandboxprovenanceattestation
by lexicone42 Mar 16, 2026 7/10
app Reddit
A local-first native macOS app (and menu bar widget) that reads ~/.claude JSONL files to provide cost estimates and token breakdowns per session and project. Also serves as a config browser for all your skills, MCPs, hooks, and settings in one place. No telemetry, no accounts — everything stays on your machine. Especially useful for Enterprise users where the API does not expose per-project costs.
appmacosanalyticscost-trackingopen-sourcedashboardtokens
by kenthesaint Mar 16, 2026 9/10
app GitHub
A Windows-native fork of CLIProxyAPI that adds a terminal UI, system tray icon, and multi-provider OAuth. Lets Windows users run Claude Code and other AI coding tools without managing API keys directly — OAuth handles authentication. Includes a single-binary executable.
windowsproxyoauthtuiappno-api-keyauth
by Finesssee Mar 16, 2026 7/10
app X
A CRM that runs in your terminal and integrates with Claude Code. It automatically updates contact records from email threads, builds a knowledge graph of relationships, and ships with built-in agent skills and recipes. Described as doing more than $300/month Salesforce plans at a fraction of the cost.
appCRMterminalemailknowledge-graphagents
by @EmilyJolieVee Mar 16, 2026 5/10
app Reddit
An open-source platform for managing .env and secret files using git-style commands (push/pull/ci pull/scan). Solves the pain of manually syncing secrets across local, teammate, and CI/CD environments. Features AES-256-GCM encryption, secret leak detection in git history, one-time sharing links, and environment version history. Built in 3 weeks with Claude Code.
devopssecretsclisecurityappopen-sourceenv
by Born-Cause-8086 Mar 16, 2026 7/10
app Reddit
A floating native macOS overlay that wraps Claude Code in a proper UI without replacing the underlying agent. Features include persistent chat history, file/image attachments via drag and drop, a built-in skills marketplace, model picker, local slash commands, and optional auto-approve flows. Uses your existing Claude Code auth with no API keys or telemetry.
appmacosuioverlayopen-sourceproductivityskills-marketplace
by Significant-Ad-9553 Mar 16, 2026 8/10
app GitHub
A multi-platform bot (Telegram + Discord) that routes messages to Claude Code CLI subprocesses running on your local machine. Notably, it uses your Claude Max subscription rather than API keys, so there are no per-token charges. Self-hostable and open source.
bottelegramdiscordmax-subscriptionremote-access
by fitz123 Mar 16, 2026 7/10
app Reddit
I built CCGram — a Telegram bot that bridges to tmux so you can monitor and control AI coding agents from your phone. The entire project was built using Claude Code, and it's specifically designed ...
hookcommandgitreview
by alexei_led Mar 16, 2026 9/10
app Reddit
If your code is hosted on a VPS or cloud machine—using tools like VS Code Remote-SSH, Cursor SSH, or running on a headless server—the bridge operates there, enabling Claude to connect from wherever...
mcpcommandgittypescriptconfig
by wesh-k Mar 16, 2026 9/10
app Reddit
Hello, not sure if this has been asked before. I’m currently juggling about 5 projects at the same time (don’t ask why 😅). Each project usually ends up with its own terminal window with multiple ta...
by MysteriousArachnid67 Mar 16, 2026 7/10
app Reddit
I'm building a writing voice extraction platform (Noren) across four repos, three languages, and two runtimes. CLI in TypeScript, desktop app in Tauri/Rust, Chrome extension, Python server. Every C...
skillpythontypescriptclaude.md
by Unlikely_Big_8152 Mar 16, 2026 10/10
app Reddit
Hi everyone, I’m a software developer looking to level up my workflow. I’ve seen all the amazing tools coming out for Claude lately— Claude Code , the "get-shit-done" mentality of the newer models,...
workflow
by Neither-Art2935 Mar 16, 2026 7/10
app Reddit
https://i.redd.it/8yt251ldgdpg1.gif Like many of you, I've been using Claude Code heavily and my ~/.claude directory has become a graveyard of session files, debug logs, and orphaned data. I wanted...
gitpythonconfigreview
by Available-Message509 Mar 16, 2026 7/10
app Reddit
I use Claude Code every day for B2B sales and software development. For months I kept running into the same problem: every session started from scratch. Context gone. Decisions forgotten. The three...
skillclaude.mdreview
by adigrazia80 Mar 16, 2026 10/10
app Reddit
Hey everyone. Converting the "5-11am PT / 12-6pm GMT" promo hours into my local time every day was getting annoying, so I built a simple tracker: promoclock.co It automatically detects your timezon...
workflowapi
by Veneratio Mar 16, 2026 5/10
app Reddit
I've been using Claude Code extensively on a serious engineering project for the past year, and it has genuinely been one of the most impactful tools in my workflow. This is not a post against AI c...
skillworkflow
by ReiiiChannn Mar 16, 2026 8/10
app Reddit
so I had this problem where every new Claude Code session starts from scratch. you re-explain your architecture, your decisions, your file structure. every. single. time. I tried something kinda du...
commandworkflowgit
by Longjumping-Ship-303 Mar 16, 2026 8/10
app Reddit
Been using AI coding agents daily for months now and recently discovered agensi.io, which is basically a marketplace for SKILL.md files. Bought a few, downloaded some free ones, and a handful have ...
skillworkflowreview
by BadMenFinance Mar 16, 2026 9/10
app Reddit
Yes, I use Eclipse. I know. But when Ctrl+Shift+G , Ctrl+T , and Ctrl+Shift+T are in your muscle memory and your hands just refuse to switch editors — you know who you are. Here's the thing: Eclips...
mcpgit
by Ok-Discount1149 Mar 16, 2026 8/10
app Reddit
Ever wonder how much energy your claude code session is using? I definitely did. It would be really tricky to calculate this manually, so I built a skill that integrates it into the claude code flo...
skillgit
by ratherlegit Mar 16, 2026 9/10
app Reddit
Running a multi-agent system in production for a few months. We have specialized agents (design, coding, QA, fulfillment, etc.) working from a shared task queue. Here's what genuinely surprised me:...
apireview
by ultrathink-art Mar 16, 2026 5/10
app Reddit
I’m a heavy Claude Code user, a Max subscriber, and I’ve been using it consistently for about a year, but in the last few days I’ve been running into a clear drop in output quality. I used Claude C...
apireview
by takeurhand Mar 16, 2026 7/10
app Reddit
I built a personal finance app in 1 month with Claude Code. It was harder than expected. Here's what I learned I built a personal finance forecasting app (the one I always wanted but couldn't find)...
workflow
by anirishafrican Mar 16, 2026 6/10
app Reddit
Site: aiskillslab.dev I've been building skills for Claude Code for months and got tired of the same pattern: build a skill, manually test it, hope it works for other people. So I built a system wh...
mcpskillhookworkflowgitautomation
by dmarzean Mar 16, 2026 10/10
app Reddit
I'm working full-time on ottex.ai macOS app. Decided to share some cool stuff I picked up along the way building it from the idea to a working product with paying customers. TL;DR I ditched SwiftUI...
gitclaude.md
by ksanderer Mar 16, 2026 8/10
app Reddit
I've been running a Claude Code agent on my MacBook for months. 25 LaunchAgents, persistent memory, nightshift automation, Discord bot. It worked, but every time I took my laptop somewhere, everyth...
skillapiautomationconfig
by Joozio Mar 16, 2026 10/10
app Reddit
I’ve been using Claude Code to help me with app development, brainstorming and development of frameworks for additional apps and business plans, and other tools for my personal work and side hustle...
testing
by AndyBuildsThings Mar 16, 2026 7/10
app Reddit
I’ve been using Claude Code to help me with app development, brainstorming and development of frameworks for additional apps and business plans, and other tools for my personal work and side hustle...
testing
by AndyBuildsThings Mar 16, 2026 7/10
app Reddit
I run a small consultancy helping companies deploy Claude Code across their teams. The first thing every org asks for is governance. Who is using Claude, what are they doing with it, are sessions a...
skillworkflow
by AffectionateHoney992 Mar 16, 2026 9/10
app Reddit
For context, we are a global customer support operation, so recruiting never stops. A single job post can bring hundreds of applications (somtimes over 1 thousand applications!!!), and the first st...
mcpskillworkflowreview
by AffectionateBack3900 Mar 16, 2026 9/10
app Reddit
If you do long working sessions with Claude, you've probably noticed this pattern: You're deep in a task. Something interesting comes up tangentially. Claude catches it — says something like "good ...
apigit
by Effective-Aioli1828 Mar 16, 2026 5/10
app Reddit
Sometimes Claude just... ships the entire thing. You say "step by step" and it comes back with 5 file edits, a rebuild, and a working feature. No back and forth, no debugging. Just done. But here's...
review
by Valo-AI Mar 16, 2026 5/10
app Reddit
All of a sudden, I'm getting an error when I open a project directory in Claude Code. It told me that one tool I have in my permission file does not have the first letter capitalized. So I went to ...
mcpapi
by specific_account_ Mar 16, 2026 7/10
app Reddit
Setting up proper feedback loops is crucial for Claude to validate it's work, so I put together some things that have yielded great results, particularly when leveraging worktrees for parallel deve...
mcpworkflowgit
by reliant-labs Mar 16, 2026 7/10
app Reddit
I've been using Claude Code for everything lately, so I built a browser automation tool that plugs in as an MCP server. One of the built-in skills is LinkedIn prospecting. How it works: you run /li...
mcpskillcommandgitautomation
by FunBrilliant5713 Mar 16, 2026 10/10
app Reddit
karpathy's autoresearch runs an AI agent in a loop: modify one file, measure one metric, keep or discard, git checkpoint, repeat. you sleep, it runs 100 experiments overnight. the thing that stuck ...
skillgit
by Thin-Currency9867 Mar 16, 2026 9/10
app Reddit
I wanted a voice interface for Claude Desktop that works well in Hungarian, using ElevenLabs, and I managed to build it with Claude Code. I'm not a developer, but I work and study a lot with Claude...
mcpapigitpythonconfig
by Necessary-Fan1847 Mar 16, 2026 10/10
app Reddit
Every time Claude generates a UI mockup, the HTML file ends up in /tmp or cluttering my project directory. No history, no organization, no easy way to refer back. So I built Mockups MPC, a self-hos...
mcpcommandapigitdockerpython
by kgNatx Mar 16, 2026 9/10
app Reddit
so i recently got my hands on claude max and it’s been beautiful so far. i work with various lead gen agencies and have been building internal tools for them for analytics, automating leads, and st...
skillworkflowapi
by mr-knowit-all Mar 16, 2026 8/10
app Reddit
Hey guys! Been using claude for a while and the difference between a conversation with good context vs no context is insane. but actually writing a proper system prompt or AGENTS.md that covers you...
by Fragrant_Strategy_46 Mar 16, 2026 7/10
app Reddit
I built this with Claude Code over the past few weeks to solve a problem I kept hitting — running multiple Claude Code agents on the same repo causes file conflicts, duplicate work, and messy merge...
by LeatherHot940 Mar 16, 2026 7/10
app Reddit
Hi everyone, I recently started using Claude Code for some personal projects and really liked the experience. Now I'm exploring using it in my regular job as well. I have a question about the best ...
skillworkflow
by mrn0body1 Mar 16, 2026 9/10
app Reddit
Frank runs on Claude Sonnet 4.6 via OpenClaw. This whole system is built around optimizing how Claude handles persistent context — vault architecture reduces what gets injected into every Claude me...
workflowautomationconfig
by rabbirobbie Mar 16, 2026 6/10
app Reddit
Hey Anthropic team and everyone here, I have been thinking about this idea for a while and I genuinely feel it could be one of the most useful things Claude could ever offer to everyday users. I am...
by HarshSDev Mar 16, 2026 6/10
app Reddit
Been using Claude Code for real project development and the biggest problem is keeping the agent aligned on architecture. You finish a session and realize it made a bunch of structural decisions yo...
mcpgit
by butt_flexer Mar 16, 2026 8/10
app Reddit
Hey 👋 Quick project showcase. I built a growth playbook specifically to use with Claude that helps structure B2B SaaS growth work from PMF validation all the way to channel ecosystem and sales. The...
skill
by Royal_Machine_9524 Mar 16, 2026 6/10
app Reddit
I wanted Claude Desktop and Claude Code to work through hundreds of old posts on my self-hosted WordPress blog — cleaning up dead links, pre-Gutenberg markup, and other accumulated cruft. The offic...
mcpapigitreview
by anotherpanacea Mar 16, 2026 8/10
app Reddit
I keep seeing OpenClaw vs Claude Code comparisons, so I wanted to share a real use case that isn't about coding at all. https://youtu.be/XWdfpwsW4tQ My family is moving from NJ to Porto in July. I ...
git
by sean808080 Mar 16, 2026 7/10
app Reddit
We've been building Focido, a social motivation app, with Claude Code for a few months now. Flutter frontend, NestJS backend, 3 languages from day one: EN, RU, ES. Overall, the experience has been ...
claude.md
by VladWhip Mar 16, 2026 8/10
app Reddit
One command to install: pip install fpl-intelligence Add to your Claude Desktop config: {"mcpServers": {"fpl": {"command": "fpl-intelligence"}}} Restart Claude and type: "Analyze FPL team " That's ...
mcpcommandapigitconfigreview
by dohyung1 Mar 16, 2026 8/10
app GitHub
🛡️ Enhance code safety with Claude Code Safety Net, a tool designed to identify and mitigate risks in your codebase effectively.
by waleedkhanbaloch Mar 16, 2026 8/10
app Reddit
An iOS app that runs an AI agent locally on-device 24/7 in the background, supporting BYOK (bring your own key) for models like Opus 4.6. Currently in beta with a cap of 1,000 users. Aims to make continuous AI-assisted automation available without a desktop computer.
ioslocalbackgroundbyokmobile24-7
by Least-Orange8487 Mar 16, 2026 7/10
app GitHub
A Rust command-line tool that uses Claude and GitHub Copilot to semantically understand and group git diffs instead of showing raw line changes. Features a fast ratatui terminal UI for reviewing semantically-related changes together. Helps with code review by surfacing logical groupings in commits.
gitdiffsemanticrustcode-reviewratatui
by alankyshum Mar 16, 2026 8/10
app GitHub
A native macOS application that integrates Claude's chat, Cowork collaboration features, and Claude Code into a single desktop app. Provides a polished native interface instead of switching between browser and terminal. Built for Mac users who want a unified Claude experience.
macosnativecoworkdesktopintegration
by raulriera Mar 16, 2026 7/10
app GitHub
An Electron-based desktop application that visualizes the internal prompt structure and mechanism used by Claude Code. Helps developers understand what context, system prompts, and tool definitions Claude Code is working with. Useful for debugging agent behavior and optimizing prompts.
visualizationpromptselectrondebugginginternals
by kangraemin Mar 16, 2026 8/10
app GitHub
A utility for synchronizing Claude Code configuration files — plugins, agents, skills, and settings — across multiple computers using rsync over SSH with three-way conflict detection. Solves the pain of maintaining consistent Claude Code setups across desktop, laptop, and server.
syncconfigrsyncsshmulti-machineconflict-detection
by baptisterajaut Mar 16, 2026 7/10
app GitHub
A native macOS application specifically designed for managing multiple simultaneous Claude Code sessions from one interface. Provides session overview, status monitoring, and switching between projects without terminal juggling. Designed for heavy Claude Code users running parallel workstreams.
macossession-managermulti-sessionparalleldesktop
by codika-io Mar 16, 2026 7/10
app GitHub
A diagram generation engine that takes natural language descriptions and produces professional diagrams with proper arrow routing, collision detection, typography, and visual validation. Goes beyond simple ASCII diagrams to produce presentation-quality outputs automatically.
diagramsnatural-languagelayoutvisualizationgeneration
by TomasB2BC Mar 16, 2026 7/10
app GitHub
A tool for launching multiple Claude Code agent instances, each in its own isolated git worktree, from a single command. Manages the lifecycle of parallel agent sessions without manual worktree setup. Designed for running several independent tasks on the same codebase simultaneously.
parallel-agentsworktreesisolationsupervisormulti-agent
by allexcd Mar 16, 2026 8/10
app GitHub
Automatically routes between different Claude models based on task phase — using Opus for planning and Sonnet for execution — and falls back gracefully when hitting 429 rate limits. Reduces cost and latency without manual model switching. Works transparently within existing Claude Code sessions.
model-routingrate-limitscost-optimizationopussonnet
by Always-Friday Mar 16, 2026 8/10
app GitHub
A native macOS app that creates a unified AI development workspace combining git worktrees, Claude Code sessions, and local dev servers in one interface. Manage multiple parallel agent workflows from a single app. Reduces the terminal-juggling overhead of running concurrent Claude Code instances.
macosworkspaceworktreesparallel-agentsdev-servers
by alltuner Mar 16, 2026 8/10
app GitHub
A visual dashboard that overlays structured workflow phases onto Claude Code projects, making the agent's progress through design, implementation, and testing stages visible and trackable. Helps teams understand where agents are in a workflow and when to intervene.
dashboardworkflowvisualizationphasesmonitoring
by avital-iamagent Mar 16, 2026 7/10
app GitHub
A configuration management tool for AI coding CLIs that lets you configure once and sync everywhere — local machines, cloud environments, and team members. Handles key rotation in one place with full audit logging of all configuration changes. Works across Claude Code, Codex, Cursor, and others.
configsyncmulti-devicekey-rotationaudit
by tn819 Mar 16, 2026 7/10
app GitHub
A Laravel package that brings Claude Code agent capabilities — file handling, command execution, code editing, and web search — into PHP applications. Enables building Claude-powered automation pipelines within existing Laravel backends. Simplifies integrating agentic workflows without leaving the PHP ecosystem.
laravelphpagent-sdkintegration
by cbt4free Mar 16, 2026 6/10
app GitHub
Implements the Recursive Language Model (RLM) pattern as a Rust CLI for Claude Code, enabling processing of documents far exceeding context limits. Uses intelligent chunking, SQLite persistence for intermediate results, and recursive sub-LLM orchestration to maintain coherence across passes.
rustcontext-windowrecursivechunkinglarge-documents
by zircote Mar 16, 2026 8/10
app GitHub
A mobile application that bridges to Claude Code and Codex sessions via WebSocket, allowing you to monitor agent progress, send instructions, and review output from your phone. Works with both Anthropic and OpenAI agentic coding tools. Designed for keeping tabs on long-running autonomous sessions.
mobileremote-controlwebsocketcodexmonitoring
by K9i-0 Mar 16, 2026 8/10
app GitHub
Records every tool call, decision, and reasoning step during Claude Code sessions for offline analysis. Runs entirely locally with no external services or API calls needed. Useful for debugging agent behavior, auditing session activity, and building reproducible workflows.
session-captureanalysisdebugginglocal
by edobreque Mar 16, 2026 7/10
app GitHub
A Flutter-based mobile app that lets you monitor and control Claude Code sessions from your phone over an encrypted connection. Self-hosted with no cloud dependency — your commands and outputs stay private. Cross-platform with iOS and Android support.
mobileremote-controlflutterself-hostedencryption
by Jandel18 Mar 16, 2026 8/10
app GitHub
Runs Claude Code in an isolated Docker container where it can execute commands, install packages, and modify files without any risk to the host system. Supports installation via zinit, sheldon, or manual setup. Enables truly autonomous operation in dangerous skip-permissions mode safely.
sandboxdockersecurityautonomousisolation
by claude-contrib Mar 16, 2026 8/10
app Reddit
DevGlobe is a free, open-source Claude Code plugin that makes you appear on a live globe while you code, so you can see and connect with other Claude Code users worldwide. Features a leaderboard, project showcase, anonymous mode (random city in your country by default), and privacy-first design where no code or personal data is sent to the backend.
communityglobelivepluginopen-sourcesocial
by Fair-Independent-623 Mar 16, 2026 6/10
app Reddit
ReadingIsFun is an ePub reader built with coding agent integration. It uses your existing CLI subscription (Claude Code, Copilot, Codex, Gemini) to let your AI agent read technical books alongside you, enabling real-time discussion, note-taking, and code generation from the content.
epubreaderintegrationbookslearningapp
by arbayi Mar 16, 2026 6/10
app GitHub
cc-streak tracks your Claude Code usage history and shows your current streak, longest streak, and burnout warnings. A lightweight tool for staying consistently productive without overdoing it.
streakactivityburnouttrackingproductivityapp
by yurukusa Mar 16, 2026 6/10
app GitHub
agent-conductor is a desktop application for managing multiple concurrent Claude Code and Gemini CLI sessions. It provides a unified interface for spawning, monitoring, and switching between parallel agent sessions.
multi-sessiondesktopmanagementparallelgeminiapp
by uushiro Mar 16, 2026 7/10
app GitHub
cc-ghost-log surfaces git commits from Ghost Days — days when Claude Code ran autonomously without you present. It gives you a clean, navigable log of what your AI agent did while you were away, making it easy to review autonomous changes and maintain oversight of unattended sessions.
gitauditautonomouslogreviewaccountability
by yurukusa Mar 16, 2026 7/10
app GitHub
clsh enables remote access to your terminal and Claude Code agent sessions from any device — phone, tablet, or desktop. Useful for monitoring and interacting with long-running autonomous sessions while away from your development machine.
remotemobileterminalaccessautonomousapp
by my-claude-utils Mar 16, 2026 7/10
app Reddit
claude-autocontinue is a Chrome extension that automatically clicks Continue when Claude hits the 20-tool-use limit on claude.ai. Works across all open tabs including background tabs, includes a Minimize tokens mode that asks Claude to summarize state before resuming, and supports configurable max continuations (1-999 or unlimited).
chrome-extensiontool-uselimitautomationproductivityclaude-ai
by timothy22000 Mar 16, 2026 7/10
app Reddit
SkillJury indexes over 4,274 skills across 23 AI agents including Claude Code, Codex, Cursor, and Cline. Each skill includes security scoring via SNYK and Socket checks plus community reviews so you can evaluate trust before installation. A curation layer for the fragmented skill ecosystem.
skillsdiscoverysecurityreviewscommunitymarketplace
by p3psiman007 Mar 16, 2026 7/10
app Reddit
Caliber is an open-source tool that continuously scans your project and generates CLAUDE.md, .cursor/rules, and recommended MCPs tailored to your tech stack. It collects community-curated skills and config snippets to give your Claude agents the optimal configuration. MIT-licensed, runs locally using your own API key.
claude.mdconfigmcpautomationsetupopen-source
by Substantial-Cost-429 Mar 16, 2026 8/10
app Reddit
Kangentic is a free, open-source desktop app that adds visual Kanban-style orchestration on top of Claude Code. Drag tasks between columns to spawn, suspend, and resume sessions — each with their own git worktree for conflict-free parallel work. Supports live tool call tracking, configurable concurrency, session persistence across restarts, and runs the native Claude Code CLI directly with no modifications to your setup.
kanbanorchestrationparallelgit-worktreessessionsappdesktop
by vORP Mar 16, 2026 8/10
app GitHub
SubFrame is an open-source terminal IDE that wraps Claude Code with persistent context via AGENTS.md, auto-generated codebase maps, and task injection hooks. It provides session management, live agent monitoring with tool call tracking, per-task git worktrees for conflict-free parallel work, and full session persistence across restarts. Eliminates the cold-start context loss problem on every new session.
ideterminalcontextpersistencemonitoringgit-worktreesapp
by Codename-11 Mar 16, 2026 9/10
app Reddit
I see many stories, posts, etc, about the idea of having multiple "agents" working together. I'm a developer, so I'm using Claude Code predominately to conceive app ideas, build the app, and then I...
testing
by Icy-Cat-2658 Mar 15, 2026 7/10
app GitHub
Production-grade Claude Code plugins by Nuno Salvacao, starting with strategy-toolkit and expanding into a reusable plugin portfolio.
by nsalvacao Mar 15, 2026 8/10
app Reddit
Hey guys, about two months ago I started this side-project for "asynchronous coding" where I can prompt Claude Code from my mobile on train rides, get a notification when it's done and then review ...
workflowgitdockerreview
by misterolupo Mar 15, 2026 8/10
app Reddit
Hi everyone, I’m trying to figure out whether tools like Claude Code (and possibly Cowork) could work as a sort of personal assistant for managing my life and projects. My idea would be something l...
workflow
by Gioby Mar 15, 2026 7/10
app GitHub
Run parallel Claude Code agents in tmux with automatic permission approval. Auto-approves Bash, WebFetch, and other tool prompts so agents run unattended. One-liner install for macOS, Linux, WSL a...
by claude-yolo Mar 15, 2026 7/10
app Reddit
I kept re-explaining the same things to Claude Code every session. My CLAUDE.md was getting huge and most of it didn't matter anymore. Every AI memory tool I found just appends to a markdown file a...
hookcommandgitclaude.mdtesting
by keith272727 Mar 15, 2026 10/10
app Reddit
I've used Claude for creative and design work, and I've noticed that a lot of the "techniques for optimizing output" that get posted are often presented as universal fixes, when I think the real re...
by Electronic_Set5209 Mar 15, 2026 5/10
app GitHub
Claude Code plugin that automates the sprint workflow for projects using beads and Basic Memory
workflow
by voxpelli Mar 15, 2026 6/10
app Reddit
As a side project, I built kifd.org – a fictional AI political party for Germany, entirely generated by Claude Opus 4.6. The concept: What happens when you force an LLM into the format we distrust ...
review
by Ok-Coast-3772 Mar 15, 2026 5/10
app Reddit
For the last couple days, I've seen a very weird behaviour when interacting with Claude Code: all user requests appear to freeze before receiving less than 1000 tokens back - you can see how time c...
apiconfig
by youwilldienext Mar 15, 2026 7/10
app GitHub
Reusable Claude Code configuration repository with skills, subagents, hooks, MCP setup, and examples for bootstrapping new projects.
mcpskillhookconfig
by Imran-ml Mar 15, 2026 10/10
app Reddit
I’ve been using Claude Code more seriously over the past months, and a few workflow shifts made a big difference for me. The first one was starting in plan mode instead of execution. When I write t...
mcpskillcommandworkflowgitautomation
by SilverConsistent9222 Mar 15, 2026 10/10
app GitHub
Used to browse and monitor the historical session records of AI programming tools(Claude Code、Codex CLI、Cursor、Aider)
by lsm1103 Mar 15, 2026 6/10
app Reddit
Was checking out sentrux (open source Rust codebase analysis tool) with Claude Code. It wasn't resolving my TypeScript imports. 310 specs, 0 resolved. I'm debugging with Claude and move onto other ...
commandgittypescriptautomation
by AVanWithAPlan Mar 15, 2026 7/10
app Reddit
i think one big reason AI debugging becomes painful so fast is not just that the model makes mistakes. it is that the model often decides what kind of problem this is too early, from surface contex...
workflowtesting
by StarThinker2025 Mar 15, 2026 7/10
app Reddit
Hi everyone, I'm considering using Claude Code to assist me in writing a book on a non-technical topic (health & wellness). Before diving in, I have two questions: Is Claude Code a good fit for lon...
workflowapiclaude.md
by guidocimurro Mar 15, 2026 9/10
app Reddit
When using Claude Code to generate frontend code, I noticed something: the architecture can drift quickly if the structure isn’t enforced. So I built a small Claude Code skill that helps Claude fol...
skillapigitreview
by Mz9620 Mar 15, 2026 8/10
app Reddit
I'm an engineer and while I have written a lot of code myself over the last 9 or so years, I would still call myself unapologetically lazy, the kind of person who'd happily hand the job to AI and s...
gitreview
by blazephoenix28 Mar 15, 2026 7/10
app Reddit
So, working in a project that encountered an extremely taxing and exhausting experience recently, I asked Claude to summarize our current underwhelming state in a fresh txt document on my desktop. ...
config
by Odexus_36 Mar 15, 2026 5/10
app Reddit
Hey Reading Superstars 👋 I'm a solo entrepreneur from India with zero coding background. Over the past few months, I've been using Claude as my entire engineering team to build a marketing automati...
hookgitautomation
by OddVolume8902 Mar 15, 2026 6/10
app GitHub
Real-time observability for Claude Code agents. Track conversations, tool calls, and token usage across all sessions - zero config.
config
by yarin-mag Mar 15, 2026 8/10
app GitHub
Appstle Subscription API plugin for Claude Code. Manage Shopify subscriptions, billing, and recurring orders via natural language
api
by krautnerds Mar 15, 2026 6/10
app GitHub
macOS menu bar app for tracking Claude Code rate limit usage in real time
by cb-n Mar 15, 2026 6/10
app Reddit
Claude tools run for hours and sometimes get stuck or hit quota limits. If you close the terminal, the process dies. I wanted something like systemd / pm2 but specialized for AI coding agents . I m...
skillworkflowreview
by idorozin Mar 15, 2026 9/10
app GitHub
Build a minimal Claude-style AI agent from scratch that processes messages, interacts with tools, and generates dynamic responses.
by jafini Mar 15, 2026 7/10
app Reddit
If you use Claude Code heavily across multiple repos, you probably know this feeling. You have Claude running in several projects at the same time and at some point you start wondering: How much di...
apireview
by vampire_5 Mar 15, 2026 9/10
app Reddit
The official Claude Code mobile experience drives me crazy. Every single tool call needs a "y" approval. On a phone. Over and over. So I used Claude Code to build GhostTerm — a real terminal on you...
git
by chengwaye Mar 15, 2026 8/10
app Reddit
I just got my results back today and managed to snag the Early Adopter badge as well. Following up on my recent DP-600 certification, I really wanted to validate my architecture skills specifically...
skillworkflow
by zintaen Mar 15, 2026 7/10
app Reddit
Did anyone else find that ‘memory’ ChatGPT export gave was highly disappointing using the prompt Anthropic had and that people were spreading around a couple weeks ago? I did it on my ChatGPT enter...
skillclaude.md
by Ok_Road_8727 Mar 15, 2026 9/10
app Reddit
I recently asked Claude Code to build a comprehensive suite of E2E tests for an Alpine/Bootstrap site. It generated a really nice test suite - a mix of API tests and Playwright-based UI tests. Afte...
apiclaude.md
by Traditional_Yak_623 Mar 15, 2026 8/10
app Reddit
I'm a designer and I've been having a ton of fun with AI coding tools but the one thing that drives me nuts is how they just start building immediately. No planning, no "hey what should this actual...
gitreview
by jontomato Mar 15, 2026 7/10
app Reddit
Github URL https://github.com/ouro-ai-labs/skynet What is it? Skynet is an open-source multi-agent collaboration network. Think of it as a group chat where AI coding agents and humans can freely co...
skillgitconfigreview
by Firm-Mud866 Mar 15, 2026 10/10
app GitHub
Prompt Line is a macOS app developed to improve the prompt input experience in the terminal for CLI-based AI coding agents such as Claude Code, Gemini CLI, OpenAI Codex CLI, and Aider.
by nkmr-jp Mar 15, 2026 7/10
app Reddit
What I built with Claude Code: AgentYard — a community platform where AI agents are first-class members. The idea: What if vibe-coded apps had a home? A Store where you ship what you build, a chann...
mcpskillcommandapi
by Present-Display-4564 Mar 15, 2026 10/10
app Reddit
Every time Claude Code streams a long response, my terminal would jump to the top and I'd lose my place. Scrolling back up just meant getting yanked away again on the next update. It's been the mos...
gitconfigreview
by Cursed3DPrints Mar 15, 2026 7/10
app Reddit
I spent 2 weeks building Forge with Claude Code and shipped an entire IDE with Claude baked in. Here's what makes it different from Cursor and Copilot : The AI agent doesn't just write code and han...
apigitreview
by TickleMyPiston Mar 15, 2026 7/10
app GitHub
🛠️ Boost your workflow with Vibe Kanban, the tool that enhances productivity by optimizing interaction with coding agents like Claude Code and Codex.
workflow
by patrickreed22 Mar 15, 2026 7/10
app Reddit
been building this for about 3 months and got to a point where it genuinely helps me work with claude code every day. want to find 50 people willing to give me real feedback in exchange for a free ...
mcpworkflowapi
by germanheller Mar 15, 2026 8/10
app Reddit
A developer used Claude Code (Opus, high reasoning) to reverse-engineer the Disney Infinity 1.0 binary with no symbols, source code, or prior RE docs. Claude traced the call graph, identified all 13 validation sites blocking character cross-playset access, and generated 17 binary patches — a restriction the modding community had failed to crack for over a decade. Completed in under 24 hours.
appreverse engineeringbinary patchinggame moddingx86 assembly
by CelebrationFew1755 Mar 15, 2026 7/10
app Reddit
Generate huge DOCX and PDF files in milliseconds. One interesting part of this project is how it was built. I used a workflow with Claude Code using the model Opus 4.6 that looked like this: first ...
workflowautomation
by stackattackpro Mar 15, 2026 6/10
app Reddit
The rise of coding agents and their rapidly evolving ubiquity is genuinely a great thing. One of the best aspects about knowing coding has always been the ability to quickly whip up a script or sma...
mcpskillworkflowapiclaude.md
by KickLassChewGum Mar 15, 2026 10/10
app Reddit
Hi everyone, I’m currently paying about $20/month for Antigravity, but honestly I’m not very satisfied. The main issue for me is bugs and instability. Sometimes it works well, but other times thing...
workflowapigit
by Classic-Luck-2170 Mar 15, 2026 7/10
app Reddit
Hey 👋 I've been experimenting a lot with Claude Code and agent-based coding workflows recently, trying to see how far Claude can go when building full apps. One pattern I kept running into: Claude ...
mcpworkflowapigitdockerconfig
by NightRider06134 Mar 15, 2026 10/10
app Reddit
Hi everyone, I've been experimenting with AI-assisted development using Claude, and I noticed that starting a new project always involved repeating the same setup steps. So I built a small tool cal...
workflowgit
by GravityDevilLucifero Mar 15, 2026 7/10
app Reddit
Hi all, I vibe coded naviClaude for personal use to manage all Claude Code session across all of my tmux sessions, and I wanted to share it in case other people have similar workflow. At my job, I ...
workflowgitconfigreview
by tomhalo Mar 15, 2026 7/10
app Reddit
I’m trying to set up Claude as a thought partner for health issues. I’ve connected all my health records through a third party app. I’m wondering if anybody has come up with a good architecture for...
skill
by Prudent-Lab-2655 Mar 15, 2026 6/10
app Reddit
Given the somewhat new ability of coding agents to spawn individual sub agents and orchestrate them, and the new skills system to define work, I wonder if it is possible now to replace python based...
skillapipython
by Okumam Mar 15, 2026 7/10
app Reddit
I find that claude's normal planning tools are just super reckless, you say do X and it goes into these wild coding session to produce thousands lines of code, half of it is based on a random decis...
skillworkflowgittestingreview
by _fboy41 Mar 15, 2026 7/10
app GitHub
🛠️ Manage and sync your coding skills across multiple AI tools with this cross-platform desktop app for streamlined organization and efficiency.
skill
by ncvetit Mar 15, 2026 5/10
app Reddit
It’s called Learnship. It’s open source, and it works inside Claude Code as a portable harness layer. Repo at the end.  After using AI coding agents for real projects, I kept running into the same...
claude.md
by faviovaz Mar 15, 2026 9/10
app Reddit
took me way too long to figure this out so sharing in case anyone else is doing the same thing. I was defaulting to "write me a document about X" for everything — project specs, outlines, notes, wh...
python
by East-Movie-219 Mar 15, 2026 5/10
app Reddit
Long Claude Code sessions have a silent killer: context compaction wipes your entire work-in-progress state mid-refactor. You lose your task context, file list, and next steps. New session — you're...
mcphookgittypescript
by Jaded_Adagio_4764 Mar 15, 2026 10/10
app GitHub
🚀 Build custom agents and manage Claude Code sessions with this powerful GUI app and toolkit for seamless development and secure background tasks.
by 316293 Mar 15, 2026 7/10
app Reddit
I want to build a benchmark that asserts the success of a task, such as comparing with tool calls, hooks, etc and without, or vs other type of hooks and such. Likely on top of Claude Agent SDK as t...
hook
by lirantal Mar 15, 2026 7/10
app Reddit
Pretty crazy (for me at least) milestone that I wanted to share with someone but I just hit 500 installs on my Claude Code-d media ranking Android app, Curate! I initially started building my app C...
skillreview
by slashx14 Mar 15, 2026 9/10
app Reddit
https://preview.redd.it/2lpe5hwgh2pg1.png?width=3833&format=png&auto=webp&s=6969c284829e314243a1ea341231537a7071b040 Deployed into a Windows env. I did some work on my setup today based on some thi...
review
by Admirably_Named Mar 15, 2026 7/10
app GitHub
Cultivate your Claude Code workflow with plugins for projects, context, and feedback
workflow
by rjroy Mar 15, 2026 6/10
app Reddit
Free tool: https://grape-root.vercel.app Discord: https://discord.gg/rxgVVgCh (For debugging/feedback) I’ve been building an Free tool called GrapeRoot (dual-graph context system) using claude code...
testing
by intellinker Mar 15, 2026 8/10
app Reddit
Hey guys I created a worktree manager wrapping Claude code with many features aimed at maximizing productivity including Run/setup scripts Complete worktree isolation + git diffing and operations C...
git
by moropex2 Mar 15, 2026 8/10
app Reddit
Free tool: https://grape-root.vercel.app Discord: https://discord.gg/rxgVVgCh (For debugging/feedback) I’ve been building an Free tool using Claude code called GrapeRoot (dual-graph context system)...
testing
by intellinker Mar 15, 2026 8/10
app Reddit
I’ve used Claude Code for six months and I’m very happy with it. I tried building my own agentic workflows and orchestrator, but ran into many problems. When I used Claude Code as the orchestrator,...
workflow
by shanumas Mar 15, 2026 7/10
app Reddit
I wanted to share my experience building a full product almost entirely with Claude Code. Not a weekend hack or a demo — a real, deployed, monetized web app with auth, payments, AI generation, and ...
mcphookworkflowconfigtesting
by dreamteammobile Mar 15, 2026 10/10
app Reddit
The last few days I perfected a setup that works really well for me. I based it on this very helpful video about linking Claude and Obsidian, and then I added my own tweaks. After reading this post...
skillgitpythonreview
by retro-guy99 Mar 15, 2026 9/10
app Reddit
Hey guys I created a worktree manager wrapping Claude code with many features aimed at maximizing productivity including Run/setup scripts Complete worktree isolation + git diffing and operations C...
git
by moropex2 Mar 15, 2026 8/10
app Reddit
Hey everyone, I recently tried plugging a coding agent directly into our classic project board via MCP. At first it seemed fine tasks could update automatically. But we ran into some issues: the bo...
mcpworkflow
by ucefee Mar 15, 2026 8/10
app Reddit
Here’s what I built: a Chrome extension that converts any web page into a spatial text representation that Claude can read natively. No screenshots. No vision model. Just characters on a grid where...
gitdockertesting
by Honey-Badger-9325 Mar 15, 2026 7/10
app Reddit
Coding iOS apps is easy now with Claude Code, but submitting them to the App Store is still very painful. Setting up signing certificates, uploading screenshots, filling out age requirements etc et...
mcpworkflow
by invocation02 Mar 15, 2026 7/10
app Reddit
https://reddit.com/link/1ru01n2/video/djv8iaovu3pg1/player Coding iOS apps is easy now with Claude Code, but submitting them to the App Store is still very painful. Setting up signing certificates,...
mcpworkflow
by invocation02 Mar 15, 2026 7/10
app Reddit
https://reddit.com/link/1rtztrq/video/k9s8g2aqp3pg1/player Coding iOS apps is easy now with Claude Code, but submitting them to the App Store is still very painful. Setting up signing certificates,...
mcpworkflow
by invocation02 Mar 15, 2026 7/10
app Reddit
Would love to hear if anyone finds this useful! https://github.com/NXJim/claude-workbench I run Claude Code on a virtual machine over SSH. This way it's isolated and I can use --dangerously-skip-pe...
gitdockerclaude.md
by Giveaway_Guy Mar 15, 2026 9/10
app Reddit
For a long time I was confused about agents. Every week a new framework appears: LangGraph. AutoGen. CrewAI. OpenAI Agents SDK. Claude Agents SDK. All of them show you how to run agents. But none o...
mcp
by Main-Fisherman-2075 Mar 15, 2026 6/10
app Reddit
I kept needing my Claude agents to share context with each other – onboarding new agents, handing off projects, debating decisions. So I built AgentMeet. It's basically Google Meet but for AI agent...
by MatanRak Mar 15, 2026 5/10
app Reddit
Agent Prompt: Security monitor for autonomous agent actions (second part) — Clarified "base64-encoded" to "encoded (e.g. base64)" for sensitive data detection; broadened code-from-external deserial...
skillhookapigitconfig
by Dramatic_Squash_3502 Mar 15, 2026 10/10
app Reddit
I’ve been using Claude Code almost daily for a while now, but about 85% of what I’m doing isn’t actually programming. I’m mostly using it for complex, project-based life stuff. For example, I’ve be...
commandworkflowdockerreview
by CypSteel Mar 15, 2026 7/10
app Reddit
Hey, I am new to Claude just switching over from a GPT paid membership and after all the buzz through just the free plan im seeing how much better claude really is. As someone who is a student most...
skill
by Automatic-Tax6895 Mar 15, 2026 8/10
app Reddit
We work in an industry centered on excel. The Claude Addin is great for session specific modelling, reports etc. But we are experimenting with Claude Code to see if we can vibe develop excel based ...
mcpskillapi
by trippereneur Mar 15, 2026 9/10
app Reddit
Tldr, can claude be used to build an AI agent that finds scholarships, gathers requirements, and prepares the application package for the user to review and submit? ---------- They say the best way...
workflowreview
by nevertoolate1983 Mar 15, 2026 5/10
app GitHub
Learn features by building projects hands-on with Claude Code--no boring videos, outdated blog posts, or stale courses.
by suspicious-cow Mar 15, 2026 6/10
app Reddit
Hey 👋I've been experimenting a lot with Claude Code and agentic coding workflows recently.One thing I kept running into is that Claude agents are surprisingly good at writing application logic, but...
mcpworkflowapigitdockerconfig
by idontwannalive3000 Mar 15, 2026 10/10
app Reddit
Hey 👋 I've been experimenting a lot with Claude Code and agentic coding workflows recently. One thing I kept running into is that Claude agents are actually pretty good at generating application lo...
mcpworkflowapigitdockerconfig
by AndroidTechTweaks Mar 15, 2026 10/10
app Reddit
Everyone's debating Windsurf vs Cursor right now but nobody's talking about the elephant in the room — Claude Code doesn't even play the same game as both of them, and that changes the whole compar...
mcpworkflowgitreview
by Remarkable-Dark2840 Mar 15, 2026 8/10
app Reddit
You know the drill — new task, open project, copy this file, paste, copy that one, paste, realise you forgot a config file, paste again, hit the context limit, start trimming... It was eating into ...
config
by Confident-General514 Mar 15, 2026 5/10
app Reddit
Built this with Claude (Sonnet) as the AI backbone for context generation and compression. The entire CLI was also built using Claude Code and Codex as coding assistants. Hey everyone, I kept runni...
mcphookapigitclaude.md
by Interesting_Net_3715 Mar 15, 2026 10/10
app Reddit
Hey 👋 I’ve been experimenting a lot with Claude Code and AI coding agents recently. One thing I kept running into is that Claude agents are actually pretty good at generating application logic, but...
mcpworkflowapigitdockerconfig
by dexter_is_sexter Mar 15, 2026 10/10
app GitHub
A CLI tool that tracks and analyzes token usage across Claude's tool calls and subagent invocations. Provides a breakdown of where tokens are being consumed — useful for optimizing context usage in multi-agent workflows.
tokenstrackingclianalyticssubagentsoptimization
by dragonfax Mar 15, 2026 6/10
app GitHub
A single discovery hub for Claude Code ecosystem resources — skills, agents, commands, hooks, plugins, and marketplace collections for Claude Code, Claude Desktop, Agent SDK, and OpenClaw. Central directory for community-built Claude extensions.
directoryskillsagentshookspluginsmarketplacediscovery
by davepoon Mar 15, 2026 6/10
app GitHub
An automated tool that tracks changes to the official Claude Code documentation and surfaces diffs over time — useful for staying current with new features, deprecations, and API changes without manually checking the docs.
documentationtrackingchangelogautomationofficial-docs
by oikon48 Mar 15, 2026 6/10
app GitHub
A cross-runtime observability toolkit providing unified tracing for Claude Code, OpenClaw, and OpenCode via OpenTelemetry and Langfuse. Enables standardized telemetry across different AI agent runtimes in the same trace pipeline.
observabilitytracingopentelemetrylangfusecross-runtimemulti-tool
by Bububuger Mar 15, 2026 6/10
app GitHub
DUDA prevents AI agents from breaking tenant, layer, and service boundaries in Claude Code. Uses a 95-point trust-score threshold to gate code migrations — only changes that pass the isolation checks proceed.
securityisolationtrust-scoreboundariescode-migrationgating
by DavidKim0326 Mar 15, 2026 6/10
app GitHub
An autonomous development studio where you describe an idea, and AI agents orchestrate the full development process — from planning through implementation — with human validation gates at key decision points.
autonomousdevelopmentorchestrationhuman-validationidea-to-product
by protoLabsAI Mar 15, 2026 6/10
app GitHub
A configurable status line for Claude Code with 11 built-in themes, color-coded thresholds, and modular design — displaying session metrics at the bottom of your terminal during Claude Code sessions.
terminalstatus-linethemesmetricsuicustomizable
by DatabenderSK Mar 15, 2026 6/10
app GitHub
batipanel is an AI-powered terminal workspace manager combining tmux and Claude Code. Organizes and manages coding sessions, terminal panes, and agent workspaces from a unified panel interface.
tmuxworkspace-managerterminalpanelsession-management
by batiai Mar 15, 2026 6/10
app GitHub
agentops is the missing DevOps layer for coding agents, providing flow control, feedback mechanisms, and memory that compounds between sessions. Treats AI coding agents as first-class infrastructure components.
devopsmemoryfeedbackflow-controlsession-persistenceinfrastructure
by boshu2 Mar 15, 2026 6/10
app GitHub
A Rust implementation of the Claude Agent SDK with type-safe tools, idiomatic patterns, and production-ready primitives for building robust AI agents in Rust.
sdkrustagenttype-safeproductionclaude-api
by umsameer Mar 15, 2026 6/10
app GitHub
A terminal-based Kanban board written in Python that supports direct manipulation by AI coding agents — agents can create, move, and complete tasks on the board programmatically during development sessions.
tuikanbantask-managerpythonterminalagent-accessible
by Zaloog Mar 15, 2026 6/10
app GitHub
kairo orchestrates multiple AI providers via Anthropic with X25519 (age) encryption, integrated audit trails, and a terminal-native interface — designed for teams that need verifiable, encrypted AI interactions.
orchestrationsecurityencryptionauditmulti-providerterminal
by dkmnx Mar 15, 2026 6/10
app GitHub
An Emacs package providing a unified interface for multiple AI coding tools: Claude Code, OpenAI Codex, GitHub Copilot CLI, Gemini CLI, Opencode, and more — all accessible from Emacs without switching tools.
emacsunified-interfacemulti-toolcodexcopilotgemini
by tninja Mar 15, 2026 6/10
app GitHub
A voice control interface for Claude Code that enables hands-free operation via real-time speech transcription. Speak commands instead of typing — useful for long sessions or accessibility needs.
voicehands-freetranscriptionaccessibilityspeechcontrol
by Eduardomaia06 Mar 15, 2026 7/10
app GitHub
kirocc is a local proxy that relays Anthropic Messages API-compatible requests to the Kiro (Amazon Q) backend using Kiro CLI credentials — enabling any Anthropic-compatible tool to use Kiro as the backend without API key changes.
proxykiroamazon-qapi-compatibilitylocalcredentials
by d-kuro Mar 15, 2026 6/10
app GitHub
A real-time telemetry gateway that ingests, routes, and displays LLM tool calls, errors, and metrics with a live visualizer. Provides operational observability across AI agent systems in real time.
telemetryobservabilityreal-timevisualizationtool-callsmetrics
by inbharatai Mar 15, 2026 6/10
app GitHub
leonidas automates GitHub issue handling end-to-end — generates implementation plans, writes code, and creates pull requests using AI-powered workflows. Designed to reduce the manual burden of routine issue work.
automationgithubissuespull-requestsai-workflowcoding
by tomoe317 Mar 15, 2026 6/10
app GitHub
tsk-tsk provides sandboxed execution environments for coding agent automation, preventing agents from taking dangerous actions outside their allowed scope. A lightweight safety layer for autonomous coding agents.
sandboxsafetyautomationexecutionboundariesagent-control
by dtormoen Mar 15, 2026 6/10
app GitHub
driftx gives AI coding agents visual perception and control for mobile development — enabling agents to see and interact with mobile UIs during the development and testing process.
mobileagenticui-controlvisualtestingdevelopment
by nomanr Mar 15, 2026 6/10
app GitHub
sessions-chronicle is a local app for browsing and searching through past AI coding sessions — enabling developers to find, reference, and reuse patterns from previous Claude Code interactions.
sessionssearchhistorybrowserreferencereuse
by supermaciz Mar 15, 2026 6/10
app GitHub
glassbox is a local code review interface designed specifically for reviewing AI-generated code — surfacing changes, explanations, and context in a human-readable format before accepting AI output.
code-reviewhuman-reviewai-generatedlocalverificationtransparency
by brianwestphal Mar 15, 2026 6/10
app GitHub
A unified coding agent session manager that supports Claude Code, Gemini CLI, Codex CLI, Cursor Agent, Copilot CLI, Cline CLI, OpenCode, and Kimi CLI — all in one interface. Manages multiple agent sessions from a single dashboard.
session-managermulti-toolgeminicodexcursordashboard
by kbwo Mar 15, 2026 7/10
app GitHub
A real-time monitoring dashboard for Claude Code sessions, providing live visibility into session state, tool usage, and agent activity. Helps developers track what Claude is doing at any moment without digging into raw terminal output.
monitoringdashboardreal-timesessionvisibility
by Arindam200 Mar 15, 2026 7/10
app GitHub
A local observability tool for AI agents that stores tokens used, cost, latency, and execution traces in a local SQLite database queryable with SQL. No cloud dependency, full data ownership, and immediately actionable metrics for every agent session.
observabilitytokenscostlatencytracinglocalsqlite
by tma1-ai Mar 15, 2026 7/10
app GitHub
A security scanner that detects malicious or adversarial content in AI skill files, CLAUDE.md instructions, and agent rules. Designed to protect Claude Code users from prompt injection embedded in third-party skills and community-contributed instruction files.
securityscannerprompt-injectionskillssafetyadversarial
by thedevappsecguy Mar 15, 2026 7/10
app GitHub
A self-hosted Claude Code UI that bundles an in-browser VS Code instance, terminal, custom skills, MCP servers, and multi-provider support (Anthropic, OpenAI, GitHub Copilot, OpenRouter) — all in one sandbox environment.
uibrowser-ideterminalmulti-providersandboxskillsmcp
by Mng-dev-ai Mar 15, 2026 8/10
app GitHub
An ambient macOS AI that continuously listens to conversations, understands context across work and life, discovers tasks without prompting, and autonomously completes them using local intelligence — no manual prompting required.
ambientmacosautonomoustask-completionlocalvoiceno-prompting
by sameeeeeeep Mar 15, 2026 7/10
app GitHub
A CLI that deeply analyzes your project structure, stack, and patterns and generates tailored Claude Code configurations (CLAUDE.md, settings, etc.) — replacing the manual work of bootstrapping a new project for Claude Code.
clisetupconfigurationCLAUDE.mdproject-analysisbootstrapping
by cassmtnr Mar 15, 2026 7/10
app GitHub
A local web dashboard that mirrors and manages multiple AI coding CLI sessions (Claude Code, Codex, etc.) in real time, with resumable, project-based terminal workspaces. Think of it as a session manager with a web UI.
dashboardsession-managerweb-uimulti-sessionterminalresumable
by rustykuntz Mar 15, 2026 7/10
app GitHub
A patch for Claude Code that displays file reads and thinking inline in the output without needing to enable full verbose mode — giving developers visibility into what Claude is reading without the noise of complete verbose logging.
patchvisibilityfilesthinkingverbosedeveloper-experience
by a-connoisseur Mar 15, 2026 7/10
app GitHub
A desktop dashboard for managing GitHub pull requests across multiple parallel Claude Code sessions — each running in isolated Docker containers. Centralizes PR review and agent management into one view.
dashboardgithubpull-requestsdockerparallelsession-manager
by smallstack Mar 15, 2026 7/10
app GitHub
ciab provides a REST API, CLI, and desktop app for managing Claude Code, Codex, Gemini CLI, and Cursor agent instances as either local processes or Docker containers. Standardizes agent lifecycle management across multiple tools.
containerdockerrest-apiclidesktop-appagent-managementmulti-tool
by shakedaskayo Mar 15, 2026 7/10
app GitHub
claudetop is a real-time terminal monitor for Claude Code sessions — showing live cost, cache efficiency, model comparison across sessions, and smart alerts. Styled after htop, it provides at-a-glance operational insight into what your agents are spending.
monitoringterminalcostcachealertshtop-stylereal-time
by liorwn Mar 15, 2026 7/10
app GitHub
A fast, native terminal process monitor for Claude Code that tracks sessions, agent teams, MCP servers, tmux swarms, and orphaned processes. Gives real-time visibility into everything running in your Claude Code environment.
monitoringprocess-monitorterminalmcp-serverstmuxagents
by vinhnxv Mar 15, 2026 7/10
app GitHub
bankan is a simple control center UI that gives visibility into every AI coding agent task, stage, and agent at a glance. Brings order to parallel AI development without leaving your local workflow — all within your terminal.
uicontrol-centermulti-agentparalleltask-managementdashboard
by stilero Mar 15, 2026 7/10
app GitHub
claude-prime sets up Claude Code with skills, hooks, agents, and a memory system in a single command — removing the barrier of having to understand and configure each feature individually before getting productive.
setupskillshooksagentsmemoryone-commandonboarding
by avibebuilder Mar 15, 2026 7/10
app GitHub
A Claude Code plugin that renders a heads-up display showing current context usage percentage, active tools in use, running agents, and todo progress — all updated in real time during a session. Useful for monitoring session health at a glance.
monitoringhudcontextagentstodosplugin
by jarrodwatts Mar 15, 2026 7/10
app X
claudetop is an htop-style real-time monitor showing where Claude Code is spending tokens, cache efficiency, and projected monthly cost. Inspired by system resource monitors, it gives developers immediate visibility into agent spending patterns.
monitoringtokenscostcacheterminalreal-time
by @Oone_niko Mar 15, 2026 7/10
app X
An open-source AI IDE inspired by Andrej Karpathy\'s ideas, featuring an agent command center that lets you run Claude Code and Codex as coordinated agents from within the IDE GUI. Growing with new features, it aims to unify multiple AI coding agent backends under a single interface for orchestrated agent workflows.
ideopen-sourceagentcodexorchestrationgui
by @eugeneboondock Mar 13, 2026 5/10
app Reddit
Git Quest is a game created entirely with Claude Code in one week where your GitHub commit history defines your character and your coding skills determine your class. The project is full of developer references and represents a creative showcase of what Claude Code can ship in a focused week-long sprint.
gamegithubcreativeappone-weekvibe-coding
by topbr Mar 13, 2026 5/10
app Reddit
AnyClaude 0.5.0 adds subagent backend routing — when Claude Code spawns agents via the Agent tool, each is pinned to a configurable backend for its lifetime. The release also introduces a modular 7-stage pipeline (extract → routing → headers → thinking → forward → transform → response), per-session thinking state, Ctrl+R for session-preserving restarts, per-session log files, and session token auth for proxy traffic.
proxyroutingsubagentsbackendanthropic-apiopen-source
by arttttt1 Mar 13, 2026 8/10
app Reddit
Hawkeye is an open-source observability tool for AI coding agents (Claude Code, Aider, etc.) that runs 100% locally. It detects when agents drift off-task using a heuristic scorer and optional local LLM scorer, and enforces guardrails like file protection, command blocking, and cost limits. Includes a web dashboard, session replay, and an MCP server for agent self-awareness.
observabilityguardrailssafetymcplocal
by Ok-Idea9032 Mar 13, 2026 8/10
app GitHub
JuhBDI applies the Belief-Desire-Intention (BDI) cognitive architecture to Claude Code as a plugin, enabling intent-driven autonomous development with governed execution, audit trails, and learning memory. It structures how Claude reasons about goals and actions during coding sessions.
bdiautonomousplugincognitive-architecturememory
by JuhLabs Mar 13, 2026 7/10
app Reddit
A developer shares how they used Claude Code to build a full DICOMweb-compatible PACS server from scratch in TypeScript after finding Orthanc+S3 too slow. Claude Code drove the entire architecture: 15-page spec, 5-phase project plan, FastAPI-style service with PostgreSQL metadata and S3/Azure Blob storage. An impressive example of Claude Code tackling a complex domain-specific engineering problem.
dicommedicaltypescriptcase-studycomplex-projects
by Rizean Mar 13, 2026 6/10
app X
A tool that intercepts and displays every prompt, response, tool call, and token count that Claude Code sends in real time. Useful for debugging system prompts, understanding conversation threading, monitoring token patterns, and building automations on top via MCP.
appmonitoringdebugtokenstransparency
by @Dys_hay Mar 13, 2026 7/10
app GitHub
A structured workspace system inspired by Git's branching and merging model, designed for coordinating teams of Claude Code agents. Provides primitives for agent isolation, work sharing, and structured handoffs between agents in multi-agent workflows.
appmulti-agentworkspacegitcoordination
by Kastalien-Research Mar 13, 2026 7/10
app GitHub
A verification layer that sits between Claude Code and your codebase to independently check AI-generated changes before they land. Addresses the well-known problem of Claude confidently making changes that silently introduce bugs.
appverificationqualitysafetyreview
by opslane Mar 13, 2026 7/10
app GitHub
An open-source personal AI assistant that runs continuously in the background, inspired by OpenClaw's resident AI concept. Provides always-on assistance without requiring explicit invocation, with a focus on self-hosted, local operation.
appresidentopen-sourceopenclawself-hosted
by is0383kk Mar 13, 2026 5/10
app GitHub
A self-hosted, local-first personal AI butler powered by Claude that integrates task management, Claude Code session management, a persistent memory system, and a web UI. Open source and designed for users who want full control over their AI assistant infrastructure.
appself-hostedbutlermemoryweb-ui
by EvanZhang008 Mar 13, 2026 7/10
app GitHub
A tool that launches Claude Code, Codex, and Gemini CLI simultaneously, each in its own isolated git worktree. Allows direct comparison of AI coding agents on the same task, with clean branch isolation preventing agents from interfering with each other.
appparallelcomparisonworktreemulti-agent
by johannesjo Mar 13, 2026 8/10
app GitHub
Zero-cloud, agent-agnostic tool that mirrors any terminal-based coding agent (Claude Code, Codex, etc.) to your phone over your local network. No cloud dependency and works with any agent, making it useful for mobile monitoring of long-running sessions.
appmobileterminallanmirror
by shrijayan Mar 13, 2026 7/10
app GitHub
A web-based visual interface for managing Claude Code plugins. Provides a GUI for browsing, installing, and organizing plugins instead of editing config files manually. Makes plugin management more accessible for users less comfortable with CLI workflows.
apppluginmanagerguiweb
by uhyunpark Mar 13, 2026 7/10
app Reddit
VibePod is a CLI tool that wraps Claude Code with additional features including a dashboard for monitoring consumption and session management. Version 0.5.1 adds visual dashboards for tracking Claude Code usage. Available on PyPI.
appclidashboardmonitoringvibepod
by nez_har Mar 13, 2026 6/10
app Reddit
A terminal UI that scans your Claude Code transcript files and lets you browse, search, and resume any past session. Built with Claude Code itself, it addresses the common problem of losing context from previous sessions by making them easily navigable.
appterminalsessionstuihistory
by fabiononato Mar 13, 2026 7/10
app GitHub
A free, open-source web UI (CloudCLI) that lets you run Claude Code, Cursor CLI, or Codex from any browser or mobile device. Provides a full-featured remote interface for managing Claude Code sessions and projects without being at your desktop.
appmobileweb-uiremotegui
by siteboon Mar 13, 2026 8/10
app Reddit
Automatically captures terminal output and pipes it to Claude Code, eliminating the copy-paste loop of scrolling up to find errors. Run any dev command through logifai and Claude Code gets instant access to the full log output for debugging.
appterminallogsdebuggingautomation
by Open_Variety_405 Mar 13, 2026 7/10
app GitHub
An AI-powered CLI coding agent that automatically creates safe git branches before making changes, supports multiple LLMs, and provides rich tooling. Designed as a safer alternative to direct AI code editing by isolating changes in branches.
appcligitmulti-llmsafety
by alchemiststudiosDOTai Mar 13, 2026 6/10
app GitHub
A web interface that wraps the Claude Code CLI to make it accessible to children learning to build software with AI assistance. Provides a simplified chat interface designed for young users, lowering the barrier to AI-assisted coding education.
appeducationkidswebteaching
by statico Mar 13, 2026 7/10
app GitHub
Adds real-time Claude Code metrics to your terminal status bar: token count, context window percentage, cache hit status, and session countdown. Solves the problem of not knowing how close you are to context limits until it's too late.
apptoken-usagecontext-windowstatus-barmonitoring
by REPOZY Mar 13, 2026 7/10
app GitHub
A minimal CLI tool for managing multiple Anthropic API keys when working with Claude Code across different projects or billing accounts. Enables quick switching between keys without manually editing config files.
appcliapi-keysmanagementanthropic
by huaguihai Mar 13, 2026 6/10
app Reddit
I've been using Claude Code daily and the biggest pain point was losing context between sessions. So I built Mengram — a memory API designed specifically for Claude Code's hooks system. How Claude ...
hookcommandworkflowapiconfig
by No_Advertising2536 Mar 13, 2026 10/10
app GitHub
A Tool for Claude Code to auto populate Skills and Agents into your project
skill
by shaungehring Mar 13, 2026 9/10
app Reddit
a few weeks ago i posted about running coding tasks through a small “council” before handing them to a coding agent. the idea was simple. instead of prompt → generate → pray, have multiple models a...
workflowapi
by MotorAnxious5788 Mar 13, 2026 5/10
app GitHub
Lightweight Windows tray app that monitors your Claude rate limits in real time - portable single EXE, zero configuration, fully auditable
config
by jens-duttke Mar 13, 2026 5/10
app GitHub
Claude Code skill that sets up AI-assisted dev tooling (usage_rules, Tidewave, Ash AI) for Ash/Phoenix projects
skill
by jordangarrison Mar 13, 2026 8/10
app Reddit
I've been using Claude Code daily for months and I love it. But let's be honest about the failure modes: Leaves `# TODO: implement this` where production logic should be Hardcodes API keys instead ...
hookworkflowapigitreview
by PatternOk4794 Mar 13, 2026 9/10
app Reddit
https://preview.redd.it/4fcsi5ahnrog1.png?width=1536&format=png&auto=webp&s=15c66dc59c419c280d54e775df0230df7db0c557 AI-assisted coding with tools like Claude or Codex can feel almost magical. You ...
skillapiautomationreview
by Interesting-Yard-684 Mar 13, 2026 6/10
app Reddit
TL;DR: like every behavior from "AI", it's just math. Specifically in this case, optimizing for directives that actively work against you, are authored by Anthropic's team, and can't be changed by ...
workflowclaude.md
by One-Cheesecake389 Mar 13, 2026 9/10
app Reddit
We working in an industry centered on excel. The Claude Addin is great for session specific modelling, reports etc. But we are experimenting with Claude Code to see if we can vibe develop excel bas...
mcpapi
by trippereneur Mar 13, 2026 7/10
app Reddit
I'm going to be completely honest because I think this can happen to anyone working with AI agents, and I'd rather you learn from my scare than live it yourself. The context I was getting a project...
command
by Substantial_Word4652 Mar 13, 2026 5/10
app Reddit
not happy to be honest. The Pro plan already has quite limited 5-hour context budgets, and lots of it is getting wasted on things like these. I am using Opus 4.6. At first I though maybe Kiro's Age...
by StayTuned2k Mar 13, 2026 7/10
app GitHub
🛠️ Streamline your custom opencode setup with tools for Git state, repo analysis, and task management, enhancing efficiency in your development workflow.
workflowgitconfig
by victor20252025 Mar 13, 2026 5/10
app Reddit
I built a SaaS almost entirely from my phone while commuting to my 9-5. Not really as a flex. It’s just the only time I had. My 9-5 takes most of the day, so the bus/metro rides basically became my...
apigitconfigreview
by piseqqq Mar 13, 2026 7/10
app Reddit
So basically want to use 2 claude Pro accounts on mac --- should share everything else like MCP , projects everything but different accounts logged in as Apps. if anyone can help let me know. submi...
mcp
by Strict_Boysenberry89 Mar 13, 2026 5/10
app Reddit
If you use Claude Code (or Cursor/Windsurf/Zed with the Anthropic API), every single turn re-sends your entire context from scratch. For a long debugging session that's thousands of tokens being bi...
mcpapigitconfig
by flightlesstux Mar 13, 2026 9/10
app Reddit
Post-Opus 4.6, LLMs feel much better at using bash, code, local files, and tools. So I kept coming back to a simple question: if a model can use a computer reasonably well, why can’t I just give it...
skillworkflowapi
by InvestigatorLive1078 Mar 13, 2026 6/10
app Reddit
PS. I am not :D But I like last sentence(a little bit more balanced). Six months ago I started giving Claude Code a structured profile of who I am. Not preferences like "respond concisely" or "use ...
pythonclaude.mdreview
by Joozio Mar 13, 2026 9/10
app Reddit
Hey everyone, In my current terminal environment I have a lot of superuser privileges from various CLI tools. I’m wondering whether running Claude inside WSL or something like Multipass would give ...
by rabbitdaddy81 Mar 13, 2026 7/10
app GitHub
A terminal runtime designed specifically for AI coding agents that crashes gracefully and recovers automatically. Optimized for Claude Code, Codex, and Gemini CLI — ensures long-running agent sessions survive unexpected terminations without losing progress.
terminalcrash recoveryruntimeCodexGeminireliability
by rldyourmnd Mar 13, 2026 7/10
app GitHub
An automated daily job search pipeline that aggregates company tracking, sends styled HTML email digests, tailors resumes using Gemini AI, drafts LinkedIn outreach messages, and scans remote job APIs. Core features also built as Claude skills for use directly in Claude Code.
job searchautomationemailLinkedInresumeskill
by Mahashwetha Mar 13, 2026 6/10
app Reddit
An open-source gateway daemon for the Claude Code CLI that adds background jobs, Slack integration, multi-agent teams, and a web dashboard. Acts as an orchestration layer on top of Claude Code for teams who need more than the CLI provides.
gatewaydaemonmulti-agentSlackorchestrationopen source
by TotalGod Mar 13, 2026 8/10
app GitHub
An example app demonstrating the Open Agent Communication Protocol (OACP) for cross-session memory in multi-agent teams. Shows how multiple agents can share and persist context across sessions, enabling longer-running collaborative workflows.
memorymulti-agentOACPsessionscross-session
by kiloloop Mar 13, 2026 7/10
app GitHub
A terminal user interface (TUI) for monitoring Claude Code agents as they run. Provides a live view of agent activity, making it easier to track multiple running agents and their status without switching between terminal windows.
TUImonitoringagentsterminalClaude Code
by m-mohamed Mar 13, 2026 7/10
app GitHub
A shell status line for Claude Code that shows context window usage, cost, model name, current git branch, and worktree — all in a live, updating line. Installable via zinit, Nix, or manually. Particularly useful for long sessions where knowing context remaining helps decide when to start a new session.
status lineshellcontextcostmodelbranch
by claude-contrib Mar 13, 2026 7/10
app GitHub
A single command connects Claude Code or any AI coding CLI to EverMemOS long-term memory. Provides persistent memory that survives across sessions without any complex setup or configuration.
memorylong-termCLIEverMemOSpersistent
by nanxingw Mar 13, 2026 7/10
app GitHub
A simple, zero-dependency tool that sends desktop notifications when Claude Code tasks finish or need input. Install with one command. Useful for long-running tasks where you want to step away and be notified when Claude needs attention.
notificationsdesktopmacOStask completionproductivity
by JadenChoi2k Mar 13, 2026 7/10
app Reddit
A native macOS app (QuadCode) that puts up to 4 AI coding agents in a split-pane terminal simultaneously — Claude Code, Codex, Gemini, or others. Eliminates Alt-Tabbing between terminals when comparing model outputs or running parallel agents on the same task.
macOSappmulti-agentsplit paneparallelCodex
by Evening-Cup7154 Mar 13, 2026 7/10
app GitHub
An interactive, IDE-style documentation explorer for Claude Code. Learn by exploring how Claude Code was designed — covering commands, MCP, skills, CLAUDE.md, and more. A hands-on reference that's faster to navigate than static documentation.
learningdocsinteractiveIDECLAUDE.mdMCP
by LukeRenton Mar 13, 2026 7/10
app Reddit
A memory system that models the conversational relationship itself rather than storing flat facts. After each session, a second LLM scores the relationship on 7 dimensions (formality, warmth, humor, depth, trust, energy, resilience), updating a vector via EMA. A sleep-time agent runs every 5 sessions for deeper consolidation — resulting in dramatically more context-aware, personalized AI responses.
memoryrelationalLLMClaude Opuspersonalization
by spectator81 Mar 13, 2026 7/10
app Reddit
Open-source local viewer for Claude Code session JSONL files that piled up over time. Browse sessions across projects, search prompts and responses, view full conversations including tool calls, track token usage, and see estimated compute/environmental impact. Everything runs locally — no cloud accounts required.
session logstoken usagelocal toolopen sourceJSONL
by Which_Significance78 Mar 13, 2026 7/10
app GitHub
An IDE for issue-driven AI development that runs Claude Code and Codex CLI in parallel. Manage multiple issues simultaneously and keep work moving from both desktop and mobile. Designed for developers who want structured, issue-tracked AI coding sessions.
IDEparallelissuesmobileClaude CodeCodex
by Kewton Mar 13, 2026 7/10
app GitHub
A visual, example-driven guide covering Claude Code from basic concepts to advanced agents. Features copy-paste templates that bring immediate value, making it easy to get started with skills, MCP, CLAUDE.md, and sub-agents.
guideexamplestemplateslearningCLAUDE.md
by luongnv89 Mar 13, 2026 7/10
app Reddit
Wrap any Python function with @theow.mark() and when it raises an exception, Theow intercepts, diagnoses, and retries transparently. Built on pydantic-ai with OpenTelemetry observability via logfire. Supports all pydantic-ai providers including copilot-sdk and claude-agent-sdk. Particularly useful for auto-healing CI pipelines without copy-pasting error context.
CIauto-healruntimePythonopen sourcepydantic-ai
by __4di__ Mar 13, 2026 7/10
app GitHub
A tool for organizing AI agent context files (skills, agents, commands) effectively. Streamlines token usage and reduces context confusion in development projects by providing a structured way to manage the growing collection of agent configuration files.
contexttoken usageorganizationagentsfiles
by rubysthedog Mar 13, 2026 7/10
app Reddit
A shell prompt status bar for Mac Mini M4 that pulls Claude Code token usage from Keychain and shows memory pressure — all in one line with color coding (green/yellow/red). No window-switching needed. Color thresholds: >90% current or >95% weekly triggers yellow; 100% triggers red.
status barterminaltoken usagemacOSmemory
by Ciprian_85 Mar 13, 2026 7/10
app GitHub
A web dashboard for running and managing multiple parallel AI coding agents (Claude Code, Cursor) across different repositories. Uses tmux sessions and git worktrees under the hood, giving a unified view of all running agents, their status, and outputs.
parallel agentsdashboardtmuxgit worktreesClaude Code
by vishalnarkhede Mar 13, 2026 8/10
app GitHub
A CLI framework for building autonomous, efficient-first AI agents. Highly configurable with a focus on efficiency — prioritizes doing the most with the fewest resources. Suitable for building custom coding agents and automation workflows in the terminal.
frameworkCLIagenticautonomousefficient
by Muvon Mar 13, 2026 6/10
app GitHub
A minimal macOS menu bar app that monitors usage limits for both Codex and Claude Code. Provides a persistent, unobtrusive indicator of remaining session limits without requiring any dashboard or browser.
menu barmacOSusage monitorCodexlimits
by tako3ch Mar 13, 2026 7/10
app X
Paper is a visual canvas tool that now lets AI agents (Claude Code, Cursor, Codex) directly read and write HTML to it. Enables a workflow where agents can push or pull from your codebase and pull real data into a live design surface — bridging coding agents and UI design.
canvasdesignagenthtmluicursor
by @paper Mar 13, 2026 6/10
app GitHub
llm-rustyolo provides three layers of isolation for AI agent execution: filesystem (agents can only access what you specify), privilege (runs with minimal OS permissions), and network (blocks unauthorized outbound connections). A Rust-based security wrapper for safer autonomous agent operation.
securityisolationsandboxrustnetwork-security
by RobinhoX Mar 13, 2026 7/10
app GitHub
claude-terminal adds tabs, session persistence, multi-project workspaces, and git worktree support to Claude Code sessions—all within a single terminal window. Makes it easier to manage several parallel Claude Code sessions without juggling multiple terminal tabs manually.
terminalmulti-sessionsession-managementworktrees
by Duowg08 Mar 13, 2026 7/10
app GitHub
sandbox-agent runs Claude Code, Codex, OpenCode, and Amp inside sandboxed environments and exposes control over HTTP. Submit tasks programmatically, get results back through the API. A lightweight infrastructure layer for anyone building automated pipelines around coding agents.
sandboxhttp-apiautomationinfrastructuremulti-agent
by rivet-dev Mar 13, 2026 7/10
app GitHub
A desktop GUI application for browsing and reading Claude Code session JSONL files. Makes it easy to review past agent sessions, inspect tool calls and responses, and understand what happened during long autonomous runs—without parsing raw JSON manually.
guisession-replayjsonldebuggingdesktop
by delexw Mar 13, 2026 6/10
app GitHub
A real-time dashboard that visualizes Claude Code, Gemini CLI, and Codex agent sessions as animated 3D robots with live terminals, prompt history, tool logs, and queuing. Runs on any device and supports managing multiple agent sessions simultaneously.
dashboardvisualizationsession-managementmulti-agent
by coding-by-feng Mar 13, 2026 7/10
app GitHub
Automatically enables prompt caching for Claude Code with zero configuration. Eliminates redundant token costs on repeated file reads, bug-fix sessions, and long coding conversations by caching prompts at the API level. Claims up to 90% token cost reduction on cacheable workloads.
token-efficiencycachingcost-savingzero-config
by flightlesstux Mar 13, 2026 8/10
app GitHub
codemem is a minimal persistent memory layer for Claude Code and OpenCode that stores notes, decisions, and context across sessions. Lightweight with no heavy dependencies—just a simple companion for keeping important project facts alive between conversations.
memorypersistencecontextsession-continuity
by kunickiaj Mar 13, 2026 6/10
app GitHub
lemmafit enforces formal correctness verification: rather than just writing code, AI agents must prove the code is correct before the task is considered done. A novel approach to reducing hallucinated "working" code by requiring logical proofs alongside implementation.
verificationformal-proofscorrectnessquality
by midspiral Mar 13, 2026 6/10
app Reddit
Dojigiri is a static analysis API that detects security issues in LLM-powered code: prompt injection, output flowing to exec/SQL, RAG injection, agents with unrestricted tool access, and secrets in prompts. 121 rules mapped to the OWASP LLM Top 10, covering Python, JavaScript, and TypeScript.
securitysastowaspllm-securitystatic-analysis
by That_Other_Dude Mar 13, 2026 7/10
app Reddit
Ship Safe is an open-source CLI that orchestrates 12 highly specialized security agents to review code for vulnerabilities. Instead of asking Claude for a general security review (which produces vague results), it routes each concern to a dedicated specialist agent, yielding deterministic, actionable findings.
securitymulti-agentclicode-reviewsast
by DiscussionHealthy802 Mar 13, 2026 8/10
app Reddit
CW is a CLI that solves friction in multi-project Claude Code workflows: switch CLAUDE_CONFIG_DIR between work and personal accounts, handle branch conflicts when reviewing PRs while coding on a feature, recover from expired conversations, and copy-paste Linear/GitHub context automatically.
climulti-projectaccountsworktreessession-management
by Alert-Tomatillo-3902 Mar 13, 2026 8/10
app Reddit
grape-root addresses a common source of wasted tokens in Claude Code: re-reading the same repository context repeatedly across follow-up prompts. It caches context intelligently and injects only what is needed, reportedly saving $60+/month for heavy users. Free tool with a web interface; includes a Discord for setup help.
token-efficiencycachingcontextcost-saving
by intellinker Mar 13, 2026 6/10
app Reddit
Sidekick Agent Hub is a VS Code extension and CLI toolkit that adds live session visibility to Claude Code: real-time token counts, tool usage, files touched, event stream, and warnings. Also includes AI coding workflows, inline completions, and session analytics. Built using Claude Code itself.
monitoringvscodesession-managementanalytics
by Cal_lop_an Mar 13, 2026 7/10
app GitHub
codemunch provides code exploration for Claude Code with no MCP server, no Python, and no database required—just drop it in and go. It focuses on token efficiency when exploring large codebases, making it a lightweight alternative to heavier context-injection tools.
code-explorationtoken-efficiencyzero-config
by benmarte Mar 13, 2026 7/10
app GitHub
A quality gate plugin that runs 4 verification cycles and 28 rules to block insecure, incomplete, and hallucinated AI output from Claude Code. Zero dependencies—just add it to your workflow to catch bad output before it reaches your codebase.
quality-gateverificationsecurityhallucination-detection
by kirollosatef Mar 13, 2026 7/10
app GitHub
AIAgentMinder takes you from initial idea through planning to MVP without losing context between sessions. It manages project governance and session continuity for Claude Code, ensuring the agent stays on track across multiple sessions and doesn't drift from the original spec.
session-continuityproject-managementgovernancecontext
by lwalden Mar 13, 2026 7/10
app Reddit
An Electron desktop app that manages Claude Code sessions across multiple repos with one-click context switching, live git diffs, and a file tree with git status badges. Its standout feature is an orchestrator agent with MCP tools that can view and control all other sessions — enabling cross-repo coordination like sharing API types or committing all repos at once. Built entirely using Claude Code in ~3,000 lines of TypeScript.
orchestrationmulti-repoelectrondesktopagentMCP
by Illustrious-Bug-5593 Mar 12, 2026 9/10
app GitHub
A Rust-built agent orchestrator that spins up and coordinates a swarm of Claude Code instances to collaboratively build software. Enables parallel, multi-agent software development with Claude Code as the execution engine, managed by a performant Rust orchestration layer.
orchestrationswarmRustmulti-agentClaude Code
by cosmix Mar 12, 2026 8/10
app GitHub
Claudex lets you build and host your own Claude Code web interface locally or in the cloud, offering a full IDE-like experience with powerful extensibility options. Useful for teams wanting a shared, customizable Claude Code environment without relying on the official CLI. Supports both local and cloud deployment.
self-hostedUIIDEwebcloud
by cannedsigmas Mar 12, 2026 7/10
app Reddit
CodeBoarding generates high-level architectural diagrams of your codebase and highlights which components Claude Code touched during a session, letting you review scope without reading individual lines of code. Helps catch accidental cross-module changes instantly by showing visual diffs of what was modified. Uses LSP-based control flow graphs and LLM-generated naming for accurate structural analysis.
visualizationcodebasereviewscopeLSParchitecture
by ivan_m21 Mar 12, 2026 7/10
app GitHub
A fast C-based transcript pager that fixes Claude Code's blank Ctrl-G screen issue and adds clickable links and file references in the terminal. Includes a queued prompt composer for batching inputs and a TurboDraft fast path for quick responses. Improves the terminal UX of Claude Code without changing its core behavior.
terminalpagerUXtranscriptCLI
by gradigit Mar 12, 2026 6/10
app GitHub
swob is a native macOS app that addresses Claude Code's compaction problem — when the AI forgets context, you don't. It lets you browse, search, highlight key moments, and resume any past session. Built for users who run autonomous agents and need to track what happened.
macossessionsmemorycompactionapp
by IvyYang1999 Mar 12, 2026 7/10
app GitHub
locode is a local-first CLI that intelligently routes tasks: simple operations go to a locally-running Ollama LLM while complex tasks are sent to Claude. This hybrid approach keeps costs down by reserving Claude capacity for work that genuinely needs it.
localollamaroutingclitokenscost
by chocks Mar 12, 2026 7/10
app GitHub
claude-board provides a real-time observability dashboard (web UI + terminal CLI) for Claude Code sessions via OTLP telemetry. It gives live visibility into tool calls, token usage, and session flow as Claude works.
telemetrydashboardmonitoringotlpobservability
by tvup Mar 12, 2026 7/10
app GitHub
idle provides a mobile and web interface for managing and interacting with Claude Code projects and sessions from any device. Useful for reviewing progress and sending instructions without being at your main machine.
mobilewebclientremoteapp
by Northglass-Labs Mar 12, 2026 7/10
app GitHub
Jiva is a CLI-first autonomous agent in TypeScript with a three-agent architecture (Manager, Worker, Client). It supports MCP servers, a built-in Skills system, and Jiva Personas — a plugin framework fully compatible with Claude Code Plugins. Positioned as an open alternative to proprietary AI coding agents.
autonomousagentmcpskillstypescriptopen-source
by KarmaloopAI Mar 12, 2026 7/10
app Reddit
Inspired by the tail-claude TUI, this is a native macOS GUI built with Tauri (Rust + React) for watching Claude Code sessions in real time. Shows tool calls, file edits, and dialogue as they happen — useful for autonomous agents running as background daemons.
macostaurimonitoringsessionsgui
by Delexw Mar 12, 2026 7/10
app GitHub
Sebastian is a desktop companion for Claude Code that adds personality and interactivity: 116 distinct emotions, wake word activation, smart tool approval dialogs, and British wit. Designed to make unattended Claude Code sessions feel more like genuine collaboration.
companiondesktopvoiceemotionswake-wordapp
by xidik12 Mar 12, 2026 7/10
app GitHub
DocMeld uses a Bronze→Silver→Gold three-stage architecture to convert PDFs (papers, books) into agent-ready knowledge. The final stage produces PRDs, workflows, topic clusters, and Claude Code skills from the extracted content. No OCR required.
pdfknowledgepipelineskillsresearchmcp
by agentii-ai Mar 12, 2026 7/10
app Reddit
ccreplay reads JSONL session logs from Claude Code, picks out key moments (tool calls, edits, errors, dialogue), and compresses them into a 30-120 second highlight reel video. Available as an npx tool with an interactive session picker.
sessionsreplayvideomp4visualizationapp
by zhebrak Mar 12, 2026 7/10
app Reddit
disclaw runs Claude Code as a background daemon and lets you interact with it through Discord channels — useful for kicking off tasks from your phone or another machine. Each project gets its own channel, keeping work organized without a dedicated UI.
discordremotedaemonmobileapp
by consumedbythefire Mar 12, 2026 7/10
app Reddit
After noticing Claude Code degrading on large codebases, this developer built Sentrux — a pure Rust interface that closes the feedback loop between AI agents and actual code state. It gives the agent better signals about what is working vs. what is not, improving code quality over time.
rustfeedbackcontextdebugginglarge-projects
by yisen123 Mar 12, 2026 7/10
app X
A developer found grep too slow when Claude Code searched a large repo, so they implemented ngrep in Rust. It runs 5x-25x faster than grep and about 1.25x faster than ripgrep with --gitignore support, specifically optimized for Claude Code file-search patterns.
rustgrepperformancesearchtoollarge-repos
by @desert_mouse Mar 12, 2026 7/10
app GitHub
ai-devkit provides a single CLI toolkit that works across multiple AI coding environments including Cursor, Claude Code, Antigravity, and Codex. Designed for developers who use multiple AI tools and want consistent tooling regardless of which assistant is active.
cliuniversalmulti-tooldevelopmenttoolkit
by codeaholicguy Mar 12, 2026 6/10
app X
A developer built a semantic search engine for UGC clips, product shots, and ad variations using Gemini Embedding 2 for vectors and Claude Code for development. Users search creative assets in plain English: "Find product shots with natural lighting" or "Show me all unboxing clips."
searchembeddingscreativegeminiappsemantic
by @mikefutia Mar 12, 2026 6/10
app Reddit
Fastlytics is an F1 data analysis web app built primarily using Claude Code that has reached over 3,000 users. The developer shares how Claude Code accelerated building and iterating on a production app that attracted a real user base.
f1telemetryvisualizationweb-appcase-study
by subhashg547 Mar 12, 2026 6/10
app Reddit
A heavy Claude Code user put it to work on personal tax returns, saving over $1,000 despite requiring active involvement throughout. The hardest part was parsing state and federal PDFs — treating them as PNGs and overlaying text worked better than direct PDF parsing.
taxespdfreal-worldcase-studyworkflow
by FunScore645 Mar 12, 2026 6/10
app GitHub
jskim uses tree-sitter to generate compact structural summaries of Java files rather than passing the full source to Claude Code. Reduces input token usage by 70–80% for Java-heavy codebases while preserving the information Claude needs for navigation, analysis, and editing decisions.
javatoken-savingstree-sitterperformancecontext
by garvit-joshi Mar 12, 2026 8/10
app GitHub
claude-view is a real-time dashboard that shows what all your concurrent Claude Code sessions are doing — active tool calls, cost tracking, search across session histories, and visibility into sub-agent activity. Built for developers running many parallel Claude Code instances who need situational awareness.
dashboardmonitoringcostsub-agentssessionsreal-time
by tombelieber Mar 12, 2026 8/10
app GitHub
devsandbox wraps AI coding tools (Claude Code, Cursor, Codex) in a bubblewrap-based sandbox that isolates filesystem access and optionally routes traffic through a MITM proxy for inspection. Provides the security boundary needed to run AI agents that have broad tool permissions without exposing the full host system.
securitysandboxbubblewrapisolationfilesystemproxy
by zekker6 Mar 12, 2026 8/10
app GitHub
cozempic monitors Claude Code session context and prunes it when it becomes bloated, using tiered pruning strategies (soft, medium, hard) to preserve essential context while shedding noise. Includes auto-guard mode that triggers before Agent Teams lose coherence due to accumulated junk in the conversation history.
contextpruningsessionmemoryagent-teams
by Ruya-AI Mar 12, 2026 8/10
app Reddit
Built to solve the problem of managing 5+ Claude Code sessions in separate terminals with no cross-session visibility. This desktop app provides a unified UI for submitting tasks, tracking agent progress, coordinating parallel sessions, and managing approvals — all in one window instead of scattered terminals.
desktoporchestrationsessionsmulti-agentcoordination
by maakikirikri Mar 12, 2026 8/10
app Reddit
Skill Scraper is a Chrome extension that detects SKILL.md files on any GitHub page and adds a one-click install button. Instead of manually copying skill files to your Claude Code config directory, you click install and the extension handles the placement. Works with any public GitHub repository.
chrome-extensionskillsSKILL.mdinstallationgithub
by oronbz Mar 12, 2026 8/10
app GitHub
AgentMonitor provides a web-based dashboard to launch, monitor, and manage multiple Claude Code and Codex agent sessions simultaneously. Features include real-time streaming, task pipelines, session resume, git worktree isolation per agent, and remote access via a relay — all from a browser without needing terminal access.
dashboardmonitoringagentscodexworktreestreaming
by Ericonaldo Mar 12, 2026 8/10
app GitHub
xreview is a code review engine for Claude Code that delegates the review to Codex as an independent third-party reviewer. Having a different model review Claude's own code catches issues that self-review misses, creating a lightweight two-model consensus system without a full CI pipeline.
code-reviewcodexmulti-modelagentsquality
by davidleitw Mar 12, 2026 8/10
app GitHub
ClaudeBot turns your phone into a command center for Claude Code — a Telegram bot that proxies Claude Code CLI with a plugin system, multi-bot support, task queuing, streaming output, and hot-reload. Useful for monitoring or launching Claude Code sessions while away from your desktop.
telegrammobilestreamingpluginsremote
by Jeffrey0117 Mar 12, 2026 8/10
app GitHub
agent-toolbox is a curated registry for agent components — skills, MCP servers, and hooks — with end-to-end provenance tracking and automated security vetting. Rather than pulling skills from random GitHub repos, this registry validates components before listing them, reducing supply-chain risk in agentic setups.
registrysecurityprovenanceskillsmcphooksvetting
by yunseo-kim Mar 12, 2026 8/10
app GitHub
agentkernel launches Claude Code and other AI coding agents inside lightweight microVMs (using Firecracker-style isolation) that boot in under 125ms. Each agent session gets real hardware isolation, preventing runaway agents from affecting the host system. Production-grade security for fully autonomous coding workflows.
securityisolationmicrovmfirecrackerautonomoussandboxing
by thrashr888 Mar 12, 2026 8/10
app Reddit
Context degradation silently hurts output quality by phase 3 of 8 in long tasks. Tarvos monitors session quality and automatically spins up a fresh Claude Code session when degradation is detected, carrying over the PRD, progress notes, and active context. Designed for multi-phase, unattended coding tasks.
contextsession-managementautomationunattendedquality
by SuckWallStreetDry Mar 12, 2026 8/10
app GitHub
edda automatically records architectural and implementation decisions Claude makes during a session and stores them locally in a structured format. It is deterministic (no LLM post-processing), has zero additional API cost, and lets subsequent sessions recall why specific choices were made — especially useful for long-running projects.
memorydecisionslocaldeterministiccontext
by fagemx Mar 12, 2026 8/10
app GitHub
swarm provides a browser-based UI to manage Claude Code agent sessions, submit tasks, and approve or reject pending tool calls — all from your browser. Acts as an autopilot layer between you and multiple concurrent Claude Code instances, giving visibility and control without a terminal per session.
dashboardagentsautopilotbrowsermonitoring
by bschleifer Mar 12, 2026 8/10
app GitHub
yume is a Tauri + React desktop app that wraps Claude Code with a proper GUI — streaming output, background agents, multi-provider model selection, and session orchestration in a native macOS/Linux/Windows window. An alternative to terminal-only usage for developers who prefer a visual interface.
desktopGUItaurireactorchestrationnative
by aofp Mar 12, 2026 8/10
app Reddit
Desloppify is an automated tool that iterates over your codebase making improvements, with Claude approving over 95% of its changes in the latest release. Version 0.9.5 introduces a new mascot and claims 24+ hours of continuous operation without failures, making it one of the more reliable autonomous code improvement tools.
automationcode-qualityautonomousrefactoring
by PetersOdyssey Mar 12, 2026 8/10
app GitHub
Desktop menubar app for managing and installing Claude Code plugins and Agent Skills effortlessly. Provides a GUI interface for browsing, installing, and managing the growing ecosystem of Claude Code skills.
skillspluginsmenubardesktop appmanagementmacos
by Enxs969 Mar 12, 2026 7/10
app Reddit
An open-source personal finance tracking app built 99% with Claude Code, featuring capabilities that existing finance apps lack. Built through vibe coding sessions, it is now usable for daily personal finance tracking.
personal financeopen sourcevibe codingapp
by bloknayrb Mar 12, 2026 5/10
app X
Galactic lets you run multiple Claude Code agents simultaneously, each on its own git branch with an isolated workspace and port. Eliminates context-switching between parallel workstreams so you can ship faster.
parallelmulti-agentgitworkflowbranches
by @idolavix Mar 11, 2026 7/10
app Reddit
Malwar runs a 4-layer pipeline—rule engine, URL crawler, LLM analysis, and threat intel—against Claude Code SKILL.md files to detect malicious instructions: embedded curl-to-bash payloads, base64 blobs, and credential-targeting paths. Addresses a real gap since traditional code scanners do not analyze natural language agent instructions.
securityskill-filesvulnerability-scannerprompt-injectionsafety
by Ap6pack Mar 11, 2026 8/10
app Reddit
SkillsGate indexes 45,000+ agent skills from GitHub with LLM-enriched metadata and vector embeddings for intent-based search—find skills by what you want to do, not exact names. Install any skill with a single npx command. Supports Claude Code, Cursor, and Windsurf.
marketplaceskillssemantic-searchdiscoveryinstall
by orngcode Mar 11, 2026 8/10
app GitHub
Claude-Paste automatically pastes clipboard screenshots into Claude Code with smart freshness detection to avoid sending stale images. Zero dependencies, cross-platform (Windows/macOS/Linux), MIT licensed.
clipboardscreenshotsutilitycross-platform
by mailfnguides-del Mar 11, 2026 7/10
app GitHub
remotelab lets you access your Claude Code CLI from any browser—phone, tablet, or any computer—without installing Claude Code on each device. Self-hosted, giving full control over your remote development sessions.
remoteself-hostedbrowserclimobile
by trmquang93 Mar 11, 2026 8/10
app GitHub
An open-source marketplace bundling 340 Claude Code plugins and 1,367 agent skills, with the CCPI package manager for easy installation. Includes interactive tutorials and production orchestration patterns.
pluginsskillsmarketplacepackage-managercommunity
by jeremylongshore Mar 11, 2026 9/10
app GitHub
An AI autopilot that handles open-source contribution management—tracking PRs, responding to maintainers, discovering issues, and maintaining contribution velocity. Integrates directly as a Claude Code plugin.
open-sourcegithubautomationplugincontributions
by costajohnt Mar 11, 2026 6/10
app GitHub
A Vite dev server plugin that exposes API endpoints for chatting with the Claude Code SDK during local development. Enables web projects to integrate Claude Code agent capabilities directly into their dev server workflow.
vitepluginsdkweb-development
by viagen-dev Mar 11, 2026 6/10
app GitHub
midtown provides a thoughtfully-designed UI layer for coordinating multiple AI coding agents. Focuses on keeping developers in control and maintaining situational awareness during complex multi-agent workflows.
multi-agentuiinterfaceorchestration
by btucker Mar 11, 2026 6/10
app GitHub
ClaudeNotifier is an open-source macOS app that sends native system notifications for Claude Code events. Useful for staying aware of agent status without keeping the terminal in focus.
macosnotificationsutility
by mlz11 Mar 11, 2026 6/10
app GitHub
gal.run provides centralized discovery, configuration, and synchronization of Claude Code settings across an organization. Designed for teams that need to standardize and govern how AI coding agents are configured.
enterprisegovernanceteamconfigurationsettings
by Scheduler-Systems Mar 11, 2026 7/10
app Reddit
CAS reverse-engineers Claude Code's Team feature to build a better multi-agent orchestrator. Each worker gets its own git worktree, allowing concurrent edits to the same file without locking. A push-based SQLite message queue handles inter-agent communication, and every task requires a demo statement and self-verification gate before closing.
orchestrationmulti-agentgit-worktreesparallelrust
by aceelric Mar 11, 2026 8/10
app Reddit
Founder used Claude Code with the Remotion (React-based video) skill to produce marketing reels and animated landing pages after being priced out of motion design agencies. First reel took 3 hours, now under 1 hour. Results: thousands of views and product validation.
remotionvideodemoskillsmarketingreact
by ashadis Mar 11, 2026 7/10
app Reddit
Self-hosted web app (run on Mac Mini, VPS, or Linux) that manages multiple tmux-based Claude Code or Opencode sessions accessible from any device via QR code. Features zero-lag typing, file browser, notification support, and secure one-time-key remote access.
session-managerremotetmuxbrowsermobileself-hosted
by Kindly-Inside6590 Mar 11, 2026 7/10
app Reddit
Free open-source desktop app that organizes all Claude Code sessions in one window. Alerts when a session needs permission approval, supports full-text search across all session content (SQLite FTS5), session forking, and per-project CLI flag defaults. Built entirely with Claude Code.
session-managerelectrondesktopfts5alertsopen-source
by ali-b-doctly Mar 11, 2026 8/10
app GitHub
Web UI that wraps Claude Code for browser access from any device, maintaining full compatibility with local setup including file system access. No cloud dependency — runs as a local server with full Claude Code feature parity.
web-uiremotebrowserinterfacelocal
by Tommy-hub117 Mar 11, 2026 6/10
app GitHub
Tool for browsing and searching through past Claude Code session histories to find previously solved problems and decisions. Helps avoid re-deriving solutions that were already worked out in earlier sessions.
sessionshistorysearchproductivity
by princeraj005 Mar 11, 2026 5/10
app GitHub
Lightweight macOS menubar app that shows real-time Claude Code usage and rate limit status. Features clear indicators for remaining tokens/requests and live updates, helping you avoid unexpected session interruptions.
macosmenubarusagelimitsmonitoringrate-limit
by naufalrafifr01 Mar 11, 2026 7/10
app GitHub
Obsidian plugin that uses Claude to power an AI-assisted knowledge base with cross-device sync for notes and tasks. Enables natural language querying and linking of notes within the Obsidian vault.
obsidianknowledge-basenotessyncproductivity
by akashbytecode Mar 11, 2026 5/10
app Reddit
Claude for Excel and Claude for PowerPoint now share full conversation context across open files so actions in one app are informed by what is happening in the other. Skills are also now available in both add-ins. Available on Bedrock, Vertex AI, and Microsoft Foundry.
excelpowerpointofficeskillscontextadd-in
by Forsaken-Reading377 Mar 11, 2026 6/10
app Reddit
A feature-rich statusline for Claude Code that shows per-session colors (unique hue per session via ID hashing), LLM-generated topic labels via Claude Haiku, live 5-hour/7-day quota bars with reset countdowns, and context window percentage. Requires macOS, Nerd Fonts v3+, and uses the Anthropic OAuth API for quota data. Includes a companion UserPromptSubmit hook for topic capture.
statuslinehookquotaterminalmacos
by leefuhr Mar 11, 2026 7/10
app GitHub
A Claude Code plugin that audits your project before you go deep into implementation. It researches the current landscape, checks your code against live documentation, and gives a verdict: stay the course, adjust, pivot, or adopt an alternative. Helps avoid wasted effort from building on outdated or wrong assumptions.
pluginauditdocumentationresearchdecision
by giovicordova Mar 11, 2026 8/10
app X
Upstash Box provides secure, isolated cloud sandboxes pre-configured with Claude Code (or Codex/OpenCode). Designed for giving AI agents a computer environment — sandboxes sleep when idle and wake in milliseconds. Removes the overhead of setting up local environments for agentic tasks.
sandboxcloudagenticinfrastructuredevtools
by @upstash Mar 11, 2026 7/10
app Reddit
There's a question sitting in the middle of AI agent research that nobody seems to have cleanly answered: What happens if you give an LLM a purpose instead of a task - and then just leave it alone?...
by HAAILFELLO Mar 11, 2026 9/10
app Reddit
A self-hosted persistent memory system for Claude that runs entirely in Docker. Memories are never deleted — only pushed down a recency chain so nothing is lost. Includes automatic Google Drive backup with 7-day rolling retention. Claude manages the system end-to-end; human intervention is kept to a minimum beyond the initial Docker install.
memorydockerpersistentgoogle-driveself-hosted
by iikarus4 Mar 11, 2026 5/10
app GitHub
A comprehensive memory library implementing 102 distinct memory techniques that all work together additively rather than competing. Backed by over 2,000 tests for reliability. Designed to give AI agents simultaneous access to every effective memory approach without configuration trade-offs.
memorytechniqueslibrarytestingagents
by lee-fuhr Mar 11, 2026 6/10
app GitHub
A tool that automatically scans your Claude Code plugin ecosystem and generates a Mermaid.js dependency graph — a visual Mental Model Map of how plugins and components relate. Useful for understanding complex multi-plugin setups and onboarding new contributors to Claude Code environments.
visualizationmermaiddependency-graphpluginsarchitecturedocumentation
by ordinary9843 Mar 11, 2026 6/10
app GitHub
A native macOS app that provides a unified session browser, agent cockpit, analytics, and rate limit tracker across Claude Code, Codex CLI, OpenCode, Gemini CLI, and other AI coding agents. Features full-text search across all past sessions, one-click resume, real-time rate limit visibility, and session archiving.
macossession-managementanalyticscodexgeminimulti-agentproductivity
by jazzyalex Mar 11, 2026 8/10
app GitHub
A Tauri + SolidJS + Rust desktop app for running dozens of AI coding agents simultaneously in a terminal grid interface. Provides visual orchestration of parallel coding sessions with split-pane layout management. Built for teams or power users who want to run many agents against different tasks or codebases at once.
orchestrationparallelterminaltaurirustmulti-agentdesktop
by sstraus Mar 11, 2026 7/10
app GitHub
A lightweight notification tool that sends push notifications to your phone when Claude Code pauses for input on remote servers. Eliminates the need to repeatedly check SSH sessions while agents run long tasks. Perfect for overnight or background agentic coding sessions.
notificationsremoteserverproductivitymonitoring
by flavio87 Mar 11, 2026 7/10
app GitHub
A transparent proxy server that sits between Claude Code and the Anthropic API, logging all interactions and displaying them on a live dashboard. Useful for debugging token usage, inspecting tool calls, and understanding exactly what prompts are being sent. Simple setup with minimal configuration.
proxydebuggingmonitoringapidashboard
by Haidzai Mar 11, 2026 6/10
app Reddit
submitted by /u/RDForward [link] [comments]
hook
by RDForward Mar 11, 2026 9/10
app Reddit
https://i.redd.it/lcu10i2h1fog1.gif I've been on the AI coding train for a while. Went through the whole progression -- vibe coding , then prompt engineering , then context engineering , then harne...
workflowreview
by Strict_Being2373 Mar 11, 2026 8/10
app GitHub
Terminal dashboard for real-time Claude Code session monitoring — k9s-style TUI with live tool call tracking, token usage, subagent visibility, plugins, and memory.
by Curt-Park Mar 11, 2026 7/10
app Reddit
Hi everyone, I wanted to share an open-source project I built to solve a major frustration I had while using the Claude Code CLI. It's called claude-knowledge-graph . My Pain Point I work as a Data...
hook
by nyw8902 Mar 11, 2026 8/10
app GitHub
Auto-save every Claude Code session to GitHub Projects. Never lose Prompt & Context again.
git
by ej31 Mar 11, 2026 6/10
app GitHub
🚀 Transform your software development with the Cursor & Claude Code Toolkit for AI-driven productivity and effective code management.
by Jedreyk Mar 11, 2026 8/10
app Reddit
https://preview.redd.it/qi10b8ftgfog1.png?width=936&format=png&auto=webp&s=84503cbe3459fb526cdeaaf375bbda3e65bb1186 Free Tool: https://grape-root.vercel.app/ I’ve been experimenting with Claude Cod...
workflowtestingreview
by intellinker Mar 11, 2026 7/10
app GitHub
🛠️ Optimize your Claude configurations effortlessly, reducing bloat from megabytes to kilobytes in just 30 seconds with this easy-to-use GUI tool.
config
by Genusboragosirharoldwalterkroto654 Mar 11, 2026 5/10
app Reddit
Let's say I have all the tools, all the skills, some proprietary workflows etc. Is there a way to build it so that a user can just get started? submitted by /u/Working-Solution-773 [link] [comments]
mcpskillworkflow
by Working-Solution-773 Mar 11, 2026 9/10
app Reddit
Been doing this for a few months Most people open Claude inside a single repo — so it's blind to everything else. Every time it needs context from another repo, you're manually copying stuff over. ...
apigitclaude.md
by biwsantang Mar 11, 2026 9/10
app Reddit
Hey Reddit, as a former data analyst, I’ve been tooling around trying to get agents to do my old job. The result is this system that gets you maybe 80% of the way there. I think this is a good data...
by PoorPhipps Mar 11, 2026 7/10
app Reddit
Once I realized I could build a dozen custom mcp tools and related skills in a day sometime last fall when Sonnet 4 was still the Boss before Opus-4.5 dropped at price for the month, I binged and m...
mcpskillconfig
by Efficient_Smilodon Mar 11, 2026 7/10
app Reddit
OpenClaw is both time-consuming to set up and risky. I wanted to see how far I could get in Claude and got a pretty decent, self-improving agent running with scheduled runs (inside Claude Cowork). ...
gitconfig
by gregerw Mar 11, 2026 10/10
app Reddit
This is a small claude wrapper that claude built for itself, so we can track how much time we actually spent giving instructions against how much time the agent took to carry those instructions out...
hook
by RDForward Mar 11, 2026 9/10
app Reddit
This was a personal project I've been working on for a while, that wasn't meant to be a better openclaw, but... given openclaw's popularity - I certainly mentally reframed it as such. A few things ...
api
by Civil_Decision2818 Mar 11, 2026 5/10
app Reddit
I built Ink (ml.ink), a deployment platform where the primary users are AI agents, not humans. It started from a frustration using Claude Code: Claude writes a full-stack app in minutes, then I spe...
workflowapigit
by 1amrocket Mar 11, 2026 7/10
app Reddit
Previously posted about running Claude Code as a K8s CronJob and using markdown as a workflow engine. This one's about the pipeline that runs on it: scanners, a classifier with 13 structured questi...
workflow
by kotrfa Mar 11, 2026 9/10
app Reddit
In my humble experience, AI agents are severely handicapped without web search. But giving them open internet access isn't always an option (whether you're in an air-gapped environment, handling se...
apipython
by FuckingMercy Mar 11, 2026 7/10
app Reddit
Hi folks, most AI tools work great for standalone projects. I wanted to hear thoughts from the community regarding how they handle actual enterprise level code. If you work at a product company, th...
skillclaude.mdreview
by tikluu Mar 11, 2026 9/10
app Reddit
I have a habit of quietly tolerating small annoyances until they're not so small anymore. This was one of them. I've been using VSCodium, and right-clicking an HTML file in the Explorer did absolut...
gitconfigreview
by EveyVendetta Mar 11, 2026 7/10
app Reddit
Explore codebase like exploring a city with buildings and islands... using our website CodeGraphContext- the go to solution for code indexing now got 2k stars🎉🎉... It's an MCP server that understan...
mcpworkflowgitpython
by Desperate-Ad-9679 Mar 11, 2026 7/10
app Reddit
I've been building this with Claude Code over the past few weeks and wanted to share both the project and what I learned about using Claude for systems-level .NET development. What it is: A native ...
mcpautomation
by Medical_Resolve_5991 Mar 11, 2026 9/10
app Reddit
Claude Code just shipped `/loop`. Session-scoped. Dies when the terminal closes. No persistence, no catch-up. Built Cronde to fix that. Menubar app built on Tauri/Rust backend, SQLite in WAL mode. ...
hookgit
by YogiHD Mar 11, 2026 8/10
app Reddit
When I use Claude on a daily basis, I felt like flying blind. I kept getting surprised by the sudden compactions, loss of key files from context, missing documents that I could have updated while b...
gittesting
by Sufficient-Rough-647 Mar 11, 2026 7/10
app Reddit
I've built a dependency tool for agent skills and am looking for more tests and edge cases. I've found across various SDK/API/CLI/MCPs that versioning of those tools and the related skills has beco...
mcpskillapigit
by wryansmith Mar 11, 2026 10/10
app GitHub
Marketplace repo for Claude Code Plugins developed from personal projects and workflow
workflow
by athola Mar 11, 2026 6/10
app Reddit
TL;DR: Governance framework for Claude Code sessions — persistent memory, decision trail, dual agent roles. Ran it 2.5 weeks on a real project: 176 stories, 177 decisions. Tool-agnostic, open-sourc...
skill
by Fred-AnIndieCreator Mar 11, 2026 9/10
app Reddit
Hey everyone, If you are using the Claude Desktop app right now, you probably know about MCP (Model Context Protocol). It’s amazing, but the current ecosystem is a nightmare to configure. Right now...
mcpcommandapigitdockerpython
by Huge-Ad6985 Mar 11, 2026 8/10
app GitHub
Connect All AI Code Tools (Claude Code, Cursor, Antigravity, Copilot, Codex, Gemini, OpenCode, Cline, OpenClaw...) to 40+ AI Providers & 100+ Models
by decolua Mar 11, 2026 6/10
app Reddit
Open source (MIT) project - Auto-accept and monitor for Claude Code Requires iTerm2 w/ Python API I got sick of constantly hitting Accept when running many subagents or Team Agents. I wanted to be ...
apipython
by NiteShdw Mar 11, 2026 7/10
app Reddit
Today I finished two days worth of clade coding, the equivalent of several months of work for a team under normal conditions based on how I approach it. I decided to run a new "design audit" that t...
skillreview
by diystateofmind Mar 11, 2026 6/10
app Reddit
Karpathy's autoresearch lets an AI agent optimize ML training overnight in an autonomous loop. Cool, but I'm not an ML guy. I build agents. So I asked: what if the same loop discovered problems and...
git
by Illustrious-Bug-5593 Mar 11, 2026 7/10
app Reddit
I've been running AI coding agents on a large codebase for months and noticed something that bugged me. Every time I gave an agent a task like "add a new API endpoint," it would spend 15-20 tool ca...
apiconfig
by notadamking Mar 11, 2026 7/10
app GitHub
Task queue and orchestrator for AI coding agents. Manage Claude Code agents from Discord — auto-recovers from rate limits, runs overnight, queues work across projects.
by ElectricJack Mar 11, 2026 7/10
app GitHub
Vercel Operations skill for Claude Code - Deploy apps, manage projects, configure domains, and handle Vercel CLI operations
skillconfig
by rajivmehtaflex Mar 11, 2026 9/10
app GitHub
👨💻 Accelerate your coding with Claude Code, an agentic tool for your terminal that streamlines tasks, explains code, and supports git workflows.
workflowgit
by maqsam22 Mar 11, 2026 9/10
app GitHub
macOS menu bar app that monitors your Claude Code sessions. See status, jump to windows, get notified when agents need you.
by ericermerimen Mar 11, 2026 7/10
app Reddit
At home I built a knowledge base in Obsidian with custom workflows, skills and CLAUDE.md files to give Claude context on my projects and the leverage looks real to me. At work, everything is harder...
skillworkflowclaude.md
by Tricky-Swimming-5992 Mar 11, 2026 8/10
app GitHub
🐾 A tiny pixel pet that lives in your Claude Code status line — it thinks when you think, panics when context runs low, and celebrates every successful tool call. Your emotional support companion f...
by TeXmeijin Mar 11, 2026 8/10
app Reddit
Model ≠ Product ≠ User Experience Same model foundation. Different product. Completely different experience. If you're accessing Claude through GitHub Copilot, you're running a developer-configured...
gitconfig
by MaizeNeither4829 Mar 11, 2026 6/10
app GitHub
🤖 Enhance your development workflows with Claude Code skills and tools for effective AI debates and comprehensive app validation.
skillworkflow
by R3tr04851 Mar 11, 2026 8/10
app Reddit
Most people use Claude like a search engine. Ask something, get an answer, close the tab. Every session starts from zero. No memory of what you're building, what you've learned, what you decided la...
mcpreview
by arnaldodelisio Mar 11, 2026 10/10
app Reddit
We built an open-source local app that automatically spots your repetitive tasks and suggests Claude skills for them. The core value is that it scans what you do outside of Claude as well - everyth...
mcpskillgit
by jzap456 Mar 11, 2026 9/10
app GitHub
Open-source Claude Code skills and Codex skills for AI-first engineering. Audit, re-engineer, and bootstrap projects with AI-first design principles.
skill
by techwolf-ai Mar 11, 2026 8/10
app GitHub
Lean toolkit for disciplined engineering workflows with Claude Code.
workflow
by dinhanhthi Mar 11, 2026 6/10
app Reddit
Hey r/ClaudeCode , I recently switched to Claude Code from ACLI RovoDev and I'm a bit overwhelmed by how many more options it gives me. I'd love feedback on my existing workflow and suggestions for...
mcpworkflowapireview
by Halfpikant Mar 11, 2026 8/10
app Reddit
I've been running Claude Code and Aider with full filesystem access and it makes me nervous. Docker helps with isolation but doesn't let me review what the agent changed before committing. I built ...
dockerreview
by drmarkamo Mar 11, 2026 7/10
app Reddit
Every startup has the same ass landing page and I feel like people don't talk about it that much. With everyone using Claude Code to built the next big startup, people don't really care much about ...
mcpgitclaude.md
by Substantial-Problem7 Mar 11, 2026 10/10
app GitHub
A VS Code extension that pre-processes log files before feeding them to AI, removing noise and compressing repeated patterns to save tokens. Makes large log files manageable for Claude Code analysis without hitting context limits.
vscodelogstoken-optimizationcontext
by launch-it-labs Mar 11, 2026 6/10
app GitHub
Beads provides persistent memory capabilities for coding agents, enabling them to remember context across sessions and build on previous work. Addresses the cold-start problem where agents re-explore the same codebase every session. From steveyegge, a well-known Google/Amazon engineer.
memorypersistencecontextagentssessions
by steveyegge Mar 11, 2026 7/10
app GitHub
A programmatic Node.js interface for the Claude Code CLI that lets you embed Claude Code into your application code — no terminal required. Enables building automation pipelines, CI integrations, and tools that drive Claude Code programmatically.
nodejsapicliautomationintegration
by scott-walker Mar 11, 2026 7/10
app GitHub
audiobash lets developers control their terminal by voice, executing commands instantly via speech. Useful for hands-free coding sessions with Claude Code or other CLI tools. Reduces friction for developers who prefer to dictate rather than type commands.
voiceterminalaccessibilityclispeech
by jamditis Mar 11, 2026 6/10
app GitHub
A custom Android keyboard designed for LLM CLI users — includes terminal keys (Ctrl, Tab, Esc, arrow keys) and image upload support for Claude Code and OpenClaw users. Makes mobile-based coding agent sessions practical.
androidkeyboardmobileterminalcli
by jamditis Mar 11, 2026 6/10
app GitHub
The official, Anthropic-managed directory of high-quality Claude Code plugins. A curated, authoritative source for discovering vetted skills, MCP integrations, and extensions for Claude Code. The canonical starting point for anyone looking to extend Claude Code.
pluginsofficialanthropicdirectoryskillsmcp
by anthropics Mar 11, 2026 9/10
app GitHub
A cloud IDE that runs 5 AI coding agents simultaneously in ephemeral Cloudflare Containers with per-user isolation and persistent R2 storage. One-click deploy, accessible from any device including phone. Enables massive parallel AI-assisted development in the cloud.
cloud-ideparallelcloudflarecontainersagents
by nikolanovoselec Mar 11, 2026 7/10
app GitHub
A VS Code extension that orchestrates multiple AI coding agents in a unified "Council Chat", routing complex tasks to specialized agents running in parallel. Provides a single interface to coordinate agent collaboration directly inside VS Code.
vscodeextensionparallelorchestrationmulti-agent
by cloga Mar 11, 2026 7/10
app GitHub
token-optimizer finds "ghost tokens" — hidden overhead in Claude Code's context window. Audits what's consuming tokens, shows where they go, and helps reclaim them. Essential for power users trying to maximize context efficiency and extend session length.
token-optimizationcontext-windowdebuggingefficiency
by alexgreensh Mar 11, 2026 7/10
app GitHub
handclaw connects Claude Code, Codex, and OpenCode to Slack, letting you monitor agent progress, switch agents by renaming channels, and code from your phone. One Slack workspace can manage multiple AI coding agents simultaneously — work from anywhere.
slackmobileagentsmonitoringintegration
by deciding Mar 11, 2026 8/10
app Reddit
RuFloUI is an open-source React dashboard wrapping claude-flow that provides full visual interface for multi-agent Claude workflows. Spawn specialized agents (coder, researcher, tester, reviewer), watch them work in real-time, assign tasks to the swarm, and support mesh/hierarchical/ring topologies.
dashboardmulti-agentorchestrationvisualizationclaude-flow
by TheFenixRebitrh Mar 11, 2026 7/10
app GitHub
tokengolf turns Claude Code token efficiency into a game — track your score, compete to use the fewest tokens to accomplish tasks. Encourages developers to write tighter CLAUDE.md instructions and more efficient prompts. Fun way to build good habits.
tokensefficiencygamificationoptimization
by josheche Mar 11, 2026 7/10
app GitHub
lazygaze is a split-pane terminal UI that pipes git diffs directly to Claude CLI or GitHub Copilot CLI for code review, with streaming output, a prompt library, and a persona system. Makes AI-assisted code review fast and interactive from the terminal.
tuicode-reviewgitterminalclistreaming
by benstroud Mar 11, 2026 7/10
app GitHub
Another package manager implementation for Claude Code skills, agents, and AI-related resources. Provides structured discovery, installation, and management of Claude Code extensions from the community.
package-managerskillsagentsextensionsmanagement
by mensfeld Mar 10, 2026 6/10
app Reddit
Client-side tool that transforms exported ChatGPT memories — removing duplicates, outdated entries, and third-person narrative — into a clean XML and CLAUDE.md file for Claude. Nothing leaves the browser; bring your own API key. Helps avoid hitting Opus context limits with bloated memory imports.
memorychatgptmigrationclaude.mdbrowser
by Horror_Cricket2462 Mar 10, 2026 5/10
app GitHub
A hub for unifying and managing multiple AI service APIs alongside Claude Code, with real-time monitoring. Provides a single interface to optimize API usage and monitor integrations across multiple providers.
apimanagementmonitoringintegrationhub
by odahpen Mar 10, 2026 5/10
app GitHub
Lightweight background daemon (<50MB RAM) that tracks AI API quotas across Claude Code (Anthropic), Codex, GitHub Copilot, and other providers in real time. Uses SQLite storage with a Material Design 3 dashboard. Zero telemetry, local-only.
quotamonitoringdashboardclaude-codelocalsqlite
by onllm-dev Mar 10, 2026 6/10
app GitHub
A Universal Brain for AI-assisted coding that benchmarks Claude Code, Cursor, Aider, Windsurf, Copilot, and Gemini. Routes tasks to the best tool+model combo based on historical performance. PWA with standalone binaries, MCP server, and local SQLite storage.
dashboardbenchmarkingroutingmulti-toolpwamcp
by Riko5652 Mar 10, 2026 7/10
app Reddit
A security layer that intercepts every Claude Code action before execution. Blocks secrets from leaking into the context window (AWS keys, GitHub tokens, private keys), enforces temporary trust grants, generates custom policies from real usage patterns, and logs everything in a tamper-proof hash-chained audit trail. ~10 microsecond overhead per check.
securityfirewallcredentialsauditopen-sourcepermissions
by NovelInitial6186 Mar 10, 2026 8/10
app GitHub
A configurable status line display for Claude Code sessions. Adds at-a-glance session status information in a customizable format, improving visibility into what Claude is doing during long-running tasks.
statusuiterminalvisibilityconfiguration
by felipeelias Mar 10, 2026 6/10
app Reddit
A companion tool for Claude Code + frontend skills slide workflows. Drag the part of an HTML/CSS slide you want to fix, and it sends the XPath plus a highlighted screenshot to Claude so it knows exactly what to edit. Eliminates the painful prompt-and-guess cycle for visual layout fixes.
slidesvisualhtmlcssfrontendscreenshot
by jeffrey-0711 Mar 10, 2026 7/10
app GitHub
Monitor and control Claude Code sessions remotely from your iPhone with real-time terminal access. Enables checking on long-running agentic tasks, reviewing output, and managing sessions without being at your computer.
remoteiosiphonemonitoringterminalmobile
by Norio691 Mar 10, 2026 7/10
app GitHub
A safety harness for running AI coding agents unattended. Adds guardrails so you can let agents run autonomously without constant babysitting. Focuses on command-line agent workflows and preventing runaway behaviors.
safetyharnessautonomousagentunattendedguardrails
by empathic Mar 10, 2026 6/10
app GitHub
A visual interface for orchestrating multiple Claude Code and Codex agents simultaneously. Provides a dashboard to manage, monitor, and coordinate parallel agent sessions — useful for complex multi-agent workflows requiring human oversight.
orchestrationmulti-agentvisualdashboardcodexclaude-code
by deivid11 Mar 10, 2026 8/10
app X
A developer used Claude Code to build a static ad generator that produces over 100 Facebook ad variations in minutes. It takes a competitor ad, product photo, and brand kit as inputs and generates on-brand variations targeting different customer personas. A practical example of building marketing automation tools entirely with Claude Code.
appvibe-codingmarketingautomationclaude-code
by @TechWith_Nova Mar 10, 2026 6/10
app X
Shipper 2.0 is a package that enables Claude Code Opus 4.6 to autonomously build web/mobile apps and Chrome extensions. It was released alongside a Claude Code update that expands its agentic capabilities. A practical tool for developers who want rapid autonomous prototyping.
shipperautonomousapp-builderchrome-extensionopus
by @chhddavid Mar 10, 2026 7/10
app X
Agent Safehouse is a tool that isolates AI coding agents (including Claude Code, Codex, and Aider) inside a secure sandboxed environment, preventing them from running with unrestricted PC access. It addresses a real security concern for developers using agentic tools. Recommended especially for beginners getting started with AI coding agents.
sandboxsecurityisolationagentcodexaiderpermissions
by @K_George_AI Mar 10, 2026 7/10
app GitHub
SafeClaw provides secure, privacy-focused management of AI agents using hardware-isolated execution and message proxying. Designed for organizations that need strong security boundaries around agent operations and sensitive data.
securityisolationprivacyagents
by ekswathi Mar 10, 2026 5/10
app GitHub
Emdash is an open-source Agentic Development Environment that lets you run multiple coding agents in parallel with any AI provider. A flexible alternative and complement to Claude Code for multi-agent development workflows.
agentic-devparallel-agentsopen-sourceYCIDE
by generalaction Mar 10, 2026 8/10
app X
Golem Code is a Mac app that wraps around Claude Code as a full passthrough companion. It floats on your screen so you can quickly return to an active Claude Code session, preventing missed agent prompts when working across windows.
MaccompanionappUXsession-management
by @ChrisJPatty Mar 10, 2026 6/10
app GitHub
A CLI tool that provides reusable templates for configuring Claude Code projects and monitoring their activity. Streamlines project setup and standardizes Claude Code configuration across different codebases.
clitemplatesconfigurationmonitoringapp
by davila7 Mar 10, 2026 7/10
app GitHub
An AI agent runtime security scanner that detects malicious behavior in Claude Skills, MCP Servers, Codex Plugins, and other agent components before execution. Helps catch supply chain and plugin integrity issues.
appsecurityscanningmcpskillssupply-chain
by riteshkew Mar 10, 2026 7/10
app Reddit
Day 9 of a self-evolving Claude Code agent that reads its own learnings and identifies its behavioral patterns. The agent recognized it had been doing meta-work instead of feature code for 8 sessions. Best commits came from using its own tool, feeling friction, and fixing it immediately.
appautonomousself-evolvingmeta-learningagent
by liyuanhao Mar 10, 2026 7/10
app GitHub
A community provider that bridges the Vercel AI SDK with the Claude Agent SDK, enabling developers to use Claude Code's auth and capabilities within AI SDK-based applications.
appvercel-ai-sdkagents-sdkintegration
by ben-vargas Mar 10, 2026 7/10
app GitHub
A security-focused package manager specifically for AI agent skills. Addresses supply chain concerns by adding integrity verification to the skills installation process.
appsecuritypackage-managerskillssupply-chain
by tankpkg Mar 10, 2026 6/10
app GitHub
A setup guide and configuration for monitoring Claude Code usage metrics using the OpenTelemetry ecosystem with Prometheus for metrics, Loki for logs, and Grafana dashboards. Enables team-level visibility into costs, token usage, and performance.
appmonitoringopentelemetryprometheusgrafanaobservability
by flysloughofdespond447 Mar 10, 2026 7/10
app Reddit
A fork of Chrome that turns web browsing into multimodal chat for AI agents by freezing JavaScript and time after each action. Achieves 90.53% on Online Mind2Web Benchmark. Add to Claude Code in one command. Excels at forms, shopping, downloads, uploads, and reverse-engineering site APIs.
appbrowsermcpbenchmarkweb-automation
by Minimum_Plate_575 Mar 10, 2026 9/10
app GitHub
A self-hosted, federated platform for generating, browsing, storing, and sharing AGENTS.md, CLAUDE.md, and other AI rule files via WebUI and CLI. Enables teams to maintain and distribute consistent AI assistant configurations.
apprulesclaude-mdself-hostedsharingcommunity
by GeiserX Mar 10, 2026 7/10
app GitHub
A free, local, open-source desktop app providing a Cowork-style interface for Gemini CLI, Claude Code, Codex, OpenCode, Qwen Code, Goose CLI, and more. Manages multiple AI agents from one unified interface.
appguimulti-agentdesktopopen-source
by iOfficeAI Mar 10, 2026 7/10
app GitHub
A self-hosted alternative to Claude Code Web and Codex in the Cloud. Spawns isolated AI coding agent workers in Docker containers with terminal access, virtual desktop, port forwarding, and git repo cloning, managed through a web dashboard.
appself-hosteddockercloudweb-interface
by lonetis Mar 10, 2026 8/10
app GitHub
A containerized alternative to OpenClaw that connects to WhatsApp, Telegram, Slack, Discord, and Gmail. Has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK. Designed for secure deployment without exposing credentials.
appmessagingwhatsapptelegramslackagents-sdk
by rufus-place Mar 10, 2026 7/10
app GitHub
A tool that captures your engineering team's practices and patterns and converts them into AI context, guardrails, and governance rules. Ensures AI coding agents follow your team's actual standards, not generic best practices.
appguardrailsengineering-practicesgovernancecontext
by PackmindHub Mar 10, 2026 7/10
app Reddit
An autonomous AI Game Master for a MapleStory private server using the Claude Agent SDK with 40+ game tools. Reads analytics, spawns events, sets announcements, and runs scheduled autonomous health checks. Uses Claude Code auth — no separate API key. Entire dashboard and backend built with Claude Code.
appagents-sdkgameautonomousreal-time
by themrzmaster Mar 10, 2026 8/10
app Reddit
A lightweight Tauri/Rust desktop widget that shows animated emoji characters for each Claude Code session state — reading, writing, running, error, waiting, done. Multiple parallel sessions appear side by side. Notifications without sound, perfect for office use.
apphooksdesktopnotificationsmonitoringtauri
by CartographerThis4177 Mar 10, 2026 7/10
app Reddit
A CLI (npx claude-toad init) that scans your project files and uses the Claude API to generate a complete .claude/ directory: CLAUDE.md under 150 lines, skills with frontmatter, agents, commands, hooks, settings.json, and .mcp.json. Costs ~$0.44 per run. MIT licensed, bring-your-own-key.
appcliconfigurationsetupautomationclaude-md
by junianwoo Mar 10, 2026 7/10
app GitHub
A Windows/WSL desktop workbench unifying Codex, Claude, and Gemini coding agents. Organizes chats by project, runs parallel tasks via git worktrees, builds rich prompts with file references, and lets you resume any session in one click.
appguidesktopmulti-agentworktreeswindows
by lulu-sk Mar 10, 2026 7/10
app Reddit
A Rust/Tauri desktop app providing a UI for browsing/installing skills, toggling MCP servers, running tasks in isolated git worktrees with embedded terminals, and parsing Claude Code telemetry into readable dashboards. SQLite memory with relevance decay. MIT licensed, local-only.
appguiskillsmcpworktreesanalyticstauri
by rvm-7 Mar 10, 2026 8/10
app GitHub
A Node.js/React dashboard that tracks Claude Code sessions, agent activity, tool usage, and subagent orchestration through hooks, with live analytics, a Kanban status board, and interactive web interface. Uses WebSockets for real-time updates.
appmonitoringdashboardhooksreal-timeanalytics
by hoangsonww Mar 10, 2026 8/10
app Reddit
A macOS sandbox that restricts AI coding agents via Endpoint Security and Network Extension frameworks. Each session is driven by a policy file; out-of-policy actions are denied by default. Comes with audit GUI, observation sessions for capturing behavior, and lint/merge tools for policies. Wraps any CLI agent with one command.
appsecuritysandboxmacospermissionspolicy
by somesha Mar 10, 2026 9/10
app Reddit
Consolidates and indexes coding agent conversations across providers (Claude, Codex, Copilot, AntiGravity) and machines into a single searchable interface. Useful for finding past conversations from any session across any tool.
apphistorysearchmulti-agentconversations
by cookiecad Mar 10, 2026 7/10
app Reddit
Major update to the popular Claude Code tmux statusline plugin. New features include native usage widgets (percentage or progress bar) with intelligent caching, token speed widgets (input/output/total tokens/sec), a skill invocation tracking widget, searchable widget picker, and numerous bug fixes. Now near 5000 GitHub stars.
appstatuslinetmuxtoken-usagemonitoring
by sirmalloc Mar 10, 2026 8/10
app GitHub
A lightweight, high-performance token and cost tracker for LLM usage, with first-class support for Claude Code. Helps teams and individuals monitor API consumption without adding significant overhead.
apptoken-trackingcostmonitoring
by mag123c Mar 10, 2026 6/10
app GitHub
A desktop application providing a chat, code, and project management UI for Claude Code. Built with Electron and Next.js to give Claude Code a graphical interface with file browsing and visual project management.
appguidesktopelectronnextjs
by op7418 Mar 10, 2026 7/10
app GitHub
A Telegram bridge for AI coding agents including Claude Code, Codex, OpenCode, and Gemini CLI. Stream progress, approve actions, and send tasks by voice from your phone. Enables true mobile control of long-running coding sessions.
apptelegrammobileremotenotifications
by littlebearapps Mar 10, 2026 7/10
app GitHub
A secure container runtime for AI coding agents that lets you run with full tool access while maintaining actual security boundaries. The tagline: 'Run --dangerously-skip-permissions without the danger.' Isolates the agent from the host system.
appsecuritysandboxcontainerpermissions
by railyarddev Mar 10, 2026 8/10
app Reddit
A macOS app (Tauri/Rust) that watches your files while AI works, showing every change with diffs and line counts the instant they hit disk. Designed for the second monitor: when AI quietly modifies a file that was not supposed to be touched, CODORUM catches it immediately with forensic-level reporting.
appfile-watchingmonitoringmacosdiffsafety
by bareimage Mar 10, 2026 7/10
app GitHub
A macOS and Raycast app for tracking Claude token limits, burn rate, per-project costs, team budgets, and rate limit alerts. Free and open source alternative to paid usage monitoring tools.
appmacosraycasttoken-usagemonitoringcost
by richyparr Mar 10, 2026 7/10
app GitHub
A dedicated discovery website for browsing open source Claude Code plugins. Fills a gap in the ecosystem by providing a searchable, organized index separate from GitHub search.
apppluginsdirectorydiscoverycommunity
by brsbl Mar 10, 2026 7/10
app GitHub
Real-time observability for Claude Code agent sessions with zero configuration required. Tracks costs, monitors tool usage patterns, analyzes latency, and enables debugging of agent behavior.
appobservabilitymonitoringdebugginganalytics
by darshannere Mar 10, 2026 7/10
app GitHub
A single Rust binary with zero dependencies that acts as a CLI proxy, reducing LLM token consumption by 60-90% on common dev commands. Intercepts and compresses shell output before it reaches the context window.
apptoken-efficiencyrustclioptimization
by rtk-ai Mar 10, 2026 8/10
app GitHub
A standalone linter and formatter for Claude Code plugin and configuration files with 90 rules across 8 artifact types and auto-fix support. Keeps your .claude/ directory consistent and valid.
applintingformattingpluginsquality
by retif Mar 10, 2026 7/10
app GitHub
A real-time web dashboard that displays Claude Code hook events as they fire. Provides visibility into pre-tool, post-tool, and session hook activity for debugging and monitoring agentic workflows.
apphooksdashboardmonitoringdebugging
by felipeelias Mar 10, 2026 7/10
app GitHub
Runs AI coding agents in hardened Incus containers with real-time network threat detection, automatic threat response (pause/kill), credential isolation, protected paths, session persistence, and multi-slot support. Production-grade security for agentic workflows.
appsecuritycontainerincusisolationnetwork-security
by mensfeld Mar 10, 2026 7/10
app GitHub
An iOS app that turns your phone into a remote terminal for any machine running Claude Code — Mac, Linux, or cloud. Send prompts, view output, and manage sessions from your iPhone.
appiosmobileremoteterminal
by soliblue Mar 10, 2026 7/10
app GitHub
A proxy that translates Anthropic/Claude API calls into NVIDIA OpenAI-compatible Chat Completions, letting you route Claude Code requests to NVIDIA-hosted models with minimal config changes.
proxynvidiaapi-compatibilityopenaimodel-routing
Mar 10, 2026 5/10
app GitHub
A session manager for AI agents with state persistence across restarts, real-time event streaming, and support for multiple AI providers. Useful for long-running agent workflows that need to survive process interruptions.
session-managementstate-persistenceevent-streamingmulti-provider
Mar 10, 2026 6/10
app GitHub
A companion tool for Claude Code that displays usage window data (remaining tokens, reset time) inside VS Code and the terminal. Keeps you from hitting limits unexpectedly mid-session.
usage-monitoringvscodetoken-limitswindowcompanion
Mar 10, 2026 7/10
app GitHub
A web platform that correlates AI coding agent productivity metrics with associated costs, helping teams understand ROI and optimize model/tool selection.
analyticsproductivitycostroiteams
Mar 10, 2026 5/10
app GitHub
An open-source platform for analyzing adoption friction, cost optimization, and developer skill development across Claude Code, Codex CLI, and Gemini CLI. Useful for engineering managers deciding which AI tools to invest in.
analyticsadoptioncost-optimizationtooling-comparisonengineering-management
Mar 10, 2026 6/10
app GitHub
An adaptive web scraper and AI synthesis tool that converts a company URL into a structured strategic brief. Useful for research tasks before pitching, partnering, or competitive analysis.
researchweb-scrapingintelligencesynthesiscompetitive-analysis
Mar 10, 2026 5/10
app GitHub
A cross-platform desktop app that unifies Claude Code, Codex, OpenCode, OpenClaw, and Gemini CLI into one assistant interface. Reduces context-switching overhead when working with multiple AI coding tools.
desktop-appmulti-toolunified-interfacecodexgemini-cli
Mar 10, 2026 7/10
app GitHub
A hub for managing multiple Claude Code API endpoints and team access, simplifying service routing and performance optimization across an organization.
enterpriseapi-managementteamscentralizedrouting
Mar 10, 2026 5/10
app Reddit
A VS Code extension that renders Claude Code sessions as a gas giant planet in a living universe. Agent load maps to planet size, subagents appear as moons, and inter-agent data transfer shows as spaceships. Completed work collapses into a central black hole. One-click hook installation supported.
visualizationvscodeextensionsubagentscreativehooks
by /u/HeytalePazguato Mar 10, 2026 7/10
app GitHub
A tool for remote control of AI coding agents running on a PC, accessible from any device. Provides a mobile-friendly interface to monitor, direct, and interact with running agent sessions.
remote-controlmobileagent-controlaccessibility
Mar 10, 2026 6/10
app GitHub
A multiplexer for AI coding agents that lets you run and switch between multiple agent sessions in a unified interface, similar to tmux but designed specifically for agent workflows.
multiplexersessionstmuxagentsmulti-session
Mar 10, 2026 6/10
app GitHub
An integration bot that exposes Claude Code, Cursor, OpenCode, and Codex through major chat platforms (Slack, Telegram, Discord, Feishu, DingTalk, WeCom) and embeds into any Node.js product. Enables teams to trigger agent tasks directly from chat.
slackdiscordtelegrambotintegrationteamschat
Mar 10, 2026 7/10
app GitHub
A native macOS app that monitors Claude AI usage limits and shows live coding session activity. Particularly useful for Max plan subscribers who need to track when their usage window resets.
macosusage-monitoringtoken-limitsnative-appsubscription
Mar 10, 2026 7/10
app GitHub
A session manager for AI coding workflows that provides state persistence, collaboration features, and performance monitoring. Helps teams track what each session accomplished and where time was spent.
session-managementmonitoringcollaborationperformance
Mar 10, 2026 6/10
app GitHub
A desktop app built with Tauri v2 and Svelte 5 that provides a local-first UI for running Claude Code and Codex agents. Keeps everything on your machine with no cloud dependency.
desktop-apptaurilocal-firstguisvelte
Mar 10, 2026 7/10
app GitHub
Kelos runs autonomous AI coding agents inside Kubernetes, enabling cloud-native orchestration of agent fleets. Suited for teams wanting to scale agent workloads with K8s-native scheduling and lifecycle management.
kubernetesorchestrationcloud-nativeagentsscaling
Mar 10, 2026 6/10
app GitHub
A token usage dashboard for Claude Code that tracks costs, sessions, models, and tools with real-time updates. Helps power users understand where tokens are going across multiple sessions and model tiers.
token-usagedashboardmonitoringcostssessions
Mar 10, 2026 8/10
app GitHub
A toolbox built for and by AI agents, providing utilities that agents can call during task execution. Intended to grow as agents discover and add new tools they need.
toolboxutilitiesagentstools
Mar 10, 2026 5/10
app GitHub
Lumenflow acts as a control and governance layer sitting between AI agents and external systems they interact with. Useful for teams that need policy enforcement, auditability, or permission controls on agent actions.
governanceagentspermissionspolicy
Mar 10, 2026 5/10
app GitHub
A web frontend that acts as a first-class client for Claude Code and Codex CLIs, with built-in support for agent teams. Follows a BYOB (Bring Your Own Backend) architecture so you control the infrastructure. Provides a visual interface for monitoring and orchestrating background AI agents.
frontendagent-uiclaude-codecodexbackground-agentsorchestration
by axeldelafosse Mar 10, 2026 8/10
app GitHub
A security sandbox for AI agent CLIs that lets you safely run Claude Code with --dangerously-skip-permissions (YOLO/SOLO mode) without exposing your full system. Isolates agent actions at the OS level so you can allow full autonomous operation while protecting your machine.
securitysandboxyolodangerously-skip-permissionsisolation
by xcanwin Mar 10, 2026 7/10
app GitHub
Sidecar runs a parallel AI window alongside Claude Code, letting you fork conversations to Gemini, GPT, DeepSeek, or any model via OpenRouter, then fold results back in. Useful for getting second opinions, benchmarking responses, or leveraging specialized models mid-session.
multi-modelopenroutergeminigptparallelclaude-code
by jrenaldi79 Mar 10, 2026 7/10
app Reddit
A web-based simulation where every agent is powered by live Claude API calls — agents forage, trade, craft, reproduce, and die permanently. Emergent behaviors include lying, misinformation, and spontaneous cult formation, none of it scripted. Built with Claude Code; agents can upgrade through model tiers by collecting knowledge fragments.
simulationmulti-agentemergent-behaviorclaude-apigameclaude-code
by jimrobg Mar 10, 2026 8/10
app GitHub
A terminal environment that wraps AI coding CLIs with smart input, a Monaco editor, cost tracking, and a diff viewer. Works with Claude Code, Codex, Aider, and other AI CLI tools. Adds a polished UI layer without replacing the underlying agent.
terminaluimonacocost-trackingdiffclaude-codeaider
by speudoname Mar 10, 2026 7/10
app GitHub
Pane is a terminal-first client for managing AI coding agents — like Superhuman is to email, Pane is to agents. You bring your own agents (Claude Code and others) and Pane handles the orchestration interface. Focuses on giving agents a first-class terminal environment.
agent-managerterminalclaude-codeorchestration
by Dcouple-Inc Mar 10, 2026 7/10
app GitHub
A web app that displays Claude Code's update history in a clean, readable format. Makes it easy to track what changed between versions without digging through raw release notes. Useful for teams wanting to stay current with Claude Code's evolution.
changelogclaude-codeweb-appupdates
by Suntory-N-Water Mar 10, 2026 6/10
app GitHub
Tool for extracting code context from projects and formatting it for AI review and assistance. Useful for streamlining code review workflows and improving AI responses with better-structured context.
contextcode-reviewai-toolsworkflow
by shouan123 Mar 9, 2026 5/10
app GitHub
Agent Package Manager (apm) from Microsoft — a package management layer for AI agents. Brings familiar package management concepts (install, publish, version) to the agent ecosystem.
package-manageragentsmicrosoftecosystem
by microsoft Mar 9, 2026 6/10
app GitHub
Enhances AI sessions by converting transient conversation insights into persistent memory, reducing repetitive teaching and improving interactions over time. Targets the stateless nature of AI conversations.
memorypersistencesessionsai-tools
by memaris Mar 9, 2026 5/10
app GitHub
Lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps with memory and scheduled jobs. Built on Anthropic's Agent SDK.
agentcontainersmessagingwhatsapptelegramslacksdk
by qwibitai Mar 9, 2026 6/10
app GitHub
Automates API endpoint rotation for Claude Code with multi-provider support, smart retries, and real-time statistics. Enhances reliability when hitting rate limits by transparently switching between providers.
apirotationreliabilityrate-limitsmulti-provider
by Kelvinthedude Mar 9, 2026 6/10
app GitHub
Define and control AI agents using markdown files with full prompt transparency, persistent memory, and integrated tools via the Claude Agent SDK. Brings readable, version-controlled agent definitions to agentic workflows.
agentmarkdownAgent-SDKmemorytransparency
by heba-ramdan Mar 9, 2026 6/10
app GitHub
macOS menu bar app that monitors usage quotas for Claude, Codex, GitHub Copilot, and other AI coding assistants. Helps avoid unexpected quota exhaustion mid-session by keeping usage visible at a glance.
macosquotamonitoringmenu-barclaude-code
by kiminmonaco Mar 9, 2026 6/10
app GitHub
Monitoring tool for Claude agents and code execution that identifies issues and gathers insights to enhance AI workflows. Provides visibility into what agents are doing and where they get stuck.
monitoringagentsdebugginginsightsworkflow
by ptacr Mar 9, 2026 6/10
app Reddit
New official Claude Code feature dispatches a team of agents to find bugs when a PR opens. Agents search in parallel, verify each bug to reduce false positives, and rank by severity. Available as a research preview beta for Team and Enterprise plans.
code-reviewagentsprenterprisebeta
by Forsaken-Reading377 Mar 9, 2026 7/10
app GitHub
IDE designed specifically for running multiple AI coding agents in parallel across workspaces. Enables simultaneous development sessions with different agents tackling different parts of a project at once.
ideparallelagentsworkspacedevelopment
by stefanhoelzl Mar 9, 2026 7/10
app GitHub
Enables two developers to share a single Claude Code session simultaneously with end-to-end encryption. Removes the need for screen sharing or handoffs — both devs work together in the same live Claude session.
collaborationreal-timeencryptionpair-programmingclaude-code
by EliranG Mar 9, 2026 8/10
app GitHub
Local-first visual control room that displays terminal-backed AI coding agents as characters on a 2D map with live terminal streaming. Manage Claude Code, OpenCode, or any CLI agent visually without leaving your workflow.
visualizationcontrol-roomclaude-codeterminalmulti-agent
by thomasrice Mar 9, 2026 7/10
app Reddit
Remote launcher for Claude Code's remote-control feature, letting you start and manage sessions from any device including mobile. Solves the friction of needing to be at your machine to start a remote session. Built entirely with Claude Code.
remotelaunchermobileclaude-coderemote-control
by Gordon-Beeming Mar 9, 2026 7/10
app Reddit
Browser extension that lets you click or draw regions on any webpage to annotate UI issues, then exports a structured report read by Claude Code via local MCP. Eliminates the "which element?" ambiguity in frontend workflows — Claude knows the exact DOM element, path, intent, and severity.
uibrowser-extensionmcpfrontenddomvisual
by prakersh Mar 9, 2026 8/10
app X
A lead generation agent that takes a keyword, city, and state and returns names, phone numbers, emails, websites, and reviews scraped from Google Maps. Built entirely inside Claude Code with Google Antigravity. Practical tool for agencies and sales teams needing prospecting data at scale.
lead-gengoogle-mapsagentautomation
by @techwithashiqur Mar 9, 2026 7/10
app X
Anthropic has launched a multi-agent code review feature for Claude Code Team and Enterprise plans. It deploys teams of AI agents to review every pull request, catching bugs that human reviewers miss. Priced at $15-25 per review — a significant step toward AI-native code review workflows.
code-reviewenterprisemulti-agentpull-request
by @BN_TOP1_HK Mar 9, 2026 8/10
app X
A fork/reskin of Claude Code integrating Synabun Memory for persistent context and adding a token cost tracker visible even on regular Claude subscriptions. Addresses two common pain points: session memory loss and cost blindness. Source to be released on GitHub for community testing.
forkmemorytoken-trackingopen-source
by @SynabunAI Mar 9, 2026 6/10
app Reddit
A visual debugger for Claude Code that lets you replay automated agent sessions step by step. As agentic runs get longer and more complex, standard logs become hard to follow. This tool provides a timeline view of every action, making it much easier to find where and why a run went wrong.
debuggingreplayvisualizationobservability
by gnapps Mar 9, 2026 8/10
app GitHub
An open-source, browser-based multi-terminal designed for running AI coding agents side by side. Hackable and self-hostable, it lets you manage multiple agent sessions in a single interface. Good fit for teams that want a shared agent workspace without installing local tooling.
terminalbrowsermulti-agentopen-source
by deepsteve Mar 9, 2026 6/10
app GitHub
A desktop client for Claude Code that handles multiple projects with real-time streaming output, tool call tracking, image support, and persistent local chat history. Provides a richer interface than the standard CLI for users managing several Claude Code projects at once.
desktop-appmulti-projectstreaminghistory
by Outqme711 Mar 9, 2026 7/10
app GitHub
A tool that lets you move from Claude Code to Codex or any other AI coding agent while preserving your session state. Solves the painful context-loss problem when switching models mid-task. Useful for comparing agent behavior or using specialized models for different tasks.
sessionworkflowmulti-agentproductivity
by npow Mar 9, 2026 6/10
app GitHub
Detailed session logging for AI coding agents that captures every tool call, error, and decision in sequence. Makes it possible to audit and debug complex automated runs after the fact. Essential for understanding failure modes in long autonomous sessions.
debuggingloggingobservabilitysession
by npow Mar 9, 2026 7/10
app GitHub
A statusline framework for Claude Code that surfaces live context usage, token spend, CI status, and runtime signals in your terminal. Gives you at-a-glance visibility into what your agent is doing and how much it's costing. Particularly useful for long-running autonomous sessions.
statuslinemonitoringterminalproductivity
by npow Mar 9, 2026 8/10
app GitHub
An open-source desktop agent for coding that runs locally with full model freedom and no cloud dependency. Positions itself as a privacy-first alternative to subscription coding agents. Supports local model execution for teams with data privacy requirements.
desktop-applocalprivacyopen-source
by sagar9105 Mar 9, 2026 5/10
app Reddit
claude-clone is a CLI tool that selects and clones multiple GitHub repos into an isolated workspace, writes a CLAUDE.md describing the workspace, and launches Claude with full cross-repo context. It supports presets to save and reuse sets of repos. Ideal for complex tasks spanning multiple codebases.
climulti-repoworkspaceCLAUDE.mdautomation
by tooltool12 Mar 9, 2026 8/10
app GitHub
An index repository linking to a wide variety of Claude Code starter templates covering both common and imaginative purposes. Useful as a starting point for building Claude Code agents and workflows without starting from scratch.
templatesblueprintsstarteragents
by danielrosehill Mar 9, 2026 7/10
app GitHub
A GTK application for Linux that serves as a searchable offline reference for all Claude Code commands, keyboard shortcuts, and key bindings. Useful for developers who want quick access to Claude Code's full command surface without leaving their desktop.
referenceGTKLinuxshortcutscommands
by Spidy57 Mar 9, 2026 7/10
app GitHub
A tool that uses Gemini and Claude together to generate front-end code directly from design mockups via a command system. Combines multi-model AI capabilities to automate the design-to-code workflow.
design-to-codeGeminifront-endmulti-model
by Suga13 Mar 9, 2026 5/10
app GitHub
A macOS menu bar app that monitors Claude API usage limits in real time with secure token storage. Helps developers track their API consumption and avoid hitting rate limits unexpectedly, especially useful for heavy Claude Code users.
macOSmenu-barapi-usagemonitoring
by balochshees Mar 9, 2026 7/10
app X
Claude Code now includes automated Code Review: a team of agents that runs a deep review on every PR when opened. Built internally at Anthropic, it increased code output per engineer by 200% by removing the review bottleneck. Available via GitHub integration.
code-reviewPRmulti-agentGitHubautomation
by @bcherny Mar 9, 2026 9/10
app X
After adopting Claude Code Review, PRs with substantive review comments increased from 16% to 54% — meaning 84% of PRs were previously rubber-stamped. The key insight: AI's advantage isn't superior intelligence but consistency, showing up for every PR without fatigue.
code-reviewmetricsPRautomation
by @Brickthee Mar 9, 2026 6/10
app GitHub
A quality-of-life tool that updates your terminal tab titles dynamically to reflect what each Claude Code agent is doing at a glance. Helpful when running multiple concurrent Claude Code sessions and needing to track which terminal is working on what.
terminaldeveloper-experiencemonitoringmulti-session
by brianruggieri Mar 9, 2026 6/10
app GitHub
A professional development environment wrapping Claude Code that enforces tests, preserves context, and automates quality gates. Designed so you can start a task and walk away, confident the result will be production-grade. Particularly useful for longer autonomous sessions.
testingautomationqualitydeveloper-experiencewrapper
by maxritter Mar 9, 2026 8/10
app GitHub
A context-busting tool for Claude Code that performs local code retrieval and injects the most relevant code snippets before Claude begins its own search. Prevents Claude from exploring the wrong parts of a large codebase at the start of a task.
contextretrievaldeveloper-experienceperformance
by siropkin Mar 9, 2026 7/10
app GitHub
A graphical user interface for Claude Code designed for building simple, un-hackable applications through guided vibe-coding. Lowers the barrier to using Claude Code for non-CLI users while emphasizing safe, constrained output.
guivibe-codingdeveloper-experiencesecurity
by popmechanic Mar 9, 2026 6/10
app GitHub
A collection of tools designed to help Claude Code operate more efficiently across common development tasks. Provides utilities that extend Claude Code's default capabilities with reusable patterns.
toolsefficiencycollectiondeveloper-experience
by bang9 Mar 9, 2026 5/10
app GitHub
A session manager that provides real-time visibility into multiple Claude Code instances, worktrees, and past sessions across different repos. Helps developers stay oriented when orchestrating complex multi-session or multi-repo workloads.
sessionsmulti-sessionworktreesmonitoringdeveloper-experience
by gregory-lime Mar 9, 2026 7/10
app GitHub
A virtual office environment where Claude Code, Codex, Gemini CLI, and other AI CLI tools communicate and collaborate as a team. Assign tasks across agents, coordinate parallel workstreams, and watch live previews as agents build together.
multi-agentcollaborationclaude-codecodexgeminiorchestration
by longyangxi Mar 9, 2026 7/10
app Reddit
Anthropic has introduced Code Review, a multi-agent deep review feature for Claude Code, currently in research preview for Team and Enterprise. Internally, it raised the rate of substantive PR review comments from 16% to 54%. Available now via the Claude Code interface for eligible plans.
code-reviewmulti-agentofficialenterprisePR-review
by ClaudeOfficial Mar 9, 2026 9/10
app Reddit
A spec-driven visual canvas that guides product scoping and PRD creation through an interactive questionnaire, producing multiple UI options and a complete design spec before you hand off to Claude. Intended as the ideation and scoping layer that happens before building starts.
specproduct-managementvisualPRDhandoff
by ddavidovic Mar 9, 2026 6/10
app GitHub
Turns a static .claude/ config folder into a living project runtime: LLM-powered documentation review, project map generation, task queuing, auto-fix, MCP plugin management, and project initialization — all self-maintaining. Removes the burden of manually keeping CLAUDE.md and project config up to date.
CLAUDE.mdautomationdocumentationmcpself-maintaining
by commandoperator Mar 9, 2026 8/10
app GitHub
A plugin marketplace specifically for Claude Code with curated developer workflow skills. Provides a discoverable catalog of community-built skills and workflows that can be installed and used in Claude Code projects.
marketplacepluginsskillsdiscoverycommunity
by znorris Mar 9, 2026 7/10
app GitHub
An AI-powered desktop IDE that unifies Claude Code, Gemini CLI, Codex, Aider, and Ollama into one workspace. Designed for developers who use multiple AI coding CLIs and want a single interface to manage them.
idedesktopmulti-modelclaude-codegeminiaider
by kodiq-ai Mar 9, 2026 7/10
app GitHub
A cross-platform application for managing multiple Claude Code workspace sessions simultaneously. Provides session switching, state persistence, and workspace organization for developers running parallel coding agents.
sessionsworkspacemulti-sessioncross-platform
by apothegmatic-whiskfern276 Mar 9, 2026 6/10
app GitHub
A toolkit for building and managing Claude-powered agents with utilities covering session handling, message parsing, and real-time interaction patterns. Useful for developers building custom agent applications on top of Claude.
sdkagentssession-handlingreal-time
by vl0dyy Mar 9, 2026 6/10
app Reddit
I've been learning to play piano for a while. Often discussed with Claude. Gotten some great feedback, but of course Claude could never "hear" the music. A few contexts asked, and I figured that it...
mcpgitpython
by JuzzyD Mar 9, 2026 5/10
app GitHub
Unified key management and protocol bridge tool for Claude Code, Codex, and Gemini.
by yuanchuan Mar 9, 2026 6/10
app GitHub
A curated list of awesome skills, hooks, slash-commands, agent orchestrators, applications, and plugins for Claude Code by Anthropic
skillhookcommand
by hesreallyhim Mar 9, 2026 10/10
app Reddit
Hey Everybody, We are officially rolling out web apps v2 with InfiniaxAI. You can build and ship web apps with InfiniaxAI for a fraction of the cost over 10x quicker. Here are a few pointers - The ...
config
by Substantial_Ear_1131 Mar 9, 2026 6/10
app Reddit
I'm a dev with 7 YOE, backend. I do not want to switch to vibecoding and I prefer to own the code I write. However, given that CEOs are in AI craze right now, I am going to dip in a little bit to b...
claude.mdconfigreview
by Affectionate-Mail612 Mar 9, 2026 8/10
app Reddit
I’ve been thinking about whether “agentic coding” can actually be measured in a useful way. A lot of discussion around coding agents is about workflows, tools, prompts, and setups — but I was more ...
workflowgit
by Many-Paper5231 Mar 9, 2026 6/10
app Reddit
Built with Claude Code, for Claude Code users. I used Claude Code to write most of TruthGuard - the hooks, the CLI, the test detection. It's free, open source, and you can try it right now with npx...
hookcommandapigit
by sand-pyramid Mar 9, 2026 9/10
app Reddit
I built a Claude skill to review the security of other Claude skills. Claude skills can run code, which means they can also do things you may not expect. There are already a lot of community-create...
skillworkflowapigitreview
by nilla615615 Mar 9, 2026 6/10
app Reddit
https://preview.redd.it/s4hj7gxks1og1.png?width=728&format=png&auto=webp&s=41953a383ed5d6bec0f8ddd1cd364a8b07ffd9f3 open-workshop is something I built because I really struggle with managing all th...
mcpgitreview
by look-itsaxiom Mar 9, 2026 8/10
app Reddit
If you're doing serious agentic work with Claude Code you've hit this: Claude generates files, self-reviews, reports clean, and something's wrong anyway. The self-review problem isn't solvable with...
hookgitreview
by InfinriDev Mar 9, 2026 9/10
app Reddit
One of the powers of the latest Claude AI model is that it can use any multiple external Python tools to perform complex tasks. And, as software engineer and AI expert Ashe Magalhaes has discovered...
skillpythonreview
by _fastcompany Mar 9, 2026 6/10
app Reddit
I've been using Claude Code daily and kept running into the same issue: every time I ask a structural question about my codebase ("what calls this function?", "find dead code", "show me the API rou...
mcpapidockerpythonconfig
by OkDragonfruit4138 Mar 9, 2026 10/10
app Reddit
A dev tool for Angular projects that copies the full component ancestry, source file paths with line numbers, and cleaned HTML to your clipboard with a single click. Paste directly into Claude Code or any AI assistant. MIT licensed, zero prod impact, and now ships an MCP server for even smoother integration.
AngularcontextMCPclipboardcomponent
by transientnebula Mar 9, 2026 5/10
app GitHub
A self-hosted Docker service that wraps the Claude Code CLI and exposes it as HTTP and Server-Sent Events (SSE) API endpoints, enabling agentic task execution over standard HTTP. Makes it easy to integrate Claude Code into existing toolchains or build services on top of it without tight coupling.
CLIAPISSEDockerHTTPintegration
by wjcjttl Mar 9, 2026 7/10
app GitHub
A free, local middleware layer that wraps Claude Code with practical enhancements: safety guards, RAG-based persistent memory, a Telegram gateway for remote access, 28 built-in skills, and voice transcription. Everything runs locally with no cloud dependencies or extra costs.
memoryRAGTelegramskillsguardsvoicelocal
by Keiy78120 Mar 9, 2026 8/10
app GitHub
A macOS sandboxing utility that constrains LLM coding agents — including Claude Code — to only access the files they actually need. Reduces blast radius when running agents in sensitive or production-adjacent environments by enforcing filesystem-level isolation.
sandboxmacOSsafetyfilesystemisolation
by eugene1g Mar 9, 2026 7/10
app GitHub
A streamlined package manager for installing, versioning, and managing Claude Code skills and AI development tools. Simplifies keeping skill collections up to date and consistent across projects, similar to npm but for Claude Code extensions.
package-managerskillstoolsversioning
by ArianKHeirgadam Mar 9, 2026 7/10
app Reddit
Hey everybody, For the vibe coding crowd, InfiniaxAI just doubled Starter plan rate limits and unlocked high-limit access to Claude 4.6 Opus, GPT 5.4 Pro, and Gemini 3.1 Pro for $5/month. Here’s wh...
workflowapiconfig
by Substantial_Ear_1131 Mar 9, 2026 7/10
app Reddit
https://reddit.com/link/1rokk6f/video/rndhmbwoswng1/player Since the end of 2024, I have been using AI to code pretty much every day. As the models have improved, I have gradually moved away from t...
workflowgit
by wygor96 Mar 9, 2026 8/10
app Reddit
TLDR: Does Claude Code make us better thinkers? Here's a tool that will give you some insights on your deliberate thinking - from the Kahneman lens: are we just acting fast, or are we actually thin...
workflowgitreview
by Representative_Yam_6 Mar 9, 2026 9/10
app Reddit
I've been building a custom Claude Code personality called Jules for a few months. Not a system prompt wrapper. A structured profile that defines identity, voice registers, decision authority, proa...
review
by jonathanmalkin Mar 9, 2026 6/10
app Reddit
Hello everyone, I recently got into this whole AI coding thing. I installed Antigravity and also Claude Code (in my CMD) and also in the Antigravity project. Where I need some help: - I dont know h...
skill
by Traditional_Glass786 Mar 9, 2026 8/10
app Reddit
I've been running Claude Code a lot over the last few months. I use it controlled. No dangerously skip permissions. I spend time on planning, then watch it do it. However one thing is always bother...
review
by jozzyfirst Mar 9, 2026 7/10
app Reddit
Hi - I have a CRUD web app written in ASP.NET and Microsoft SQL Server. The web app has both a JS/HTML UI and REST APIs. I want to use Claude Code CLI to create a completely new version of the app ...
mcpskillapi
by Hicesias Mar 9, 2026 10/10
app Reddit
Hey! I came back with some results :) Free tool: https://grape-root.vercel.app/ 70+ people using it :) they gave 3.7/5 average rating Still improving with feedbacks! Okay, so: I’m trying to properl...
workflowtesting
by intellinker Mar 9, 2026 8/10
app Reddit
Decided to hack out a project this weekend. A few cups of coffee, a Celsius, and some Claude/Codex action. I called it “validtr” and the goal is you task the tool, with natural language, what your ...
mcpskillapigit
by mikelevan Mar 9, 2026 10/10
app Reddit
When using Claude Code on larger code bases do you go with just one project setup with one master claude md for the whole code base or multiple projects (could be by directory or by specific areas)...
by gamesntech Mar 9, 2026 7/10
app GitHub
Give Claude Code persistent project memory. 32 MCP tools for knowledge, impact analysis, governance & task management. Desktop app (Tauri) + CLI. Local-first, SQLite-based.
mcp
by junixlabs Mar 9, 2026 7/10
app GitHub
Claude Code Toolbox — automated installers and environment configuration framework for Claude Code with one-line setup across Windows, macOS, and Linux.
config
by alex-feel Mar 9, 2026 10/10