hook Reddit

cstfu: Stop Hooks That Mechanically Enforce Terse Claude Code Output

A Claude Code hook pack that caps response length by rule rather than by prompt — 25-word sentences, 200-word replies. A stop hook re-fires whenever the model drifts back into verbosity, and a filter strips load-bearing filler words drawn from your own transcript fingerprints. For people who find output-style instructions get ignored after a few turns.

hooksoutput-styleverbositystop-hook
by eighteyes Aug 15, 2026 7/10
workflow GitHub

MC-GPT: Multi-Coder Task and Meeting Runner Across Five Model Providers

A task, meeting, and multi-coder harness that runs the same job across Claude, Codex, Gemini, Grok, and Ollama. Reports outcomes in English or German and ships an AI-readable docs index via llms.txt. Useful if you want several coding agents to compare notes on one problem.

multi-agentorchestrationcodexgeminiollama
by IoTAiTech Aug 15, 2026 5/10
hook GitHub

agent-guardrails: Fail-Closed Hooks Written After Real Production Incidents

A set of executable enforcement gates that stop a coding agent before it can break production. Each hook fails closed — if the check cannot run, the action is denied — and every rule was added in response to an actual incident rather than a hypothetical. A practical starting point for hardening agent permissions.

hookssafetyproductionenforcement
by adrian-ruda Aug 15, 2026 8/10
workflow GitHub

claude-phalanx: Hard-Gated Multi-Team Pipeline for Claude Code

Turns Claude Code into a phase-aware software factory with hard gates between stages, so work cannot advance until the current phase passes review. Bundles Clean Architecture and Effect coding standards, an adversarial review step, and token-budget discipline. Aimed at teams that want structure instead of free-form agent runs.

pipelinemulti-agentcode-reviewclean-architecture
by dustin-olenslager Aug 15, 2026 7/10
MCP GitHub

cybersec-toolkit: Authorization-Gated MCP Server With 670+ Security Tools

Installs 670+ Linux and Termux security tools with one command and exposes them to Claude Code through an authorization-gated MCP server. Ships 870+ agent skills covering CTF, pentesting, bug bounty, DFIR, and red/blue team work, staying in companion mode unless explicitly asked to run autonomously. Also works with OpenCode, Codex, Gemini CLI, and other MCP clients.

securitypentestingctfmcp-serverdfir
by 26zl Aug 15, 2026 7/10
skill GitHub

nifi-and-ai: Claude Skill for Building and Debugging Apache NiFi 2.x Flows

A Claude Code skill for working with Apache NiFi 2.x, MiNiFi, and EFM data flows. Covers building, deploying, and debugging flows rather than only generating config snippets. Niche, but a clean example of packaging domain-specific ops knowledge as a skill.

nifidata-engineeringdevopsskill
by cldr-steven-matison Aug 15, 2026 6/10
app GitHub

sandbase cli: One Command for 2,000+ Models, Sandboxes, and MCP Workflows

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
MCP GitHub

cogos: Local Go Daemon Giving AI Tools Shared Persistent Workspace State

A local daemon that holds workspace state so multiple AI tools see the same context across sessions. Handles context assembly, routes inference across providers, and records activity in a hash-chained ledger for auditability. Exposes all of it through an MCP server, so Claude Code reads and writes the shared state directly.

mcp-servermemorygolanglocal-firstaudit-log
by myrgic Aug 15, 2026 7/10
hook GitHub

Version-Sentinel: Block Dependency Bumps Until a Cited Version Check Exists

A Claude Code plugin that hard-blocks any dependency addition, upgrade, or downgrade until the agent records a fresh version check with a source citation. It targets the specific failure mode where a model invents a package version from stale training data. Supports npm, pip, Poetry/uv, Cargo, and NuGet.

dependenciespluginhallucinationsupply-chain
by KSEGIT Aug 15, 2026 8/10
workflow GitHub

aiwg: Portable Agent and Workflow Layer for Seven Coding Harnesses

A cognitive-architecture layer that packages specialized agents and structured workflows, then deploys them to Claude Code, Codex, Copilot, Cursor, Factory, Warp, and Windsurf. The point is writing your process once and running it wherever you work. Useful when a team is not standardized on a single harness.

multi-platformagentsworkflowsportability
by jmagly Aug 15, 2026 6/10
skill GitHub

design-taste: 24 Agent Skills That Encode Visual Taste as Instructions

Twenty-four open-source agent skills that translate design taste into explicit instructions, organized as ten genre identities. Each identity ships a before/after demo built from the same brief, so you can see exactly what the skill changes. A concrete answer to the complaint that agent-generated UI all looks the same.

designuiskillsfrontend
by madebymustafa Aug 15, 2026 7/10
app GitHub

sessionvault: Back Up Session History From 35+ AI Coding Agents to R2

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
skill GitHub

test-audit: Skill Giving a Plain-Language Ship or Don't-Ship Verdict

A /test-audit slash command that reviews the tests covering AI-written code and returns a verdict in plain language instead of a coverage percentage. Aimed at people shipping code they did not hand-write and cannot easily judge. Low ceremony: one command, one answer.

testingslash-commandcode-qualityvibe-coding
by gtskevin Aug 15, 2026 6/10
workflow GitHub

dagrail: DAG Governance for Long-Running Multi-Agent Development

Models long agent runs as a governed DAG with durable state, bounded per-node context, and recoverable side effects, so a crash mid-run does not lose progress. Ships as a CLI and MCP server plus plugins for Claude Code, Codex, and Copilot. Built for multi-day jobs that exceed a single context window.

dagmulti-agentdurable-stateorchestration
by CongBao Aug 15, 2026 7/10
app GitHub

trustless: Credential Broker That Injects Secrets Into Agent Subprocesses

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

agentfleet: Run Coding Agents on Remote Machines From One Screen

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
skill GitHub

dotagents: Portable Skills, Commands, and Templates for Agent Harnesses

A personal collection of agent skills, slash commands, design examples, and project templates written to work with Claude Code and most other harnesses. Useful as a reference for structuring your own dotfiles-style agent config. Note that two unrelated projects also use the dotagents name.

skillscommandstemplatesdotfiles
by thefilesareinthecomputer Aug 15, 2026 6/10
skill Reddit

Use a Claude Code Skill Without Installing It — Just Hand Over the Path

Claude Code auto-loads skills only from ~/.claude/skills/, which breaks when shared skills live in ~/.agents/skills/ for other agents. Rather than copying, symlinking, or running an rsync daemon to keep both in sync, the post notes that a skill is just a folder with a SKILL.md — so you can tell Claude to read it at its absolute path mid-conversation. Avoids duplicate copies and the ambiguity of which one actually loads.

skillstechniqueno-installmulti-agent
by Annual_Variation_916 Aug 15, 2026 6/10
app GitHub

lume: Local-First AI Workspace With Persistent Memory and Real Tools

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

herdr-agent-watcher: Live Observability and Metrics Bridge for Claude Code

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
skill GitHub

walk-route-3d: Skill Generating Walkable 3D Tokyo Routes as Standalone HTML

A skill that takes a start and end point and generates a self-contained HTML file letting you walk the route across Tokyo's PLATEAU 3D city model. No routing API and no tile server needed — everything ships inside the one file. Documentation is in Japanese; a strong demo of how much a single skill can carry.

3dmapshtmlplateaujapanese
by kofujimura Aug 15, 2026 6/10
skill GitHub

polish-open-source-prose: Edit OSS Docs Without Losing Facts or Voice

An agent skill for Claude Code and Codex that copy-edits open-source prose — READMEs, docs, announcements — under the constraint of preserving factual claims and the author's voice. Includes zh-Hant-TW support. Targets the common failure where an LLM rewrite flattens tone and quietly changes facts.

documentationwritingreadmei18n
by ting-hong-shieh Aug 15, 2026 6/10
app GitHub

strays: TUI for Centrally Managing LLM Agents Across Machines

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

herminal: Native macOS Terminal With Built-In Coding-Agent Observability

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
workflow Reddit

Fresh-Context Agents Caught 78% Near-Duplicate Questions That Embeddings Missed

While generating certification practice banks with Claude Code, the author found roughly 78% of items were near-duplicates: different scenarios and distractors, identical answer logic. Both lexical and embedding similarity scored those pairs at 0.13-0.18 cosine, i.e. genuinely distinct. Handing the items to fresh-context Claude agents with the prompt 'which of these are the same question wearing a different hat?' found them, a reusable pattern for semantic dedup where vector search fails.

deduplicationsubagentsevaluationembeddings
by hartmanma Aug 14, 2026 6/10
app GitHub

agentfault: Evidence-First Intelligence on Recurring AI Agent Failures

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
workflow GitHub

h-flock: Coordination Framework for Mixed Claude, Codex, and Agy Agents

An orchestration layer for running heterogeneous agents together instead of committing to one vendor's harness. Handles the coordination between Claude, Codex, and Agy so each can take the parts of a task it handles best. Relevant if you're already paying for several agent tools and want them on one job.

orchestrationmulti-agentcodexcoordination
by h-network Aug 14, 2026 6/10
workflow GitHub

oh-my-joy: Figma-to-Code Loop Plugin That Turns Plan Mode Into a Review Gate

A Claude Code plugin for frontend work that repurposes Plan mode's write block as a design review gate: a read-only spec primer runs before any code is written. Adds visual verification of the rendered result and interactive design-token sync back to Figma. Targets the usual failure of agents producing code that compiles but doesn't match the design.

figmafrontendplan-modedesign-tokensplugin
by S-jooyoung Aug 14, 2026 7/10
app GitHub

ai-sandboxes: Run Coding Agents Inside a MicroVM

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
skill Reddit

Three Escalating Fixes for Opus 5's Verbose Output

Ranked remedies for over-long Claude Code replies, from weakest to strongest. The key insight is that abstract instructions like 'be concise' barely register, while rules that specify output shape do: lead with the answer, carry multi-item results in tables or bullets, cap unbroken prose at two paragraphs. Output styles beat CLAUDE.md because they modify the system prompt directly instead of riding in as a user message.

claude-mdoutput-styleverbositypromptingopus-5
by cleverhoods Aug 14, 2026 7/10
workflow Reddit

End-of-Session Interrogation That Turns Claude's Mistakes Into Rules

At each session's end, Claude is forced to answer a fixed set of questions: what local workaround did you apply, what claim couldn't you verify, where did the plan change, which fork needed manual correction. Answers become 'observations' tagged with a recheck-when trigger, plus a forward scan of assumptions now locked into the code. Rules are only written on the second or third instance of a shape, since acting at N=1 often fixes the wrong place.

retrospectivememorylearningsession-management
by C6ntFor9et Aug 14, 2026 7/10
app GitHub

pptfast: Stable, Editable PPTX Generation for Coding Agents

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
skill GitHub

question-surface: Answer All of an Agent's Questions on One Screen

When an agent has eight clarifying questions, it normally asks them one at a time across a long chat. This renders them together in a local, dependency-free web form with the tradeoffs shown next to each choice, so you answer once with full context. Includes a Claude Code skill for wiring it in.

clarificationuxformsskill
by avanrossum Aug 14, 2026 7/10
hook GitHub

claudesplain: Output Style and Stop Hook That Force Real Explanations

Pairs an output style with a Stop hook so Claude writes up its work for someone who wasn't in the room, using the specific vocabulary of what it actually did. Counters the generic 'I updated the file' summaries that tell a reviewer nothing. Useful when handing sessions off or reviewing agent work asynchronously.

stop-hookoutput-styledocumentationhandoff
by ukanwat Aug 14, 2026 6/10
hook GitHub

night-loop: Stop-Hook Loop That Builds to a Tested MVP Overnight

Chains Claude Code sessions via a Stop hook so the agent keeps working unattended toward a tested MVP instead of halting when a turn ends. The tested-build gate is what keeps an overnight run from producing a large pile of broken code. For anyone who wants long autonomous runs without babysitting the terminal.

stop-hookautonomousovernightautomation
by apsolut Aug 14, 2026 7/10
app Reddit

scratchboard: Local Browser Kanban for Markdown Agent Tickets

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
workflow Reddit

Pre-Fix Gate: Claude Must File a Markdown Fix Record Before Touching Code

Every bug fix starts with a markdown case file that names the observed symptom, what was actually investigated, and a root cause stating a mechanism. 'The nested skill call never returns control to the caller' passes the gate; 'the workflow is flaky' does not. Started as pure discipline against confidently wrong fixes and became a searchable, dated corpus of the project's recurring failures.

debuggingroot-causedocumentationdiscipline
by SnooComics4579 Aug 14, 2026 7/10
skill Reddit

/retro: Single-File Skill That Compounds Session Lessons Into Rules

A dependency-free SKILL.md run at the end of every session. It demands an honest review citing specific corrections from the actual conversation, then routes at most three lessons by type: context gaps go to the memory file, recurring procedures become skills, and hard always/never constraints become rule files or deterministic hooks. The routing is the point, since enforcement beats instructions.

retrospectiveskillruleshookslearning
by Anti17 Aug 14, 2026 7/10
skill GitHub

anchor: Project Memory That Only Records What It Can Prove

Addresses Claude Code rebuilding code that already exists and retrying approaches that already failed. Anchor writes down only claims it can verify, drops a note the moment the code it describes changes, and retires instruction files superseded by newer ones. The self-invalidation is what separates it from a memory file that quietly rots into misinformation.

memorycontextsession-continuitystaleness
by alrox360 Aug 14, 2026 7/10
workflow GitHub

vault-onboarding: Scaffold Agent Memory Into an Obsidian Vault by Interview

A conversational interview walks you through setting up persistent agent memory inside an existing Obsidian vault, generating memory files, session protocols, task boards, and per-client instructions. Keeps agent context in the notes system you already read rather than a parallel hidden directory. Works with Claude Code, Cursor, Perplexity, and Copilot.

obsidianmemoryonboardingsession-continuity
by aliasunder Aug 14, 2026 6/10
skill GitHub

goshipit: 188-Check Pre-Deploy Audit Skill for Claude Code

Runs a codebase audit before every deploy across 14 categories: leaked secrets, XSS, SQL injection, rate limiting, test coverage, bundle size, WCAG accessibility, SEO, Stripe webhooks, and GDPR among them. Works entirely from source, so no staging URL is needed. A reasonable last gate for solo developers shipping without a review process.

securityauditpre-deployaccessibilityskill
by Capta1nRaj Aug 14, 2026 7/10
app GitHub

token-shield: Measure Claude Code Token Waste and Prove the Savings

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

huginn: Persistent Claude Code Sessions on Your Server, With Native Mobile Apps

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
workflow GitHub

claude-oss: Run an Open-Source Repo as Its Maintainer, in One Loop

Encodes the maintainer job as a single repeatable loop: triage the tracker, delegate the work, review hard, merge on green. Ships one version of the loop with per-repo differences expressed as config rather than prose variations of the same instructions. Aimed at maintainers drowning in issues across several repositories.

open-sourcemaintenancetriagecode-reviewautomation
by Digital-Process-Tools Aug 14, 2026 7/10
skill GitHub

project-change-router-skill: Routes Changes to the Right Module in Big Repos

A skill for Claude Code and Codex that governs where a change should land in a large full-stack codebase. It helps the agent find the correct capability boundary, avoid re-implementing something that already exists, and respect write constraints on protected areas. Useful if your agent keeps creating duplicate helpers instead of extending existing ones.

skillmonorepocode-reusecodexgovernance
by WeirdSky924 Aug 14, 2026 6/10
skill GitHub

pm-skills: 68 Product Management Skills With Sub-Agents and Workflows

A large plug-and-play skill pack covering product management: 30 Triple Diamond phase skills, 11 foundation, 12 utility, and 15 tool skills including Foundation Sprint and Design Sprint. Ships with 6 sub-agents, workflows, 200+ sample outputs, and CI-enforced contracts so the skills stay consistent. Apache 2.0.

skillproduct-managementsubagentsworkflowapache-2.0
by product-on-purpose Aug 14, 2026 7/10
app GitHub

immersive-web-simulation-forge: 3D and Physics Simulation Toolkit for Agents

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

agent-inbox: Mac Notifications for Claude Code Sessions Across Machines

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
skill GitHub

agent-kit: Shared Safety-Conscious Resources for Codex and Claude Code

A collection of reusable agent resources meant to be shared across both Codex and Claude Code, with an emphasis on safety-conscious defaults. Useful as a starting point if you work in both tools and want one set of conventions instead of two. Generic in scope — worth a skim rather than a wholesale adoption.

skillcodexsafetyshared-configportable
by kimgea Aug 14, 2026 5/10
workflow GitHub

ai-development-methodology: Running Projects With AI Agents as Peers

A written methodology for software projects where humans and AI agents work as collaborators rather than tool-and-user. Delivered as 12 markdown docs plus templates, git-based, with no SaaS or vendor lock-in. Process guidance rather than code — useful if you are trying to standardize how a team works with agents. CC BY 4.0.

methodologyprocesstemplatesdocumentationteam
by Korner83 Aug 14, 2026 6/10
workflow Reddit

Seven Fixes That Decide Whether Coding Agents Fly or Flail in Your Repo

A ranked writeup on what actually makes a codebase agent-friendly, backed by cited cases: fix flaky tests first (Clipboard Health saw flakes in 100% of PRs), cut CI loop time (Ramp went from 18 to 6 min P50), and curate AGENTS.md (a controlled study found 28.6% faster runs and 16.6% fewer tokens at equal quality). The rest: turn repeated corrections into hooks and CI gates, use greppable names, emit honest errors with no interactive CLIs, and read your agent transcripts.

agent-experienceciflaky-testsclaude-mdhooksbest-practices
by blumeCodes Aug 14, 2026 8/10
workflow GitHub

capstone: Architecture Design Docs Stamped to Commits

A harness plugin that keeps DESIGN.md and docs/design/ tied to actual commits, so architecture docs cannot silently drift from the code. Includes verify, query, changelog, critique, runbook, and onboarding commands, plus a greenfield design interview and product-discovery mockups. Aimed at teams that want the agent to consult a real design record instead of re-deriving intent each session.

pluginarchitecturedocumentationdesign-docscommits
by GentBajko Aug 14, 2026 7/10
skill GitHub

no-misread: Lints Prompts for Ambiguity and Output for AI Tells

A linter and Claude skill that works on the text on both sides of the model. On input it flags the ambiguity a model will quietly guess its way through; on output it catches invisible watermark characters, machine rhythm, and other AI tells. Supports English and Chinese.

skilllinterprompt-engineeringwritingwatermark
by ryvn-dev Aug 14, 2026 7/10
workflow Reddit

No Artifact, No Done: Making Agents Attach Evidence Before Claiming Success

A practice post arguing that an agent never gets to say "done" — it has to show the file path, the diff, the URL, or the test output. The author audited a batch of "completed" tasks and found a third had produced nothing at all. The whole fix is one line in the instructions file: never report completion without attaching evidence.

verificationagentsclaude-mdprompting
by gotsomekidss_ Aug 14, 2026 6/10
app GitHub

estate-agent: One Context File Per Repo Across a Whole Repo Estate

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

agent-cost: Token Usage and Cost Estimates From Local Agent Logs

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

dsh-skin-claude-code: A Faithful Replica of the Claude Code Terminal Skin

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
MCP GitHub

ConduitMCP: In-Process MCP Server That Lets Agents Edit and Play Godot

Runs natively inside Godot instead of bridging in from outside, so scene edits go through the engine's own undo stack and stay reversible. Agents can also play the game, inject input, capture frames, and debug, which closes the loop between changing a scene and seeing what it does.

godotgamedevmcpeditor
by Advik-B Aug 14, 2026 7/10
app GitHub

outstanding-items: A User-Owned Ledger of Loose Ends for Claude and Codex

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

claude-workspaces: Isolated Worktrees, Ports, and Daemons Per Session

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
workflow GitHub

claude-plugins: Worktree Draft-PR Flow With an Independent PR Reviewer Bot

An opinionated set of Claude Code plugins for GitHub-centric development: a git worktree plus draft-PR workflow, self-documenting issues, and work summaries. It also ships a separate reviewer bot that reviews PRs independently of the agent that wrote them. Useful if you want your agent sessions to land as reviewable PRs instead of direct commits.

pluginsgithubworktreepull-requestscode-review
by dbaggott Aug 14, 2026 7/10
app GitHub

gnome-shell-extension-aiquota: AI coding quotas in the GNOME panel

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
skill GitHub

evidence-based-copywriting: Marketing Copy Gated on Fetched Sources

A copywriting workflow that requires every factual claim in marketing copy to be traced back to a fetched source before publishing, with adversarial checks to catch unsupported statements. Aimed at teams who want agent-written copy that will not invent specs, numbers, or customer results.

copywritingmarketingverificationfact-checkingskill
by mucinous-riposte867 Aug 14, 2026 6/10
skill GitHub

ai-drama-pipeline: Four Claude Code Skills for AI Short-Drama Production

A Korean-language bundle of four Claude Code skills covering the whole AI short-drama pipeline: script, per-cut prompts, video generation, then QC and assembly. Distributed through the Hamlog marketplace. Worth a look as a template for chaining several skills across a multi-stage creative workflow.

skillvideopipelinekorean
by uyuni0217sh-design Aug 14, 2026 5/10
workflow GitHub

keel: OpenSpec Execution Discipline for Claude Code, Codex, and OpenCode

Applies OpenSpec-style execution discipline to coding agents, so work follows a written spec rather than whatever the agent improvises. Portable across Claude Code, Codex, and OpenCode. For teams that want spec-first agent runs without adopting a whole framework.

workflowopenspecdisciplinemulti-agent
by TanglmChris Aug 14, 2026 6/10
app GitHub

Circus-Chief: Meta-Harness Running Claude Code, Codex, and Gemini CLI

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
skill GitHub

ultimate-viral-writer: Viral-Copy Skill With Industrialized Headline Tests

A Chinese-language writing skill that packages influencer strategy, natural-sounding phrasing, and systematic headline A/B testing into one Claude Code skill. Aimed at content creators rather than developers. A concrete example of encoding an editorial methodology as a skill.

skillwritingcontentchinese
by tanchunzhuo Aug 14, 2026 5/10
skill GitHub

using-lwc: Source-Grounded Project Memory Skill Built on a Document Graph

A memory skill for AI agents that grounds recall in actual sources via an LWC Wiki, document graphs, and CodeGraph. The goal is durable project memory that does not drift from the code. Pairs with the author's llm-wiki-cli for the CLI side.

skillmemoryknowledge-graphcontext
by JanYork Aug 14, 2026 6/10
MCP GitHub

multi_mcp: Multi-Model Chat and Code Review MCP Server for Claude Code

An MCP server that lets Claude Code consult other models for chat, code review, and analysis. Gives you a second opinion from a different model without leaving the session. Handy when you want cross-model review as a routine step.

mcpcode-reviewmulti-modelanalysis
by religa Aug 14, 2026 7/10
skill Reddit

What I Learned Writing 15 Claude Code Skills, Including What I Got Wrong

A practitioner writeup on skill authoring after building fifteen of them. Key findings: the description field does nearly all the triggering work, vague descriptions never fire, and happy-path instructions in the body are wasted since the model would do that anyway. Includes the mistakes the author had to unlearn.

skillauthoringlessonsreddit
by Wilddocofficial Aug 14, 2026 8/10
command GitHub

llm-wiki-cli: Proactive Memory CLI That Agents Maintain Across Sessions

A CLI that lets agents autonomously recall, maintain, and evolve persistent knowledge instead of waiting to be told what to remember. Knowledge stays source-grounded so it can be traced back. The command-line counterpart to the using-lwc skill.

climemorypersistenceagents
by JanYork Aug 14, 2026 6/10
workflow GitHub

changelog-fragments: One Changelog File per Agent Session, Folded Later

Each agent session writes its own changelog fragment file, and two dependency-free scripts fold and condense them into the real changelog. Avoids the merge conflicts you get when parallel agents all edit CHANGELOG.md. Simple enough to drop into any repo.

workflowchangeloggitparallel-agents
by soledesigngroup Aug 14, 2026 6/10
workflow GitHub

rolepod: 16-Agent Dev Team Workflow Portable Across Six Coding CLIs

A universal dev-team workflow with 16 specialist agents that runs on Claude Code, Codex, Gemini, Cursor, Antigravity, and opencode. Rules lazy-load to keep context small, and agents own separate paths and concerns so parallel runs do not collide. Useful if you juggle multiple CLIs and want one shared setup.

workflowmulti-agentteamparallel
by nuttaruj Aug 14, 2026 7/10
app GitHub

double-bubble: Run Multiple Claude Accounts on One Mac Without VMs

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
skill GitHub

funbox-plugins: A Claude Code Marketplace of Independently Versioned Plugins

A small but growing Claude Code plugin marketplace where each plugin is self-contained and versioned on its own. Install only what you need rather than a monolithic bundle. Good example of the modular end of the marketplace spectrum.

marketplacepluginsskillsmodular
by nthansen Aug 14, 2026 6/10
skill GitHub

claude-global-skills: Machine-Wide Skills for Review Loops and Session Resume

A curated skill collection covering a code-review loop, local chat-history search, session end and resume, Gemini image generation, and transcript retrospectives. Everything runs machine-wide with only Python and Node as prerequisites. A solid starting set if you are building a personal skill library.

skillscode-reviewsessionscollection
by BryceEWatson Aug 14, 2026 7/10
skill GitHub

plainspeak: Plain-Language Mode for Non-Developers Using Claude Code

Puts Claude Code into plain-language mode so people without a dev background can still ship real products. Strips jargon out of explanations and prompts. Aimed squarely at the vibe-coding crowd.

skillaccessibilityplain-languagebeginners
by mkt-henry Aug 14, 2026 6/10
workflow GitHub

keel: Forkable Agent SDLC Gated by NIST 800-53 and CIS Evidence

A governed agent-driven SDLC you fork into your own repo, built on NIST 800-53 Rev.5, CIS Supply Chain, and the AI RMF. Gates require actual evidence rather than the agent asserting it did the work. For regulated environments where agent output needs an audit trail.

workflowcompliancesdlcgovernance
by ToddGBenson Aug 14, 2026 6/10
app GitHub

agent-instruction-integrity: Testing Claude Code Under Conflicting Repo Rules

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

agentcap: Capture and Score Coding-Agent Sessions for Training Value

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

Chief-of-Vibes: Self-Improving Claude Code Harness With Approval Gates

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
skill GitHub

writing-skills: Plain Language, GOV.UK, AP Style, and STE-100 as Skills

Turns official writing frameworks (plain language, business writing, GOV.UK, AP style, STE-100, developer docs) into procedural agent skills, plus a set of character voices. Ships as Agent Plugins 1.0.0 and works in opencode, Claude Code, and Codex. Better than pasting a style guide into every prompt.

skillwritingstyle-guidedocs
by surendranb Aug 14, 2026 6/10
app GitHub

dsh-chat-import: Continue Claude Code and Codex Conversations Inside DSH

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
skill GitHub

evidence-research-report: Research Skill With Deterministic Citation Checks

An evidence-first research-report skill for Claude Code and Codex that works under a bounded search budget and verifies citations deterministically. Stops the agent from spending unbounded time searching or fabricating sources. Good fit for reports that need to survive scrutiny.

skillresearchcitationsevidence
by royalskynet Aug 14, 2026 6/10
app GitHub

dsh-TUI: Claude Code-Style Full-Screen Terminal UI for DeepSeek Harness

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
skill GitHub

specback: Multi-Agent Reverse Spec Generator That Turns Code Into Specs

Runs code through a multi-agent pass to reconstruct the specification it implements. Works with Claude Code, Codex, OpenCode, Copilot, and Cursor. Useful for inherited codebases where no written spec ever existed.

skillspecreverse-engineeringmulti-agent
by nekolife1984 Aug 14, 2026 6/10
skill GitHub

shiarauzo/skills: Packaged Workflows You Stop Re-Explaining to Claude Code

Agent skills built from the workflows the author ran often enough that re-explaining them became the bottleneck. That origin story is the strongest signal for which workflows are worth packaging. A practical reference for choosing what to turn into a skill.

skillsworkflowautomationcollection
by shiarauzo Aug 14, 2026 5/10
app GitHub

agentopolis: Your Claude Code Agents Visualized as a Living Pixel City

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

your-turn: macOS Menu Bar Inbox Showing Which Claude Session Needs You

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
skill GitHub

claude-chart-dashboard: Turn Any Data Into an Offline HTML Dashboard

A Claude Agent Skill that converts any dataset into a self-contained HTML dashboard or report with interactive SVG charts. Zero dependencies and works offline, so the output is a single shareable file. Ships as a Claude Code plugin.

skilldashboardchartsvisualization
by raghuramsirigiri Aug 14, 2026 7/10
app GitHub

GLAW: Virtual Law Firm Agent System With 183 Skills and 181 Commands

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

ChatCCC: Drive Claude Code, Cursor, or Codex From Lark and WeChat

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
skill GitHub

WorkbuddySkillGroups4DSH: 44 Expert-Team Skill Bundles Ported to DSH

Repackages the WorkBuddy expert-team skills as a DeepSeek Harness plugin: 44 multi-role SKILL.md bundles installable to ~/.dsh/skills with Cordis plugin registration. Shows how a Claude-style skill collection ports to another harness. Bilingual documentation.

skillsdshportmulti-role
by darker2016 Aug 14, 2026 5/10
app GitHub

cortex: A Visual Editor for Claude Code

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
skill GitHub

awesome-agent-harness: Curated Skill List Spanning Seven Coding Agents

A curated list of useful Agent Skills for Claude Code, Codex, Gemini CLI, OpenClaw, Hermes, and other agents. Useful as a discovery index rather than something you install. Handy when you want to see what already exists before writing your own.

awesome-listskillsdiscoverycurated
by zients Aug 14, 2026 6/10
skill GitHub

dev-skills: Laravel Standards Packaged as AI Coding Skills

AI skills that encode Laravel conventions and standards so agents write framework-idiomatic code. Narrow by design. Useful template if you want to do the same for another framework.

skilllaravelphpstandards
by jotafurtado Aug 14, 2026 5/10
MCP GitHub

codex-delegate-mcp: Let Claude Code Delegate Implementation to Codex CLI

An MCP bridge that lets Claude Code and other hosts hand implementation work to the OpenAI Codex CLI. Keeps planning in one agent and execution in another. For people who prefer a specific model for each half of the job.

mcpcodexdelegationbridge
by andreilungeanu Aug 14, 2026 7/10
MCP GitHub

MCPg: A Postgres MCP Server

An MCP server exposing Postgres to Claude Code and other MCP clients. Minimal description, so check the repo for the tool surface and safety controls. One of several Postgres MCP options.

mcppostgresdatabase
by devopam Aug 14, 2026 5/10
app GitHub

driftlint: Find Claims in Your CLAUDE.md That the Code No Longer Supports

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

MioIsland: Monitor and Approve Claude Code Sessions From the macOS Notch

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

dsh-plugin-cc: Bridge DeepSeek Harness Into Claude Code for Delegation

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
skill GitHub

report-helper: One Sentence In, a Full Research Report PDF Out

A research and writing assistant for long-form deep research reports that runs the whole pipeline from a single prompt and emits a formatted PDF. Chinese-language. Useful if your deliverable is a document rather than code.

skillresearchpdfchinese
by Jiaranbb Aug 14, 2026 5/10
skill Reddit

ui-ideation-lab: A Lazy Senior Designer Mode That Cuts 6x Less Bloat

Two Claude Code skills in one: redesign-studio produces three or four distinct design directions, and impeccable checks each output against real design standards. Both ask whether the pattern already exists or a native element would do before generating anything. Outputs HTML files, a compare page, and notes -- an ideation tool, not a production pipeline.

skilldesignuiideation
by for_blues_ Aug 14, 2026 7/10
workflow Reddit

Keeping Claude's First Plausible Architecture From Becoming the Plan

A method for resisting anchoring on the first coherent design an agent produces: draft the architecture as a saved artifact, then run a separate review pass against that artifact without the original conversation's momentum. The prompt shape asks for named assumptions, one realistic alternative per decision, validation plans, and reversal triggers. Practical guard against agent-assisted tunnel vision.

workflowarchitecturereviewprompting
by FunNewspaper5161 Aug 14, 2026 6/10
skill GitHub

threadwave-skill: Review-Gated Bilingual X Automation Skills

A bilingual skill suite for Twitter/X automation powered by ThreadWave, with a review gate before anything is published. The gate matters: unattended posting is how accounts get flagged. Relevant if you run social automation from an agent.

skilltwitterautomationreview-gate
by ohmyskyhigh Aug 14, 2026 5/10
skill GitHub

claude-stack: A Shipping Solo Builder's 156 Skills, 6 Hooks, and Router

A working Claude Code configuration published whole: 156 skills, 6 hooks, a conductor routing pattern, and an auto-dedupe watcher. Value is in seeing how the pieces fit at scale rather than installing all of it. The routing pattern is the most transferable part.

configskillshooksrouting
by bertbertov Aug 14, 2026 7/10
app GitHub

kerby: Load a Rulebook, Constrain the Agent, Then Validate Its Output

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
skill GitHub

second-brain-starter-kit: 101 Skills Turning Claude Code Into a Second Brain

All 101 skills behind the author's Claude Code second brain, plus a working CRM engine, vault templates, and a handover map. Ships the method rather than the personal data. Substantial starting point if you want agent-managed personal knowledge.

skillssecond-brainknowledgecrm
by tonydzi Aug 14, 2026 6/10
skill GitHub

guide-forge: Turn Your Idea Into a Gated, Learn-As-You-Go Build Guide

A Claude Code plugin that plans a gated milestone ladder for your own project idea, then drafts atomic step files explaining every action at the point it happens. Aimed at learning while building rather than getting handed a finished repo. Good for onboarding onto unfamiliar stacks.

pluginlearningmilestonesguide
by tomthebearded Aug 14, 2026 6/10
skill GitHub

cue: Record Requirements, Design, and Rejected Alternatives Beside Code

Claude Code plugins where cue-dev writes the requirement, design, rejected alternatives, and outcome next to the code they produced, so any line traces back to its reasoning. Attacks the biggest gap in agent-written code: nobody remembers why. Lightweight compared to full ADR processes.

plugindocumentationtraceabilitydecisions
by FrogBaek Aug 14, 2026 6/10
workflow Reddit

Thinking Tokens Are ~40% of Claude Code Output and Stay in Your Context

A measured investigation into why Claude Code sessions fill their context faster than they used to, using the output_tokens_details.thinking_tokens field that appears in ~/.claude/projects/**/*.jsonl as of v2.1.228. The author documents four wrong conclusions along the way, including one retracted dramatic finding, and ships the analysis script. Worth reading for the method as much as the number.

contexttokensanalysisthinking
by killtheperfect Aug 14, 2026 8/10
app GitHub

back-in-claude: Push and Email Alerts the Moment Your 5-Hour Limit Resets

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

taskops: A Shared Task Board With Atomic Claims for Claude Code Agents

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

rMLX: Single-Binary Rust MLX Server With an Anthropic-Compatible API

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
workflow GitHub

graphyloop: One Command Wires a 24-Agent Swarm Across Four Coding CLIs

An agentic workflow kit that configures OpenCode, Claude Code, Codex, and Cursor with a coordinated swarm, memory that survives restarts, a 24-agent squad, and a five-gate delivery workflow. Zero runtime dependencies. Large surface area, so try it on a scratch repo first.

workflowswarmmemorymulti-agent
by chadixearth Aug 14, 2026 6/10
skill GitHub

shidi-skill: A Junior Lab Mate Skill for Literature Review and Figures

An agent skill that plays the role of a junior lab mate: literature research, experiment design, figure production, and paper reading, delivering files rather than chat. Results are meant to be cross-verifiable and it has no dependencies. Aimed at academic workflows.

skillresearchacademicfigures
by IcyCreamDAS Aug 14, 2026 5/10
MCP GitHub

modsearch: Web and X Search Bridge Returning Structured JSON Evidence

A search bridge for text-only coding agents that queries the web or X and returns structured JSON with search results, fetched content, and citations. Built as the web plugin for DeepSeek Harness but usable more broadly. Structured output makes the results easier for an agent to reason over than raw HTML.

mcpsearchwebcitations
by liustack Aug 14, 2026 6/10
command Reddit

claude-profiles: Shell Wrapper for Switching Claude Code Accounts Instantly

A small bash/zsh wrapper around Claude Code's config directory feature so `claude`, `claude -work`, and `claude -clientx` each keep separate credentials and history. Non-sensitive things like skills and preferences are symlinked across profiles, so you maintain one setup. No daemon and no dependencies, with tab completion.

climulti-accountshellprofiles
by kamtS Aug 14, 2026 7/10
skill GitHub

epicsagas/plugins: A Marketplace for Claude Code Skills and Commands

A Claude Code plugin marketplace for discovering and installing skills, commands, and agent configurations. Another entry in a crowded category. Browse before installing to see whether the catalog overlaps what you already run.

marketplacepluginsskillscommands
by epicsagas Aug 14, 2026 5/10
app GitHub

Orrery: Per-Shell Account Isolation for Claude Code, Codex, and Gemini

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
skill GitHub

reoclo/skills: On-Demand Reference Guides Shared Across Skill-Aware Agents

Shared agent skills for Reoclo tooling, written as reference guides that Claude Code and other skill-aware agents load on demand. Vendor-specific but a clean example of the load-when-needed pattern. Small footprint until invoked.

skillsreferenceon-demandshared
by reoclo Aug 14, 2026 5/10
skill GitHub

AgentSmithy: Distributable Skills for Screenshots, Transcripts, and Gifts

A distributable skill collection for Codex, Claude Code, and similar agents: screenshot to Markdown, video and audio transcription, pre-publish risk checks for Xiaohongshu, and evidence-based gift selection. An unusually eclectic mix. Chinese-language documentation.

skillsocrtranscriptionchinese
by BambooXiu Aug 14, 2026 5/10
app GitHub

infinity-token-tracker: Desktop Monitor for Token Usage and Model Activity

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
MCP GitHub

scratchpad: One Shared Markdown File Agents Take Turns Writing To

A single shared Markdown file holding context, decisions, and progress, so any agent can pick up work without you summarizing the last chat. Ships as one binary containing a CLI, an MCP server, and a live web UI. Refreshingly simple compared to database-backed memory systems.

mcphandoffmarkdowncontext
by madnh Aug 14, 2026 7/10
app GitHub

thm-claude-kit: A TryHackMe Coach That Guides Instead of Solving Rooms

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
MCP GitHub

relay: One Work Board Shared by You and Your Coding Agents Over MCP

A personal work system where you and your agents share a single board, exposed over MCP. Keeps human and agent task state in one place rather than two. Worth comparing against taskops if you need multi-machine coordination.

mcptask-boardproductivityagents
by anunay999 Aug 14, 2026 6/10
skill GitHub

visualkan: Turn Any Content Into Whiteboards, Infographics, and Mind Maps

Converts arbitrary content into a visual explanation: whiteboard, infographic, presentation, diagram, mind map, or UI mockup. Installs as a skill into AI coding assistants. Useful when the deliverable is a picture rather than prose.

skillvisualizationdiagramsinfographics
by dapih Aug 14, 2026 6/10
workflow Reddit

I Asked Opus 5 to Build GTA 6 Alone in 24 Hours Inside Unreal Engine 5

An experiment pointing Claude Code at an empty Unreal Engine 5 editor with a one-line prompt, controlling the editor live over MCP after building a harness of tooling and skills first. The agent decided geography, districts, road network, traffic, weather, map screen, and menus on its own. The author's finding is that the hard part was context, not code: it kept hitting the compaction wall, so the only continuity was whatever it wrote down.

experimentunrealmcpcontext
by ukanwat Aug 14, 2026 7/10
skill GitHub

socratic: A Seven-Question Post-Ship Retrospective for Claude Code

A retrospective skill that asks seven questions after you ship, built around confidence, blind spots, and decay. Structured enough to run every time without becoming a chore. Pairs well with the same author's other review skills.

skillretrospectivereviewreflection
by robcsaszar Aug 14, 2026 6/10
skill GitHub

prose: Write in Channel Voice and Scrub AI Patterns From Existing Text

Drafts new content in the right voice for each channel, or scans existing text for AI tells and rewrites it in an authentic human voice. Two directions in one skill: generate and remediate. Useful for anyone publishing agent-assisted writing.

skillwritingvoiceediting
by robcsaszar Aug 14, 2026 6/10
skill GitHub

crucible: Parallel-Agent Codebase Audit That Adversarially Verifies Itself

Runs a parallel-agent audit over a codebase, then has agents adversarially try to refute each finding before it is reported. The verification step is what keeps plausible-but-wrong findings out of the output. A good pattern to copy even if you do not use the skill.

skillauditparallel-agentsverification
by robcsaszar Aug 14, 2026 7/10
skill GitHub

scaffold: Skills for Authoring AGENTS.md, CONTEXT.md, and DESIGN.md

Claude Code skills that write the three files agents rely on most: AGENTS.md, CONTEXT.md, and DESIGN.md. Removes the blank-page problem when setting up a new repo for agent work. Small and focused.

skillagents-mddocumentationscaffolding
by robcsaszar Aug 14, 2026 6/10
skill GitHub

ai-forge: The Full Skill-Authoring Lifecycle, From Create to Regression Eval

Claude Code skills covering the whole skill-authoring lifecycle: create, judge, eval with persisted regression suites, audit for ecosystem-wide coherence, review, and update. The persisted regression suites are the standout, since most skill authoring has no test loop at all. For people maintaining many skills rather than a handful.

skillauthoringevalregression
by robcsaszar Aug 14, 2026 7/10
skill GitHub

dsh-skills: Parallel Dispatch and Zero-LLM Architecture Mapping for DSH

A DeepSeek Harness skill pack with parallel-dispatch scheduling rules and an archmap agent that computes deterministic diff impact surfaces without calling an LLM, saving tokens. The zero-LLM impact analysis is the interesting idea. Chinese-language documentation.

skillsdshparallelarchitecture
by xu-jin-cs Aug 14, 2026 5/10
skill GitHub

ai-readiness-assessment: Score Your Team Against an Agentic Maturity Model

A self-contained Claude Code and GitHub Copilot plugin that assesses team AI readiness against the Agentic Habitat Maturity Model and the Sovereign Engineer framework, producing a gap-anchored maturity report. Aimed at engineering leads rather than individual developers. Opinionated about which frameworks matter.

pluginassessmentmaturityteam
by techtalk Aug 14, 2026 5/10
app GitHub

token-station: Loopback-Only Gateway That Routes Agents by Quota and Cost

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
workflow GitHub

agent-chat-plugin: Peer Agents Chat via a Shared Folder, No Orchestrator

Lets peer AI agents talk through a shared folder with no human relay and no orchestrator, waiting at zero token cost when idle. Works on Windows, which many agent-coordination tools do not. The zero-token wait is the notable design detail.

workflowmulti-agentcoordinationwindows
by n24q02m Aug 14, 2026 6/10
app GitHub

orbit: Multi-Repo Git Workspaces So One Agent Spans Many Repos

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

a2wave: Turn Your Agent CLIs Into Shared Services Your Team Can Call

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

forkast: A Meal Planner Where Every Line Was Written by Claude Code

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
hook GitHub

waybar-claude-status: Live Session State in Waybar, Driven by Hooks

A waybar module showing live Claude Code session status (working, waiting, idle), fed by Claude Code hooks. Realtime, multi-session aware, and dependency-free. A clean example of using hooks to drive external UI.

hookwaybarlinuxstatus
by jedbillyb Aug 14, 2026 7/10
skill GitHub

Cluide: Guides, Setup Tasks, and Templates for Building Claude Assistants

A framework for building, maintaining, and improving AI assistants with Claude, combining guides, runnable setup tasks, installable skills, and copy-paste templates. Broad rather than deep. Useful as a structured starting point if you are new to assembling assistants.

frameworktemplatesskillsguides
by KalastajaM Aug 14, 2026 5/10
app GitHub

hdev: Hand a Task to an Agent on a Throwaway Hetzner VM, Get Back a PR

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
workflow GitHub

session-flow: Research-to-Release Chain With Dependency-Aware Parallelism

Session workflow orchestration for Claude Code covering the full lifecycle from research through release, with dependency-aware parallelization and a brainstorming step at each stage. More structured than ad-hoc prompting across sessions. Suits longer projects where stages genuinely differ.

workfloworchestrationlifecycleparallel
by matshoppenbrouwers Aug 14, 2026 7/10
app GitHub

multicooker: Race LLM Agents in Docker Sandboxes, Then Let LLMs Judge

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

koji: A Dependency-Free UCI Chess Engine in Zig, Built With Claude Code

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
MCP GitHub

code-search-mcp: Hybrid Semantic Code Search Using 30-100x Fewer Tokens

A semantic code-search MCP server combining embeddings, BM25, and reranking, with tree-sitter AST chunking, claiming 30-100x token reduction versus naive retrieval. Retrieval quality is the whole game for large codebases. Verify the token claims on your own repo before relying on them.

mcpcode-searchembeddingstree-sitter
by rutmir Aug 14, 2026 7/10
workflow GitHub

prd-taskmaster: Graded PRD Validation Into an Evidence-Gated Task Graph

A zero-config goal-to-tasks engine for Claude Code that grades PRD validity, builds a dependency-ordered task graph, and gates execution on evidence. Refuses to proceed on a vague PRD, which is the point. For teams that start from written requirements.

workflowprdtasksgating
by anombyte93 Aug 14, 2026 6/10
skill GitHub

oss-launch: Generate Every Open Source File a Repo Needs to Launch

A skill that scans a repo, asks only what it cannot infer, then generates README, LICENSE, contributing, security, changelog, CI, and a launch playbook. The ask-what-you-cannot-infer step keeps the output from being generic filler. Useful right before making a repo public.

skillopen-sourcereadmelicensing
by AnayDhawan Aug 14, 2026 6/10
skill GitHub

docdna: Backfill Docs the Code Can Prove and Flag the Ones It Contradicts

Decides which documents a repo owes, flags the existing ones that now contradict the code, and writes the ones the code can prove, with citations. Portable across Claude Code, Codex, Cursor, and Windsurf. The citation requirement is what separates it from generic doc generators.

skilldocumentationcitationsbackfill
by hannsxpeter Aug 14, 2026 7/10
app GitHub

claude-terminal-hub: Resume Any Recent Claude Code Session in One Click

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
MCP GitHub

claude-grok-build-plugin: Delegate Coding Tasks to xAI's Grok Build CLI

A Claude Code plugin wrapping an MCP server so Claude can delegate coding to xAI's Grok Build CLI, billed through your xAI subscription rather than metered API. Ships 9 MCP tools and /grok:* commands. Same delegation pattern as the Codex bridges, different vendor.

mcpgrokdelegationplugin
by xzawed Aug 14, 2026 6/10
workflow GitHub

cortex-agent: A Governance Framework of Rules, Workflows, and Subagents

A Chinese-language governance and instruction framework for Cursor, Claude Code, and Windsurf, bundling rules, workflows, skills, and subagents in one place. Opinionated and fairly heavy. Best treated as a reference for how to structure agent governance.

frameworkgovernancerulessubagents
by Kucell Aug 14, 2026 5/10
skill GitHub

dsh-mattpocock-skills: Matt Pocock's 25 Skills Ported to DeepSeek Harness

An unofficial DSH port of mattpocock/skills, bundling 18 engineering and 7 productivity skills as a DeepSeek Harness plugin. MIT licensed with credit to the original author. Shows how portable well-written skills are across harnesses.

skillsdshportengineering
by xiaoxiaosrm Aug 14, 2026 5/10
MCP GitHub

mcp-hub: Serve Many stdio MCP Servers From One Container With OAuth 2.1

Runs multiple stdio MCP servers behind a single container with path routing, hub meta-tools, and OAuth 2.1 plus API token auth for ChatGPT, Claude, Cursor, and other clients. Solves the sprawl of per-server processes and per-client config. Auth support makes it viable for shared deployments.

mcphuboauthcontainer
by ni-c Aug 14, 2026 7/10
MCP GitHub

kalshi-mcp-server: Self-Hosted MCP for Kalshi Prediction Markets

A self-hosted MCP server for Kalshi prediction markets with native RSA-PSS auth, token-bucket rate limiting, and demo/prod safety controls. Designed to be forked and deployed rather than used as-is. The demo/prod separation is a sensible guard for anything that moves money.

mcpkalshitradingself-hosted
by cejor6 Aug 14, 2026 5/10
skill GitHub

playcanvas/skills: Official PlayCanvas Skills for AI Coding Agents

Reusable skills published by PlayCanvas for agents working with their products. First-party skills are worth noting as a trend: the vendor encodes its own API conventions rather than leaving agents to guess. Useful if you build with PlayCanvas.

skillsplaycanvasgamedevfirst-party
by playcanvas Aug 14, 2026 6/10
skill GitHub

natural-talk: A Ruleset That Strips AI-Speak Out of Model Output

A complete ruleset for removing AI phrasing, lecture tone, and collaboration filler from model responses, usable with Claude, ChatGPT, and other conversational AI. Bilingual documentation. Broader than a coding skill but directly applicable to agent-written prose.

skillwritingtoneprompting
by chengzhi-c Aug 14, 2026 6/10
skill GitHub

claude-code-system-prompts: Every System Prompt and Tool Description, Versioned

A complete extraction of Claude Code's system prompt, its 27 builtin tool descriptions, subagent prompts for Plan/Explore/Task, and utility prompts for CLAUDE.md, compaction, statusline, WebFetch, Bash, security review, and agent creation. Updated for each Claude Code release. Essential reference if you write skills or subagents and want to match the house style.

referencesystem-prompttoolsinternals
by Piebald-AI Aug 14, 2026 8/10
app GitHub

stream-eval: Deterministic Assertions Over claude -p stream-json Output

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
skill GitHub

gemini-cli-extensions/spanner: Agent Skills for Google Cloud Spanner

Skills for working with Google Cloud Spanner, published under the gemini-cli-extensions org. Another first-party vendor skill set, portable to any skill-aware agent. Narrow but authoritative for Spanner work.

skillsspannergcpdatabase
by gemini-cli-extensions Aug 14, 2026 5/10
app GitHub

canopy: A Project Tree That Lights Up as Claude Code Reads and Edits

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

attic: Auto-Close Idle Agent Sessions but Archive Them for Restore

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
skill GitHub

gen-ai-skills: Picsart's Shared Skills and Prompts for Generative Workflows

Shared skills, prompts, and tooling for Picsart's gen-ai CLI and generative AI workflows. A company-internal skill library published openly. Mostly of interest as an example of how an organization structures shared skills.

skillsgenerative-aipicsartprompts
by PicsArt Aug 14, 2026 5/10
app Reddit

attune-forms: Typed, Validated Forms Instead of Twenty Agent Questions

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

seek: A Single-Binary Local Coding-Agent Platform With Cron and Memory

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

llm-spend-audit: What Your Agent Wiring Costs Before It Does Any Work

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

Munder Difflin: An Office-Themed Multi-Agent Harness for Claude Code

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
skill GitHub

Hemusci-Skills: A Chinese Skill Library for Research Writing and Analysis

A continually expanding professional agent skill library aimed at research writing, data analysis, and professional report delivery. Chinese-language. Relevant if your agent work is document-heavy rather than code-heavy.

skillsresearchreportschinese
by SoMic520 Aug 14, 2026 5/10
app GitHub

odysseus: Local-First Control Plane for Agents, Worktrees, and tmux

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
workflow GitHub

crew: Role-Based Multi-Agent Orchestration With Parallel Worktrees

Role-based multi-agent orchestration for Herdr with durable task state, parallel git worktrees, and cross-vendor review. Durable state means a crashed run does not lose its place. Herdr-specific, but the design is readable as a general pattern.

workfloworchestrationworktreesreview
by ankitvashisht12 Aug 14, 2026 5/10
skill GitHub

brain-starter: A Claude Code-Powered Second Brain Template for Obsidian

An Obsidian second-brain template driven by Claude Code, shipping skills, auto-linking, and note conventions. Lighter than the 101-skill kits in the same space. A reasonable entry point if you already use Obsidian.

skillobsidiansecond-brainnotes
by michaeljauk Aug 14, 2026 6/10
workflow Reddit

agit: A Narrow Git Interface So Claude Cannot Decide How to Branch

Git rules normally live in instructions -- do not push to main, do not force-push, open a PR -- which agents mostly follow but are not bound by. This replaces write operations with four commands (start, commit, finish, status) where start creates the task branch, commit stays local, and finish runs checks then opens a draft PR. Reads stay unrestricted; only the decisions get taken away.

workflowgitguardrailssafety
by Sad_Cover9067 Aug 14, 2026 7/10
MCP Reddit

Android Remote Control MCP: Drive Your Phone With On-Device PII Redaction

An MCP server that runs on your Android phone and lets an agent operate any app, with no cables and no root required. The v1.11.0 release adds Privacy Mode, redacting personally identifiable information on-device before anything reaches the model provider. That redaction step is what makes phone-level agent access defensible.

mcpandroidprivacyautomation
by daniele_dll Aug 14, 2026 7/10
MCP Reddit

codegraph: Interrupt Claude With the Blast Radius Before It Breaks Ten Files

An MCP server that incrementally graphs your codebase as the agent works and interrupts the conversation with the blast radius when a change threatens dependents. Targets the failure mode where changing one function quietly breaks ten callers. The author says 2.0 adds C++ and Swift plus local database indexing.

mcpcode-graphdependenciessafety
by HotstixxxMcgee Aug 14, 2026 7/10
app Reddit

ar-butter: Webcam Hand-Tracking ASMR Butter, Built by Chained Chats

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

ecosystem: Session Observability and Multi-Plugin Governance for Claude Code

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
skill GitHub

dsh-output-styles: Claude Code Output Styles Ported to DeepSeek Harness

Brings Claude Code outputStyles to DeepSeek Harness as session-scoped, durable, runtime-switchable styles, with a /style command, an output_style storage domain, and systemPrompt injection. Runtime switching without restarting the session is the useful bit. A clear reference for how output styles are wired.

output-stylesdshportprompting
by PerryLink Aug 14, 2026 5/10
skill GitHub

honest-skills: Agent Skills That Force a Model to Report What It Cannot Do

Two skills with teeth: root-cause forbids a causal claim without evidence, and sitrep puts the finding first, bad news above good, and names every gap. It ships clarity.py so the rules run as a check rather than sitting in the prompt as advice. Directly aimed at agents that overstate confidence.

skillhonestyreportingverification
by openhonest Aug 14, 2026 7/10
skill GitHub

openagentskills: A Community Library of Skills for Five Coding Agents

A community-driven library of reusable agent skills covering Claude Code, Cursor, Codex, Cline, and others. Community-maintained means variable quality, so read before installing. Useful as a discovery surface.

skillscommunitylibrarymulti-agent
by Notysoty Aug 14, 2026 6/10
MCP GitHub

KiCad MCP Server: 100+ Tools for Schematic Capture and PCB Layout

An MCP server that exposes over 100 tools for driving KiCad from an AI assistant. It covers the full board workflow — placing parts, routing traces, running ERC and DRC checks — and exports Gerbers, BOMs, and 3D models. Useful if you want Claude Code to actually do electronics design work rather than just talk about it.

mcpkicadpcbelectronicshardware
by ProductOfAmerica Aug 14, 2026 8/10
skill GitHub

best-practice-skill: Anthropic Build Guidelines as an Agent Skill

An Agent Skill that encodes Anthropic's documented best practices for building with Claude. It advises on model and effort selection, prompt construction, subagent delegation, tool design, evaluation, and guardrails. A convenient way to keep official guidance in the loop while designing agent systems.

skillbest-practicespromptingsubagentstool-design
by starsinc1708 Aug 14, 2026 6/10
workflow GitHub

agentcrew-dev-skills: Route Tickets Across Claude and Codex Subscriptions

A multi-agent orchestration layer built on top of mattpocock-skills. The /route command classifies a spec's tickets and splits them across your Claude and Codex subscriptions, and /crew runs them as unattended waves of tmux child agents. Aimed at people who want parallel, hands-off execution of a planned backlog.

orchestrationmulti-agenttmuxcodexworkflow
by okqixiaobao727-design Aug 14, 2026 6/10
app GitHub

fak: Fused Agent Kernel for Cutting Token Use and Repeated Work

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

standing-orders: A Control Plane for Fleets of Coding Agents

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
workflow Reddit

Semantic Anchors: Compressing Prompts with Established Terms

A discussion of "semantic anchors" — established terms like MECE, Clean Architecture, or Cockburn Use Cases that an LLM already knows in depth. Instead of spelling out what non-overlapping exhaustive categories mean, you write "make these MECE" and the model expands it. A cheap way to shorten prompts without losing precision.

promptingcontext-engineeringtechniquemece
by Necessary_Abroad6632 Aug 14, 2026 6/10
workflow GitHub

ai-engineer-playbook: Hands-On Agent Labs with No API Key

A set of hands-on labs for understanding how AI agents actually work internally. The labs run on an existing Claude Code or Codex subscription rather than requiring an API key, which lowers the barrier for learning. Documentation is bilingual Chinese and English.

learninglabsagentstutorial
by louisxu168 Aug 14, 2026 5/10
app GitHub

AI-Psychiatry: An Executive-Function Layer for Coding Agents

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
skill GitHub

skillary: Hub Index for 321 Claude Skills Across 11 Repos

A directory that indexes 321 Claude skills spread across eleven category repositories. You browse the full list in one place and then clone only the category you need, instead of pulling down everything. Handy for finding an existing skill before writing your own.

skillsdirectoryindexcatalog
by prvthmpcypher Aug 14, 2026 6/10
skill GitHub

skills-business: 29 Claude Skills for Business Workflows

A collection of 29 skills covering non-engineering work — project management, OKRs, SOPs, meeting summaries, proposals, and negotiation. Useful if you want Claude Code handling the operational paperwork around a project rather than just the code.

skillsbusinessokrsopproject-management
by prvthmpcypher Aug 14, 2026 5/10
app GitHub

feedrecall: Turn Saved Discoveries into Project-Aware Agent Memory

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
skill GitHub

msu-skills: SKILL.md Catalog for MapleStory Universe Builders

An official NEXPACE catalog of agent skills for building on MapleStory Universe. It is distributed as plain SKILL.md files, so it works with Claude Code, Codex CLI, Gemini CLI, Kimi CLI, or any agent that reads the format. A good example of a vendor shipping first-party skills for their platform.

skillsgamedevmaplestoryvendorskill-md
by NEXPACE-Limited Aug 14, 2026 5/10
skill GitHub

claude-skills-realestate: Listing Copy and Fair Housing Compliance Screening

A free set of Claude skills for real estate agents, covering listing copy and MLS remarks. The more interesting piece is compliance screening against Fair Housing and state advertising rules, which turns the skill into a check on generated marketing text rather than just a generator.

skillsreal-estatecompliancecopywriting
by trevormchaffie Aug 14, 2026 5/10
workflow GitHub

devforge-ai: Agent-Driven SDLC Phases from Idea to Shipped Feature

An AI-powered SDLC workflow system that moves a feature idea through structured, agent-driven phases: planning, building, verification, shipping, and maintenance. Instead of one-shot prompting, work is broken into explicit stages each handled by agents. Useful if you want a repeatable process wrapper around Claude Code rather than ad-hoc sessions.

sdlcworkflowagentsplanningautomation
by saitarrun Aug 13, 2026 6/10
workflow GitHub

agentkit: One-Command Agent Team, Project Memory, and Process for Any Repo

Drops a team of AI agents, project memory, and an engineering process into any repository with a single command. Targets multiple harnesses — Claude Code, Cursor, and AGENTS.md — so the same setup travels across tools. Worth a look if you repeatedly hand-roll the same CLAUDE.md and agent scaffolding for each new project.

agentsproject-memoryscaffoldingclaude-codecursoragents-md
by s1rne Aug 13, 2026 7/10
app GitHub

cairn: Shared Memory for AI Coding Agents

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
MCP GitHub

notemesh: MCP Server for Chatting With Obsidian and Git Markdown Vaults

An MCP server that indexes an Obsidian vault or any git repo of markdown files and exposes it to Claude Code. The agent can search and answer questions across your notes without you pasting them into the prompt. Useful for turning a personal knowledge base into queryable agent context.

mcpobsidianmarkdownnotesknowledge-base
by ChangeNode Aug 13, 2026 7/10
app GitHub

Belay: Keeps Your Mac Awake Only While Claude Code Is Working

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

mixpanel-headless: Agent-Friendly Python and CLI Interface to Mixpanel

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
skill GitHub

IncredAgents: Catalog Site for Claude Code SKILL.md Agent Skills

A documentation and catalog site for the IncredAgents collection of SKILL.md skills for Claude Code and compatible agents. Every skill gets its own page with real output demos, so you can see what it produces before installing. Useful for browsing skills without cloning repos first.

skillscatalogdocsskill-md
by MyAiFreedomSystems Aug 13, 2026 5/10
skill GitHub

claude-freelancer-skills: Five MIT Skills for Freelancer Operations

A free set of five Claude Code skills covering invoice chasing, proposals, client onboarding, status updates, and renewals. The focus is the admin side of freelancing rather than writing code. MIT licensed and drop-in for anyone running a solo practice.

skillsfreelanceinvoicingproposalsbusiness
by simoabdelmoumen10-sys Aug 13, 2026 6/10
skill GitHub

quiz-me-skill: Makes Claude Quiz You on the Bug Before It Writes Code

A Claude Code plugin that interrupts the usual fix-it-immediately loop by quizzing you on root cause and intended fix first. The goal is to keep your understanding of the codebase from decaying while the agent does the typing. A deliberate inversion of the normal agent workflow, aimed at learning.

pluginlearningdebuggingroot-cause
by schwann2402 Aug 13, 2026 7/10
workflow GitHub

nightshift: Accountable Long-Running Agent Shifts for Claude Code

A harness for running Claude Code or Codex on extended unattended shifts with accountability built in. It structures long sessions so you can see what the agent did and why, instead of waking up to an opaque diff. Aimed at overnight or multi-hour autonomous runs.

automationlong-runningcodexaccountabilityovernight
by orwa-mahmoud Aug 13, 2026 7/10
MCP GitHub

baron: One-Pane Work Orchestration for Coding Agents via MCP and CLI

A platform-agnostic layer that unifies issues, source control, CI, deploys, and notifications behind a single MCP server and CLI. The agent talks to one interface instead of a different tool per provider. Useful if your workflow spans GitHub, GitLab, Jira, and assorted CI systems.

mcporchestrationciissuesdevops
by loncadev Aug 13, 2026 6/10
workflow GitHub

agentit: Provider-Neutral Harness for Agent Orchestration and Skills

A portable harness handling safe orchestration, skill routing, and configuration management across AI coding agents. The pitch is keeping your setup from being locked to one vendor's config format. Early-stage, but relevant if you run several agents side by side.

orchestrationharnessskillsconfigurationportable
by marcmarti9 Aug 13, 2026 5/10
workflow Reddit

Week 4 Vibecoding an MMO: Model Routing, Test Ratios, and Balance

A build-in-public devlog on running a multiplayer game project almost entirely through agents. Notable details: 0.77 lines of test code per line of game code with the whole suite running on every prompt, and a routing setup where one model handles art and strategy while spawning separate agents for code. The open problem the author reports is that AI cannot tell whether gameplay is actually balanced.

vibe-codingdevloggame-devtestingmulti-agent
by Electrical-Pig Aug 13, 2026 6/10
skill GitHub

straightedge: Design Execution Engine With Computed WCAG Gates

A design skill for Claude Code, Cursor, and Codex that enforces computed WCAG contrast gates, a 22-shape catalog with rotation memory, and a ship scan blocking generic output and invented statistics. Covers web, print, brand identity, packaging, and apparel. Aimed at stopping agents from emitting the same slop layout every time.

designwcagaccessibilitybrandingskill
by iamAlvinV Aug 13, 2026 6/10
skill Reddit

Web-Design-Skills: A Two-Prompt Skill Suite From Site Discovery to Launch

A portable Agent Skills suite for Claude Code, Cursor and other coding agents that covers a website end to end in two prompts instead of fifty. The first prompt produces a blueprint — product goals, users, top tasks, content, visual direction, risks and acceptance criteria — before any code is written. The second builds and releases against that approved blueprint, with accessibility, SEO, privacy and QA treated as gates rather than afterthoughts.

skillsweb-designaccessibilityseoworkflow
by Both_Animator_1120 Aug 13, 2026 7/10
hook Reddit

Enforce Claude Code Conciseness With a Stop Hook Instead of CLAUDE.md

A stop hook that fires the moment Claude decides it is done, refuses the stop, and injects a conciseness prompt just in time before the final recap is written. The author's argument is that instructions parked in CLAUDE.md or the system prompt decay over a long session, while a just-in-time injection lands exactly when the verbose summary would otherwise be produced. A practical pattern for anyone fighting unreadable model recaps.

hooksstop-hookpromptingoutput-styleclaude-md
by agenticlab1 Aug 13, 2026 8/10
app Reddit

FluidDocs CLI: Publish and Maintain Live Documents From Claude Code

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

Closing the Verification Gap When You Run 10-15 Agents a Day

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
skill Reddit

ArcForge: A Review Gate for Claude Code Architecture Changes

An open-source set of Agent Skills that adds a second pass over architecture work: ask Claude Code to propose or modify an architecture, then review the resulting RFC, ADR or diagram before implementation begins. The gate returns evidence gaps, adversarial findings, blockers with a score, and a verdict with explicit approval conditions. It also ships a general production-architecture skill and a separate one for AI-agent system architecture, both instruction-first and portable.

skillsarchitecturecode-reviewadrrfc
by FunNewspaper5161 Aug 13, 2026 7/10
app GitHub

agents-guide-to-telegram: Native Rich Telegram Messages and a Live Progress Window

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

claude-code-zh: Traditional and Simplified Chinese Language Pack for Claude Code in VS Code

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

agentpave: Scaffold a Governed AWS Agent With Evals and Guardrails in One Command

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
skill GitHub

architecture-decisions: Claude Code Skills for AWS and DevOps ADRs

A set of Claude Code skills for recording infrastructure decisions as architecture decision records, aimed at AWS and DevOps work. Each decision is evaluated against the AWS Well-Architected Framework and CALMS/DORA rather than captured as free-form prose, which gives the agent an explicit rubric to argue against. Handy if your team already keeps ADRs but writes them inconsistently.

skillsadrawsdevopswell-architecteddora
by eenlpe1 Aug 13, 2026 6/10
skill GitHub

clinpharm-pmx-skills: Agent Skills for Clinical Pharmacology and Pharmacometrics

An open Agent Skills library that turns a coding agent into a clinical pharmacology and pharmacometrics assistant. It reviews, reconciles and prepares evidence, with hard boundaries stated up front: it never selects a dose, signs off, or submits. The repo also tracks honest built-versus-released status per skill, which is unusual and worth copying for any regulated-domain skill pack.

skillsclinical-pharmacologypharmacometricshealthcareregulated
by malekokour Aug 13, 2026 6/10
app GitHub

figdown: Markdown-Native Diagrams That Agents Read as Text and Humans See as SVG

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
MCP GitHub

linebreak-gate: Fail-Closed CI Gate That Blocks Known CVEs in AI-Written Code

An MCP server for Claude Code, Cursor and Codex that acts as a fail-closed CI gate over AI-generated code — it blocks known CVEs and enforces specs that a human has approved. Deliberately minimal in operational surface: git-only, with no server to run and no account to create. A good fit if you want a hard stop between agent output and merge without adopting a hosted platform.

mcpcisecuritycvecode-reviewgating
by Baktun-Studio Aug 13, 2026 7/10
app GitHub

todou: An Issue Tracker Built for Humans and AI Agents Working Together

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
skill GitHub

radar-suite: Five Claude Code Audit Skills for Swift and SwiftUI Apps

A one-install bundle of five audit skills that form a complete pipeline for finding bugs in Swift and SwiftUI apps before shipping. Each skill covers a distinct audit dimension rather than running a single generic review, which tends to surface more than one broad pass does. Aimed squarely at iOS and macOS developers using Claude Code.

skillsswiftswiftuiiosauditcode-review
by Terryc21 Aug 13, 2026 7/10
app GitHub

agent-memory-system: Local-First, Evidence-Backed Continuous Memory for Coding Agents

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
skill GitHub

magros.ai-skills: Portuguese-Language AI Skills Bundle Built on ECC

A skills bundle combining an ECC base with original Portuguese-language skills — engenharia-de-grafos for graph engineering, doctor for diagnostics, grills, and score-loop for iterative scoring. One of relatively few skill packs authored natively in Portuguese rather than translated, which matters for prompt phrasing quality.

skillsportuguesebundlegraphsscoring
by majinmagros Aug 13, 2026 5/10
app GitHub

level-five: The Agentic Harness Companion Code From "Agentic Programming"

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
workflow GitHub

gtm: A Phase-Gated Marketing and Sales Workflow for Software Engineers

A plain-markdown workflow that walks an engineer from zero to first users to first paying customers, with reality gates between phases so you cannot skip ahead on optimism alone. Being markdown-only, it works with any LLM or agent harness rather than binding to one tool. Aimed at developers who can build the product but stall at distribution.

workflowmarketingsalesgo-to-marketmarkdown
by JeroenOnNostr Aug 13, 2026 6/10
MCP GitHub

deepseek-mcp-server: DeepSeek V4 With Reasoning and Cost Tracking Over MCP

An MCP server exposing DeepSeek V4 — v4-flash and v4-pro, up to 1M context — to Claude Code and other MCP clients. Supports chat, reasoning, function calling and thinking mode, and tracks cost per call. The older deepseek-chat and deepseek-reasoner aliases still resolve, so existing configs keep working.

mcpdeepseekllmreasoningcost-tracking
by arikusi Aug 13, 2026 6/10
app GitHub

claude-bridge: Pair a Laptop and VPS Claude Code Session to Work Together

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
MCP GitHub

ddev-codebase-memory-mcp: A Codebase Knowledge Graph for DDEV Projects

An MCP server that builds a knowledge graph of your codebase inside a DDEV environment and exposes it to AI coding agents, plus a browsable graph UI for humans. Because it runs inside DDEV, the graph tracks the project as it is actually containerized rather than as it looks on the host. Most relevant to PHP and Drupal teams already standardized on DDEV.

mcpddevknowledge-graphcodebasephp
by IT-Cru Aug 13, 2026 6/10
app GitHub

CodeSampleX: A Local-First Reasoning Cache So LLMs Stop Solving the Same Code Twice

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

sesstalk: A Same-Machine Mailbox for Passing Work Between Agent Sessions

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

chess-theory: A Three-Seat Deliberation Engine to Stop Agents Repeating Mistakes

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

Sufler: A Single-Window Claude Code Workspace With Editor, Terminals and Skill Panels

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
MCP GitHub

healthit-copilot: HL7 v2 to FHIR R4 Conversion as Deterministic MCP Tools

A Claude Code plugin for healthcare interoperability engineers that converts and validates HL7 v2 messages against FHIR R4. The tools are deliberately deterministic MCP calls rather than model-generated mappings, which is the right call in a domain where a hallucinated field mapping is a patient-safety problem. Narrow audience, but well-matched to it.

mcphealthcarehl7fhirinteroperabilityplugin
by sinteco Aug 13, 2026 7/10
workflow Reddit

Dopamine: An Agent Loop That Checks Cheaper Options Before Writing New Code

Dopamine is a prediction-and-feedback loop for coding agents that stops them from mistaking motion for progress. Before writing custom code it checks whether the behavior already exists, whether config suffices, whether a project helper or installed dependency covers it, and only then writes something new. The author benchmarked it across 12 tasks and reports wins on code size, tokens, cost, and time.

agent-loopover-engineeringbenchmarktoken-efficiency
by AutoProspectAI Aug 13, 2026 7/10
workflow Reddit

A 41-Skill Solo Guild Setup: Router, Cheap Subagents, and Four Rules

A month of solo projects turned into 41 single-purpose SKILL.md files plus a router that picks the smallest party for each task. No MCP, no API keys, just markdown: the main session delegates big builds to an expensive-model subagent and mechanical work to a cheap one with a report format that bans essays. The load-bearing rule is that whatever builds a thing never evaluates it.

skillssubagentsdelegationmodel-routing
by kusa-jp Aug 13, 2026 7/10
skill Reddit

Unforget: Collapse Scattered TODOs and Plan Files into One UNFORGET.md

Deferred work usually ends up spread across a Deferred.md, inline TODOs, plan files, and memory files that disagree with each other. The Unforget skill sweeps the codebase and consolidates everything into a single UNFORGET.md, sorted into four categories: plan deferrals, spillovers, audit findings, and bugs. Each item gets a target column tied to your release cycle, so a ship-blocker flag means something concrete.

skilltodo-trackingrelease-managementcontext
by BullfrogRoyal7422 Aug 13, 2026 7/10
skill GitHub

Scriptorium: French Professional Writing Workshop for Claude with 26 Genres

Scriptorium is a French-language writing studio for Claude Code and Cowork, covering 26 source genres with a strict house style. Guardrails are deterministic and written in pure Python rather than left to the model. It exports finished work to Word, PDF, HTML, and LaTeX against a defined visual identity.

writingfrenchdocument-generationguardrails
by MariusYvard Aug 13, 2026 5/10
command GitHub

neuropark: One Catalog and One Command for Every AI Tool You Own

neuropark keeps every AI tool you have access to in a single catalog and gives you one command to invoke any of them. It ships with zero runtime dependencies and a bilingual EN/RU interface. Quotas and tool dossiers fill themselves in as you use it, so the catalog stays current without manual bookkeeping.

clitool-catalogzero-depsquotas
by Surdeddd Aug 13, 2026 6/10
MCP GitHub

docir: MCP Server That Compiles Git-Backed Markdown into a Verifiable Index

docir compiles the markdown already living in your git repo into a read-optimized index built for coding agents rather than humans. It exposes the result through an MCP server and models document relationships as a typed graph. Staleness is tracked as data, so an agent can tell how much to trust a given note instead of guessing.

mcpdocumentationindexingknowledge-graph
by l0kifs Aug 13, 2026 7/10
workflow GitHub

handoff: Dispatch Implementation Plans to a Second AI Executor from the CLI

handoff splits agent work into two roles: a coordinator that writes the implementation plan and an executor that carries it out, leaving you to review rather than drive. It is pure CLI and works across opencode, Claude Code, grok, and codex. Remote development machines are supported, so the executor can run somewhere other than your laptop.

orchestrationclimulti-agentcode-review
by Xsxdot Aug 13, 2026 7/10
skill GitHub

Banka: Skills Kit for Scoping Claude Code Projects at the Right Complexity Tier

Banka is a protocol plus skills kit for scoping, generating, and building Claude Code projects without over- or under-engineering them. It sorts work into complexity tiers and matches the build approach to the tier. It stays agnostic about your stack while being deliberately opinionated about quality.

skillsscopingproject-setupquality
by partikularwaters Aug 13, 2026 6/10
hook Reddit

Claude Code Plugin for cottage: Hide Git-Managed Secrets from Agents

This plugin wraps cottage, a git-based secrets manager, so decrypted secrets in your repo stay invisible to Claude Code. Hooks clean up decrypted material both at session start and on every user prompt, which the author found necessary because secrets decrypted in another terminal mid-session were otherwise still visible. A subcommand installs cottage from the right repository for your environment.

hookssecretssecurityplugin
by Any-Lack-7699 Aug 13, 2026 7/10
skill GitHub

autonomous-engineer: Meta-Skill with Evaluator Loops and Workspace Sandboxing

autonomous-engineer is a meta-skill aimed at pushing coding agents toward staff-level autonomy across Claude Code, Cursor, Zed, OpenHands, and Codex. It combines context engineering, spec-driven development, and three-layer evaluator loops with an explicit graph topology for task decomposition. Evaluation-driven development against golden datasets and rigid workspace sandboxing round it out.

meta-skillspec-drivenevaluationsandboxing
by johngbl Aug 13, 2026 6/10
workflow GitHub

goblin-watcher: Linear Tickets to Parallel Agent Sessions in tmux Worktrees

goblin-watcher turns a Linear ticket into a branch, a git worktree, and a running agent session in one step. Each agent gets its own worktree so parallel work does not collide. tmux windowing gives you a single place to watch and switch between all the concurrent sessions.

worktreesparallel-agentslineartmux
by shr3kst3r Aug 13, 2026 7/10
skill GitHub

claude-github-security-audit: Seven-Dimension Risk Audit Before Adopting a Repo

This skill audits a GitHub repository for risk before you pull it into your stack, which matters more as agents install third-party plugins and skills on your behalf. It scores across seven weighted dimensions covering maintenance, provenance, and code quality signals. The output is a single ADOPT, EVALUATE, CAUTION, or AVOID verdict rather than a wall of raw findings.

securitysupply-chainauditdependency-review
by Consultora-AMDT Aug 13, 2026 7/10
command GitHub

modlens: Turn Images into Structured JSON Evidence for Text-Only Agents

modlens is a CLI toolkit that converts images into structured JSON an agent can actually reason over, extracting OCR text, layout, and semantic structure. It exists to close the vision gap for text-only models that cannot see screenshots or diagrams directly. The JSON output is designed as evidence, so downstream agents can cite what they read.

cliocrvisionstructured-output
by liustack Aug 13, 2026 7/10
workflow Reddit

The Worklog and KnownPitfalls.md: Passing Hard-Won Context to Future Agents

A six-month-old workflow built around a /worklog command that appends a reverse-chronological session log to worklog.md in the project root. The explicit purpose is knowledge transfer to future agents rather than proof of work, so entries are capped at two to three sentences and record the why, since git history already covers the what. A companion KnownPitfalls.md captures the gotchas that survive model regressions.

worklogcontext-transferdocumentationslash-command
by callmejace Aug 13, 2026 7/10
skill GitHub

claude-code-project-pack: 23 Subagents and 21 Skills for Japanese Contract Dev

A Claude Code project pack built for Japanese contract software development, aligned with the IPA Common Frame 2013 process model. It ships 23 subagents and 21 skills alongside QCD and security governance standards. The pack assumes you will tailor it to each engagement rather than adopt it wholesale.

subagentsskillsjapanesegovernance
by CT-masato-hino Aug 13, 2026 6/10
app GitHub

promptie: Zero-Dependency Write-Only Knowledge Capture for Claude Code

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
skill GitHub

second-reader: A Knowledge Vault Where Every Note Is Verified Against Its Source

second-reader is a knowledge vault skill for AI agents built around one rule: a note is not believed until it has been checked against its source. That verification step guards against the compounding errors you get when agents summarize their own summaries. It gives agents a store of notes with provenance rather than free-floating claims.

knowledge-baseverificationprovenancenotes
by mplind Aug 13, 2026 6/10
skill GitHub

competency-check: Diagnostic Skill for Finding Blind Spots in Adjacent Fields

competency-check is a diagnostic skill that probes what you do not know in professional areas next to your own. It surfaces blind spots rather than testing depth in your existing specialty. Useful for solo builders whose agent output now spans design, ops, and legal territory they never trained in.

skilldiagnosticlearningself-assessment
by wheeleny-design Aug 13, 2026 5/10
skill GitHub

mexican-mom: Skills That Make Your Agent Nag You Like a Traditional Mom

A skill pack that gives your agent the persona and habits of a traditional Mexican mother. It is a light take on persona skills, trading the usual neutral assistant tone for something with opinions. Worth a look mainly as a compact example of how far persona instructions can shift agent behavior.

personafunskilltone
by mcasillas17 Aug 13, 2026 5/10
workflow Reddit

Managing an Agent Farm: Using OSC 633 Shell Integration to Track Agent State

Running four or five agents at once turns your job into deciding who needs attention next, and supervision does not scale the way execution does. The author found that detecting agent state from output silence fails because Claude Code polls the terminal constantly and its replies land on the input stream. VS Code shell integration via OSC 633 turned out to be the reliable signal for command start, end, and exit codes, though running-versus-stuck still needs output inspection after stripping ANSI.

parallel-agentsmonitoringosc-633terminal
by Ecstatic-Night4222 Aug 13, 2026 7/10
app GitHub

lich: Terminal-First Harness with Real PTYs, Worktrees, Diffs, and PRs

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
skill GitHub

reSanity: A Zero-Dependency SKILL.md for Retail Investor Research Discipline

reSanity is a single-file Chinese-language skill that applies research discipline to retail investing decisions. It covers fact-checking claims, avoiding known traps, retaining what you learned, and reviewing past calls. One SKILL.md with zero dependencies, which makes it a clean example of packing a full workflow into one file.

skillchineseresearchzero-deps
by Thhoho Aug 13, 2026 5/10
workflow Reddit

Claude Code skips read-before-edit enforcement for the 5-family models

Community report that Claude Code's long-standing 'must read a file before editing it' guard is now bypassed for Opus 5, Sonnet 5 and Fable 5. The poster observed test clobbering as a side effect, especially with Fable overwriting existing tests when asked to add new ones. Useful context if you rely on that guard as a safety net.

harnessedit-toolsafetytesting
by myninerides Aug 13, 2026 7/10
skill Reddit

Audit skill that reports which checks Claude Code actually skipped

A single-file Claude Code plugin skill that audits the current change against an AUDIT_PROTOCOL.md and reports the tier it picked, the phases it ran, and the phases it skipped with reasons. Because it is just markdown it also works with Cursor, Codex, and other file-reading agents. The value is the explicit skipped-checks report rather than a silent pass.

auditcode-reviewpluginverification
by sturec5 Aug 13, 2026 7/10
skill GitHub

seudesign: Executable system design skill for Claude Code and Codex

Turns system design work into a runnable skill: design docs, architecture audits, capacity estimation, and mock interview drills. Works across Claude Code and Codex. Useful both for real architecture work and for interview prep.

system-designarchitecturecodexdocs
by SeuPut0705 Aug 13, 2026 6/10
MCP GitHub

governed-workflow: Phase gates and human approval for agentic coding sessions

An MCP server plus web admin panel that puts guardrails around agent sessions: explicit phase gates, scope locks, and human approval steps before the agent moves on. Aimed at teams who want agentic coding without unbounded autonomy. The admin panel gives a place to watch and approve from.

governanceapprovalguardrailsmcp-server
by IgnatRozhkoTR Aug 13, 2026 7/10
app GitHub

path-memory: Layered agent memory scoped by filesystem path

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
workflow GitHub

sasu: A strict senior reviewer that verifies every 'done' with evidence

Interviews the tacit knowledge out of your head, pins it into a PRD, then double-checks the coding agent's work against it and demands evidence for every completion claim. Agent-agnostic and deliberately simple. Aimed at the failure mode where an agent declares success without proof.

verificationprdcode-reviewagent-agnostic
by yansfil Aug 13, 2026 6/10
MCP GitHub

evidentia: Catches fabricated DOI, PMID and NCT citations

An open-source medical citation verifier that flags hallucinated references by checking DOI, PMID and NCT identifiers against real records. Ships as a CLI, an MCP server, and a Claude Code skill so you can use it however you work. Narrow domain, but a concrete answer to a real hallucination failure mode.

citationsverificationmedicalhallucination
by kgraph57 Aug 13, 2026 6/10
workflow Reddit

Shipping a paid product in one day with eight parallel Claude Code agents

A build report on launching a digital-product business end to end in a single working day, with eight parallel Claude Code sessions each writing one deliverable. Covers the verification gates used to keep parallel agents honest and the Stripe re-verification done server-side before serving downloads. Read it for the parallel-agent coordination pattern more than the product.

parallel-agentsverificationstripebuild-report
by operastudio Aug 13, 2026 6/10
skill GitHub

pm-evaluation-framework: 23 Claude Code skills for product managers

A library of frameworks, templates and rubrics wrapped as 23 Claude Code skills covering problem framing, value hypothesis, MVP scoping, prioritization, metrics, launch, PMF and AI integration. Aimed at daily PM workflows rather than one-off strategy documents.

product-managementtemplatesrubricsskills
by kalyvask Aug 13, 2026 6/10
skill GitHub

1c-quality-gate: Blocking quality gates for 1C:Enterprise development

A Claude Code plugin that enforces 1C:Enterprise (BSL) code standards — SOLID, design patterns, metadata XML rules — through blocking session gates. Produces a machine-readable evidence trail of what was checked. Very niche platform, but a solid template for domain-specific quality gating.

1cquality-gatestandardsplugin
by Romandredan Aug 13, 2026 5/10
app GitHub

Deobfuscated source of Claude Code v2.1.76 (1,902 TypeScript files)

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

agge: Operator console for Claude Code background agents

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
skill GitHub

appllama-skills: Turn top-grossing app patterns into native-quality mobile screens

Agent skills that go beyond researching competitor apps and actually generate mobile screens following the UI patterns that top-grossing apps use. Framed as a builder rather than a research assistant. Useful starting point for mobile UI work driven by an agent.

mobileuidesignskills
by Appllama Aug 13, 2026 5/10
skill GitHub

LunarCommand/claude-skills: Query real traces and logs from your local stack

Claude Code skills for prod-local agent development: pull real traces and logs out of your local stack, plan before building, and review more deeply than a diff-scoped bot can. The observability angle is the differentiator — the agent reasons over actual runtime data instead of source alone.

observabilitytraceslogscode-review
by LunarCommand Aug 13, 2026 6/10
skill GitHub

superclarity: Make the agent clarify intent before it starts working

A general-purpose skill pack for long-horizon tasks: clarify what was actually asked, plan against the machine's real capabilities, and require evidence before claiming completion. Chinese-language documentation. Targets the ask-first, verify-after failure modes that bite on multi-hour tasks.

clarificationplanningverificationchinese
by haxudev Aug 13, 2026 5/10
workflow GitHub

infra-moonlight-tavern: Multi-repo project management using git as the database

Decentralized project management across repos driven by Claude Code, where git is the store and PR lifecycle is the task status. No backend to run. An interesting fit if your work already lives in PRs and you resent adding a separate tracker.

project-managementmulti-repogitno-backend
by lumetrix-dev Aug 13, 2026 6/10
skill GitHub

claude-skills-collection: 14 skills for a Chinese WeChat publishing pipeline

A complete pipeline from trending topic to published article for Chinese WeChat official accounts, packaged as 14 Claude Skills installable with two commands. Domain-specific, but a good example of chaining skills into one editorial workflow.

publishingwechatcontentchinese
by ma2ong Aug 13, 2026 5/10
app Reddit

Visual QA for agents that ship faster than you can review

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
skill Reddit

see-video: A skill that gives Claude Code real video frames, not the title

Extracts actual frames and captions so Claude answers from the video instead of guessing from the title. The clever part is frame selection: it reads your question first, scores moments against it using the transcript and on-screen text, then spends its frame budget there (5 of 55 candidates on one lecture). Downloads only the requested section, OCRs a larger copy locally, and transcribes with whisper.cpp — no API key.

videoffmpegwhispermultimodal
by krazybionic Aug 13, 2026 7/10
workflow GitHub

vibe-flow (patrick1099): Grade the task first, then size the process to it

A personal vibe-coding workflow plugin for Claude Code and Codex built on one decision: is this a small job or a big one? That single grading call then drives clarification depth, whether to explore alternatives, whether to write docs, and how strict verification should be. Chinese-language docs. Deliberately light for small tasks.

workflowplanningpluginchinese
by patrick1099 Aug 13, 2026 5/10
skill GitHub

what-are-the-bottlenecks: Find the real constraint in any system

A portable Agent Skill that identifies the actual limiting constraint in an idea, product, codebase, architecture, workflow or agent setup, rather than listing every possible improvement. Theory-of-constraints thinking packaged for agents. Works anywhere markdown skills work.

analysisconstraintsarchitectureportable
by Antonod1988 Aug 13, 2026 5/10
app GitHub

volta-auto-update: Keep Volta-managed agent CLIs up to date automatically

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

skilldoctor: Lint, security-audit and compatibility-check your Agent Skills

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
skill GitHub

docktor-compose: Read-only Docker Compose troubleshooting for agents

A CLI and Agent Skill for Codex and Claude Code that diagnoses exited, restarting and unhealthy containers plus ports, mounts, DNS, logs and OOM kills. Deliberately read-only, so the agent can investigate without changing your stack. Good pattern for giving agents diagnostic power without write access.

dockerdiagnosticsread-onlytroubleshooting
by bigu1 Aug 13, 2026 6/10
MCP GitHub

AIProjectDashboard: Local-first MCP task board for parallel agents

An MCP task board where parallel Claude Code and Codex agents claim work with dependency awareness, raise blockers, and close tasks with evidence. Runs entirely locally. Aimed at coordinating several agents without them stepping on each other's work.

task-boardparallel-agentsmcp-servercoordination
by hpigu Aug 13, 2026 7/10
workflow GitHub

agent-logger: Append-only AGENT-LOGGER.md record of tool customizations

A cross-agent convention: whenever a tool is customized or modified, append an entry to AGENT-LOGGER.md at the artifact root. Gives you a reviewable, reproducible trail of what the agent changed about its own environment. No tooling required — it is a protocol.

loggingreproducibilityconventionaudit-trail
by bsawang Aug 13, 2026 5/10
skill GitHub

claude-ad-skills: Seven read-only skills for Google and Meta ad accounts

Does senior media-buyer analysis on your ad accounts, working from either a connected account or a CSV export. Read-only by design, so it recommends rather than spends. Seven skills covering the usual optimization passes.

advertisingmarketingread-onlyanalytics
by riz1k9 Aug 13, 2026 6/10
skill GitHub

resume-tailor-skill: Tailor a resume to a job description, output a one-page .docx

A Claude Code skill that rewrites a resume against a specific job posting with recruiter-grade positioning and evidence scoring for each claim, producing a one-page .docx. Requires no code changes to use. Practical example of a document-producing skill.

resumedocxjob-searchwriting
by sakshi-gupta-1 Aug 13, 2026 5/10
workflow Reddit

Keeping a MISTAKES.md: what actually happened after months of use

A trivial setup — a MISTAKES.md in the repo plus one line in CLAUDE.md telling the agent to log what happened, root cause and prevention. No tooling, no vector store. The report is that the agent actually reaches for the file unprompted, citing past decisions like 'this approach was avoided because...'. Worth reading for the honest account of what it does and does not fix.

memoryclaude-mdretrospectiveconvention
by thabxi Aug 13, 2026 7/10
workflow GitHub

claude-orchestrator: Roles and harnesses as orthogonal axes

A plan, delegate, verify workflow where the role (planner, implementer, verifier) is independent of the harness running it — so any role can run on Claude, Codex, Grok or Pi. Includes an enforced no-implement mode for planning roles and a cross-harness message bus. The orthogonality is the interesting design choice.

orchestrationmulti-modeldelegationplanning
by maplenk Aug 13, 2026 7/10
app GitHub

skill-doctor (evilstar2016): Local CLI for auditing skill conflicts and safety risks

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

synergy: Live MDX specs and chunked code review with a browser-to-agent loop

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

kobiton/automate: Drive real mobile devices from your coding agent

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
hook GitHub

grimdall-os: Runtime security layer that intercepts agent tool calls

Sits between the agent and the system, intercepting tool calls to block dangerous commands and audit everything that runs. Pitched squarely at the 'agent deleted production' scenario. Worth a look if you run agents with broad shell access.

securitysandboxauditruntime
by grimdalltech Aug 13, 2026 7/10
app GitHub

aura: Local control desk for your Claude Code environment

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

skillport: Lint a SKILL.md then install it into six different agents

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
skill GitHub

airshare: Publish HTML artifacts to a private, access-gated Cloudflare Pages site

One command to push reports, decks and dashboards to a private Cloudflare Pages site protected by Cloudflare Access. Ships as both a CLI and a Claude Code skill. Solves the awkward last step where an agent generates a nice HTML report and you need to share it with someone.

cloudflarepublishingartifactssharing
by hsongra11 Aug 13, 2026 6/10
skill GitHub

buyer-persona-builder: Research-backed personas from job posts and reviews

An AI research skill that synthesizes job postings, analyst reports, product docs, forums and reviews into buyer personas grounded in sources rather than invented. Compresses work that normally takes weeks into hours. Marketing-side use of an agent, but the source-synthesis pattern generalizes.

researchpersonasmarketingsynthesis
by LaureBrosseau Aug 13, 2026 5/10
app GitHub

CodeKanban: One page for all your terminals and coding agents

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
skill GitHub

ds-vision-kit: Give text-only models vision through Claude Code skills

A generic vision core with pluggable scene skills — OCR, table-to-markdown, chart reading, UI review — so text-only models like DeepSeek and GLM can handle image tasks. A fork of Anionex/agent-vision-toolkit. Practical if you run a cheaper text-only model as your main driver.

visionocrdeepseekmultimodal
by awslew Aug 13, 2026 6/10
workflow GitHub

cortex-loop: Proof gates and holdout attacks for autonomous engineering

An evidence-driven autonomous loop for Claude Code built from independent agents, proof gates between phases, holdout attacks against the work produced, and a final audit. The holdout-attack step — adversarially testing the result with material the builder never saw — is the part worth stealing.

autonomousverificationadversarialproof-gates
by lucasterres Aug 13, 2026 7/10
app GitHub

shelf: Remember which tools you already evaluated and rejected

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
workflow GitHub

caty-agent-harness: A harness that learns from its own failures

Runs your tasks to a verified done and feeds failures back into itself so the next run avoids them. Plain text files and real checks, no daemon to keep alive. The self-improving angle is common in pitches and rare in implementations — worth a look for the file format alone.

harnessself-improvingverificationplain-text
by caty-ai Aug 13, 2026 6/10
app GitHub

cc-swap: Multi-account and quota manager for Claude Code and Codex

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
skill GitHub

claude-design-kit: Seven design skills plus two hooks that stop design drift

Design and build skills for Claude Code, paired with hooks that catch the slow drift away from your design system across a long session. MIT licensed with clear authorship and beginner-friendly docs. The anti-drift hooks are the differentiator over yet another design skill pack.

designhooksdesign-systemui
by emcquesten Aug 13, 2026 6/10
app GitHub

flowlet: One traceable local model gateway shared by every agent

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
hook GitHub

SLL: Three hooks that make an agent's claims checkable

A Claude Code plugin where a stated test result must actually reproduce, a fabricated import never reaches disk, and every command's real output is recorded. No subagents, active immediately on install. Directly targets the 'the agent said tests pass' trust problem at the hook layer.

hooksverificationhallucinationplugin
by MohamedEmbarak Aug 13, 2026 7/10
skill GitHub

ucsandman/claude-skills: 26 skills used daily on real projects

A working set rather than a demo collection: adversarial code review, shipping rituals, marketing asset pipelines, iPhone and desktop control, and multi-agent orchestration. The adversarial review and shipping-ritual skills are the ones worth reading first.

skillscode-revieworchestrationautomation
by ucsandman Aug 13, 2026 6/10
skill GitHub

claude-skill-writing-ecosystem: Orchestrator for human-facing writing and review

Coordinates article writing, editing, essay review and fact checking with an explicit AI-slop banned-word list in Japanese and English, voice rules, and title conventions. Role boundaries keep the editor from rewriting as the author. Designed to pair with an llms-txt writer for machine audiences.

writingeditingjapaneseorchestration
by shimo4228 Aug 13, 2026 5/10
command GitHub

context-sync: Audit and fix overlap between CLAUDE.md, ADRs and README

One command that finds where your project documentation duplicates or contradicts itself across CLAUDE.md, CODEMAPS, ADRs and README, then fixes the role overlaps. Addresses the real decay mode where four documents all half-describe the architecture.

documentationclaude-mdadrmaintenance
by shimo4228 Aug 13, 2026 6/10
skill GitHub

codex-review: A decorrelated second opinion on your diff from another model

A read-only Claude Code skill that wraps the OpenAI Codex CLI to review a diff, so the reviewer is a different model than the author. Cross-model review catches the blind spots a model shares with itself. Read-only, so it cannot quietly fix what it flags.

code-reviewcodexcross-modelread-only
by shimo4228 Aug 13, 2026 7/10
workflow Reddit

A two-page printable Claude Code cheat sheet

Page one covers working inside a session: keyboard shortcuts, prompt prefixes, permission modes, context management, slash commands and bundled skills. Page two covers everything around it — CLI flags, settings file precedence, permission rules, subagents, skills, hooks, MCP, CLAUDE.md and hook events. Free PDF, no signup.

referencecheat-sheetshortcutssettings
by nicwortel Aug 13, 2026 7/10
MCP Reddit

Cross-session messaging: a March MCP build vs Anthropic's August native version

The author built an MCP server in March to let Claude Code sessions on different machines talk to each other, then Anthropic shipped native cross-session messaging in v2.1.224. The post is mostly a design comparison — where the two disagree on the direction data flows, and what that implies. More useful than either implementation on its own.

cross-sessionmcp-servermulti-agentdesign
by Current-Zebra-2039 Aug 13, 2026 7/10
workflow Reddit

Two Claude Code sessions ate each other's work — found only via git reflog

One session ran a schema migration while another did 'unrelated' cleanup, and the cleanup session deleted the three-minute-old migration as unused. Session one regenerated it differently, leaving two plausible schema versions and a broken database. A concrete cautionary tale about running parallel sessions in one working tree.

parallel-sessionsgitincidentworktrees
by Specialist_Agent3599 Aug 13, 2026 6/10
workflow Reddit

Comparing five memory systems for Claude Code — and why 'long-term memory' is the wrong frame

The author found the frameworks are not interchangeable: Mem0 extracts reusable facts and preferences, MemU turns session history into markdown procedures, and the others solve different problems again. Argues you should name the specific problem — stale facts, repo scoping, procedure reuse — before picking a tool.

memorycomparisonmem0context
by WishboneImmediate509 Aug 13, 2026 7/10
app GitHub

GrillForge: Per-scenario model and subagent routing across agent CLIs

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

skills-space: An open marketplace for coding-agent skills

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
skill Reddit

Caveman rebuilt after JetBrains measured 8.5%, not 65%

JetBrains independently benchmarked the Caveman token-saving skill and found 8.5% output-token savings on long coding tasks, not the ~65% the author had been quoting from chat-style conversations. The author accepts the correction, notes JetBrains also found no quality loss, and rebuilds around the bigger source of waste the benchmark exposed. A rare public post-mortem on one's own numbers.

token-savingsbenchmarkoutput-stylepost-mortem
by VeryVexxy Aug 13, 2026 7/10
MCP GitHub

iwork-mcp: Drive Pages, Numbers and Keynote from an agent

An MCP server that controls Apple's iWork suite on macOS through AppleScript. Lets an agent build a Keynote deck or populate a Numbers sheet directly instead of emitting a file you then have to open and fix. macOS only, by nature.

macosapplescriptkeynotemcp-server
by atipicguy Aug 13, 2026 7/10
command GitHub

dev-nav: Native workspace navigator for PowerShell 7 on Windows

Jump between projects with fuzzy search, save favorites and aliases, and launch coding agents or commands from the destination. Native and fast, aimed at Windows developers who lack the usual Unix jump tools. Small quality-of-life utility.

windowspowershellnavigationproductivity
by JacobOptimiza Aug 13, 2026 5/10
app GitHub

time-library: Local-first AI memory layer with traceable sources

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

rule-relay: Explain and validate agent instructions across a repository

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
hook GitHub

claude-govee-lights: Ambient status lights driven by Claude Code activity

Maps Claude Code states — idle, thinking, using a tool, waiting on you, errored — onto Govee smart lights. A glanceable way to know when a long session needs input without watching the terminal. Frivolous and genuinely useful in equal measure.

hooksambientnotificationssmart-home
by FlashGalatine Aug 13, 2026 6/10
workflow Reddit

Are you isolating your Claude Code agents? A discussion on sandboxing setups

Raises the concern that running an agent inside a directory does not confine it to that directory — it has your whole filesystem and shell. Asks whether the exfiltration and accidental-deletion risks are real in practice and what setups people actually run. The comment thread is the value here.

sandboxingsecurityisolationdiscussion
by aj_kt Aug 13, 2026 6/10
app GitHub

claude-auto-retry: Wait out rate limits and 5xx overloads automatically

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

claude-skills-sidebar: See your Claude Code skills in the VS Code sidebar

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
workflow GitHub

awesome-agent-orchestrators: Curated List of Agent Orchestration Tools

A community-maintained awesome-list cataloging tools that orchestrate multiple coding agents. Useful as a starting map when you are shopping for a multi-agent runner rather than building one yourself. Low effort to browse, high breadth.

orchestrationawesome-listmulti-agentdirectory
by andyrewlee Aug 13, 2026 6/10
skill GitHub

web-app-security-skill: Scope, Audit, Harden and Retest With Evidence

An agent skill that runs a full web-app security cycle: define scope, audit for issues, apply hardening, then retest to confirm. Each pass leaves reproducible evidence so findings can be re-verified rather than taken on the agent's word.

securityauditwebskillhardening
by parousia8888 Aug 13, 2026 7/10
workflow GitHub

ai-tpk: Clone-Run-Forget D&D-Themed Multi-Agent Toolkit

A Claude Code toolkit packaging planning, review, investigation, and shipping as D&D-flavored multi-agent workflows. Designed to be cloned into a repo, used, and discarded rather than maintained as a long-lived dependency.

multi-agenttoolkitcode-reviewplanning
by alkofu Aug 13, 2026 6/10
workflow GitHub

stepstone: A Dependency-Aware Roadmap That Lives In Your Repo

Keeps a project roadmap as repo-resident state with explicit dependencies between steps, so an agent can always tell what is unblocked next. Drivable from the terminal or by any coding agent, which keeps planning and execution in the same source of truth.

roadmapplanningdependenciesrepo-native
by max-miller1204 Aug 13, 2026 7/10
skill GitHub

gauntlet-loop: Bounded Worker-and-Critic Orchestration as a Skill

A portable Agent Skill implementing the worker/critic loop with an explicit bound, so review cycles terminate instead of spiraling. Portable across skill hosts, making it a drop-in way to add adversarial review to any task.

criticreview-looporchestrationskill
by kamtS Aug 13, 2026 7/10
skill GitHub

dev-skills-hub: Flat Skills Registry for Claude Code, Codex and Copilot

An extensible flat-file registry for sharing AI skills across Claude Code, OpenCode, Codex, and Copilot. Ships pre-configured with Magento 2 and Govard workflows, so it doubles as a working example of packaging domain-specific skills.

registryskillscross-agentmagento
by ddtcorex Aug 13, 2026 6/10
workflow GitHub

wtcraft: Git-Native Task Contracts That Keep Agents In Their Lane

Defines a task contract per unit of work and runs deterministic scope and verification checks against git state. If an agent edits outside the declared scope or fails verification, the check fails, giving governance that does not depend on the model behaving.

governancegitverificationscope-control
by zywkloo Aug 13, 2026 7/10
app Reddit

Open-Source Conductor Rebuilt for Windows and Linux

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
skill GitHub

agent-skills: Curated Collection of Reusable Agent Skills

A bilingual (EN/ZH) collection of agent skills packaged for reuse across projects. Useful mainly as a browsing source for skill patterns worth copying into your own setup.

skillscollectionchinesereusable
by manchan4869 Aug 13, 2026 5/10
skill GitHub

ShanireZskills: Skills for Competitive C++ and K-12 Teaching

A public Agent Skills marketplace focused on two niches: competitive-programming C++ style enforcement and K-12 teaching workflows. Narrow, but a concrete example of shipping domain skills as an installable marketplace.

skillsmarketplacecppeducation
by ShanireZ Aug 13, 2026 5/10
app GitHub

agentic-os: Claude Code Observability via OTel, Prometheus and Grafana

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

agpm: A CI Gate That Makes Installing a Skill Require Human Approval

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
hook Reddit

claude-secret-guard-kit: One Command to Stop Claude Code Reading .env

An MIT-licensed hook kit that blocks Claude Code from reading, echoing, or committing secrets while running in auto-accept mode. The author frames it honestly as a seatbelt rather than a vault: it turns accidental prod-secret reads into something you must explicitly confirm.

secretshookssecurityenvauto-accept
by Necessary_Abroad6632 Aug 13, 2026 7/10
app Reddit

Open-Source iPad SSH Terminal With iTerm2-Style tmux Integration

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

jeomwon: Turn One Domain Interview Into a Working Reservation SaaS

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
workflow GitHub

ahp_plus: Git-Backed Continuity and Handoffs Across AI Agents

Stores agent continuity, evidence, and authority in git so a task can be handed between platforms without losing verified context. Aimed at teams that rotate between different coding agents and need the handoff to carry proof, not just prose.

continuityhandoffgitcross-platformevidence
by jossuealcacao-exe Aug 13, 2026 6/10
skill GitHub

korean-prose-skill: Korean Writing and Proofreading for Coding Agents

A skill that fixes awkward machine-translated Korean, targeting the unnatural 해요체 register that LLM output tends to produce. Useful for anyone shipping Korean-facing docs, UI copy, or commit messages written with an agent.

koreanwritingproofreadinglocalizationskill
by JellyBrick Aug 13, 2026 6/10
workflow Reddit

Truthmark: A Maintenance Loop So Spec Docs Stop Going Stale

Addresses the second half of spec-driven development: after a feature ships, hotfixes and refactors quietly desync the design docs from the code. Truthmark maps codebase areas to their governing documents and forces future changes to reconcile the docs, keeping them usable as agent context.

documentationspec-drivenmaintenancedriftopenspec
by Middle_Key8737 Aug 13, 2026 8/10
app GitHub

49Agents: A 2D IDE for Agents Across Projects and Machines

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
skill GitHub

speak-human-tw: Strip the AI Tells From Traditional Chinese Writing

A rewriting skill that detects 38 distinct AI writing tells in Traditional Chinese and rewrites them into natural prose, while correcting mainland-Chinese vocabulary and half-width punctuation. Works with Claude Code, Codex, and Cursor.

chinesewritingrewritinglocalizationskill
by Raymondhou0917 Aug 13, 2026 6/10
app GitHub

refine: Extract Reusable Knowledge From Your AI Conversations

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
command GitHub

clikae: One Command to Land Back In Your Last Agent Session

A pure-bash launcher that lists your recent sessions across every Claude Code, Codex, Grok, and Antigravity account, each with a recap of where you left off. Orders accounts by a burn strategy with fuel dots showing which still has quota left; also switches gh, kubectl, and aws profiles.

clibashsession-switchingquotamulti-account
by CVERInc Aug 13, 2026 7/10
workflow GitHub

prd-agents-framework: Multi-Agent PRD Creation and Review

Structures requirements work as a multi-agent pipeline grounded in BABOK, using perspective-based reading so each reviewer agent hunts a different class of defect, plus explicit requirement smell detection. More rigorous than the usual one-shot PRD prompt.

prdrequirementsmulti-agentbabokreview
by vshidlovsky Aug 13, 2026 7/10
hook GitHub

claude-notify: Windows Toast and iPhone Alerts via ntfy

Bridges Claude Code lifecycle events — task complete, waiting for input, requesting authorization — to native Windows Toast notifications using the ntfy protocol. Because it rides ntfy, iPhone delivery works with no public IP or port forwarding.

notificationswindowsntfyhooksmobile
by Oreofilling Aug 13, 2026 6/10
app GitHub

agent-memory: Cross-Repo Memory With Markdown Source and SQLite Index

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
skill GitHub

deckmason: Production-Quality HTML Decks From Any Coding Agent

A presentation skill with 31 curated themes, automated color-theory validation, and Pyramid Principle storytelling structure, exporting to PPTX and PDF with brand import. Host-agnostic across Claude Code, Cursor, Codex CLI, and Windsurf.

slidespresentationhtmlpptxdesignskill
by a692570 Aug 13, 2026 8/10
skill GitHub

know-skills: Answers With Computational Social Science Rigor

A skill that routes questions by mode and depth and enforces truth-source discipline, so answers cite where they came from instead of confabulating. Backed by 48 offline contract tests, bilingual ZH/EN, works across Claude Code, Cursor, and Codex.

researchrigorcitationstestingskill
by Yuuqq Aug 13, 2026 6/10
skill GitHub

agy-companion: Delegate Code Review to Google Antigravity From Claude Code

Lets Claude Code shell out to Google's Antigravity CLI (agy) to review code or hand off tasks. A lightweight way to get a genuinely different model's opinion in-loop without leaving your Claude session.

antigravitycode-reviewdelegationcross-modelskill
by unlikelyzero Aug 13, 2026 7/10
MCP GitHub

dotplot-mcp: YC-Style Product Analytics for Early-Stage Startups

An MCP server for user behavior analysis that surfaces aha-moment discovery, retention curves, onboarding funnels, and churn analysis via dot plots. Applies YC methodology, so the questions it answers are the ones early-stage teams actually get asked.

mcpanalyticsretentionstartupsproduct
by brownglasses Aug 13, 2026 7/10
MCP GitHub

proteus-mcp: Deterministic Resume-to-Job-Description Scoring

Wraps the PROTEUS matching pipeline as an MCP server: feed it one job description and one resume and get deterministic scoring, gap analysis, targeted rewrites, and a cover letter. Deterministic scoring is the differentiator over asking a model to eyeball fit.

mcpresumejob-searchscoringcover-letter
by DanielDeshmukh Aug 13, 2026 6/10
skill GitHub

claude-skills: Open-Source Marketplace With agent-army and Continuation

A public Claude Code skills marketplace you add once, then install individual skills from — headliners include agent-army and claude-continuation. Hosted browsing available at claude-skills.amjad1233.com.

marketplaceskillsagent-armycontinuation
by amjad1233 Aug 13, 2026 6/10
MCP Reddit

atlascloud-mcp: 300+ LLM, Image and Video Models Behind One MCP Server

An aggregator MCP exposing 300+ models across LLM, image, video, 3D, and audio as standard tools, with Claude picking the right model instead of you hardcoding IDs. The payoff is chaining — one prompt storyboards a script, generates each frame, and animates them in a single run, on one API key.

mcpmultimodalvideoimageaggregatorchaining
by Tricky_Algae2625 Aug 13, 2026 7/10
skill GitHub

justin-figma-design: Inspect, Edit and Visually QA Figma Files

An agent skill for working directly against Figma files, including visual QA of the rendered result rather than just reading layer metadata. Host-agnostic across Agent Skills implementations; requires the Figma Console MCP.

figmadesignvisual-qamcpskill
by 1955m Aug 13, 2026 6/10
skill GitHub

e2e-skills: Generate, Audit and Debug Playwright and Cypress Tests

A testing toolkit that writes E2E specs from scratch, audits existing ones against 24 anti-patterns graded P0/P1/P2 with a focus on silent always-pass smells, and debugs flaky runs straight from playwright-report/ or cypress/reports/. The anti-pattern audit is the standout — agent-written E2E tests frequently pass without asserting anything.

e2eplaywrightcypresstestinganti-patternsflaky
by voidmatcha Aug 13, 2026 8/10
skill GitHub

collection-skill: Catalogs 150+ Scraping Tools, Then Picks One For You

Discovers and indexes over 150 scraping and collection tools on GitHub, then progressively narrows to the right one for your target and kicks off the crawl. Saves the usual half hour of comparing scrapers before any data gets collected.

scrapingcrawlingdiscoverytoolingskill
by Yuuqq Aug 13, 2026 6/10
workflow GitHub

pm-scaffold: PRD-Only Scaffold With Non-Bypassable Human Gates

A Chinese-language PM scaffold that converts raw requirements into a traceable, human-confirmed PRD. Uses six-state knowledge annotation to mark what is confirmed versus assumed, and hard human gates that the loop cannot skip.

prdproduct-managementchinesehuman-in-the-looptraceability
by konwait12 Aug 13, 2026 6/10
app GitHub

agent-opportunity-tracker: Job Tracker Your Agent Keeps Current

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

caraka: Send a Task From Telegram to the Agent on Your Machine

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

amc: Terminal Control Plane for Skills, Hooks, Plugins and MCP Servers

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

claude_code_vs: Claude Code in Visual Studio 2026 with diff, debugger, tests

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
skill GitHub

cargo-skills: GTM engineering skills for Claude Code via the Cargo CLI

A skill pack that turns Claude Code into a go-to-market engineering assistant. Covers lead list building, email finding and verification, waterfall enrichment, lead scoring, CRM sync, and buying-signal monitoring for job changes, funding, and tech intent. Backed by the Cargo CLI with 138 integrations and 50 data providers; also works with Codex and Cursor.

skillsgtmsalesenrichmentcrm
by getcargohq Aug 13, 2026 6/10
app Reddit

msteams-channel: Microsoft Teams channel plugin for Claude Code

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
MCP GitHub

mcp-threatintel: Threat intelligence MCP server for Claude Code

An MCP server exposing threat intelligence lookups to Claude Code: IOC lookups, CVE checks, breach monitoring, dark web search, and AlienVault OTX pulses. Lets security analysts run enrichment and triage queries conversationally instead of juggling separate portals.

mcpsecuritythreat-intelcveosint
by pete-builds Aug 13, 2026 7/10
MCP GitHub

mcp-searxng: Self-hosted SearXNG search MCP server for Claude Code

An MCP server that connects Claude Code to a self-hosted SearXNG instance for private web search. Supports general web search, news, deep multi-page search, and people lookup. Worth a look if you want search results without sending queries to a commercial search API.

mcpsearchsearxngself-hostedprivacy
by pete-builds Aug 13, 2026 6/10
workflow GitHub

shipmates: Role-specialized subagents with persistent per-project memory

A Claude Code subagent framework where each persona keeps its own memory that survives across sessions in a project, so specialists accumulate context instead of starting cold. Adds a live lead-and-crew channel for dispatching work, steering agents mid-task, and approving steps human-in-the-loop. Aimed at longer multi-agent efforts where losing context between runs is the main cost.

subagentsmemoryorchestrationhuman-in-the-looppersonas
by luthermonson Aug 13, 2026 8/10
skill GitHub

dotbabel: Global Claude Code config and plugin for spec-driven development

A shareable global Claude Code configuration bundled with a portable harness plugin that enforces spec-driven development. Aims to keep agent work anchored to written specs and governance rules rather than ad-hoc prompting, and travels between machines and projects as one package.

configurationspec-drivenplugingovernanceclaude-md
by kaiohenricunha Aug 13, 2026 6/10
MCP GitHub

rvt-mcp: AI-Native Revit MCP Server for BIM Workflows (Revit 2022-2027)

An MCP server that exposes Autodesk Revit to Claude Code and other MCP clients, covering Revit versions 2022 through 2027. It lets an agent inspect and manipulate BIM models through natural language instead of the Revit API directly. Useful if you work in architecture or construction tooling and want an agent in the modelling loop.

mcprevitbimautodeskcad
by bimwright Aug 12, 2026 6/10
app GitHub

berbench: Benchmark Coding Agents Against Your Own Codebase

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
MCP GitHub

pfsense-mcp-server: 333 Tools for Firewall Management in Natural Language

An MCP server wrapping the pfSense REST API with 333 wire-format-verified tools covering firewall rules, VPNs, DNS, DHCP, and diagnostics. It adds safety guardrails plus config backup and rollback on every change, which matters when an agent is editing a live firewall. Works from Claude Desktop, Claude Code, or any MCP client.

mcppfsensefirewallnetworkinginfrastructure
by gensecaihq Aug 12, 2026 7/10
skill GitHub

tray-api-ai-plugin: Skills, Agents and Commands for 150+ Tray API Endpoints

An official plugin from Tray Tecnologia giving AI agents full integration with the Tray e-commerce platform APIs. It ships skills, agents, and slash commands covering more than 150 endpoints, so an agent can work the storefront API without you hand-writing request code. Documentation is in Portuguese; relevant mainly to Brazilian e-commerce developers.

pluginskillsapiecommercetray
by tray-tecnologia Aug 12, 2026 5/10
workflow Reddit

Claude Code Wired Into Linear as an Agent That Answers From Your Notes

A Linear OAuth app registered as an agent: mention it or delegate an issue and it starts a Claude Agent SDK session on your own machine, with cwd pointed at an Obsidian knowledge base. CLAUDE.md rules and MCP servers load as in a normal session, answers appear in the issue thread, and follow-ups resume the session. About 946 lines of TypeScript, and it runs on a Claude Code subscription rather than an API key.

linearagent-sdkobsidianknowledge-baseintegration
by ChartBuilder Aug 12, 2026 8/10
skill Reddit

Peter: A Skill That Turns Goals Into a Persistent JSONL Dependency Graph

An MIT-licensed Claude Code skill where a parent orchestrator decomposes a goal into a dependency graph persisted as JSONL, and backend and frontend agents implement scoped nodes with attached evidence and commits. Security and UI auditors are separate roles that cannot modify the code they judge. Loops stay inside nodes while the graph controls dependencies and handoffs, so a fresh agent can resume without reconstructing history.

skillorchestrationmulti-agentdependency-graphaudit
by BaXRS1988 Aug 12, 2026 7/10
workflow GitHub

ai-workstation-setup: Idempotent Setup Script Plus CC Skills, Agents, Hooks

A personal AI coding workstation captured as code: an idempotent setup script, tmux and shell configuration, and template Claude Code instructions, skills, agents, and hooks geared toward spec-driven development. Useful as a starting point if you are assembling your own baseline rather than copying fragments piecemeal.

setupdotfilesskillshooksspec-driven
by alpersonalwebsite Aug 12, 2026 6/10
app GitHub

Oxelia51: Local-First Token and Cost Ledger for Claude Code and Cursor

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

roost (IKatsuba): Native macOS Workspace for Claude Code Sessions

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
MCP GitHub

secretguard-mcp: Catch Hardcoded Secrets Before Your Agent Commits Them

An MCP server that scans for hardcoded secrets at the point an AI coding agent is about to write or commit them, rather than catching the leak later in CI. It is zero-config, needs no API key, and runs locally over stdio. A cheap guardrail for agent sessions that touch config files and credentials.

mcpsecuritysecretsscanningguardrails
by vladimirbakalov Aug 12, 2026 7/10
workflow GitHub

klaude: Discipline Layer That Keeps Context Current and Logs Decisions

A lightweight layer over Claude Code sessions that keeps project context up to date, enforces explicit decision logs, and aims to reduce agent drift over long-running work. It targets the failure mode where an agent slowly loses the thread of earlier choices. Minimal setup compared with heavier orchestration frameworks.

context-managementdecision-logagent-driftdiscipline
by Silverfell Aug 12, 2026 6/10
app GitHub

free-claude-code-nix: NixOS Package Fronting Claude Code With Any Backend

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: Multi-Agent Coding Terminal Goes Open Source

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
skill GitHub

search-and-scale-os: A Job-Search Operating System Built as Skills

A set of Claude Code skills covering the full job-search lifecycle: sourcing roles, tailoring resumes, chasing referrals, interview prep, and offer negotiation. Everything runs locally with a human in the loop at each stage, and it is MIT licensed.

job-searchcareerskillshuman-in-the-loop
by guerrilla2799 Aug 12, 2026 6/10
skill GitHub

pm-chief-of-staff: A Personal Chief of Staff Skill for PMs

A Claude Code skill that acts as a chief of staff for product people, building a second brain that starts from a conversation and adapts to how you work. Documentation is in Portuguese.

product-managementsecond-brainportuguese
by pe-menezes Aug 12, 2026 5/10
app GitHub

ms-teams-cli: Microsoft Teams From the Terminal, Built for Agents

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
workflow GitHub

llm-wiki-3m-universe: Multi-Agent Knowledge Governance With Tiering

A knowledge-governance system for multi-agent setups built around L0-L3 task tiering, explicit handoff protocols, and spec arbitration between agents. Includes a curated LLM and deep-learning knowledge base with full auditability.

multi-agentknowledge-basehandoffgovernance
by yschang1688 Aug 12, 2026 5/10
hook GitHub

CCWinNotifier: Native Windows Toast Notifications for Claude Code

Surfaces Claude Code events as native Windows toast notifications so you stop missing task-completion and permission-request prompts. Useful when Claude Code runs in a background terminal while you work elsewhere.

windowsnotificationshooksdesktop
by Malygos1016 Aug 12, 2026 6/10
workflow GitHub

kb-metabolism: Markdown Knowledge Bases That Expire Unless Used

Gives a Markdown knowledge base a metabolism: notes expire by default and are renewed by being used. The AI proposes what to prune or keep, but a human makes the final call on removals.

knowledge-basemarkdownmemorypruning
by chenyk2016 Aug 12, 2026 6/10
skill GitHub

code-idea: Turn an Idea Into a Complete AGENTS.md Docs Set

Takes a plan or rough idea and produces an agent-ready documentation set: AGENTS.md plus linked architecture, decisions, roadmap, product, and design docs. It interviews you with grounded recommendations instead of filling a fixed template, and works with any AGENTS.md-compatible agent.

agents-mddocumentationplanningscaffolding
by melconcoast Aug 12, 2026 6/10
MCP GitHub

ao3-mcp: Search and Summarize AO3 Without Bloating Your Context

An MCP server connecting agents to Archive of Our Own for searching and summarizing fanfiction. The server does the retrieval and condensing so results come back as compact reports rather than raw pages dumped into context.

mcpsearchfanfictioncontext
by huntleeouter514 Aug 12, 2026 5/10
app GitHub

CC-Pet: An Animated Desktop Pet That Reacts to Claude Code

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
skill GitHub

malaysian-chinese-skill: Authentic Manglish Voice for AI Agents

An agent skill that produces authentic Malaysian Chinese voice, covering Manglish particles, Hokkien/Cantonese/Malay code-switching, and kopitiam cultural register. Useful for localized copy that generic models get wrong.

localizationwritingmalaysianvoice
by jotterhans Aug 12, 2026 5/10
app GitHub

cc-view: macOS Menubar Overview of Sessions Across Terminals

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
skill GitHub

hci-paper-writing: Red-Team Your HCI Paper Before Reviewers Do

An open-source agent skill for HCI research writing that diagnoses whether a paper's contribution is real, traces each claim back to its supporting evidence, and red-teams the argument before peer reviewers get to it.

academicwritingresearchpeer-review
by RobbieRao Aug 12, 2026 6/10
app GitHub

keelson: Local-First Tauri Workbench for Claude and Codex

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

second-brain (SirCharan): Markdown-Vault Memory for Claude Code

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
skill GitHub

claude-anatomy: Decision Tree for What to Build in Claude Code

A decision tree for choosing between a skill, subagent, hook, MCP server, plugin, routine, web page, app — or nothing at all — plus the file skeleton for whichever piece the tree lands on. Documented in Spanish and English; not affiliated with Anthropic.

decision-treeskillshooksplugins
by Hainrixz Aug 12, 2026 7/10
workflow GitHub

spark: Turn Claude and GitHub Subscriptions Into a Delivery System

Wires an existing Claude subscription together with GitHub into a repeatable software delivery pipeline. Aimed at people who already pay for both and want them working as one system rather than two disconnected tools.

githubcideliveryautomation
by jwogrady Aug 12, 2026 5/10
skill GitHub

save-point: A 30-Second Comprehension Check After Every Merge

An agent skill that quizzes you on the code you just shipped, right after an AI-assisted merge. The premise is that the review step catches defects but nothing checks whether you actually understand what landed. Works with Claude Code, Codex, and Goose.

code-reviewlearningquizmerge
by thierrypdamiba Aug 12, 2026 7/10
skill GitHub

blind-ux-test: A Subagent That Uses Your App Cold to Find Friction

Hands a business system to an AI with no prior explanation and measures where a first-time user would get stuck. Ships as a single Claude Code subagent definition; documentation is in Japanese.

uxtestingsubagentusability
by kishii-py Aug 12, 2026 6/10
MCP GitHub

agentic-workflow-backend: Self-Hosted MCP for Claude Pipelines

A self-hosted MCP server that runs multi-step Claude agent pipelines end to end: building knowledge bases, generating documents, and automating longer workflows. Maintained by the LikeMinds team.

mcpself-hostedpipelinesknowledge-base
by LikeMindsCommunity Aug 12, 2026 5/10
skill GitHub

find-files-with-everything: Fast Windows File Search for Agents

Gives coding agents fast file discovery on Windows by shelling out to the Voidtools Everything CLI instead of walking directories. Works with Claude Code, Codex, and other compatible agents.

windowssearchfilesperformance
by DerrickZeng33 Aug 12, 2026 6/10
app GitHub

hybro: An Open Interoperability Layer for Connecting AI Agents

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

openproxy: Route Claude Code Across 40+ Providers With Fallback

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
skill GitHub

deep-research-cs: 8-Agent Pipeline for Survey-Grade Lit Reviews

A research skill for CS and AI papers that runs an eight-agent pipeline to produce survey-quality literature reviews complete with comparison and SOTA tables. Search is arXiv-first, every citation is verified individually, and output passes through seven quality gates.

researcharxivmulti-agentliterature-review
by Yang-Shihui Aug 12, 2026 7/10
workflow Reddit

Sane Permission Defaults for Claude Code: Deny, Ask, Allow

A working guardrail configuration up for community critique: deny rm -rf, .ssh/.aws/.env reads, curl-pipe-bash and force pushes; ask for package publishing, sudo, and unknown MCP tools; allow ordinary reads, tests, and builds. The open question is where .env access and force push belong before approval fatigue sets in.

permissionssecurityguardrailsconfig
by ashrey-26 Aug 12, 2026 5/10
MCP GitHub

annotation-overlay-mcp: DOM-Aware Visual Annotation for Agents

A Chrome extension plus MCP server that lets you visually annotate a live page and hand those DOM-aware annotations to a coding agent. Supports six interaction modes and was built specifically for Claude Code.

mcpchrome-extensiondomui-feedback
by cc10143 Aug 12, 2026 7/10
app GitHub

vllm-mlx: Anthropic-Compatible Inference Server for Apple Silicon

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
skill GitHub

peitho: A Rhetoric-Based Skill for Prose That Holds a Reader

A Claude Code skill for writing openings and prose that keep a reader engaged, built on classical rhetoric plus research that contradicts a lot of conventional hook advice.

writingrhetoricprosecopywriting
by Pr1m4lc0d3 Aug 12, 2026 5/10
skill GitHub

superCMO-skills: End-to-End Marketing Campaign Skills for Agents

Open-source skills that let any agent produce complete marketing campaigns, including UGC video, ad video, and product photography. Works across Claude, Cursor, and other skill-compatible agents.

marketingvideougccampaigns
by SupercmoHQ Aug 12, 2026 5/10
skill GitHub

digital-marketing-pro: Marketing OS With Human Approval Gates

An open-source marketing system covering strategy, SEO, AEO/GEO, paid media, content, CRM, and analytics. Outputs are grounded in explicit brand context and gated behind human approval, with verifiability as a design goal.

marketingseoanalyticscrm
by indranilbanerjee Aug 12, 2026 5/10
workflow GitHub

kijito-claude: Sessions That Self-Check Context and Clear Safely

Runs Claude Code sessions that are aware of their own context state: a real context self-check, auto catch-up for armed panes, and a safe self-clear loop for long-running work. Backed by Kijito but usable standalone.

contextsessionsautomationlong-running
by KijitoAI Aug 12, 2026 6/10
app GitHub

Molio: Local-First Personal Knowledge Layer for AI Agents

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
command GitHub

session-handoff: /handoff and /pickup for Topic Memory

Two slash commands giving Claude Code topic-scoped memory between sessions: /handoff writes the current context to a topic file, /pickup resumes it in a fresh session. Documentation in Polish and English.

slash-commandsmemoryhandoffcontext
by adrian-zielinski Aug 12, 2026 6/10
app GitHub

llm-quota: Local Dashboard and CLI for Subscription Quotas

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
skill GitHub

slopware-skills: Portable Skills Built on a Minimum Sufficient Work Kernel

A free collection of portable agent skills and plugins for Codex, Claude Code, and other Agent Skills clients. Centred on the MSW Kernel, which pushes agents toward the minimum sufficient work for a task rather than sprawling output.

skillsportablecodexplugins
by transcendr Aug 12, 2026 5/10
workflow Reddit

Keeping Opus 5 Pleasant: Fresh Context and Two Small Skills

A user reporting none of the commonly cited Opus 5 annoyances describes their method: restart sessions whenever docs and solution are consistent, run at max effort in auto mode, and load two small self-made skills (keeping-it-simple, writing-asd-ste100). Projects maintain a requirements.md and dev-plan.md detailed enough to rebuild from.

opus-5contextskillsprompting
by timsam Aug 12, 2026 5/10
app Reddit

Tempest: A Shared Knowledge Graph So Parallel Agents Stop Re-Reading

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
workflow Reddit

A 9-Agent Conversion-Design Team With an Adversarial Art Director

A Claude Code plugin structuring nine agents into a conversion-design pipeline, from researcher through to an adversarial art director running on Opus and a QA inspector. Sixteen skills distill design-award and conversion research, and three mechanical QA gates fail the build — including a zero-dependency headless-Chrome audit over raw CDP that measures the rendered page rather than the source.

pluginmulti-agentdesignqa-gates
by mmanja84 Aug 12, 2026 8/10
app GitHub

claude-blackbox: Flight Recorder and Crash Recovery for Sessions

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
skill GitHub

compdf-skills: PDF Convert, Edit, Split, and Compare for Agents

Official ComPDF skills that give coding agents real PDF processing: conversion, editing, splitting, insertion, comparison, and compression. Compatible with Claude Code, Cursor, Copilot, OpenCode, and dozens of other agents.

pdfdocument-processingskillsconversion
by ComPDFKit Aug 12, 2026 6/10
skill GitHub

framia-skills: Storyboard-First Video Generation With Audit Gates

Agent skills for creating video with Framia, structured storyboard-first with model routing, editor assembly, local ffmpeg finishing, and audit gates between stages. A companion repo holds reproducible example videos.

videostoryboardffmpegmedia
by convergeai-labs Aug 12, 2026 5/10
skill GitHub

Yandu DECK: Turn an Article Into a Scrollable Presentation Site

A Claude Code skill that converts an article into an immersive one-screen-per-frame presentation page with page-flip or autoplay, in warm-dark or off-white themes. Chinese fonts are self-hosted and subsetted, with one-command publishing to Cloudflare Pages.

presentationwebcloudflare-pageschinese
by huiyonghkw Aug 12, 2026 5/10
workflow GitHub

Supreme-Leader: Agent Teams With Hook-Enforced Verification

An installable Claude Code plugin organizing work across five agent teams, with hooks that block claims which do not hold up: test results that fail to reproduce and imports that do not resolve. Runs plain by default, with the tyrant theming optional.

pluginmulti-agenthooksverification
by MohamedEmbarak Aug 12, 2026 6/10
skill GitHub

Three Korean Skills for PR Writing, Review, and Comprehension Debt

A trio of Claude Code skills aimed at team practice: writing PRs, issues, and commits your teammates will actually read; a procedure for reviewing a teammate's PR; and a check on how much AI-written code you don't yet understand.

koreanpull-requestcode-reviewwriting
by iceberggymnast Aug 12, 2026 5/10
workflow Reddit

Treat Agents Like Cattle, Not Pets: An Orchestrator-First Pattern

Argues most agent setups are pets — individually prompted, watched, and corrected, which caps you at roughly two at a time. The cattle alternative: never instruct a worker directly, have an orchestrator spawn each agent with one job and exactly the context that job needs, and discard rather than nurse the ones that come back wrong.

orchestrationsubagentspatternsscaling
by ronin4001 Aug 12, 2026 6/10
app GitHub

CowAgent: Open-Source Agent Harness With Memory and Self-Evolution

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
MCP GitHub

veto: 49 Specialist Agents and 93 Tools for Every Major AI CLI

An MCP server that hands Claude Code, Codex, Gemini, Cursor, and Windsurf a council of 49 specialist agents and 93 tools. Deterministic-first with self-learning behaviour, and it needs no API keys.

mcpagentstoolsdeterministic
by jigyasudham Aug 12, 2026 6/10
skill GitHub

lucide-svg-skill: Generate Original Lucide-Style Icons With Metadata

An agent skill that produces original icons matching Lucide's visual style, emitting both the SVG and Lucide-format metadata JSON. Works with Claude Code, Codex, Cursor, Gemini CLI, and other Agent Skills tools.

iconssvglucidedesign
by S6U5 Aug 12, 2026 6/10
skill GitHub

engineering-skills: 33 SDLC Skills Under Shared Principles

A unified Claude Code plugin packing 33 skills spanning the whole SDLC — product, research, design, develop, tune, test, verify, ship, operate — with a shared set of engineering principles injected at session start so every skill inherits the same standards.

sdlcpluginengineeringskills
by int2t05 Aug 12, 2026 6/10
skill GitHub

brainrot: Mine Your Own Chat History Into a Lean Claude Rule Set

A self-audit toolkit that mines your Claude chat history for the corrections you've had to repeat and the approaches that worked, arbitrates the findings into a compact rule set, and keeps the resulting memory tidy rather than ever-growing.

memoryself-auditclaude-mdrules
by coltonbearden Aug 12, 2026 7/10
skill GitHub

ship-what-you-built: Domain, HTTPS, and Deploys for First-Timers

A free guide plus Claude Code skill that walks someone who has never deployed anything through getting their project online: a domain, HTTPS, a GitHub repo, and automatic deploys.

deploymenthttpsgithubbeginners
by jhammant Aug 12, 2026 6/10
app GitHub

tmuxbot: Telegram Bridge That Drives Claude Code in a tmux Pane

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

cc-probeline: Status Line Pricing Every Turn, Subagent, and Cache

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
skill GitHub

bg-text: Bulgarian Text Quality Skill for AI Assistants

A skill that raises the quality of Bulgarian text produced by AI assistants and editor workflows, targeting the specific errors models make in the language.

bulgarianwritinglocalizationtext-quality
by AcTePuKc Aug 12, 2026 5/10
workflow GitHub

keel (grimaldost): Definition-of-Ready Gates and a Blind Pre-Mortem

A governed development method packaged as a Claude Code plugin. Deterministic Definition-of-Ready gates and a mandatory blind pre-mortem keep multi-PR, agent-built work from drifting apart across sessions.

plugingatespre-mortemgovernance
by grimaldost Aug 12, 2026 6/10
workflow GitHub

AI Forge: Multi-Agent Dev Ecosystem With Self-Healing CI

An autonomous multi-agent development setup that takes an idea to production-ready software using specialized agents with full local codebase context, self-healing loops, and an auto-fix CI/CD flow.

multi-agentci-cdself-healingautomation
by chithanh85 Aug 12, 2026 5/10
skill Reddit

ISO 24495 Plain Language Plugin: Five Skills and an Advisory Hook

A Claude Code plugin keeping output in plain language per the ISO 24495 international standards. Five skills cover core rules, legal writing, technical writing, organisational rollout, and document design, with Claude picking the right one per task. An advisory hook audits every markdown file it writes and reports sentence length, paragraph density, and legalese counts in a single line.

plain-languageiso-24495writinghooks
by gazmagik Aug 12, 2026 7/10
app GitHub

Homing: Drive Your Home Coding Agent From Feishu or Telegram

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
workflow GitHub

claude-code-team-memory: Auto Memory Into a Reviewed AGENTS.md

Distills each team member's Claude Code auto memory into a shared AGENTS.md committed to the repo. Entries are filtered and deduplicated, and every change is gated behind a pull request so team memory gets reviewed rather than silently accumulated.

memoryteamagents-mdpull-request
by babyrooster248 Aug 12, 2026 7/10
skill GitHub

dq-skills: Ten Skills That Audit and Clean Data Quality in SQL

Ten Claude Code skills for data quality work against any SQL database: profiling, quality metrics, audit reporting, standardization, imputation, deduplication, and defect prevention.

data-qualitysqlprofilingdeduplication
by koprjaa Aug 12, 2026 7/10
skill GitHub

light-novel-writer: Full-Pipeline Japanese Light Novel Creation

Covers the whole light-novel production pipeline: project setup, ranking-based topic selection, teardown analysis of successful works, outlining and the crucial opening chapters, drafting, de-AI-ifying the prose, multi-perspective review, and foreshadowing and timeline tracking. Integrates with Syosetu, Kakuyomu, and other Japanese and Chinese publishing platforms.

writinglight-noveljapanesepublishing
by MSKmrc Aug 12, 2026 5/10
workflow Reddit

terminal-setup Fails on Ubuntu? Use Ctrl+J for Multiline Prompts

On VTE-based terminals like GNOME Terminal, Claude Code's /terminal-setup refuses to run, which normally breaks Shift+Enter multiline input. The fix is not to debug it: use Ctrl+J to insert a newline and Enter to submit.

ubuntuterminalgnometroubleshooting
by atish31 Aug 12, 2026 5/10
app Reddit

A Context Ring Patched Into the Claude Code Webview Composer

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

fantasy-2026: Agentic Decision Support for a Fantasy Football League

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
skill Reddit

whetstone 4.4.1: Fixing Skills That Load When They Shouldn't

A release note worth reading for the trigger-scoping lesson: adding C and C++ skills that both claimed **/*.h meant every C header edit force-loaded 24 KB of skill bodies, most of it irrelevant to the task. whetstone itself is a Claude Code plugin of 19 agents, 22 commands, and 32 skills pushing agents toward planning, verification, and review before editing.

pluginskillstriggersrelease-notes
by Ilia0001 Aug 12, 2026 6/10
workflow GitHub

cc-operator-plugin: An Evidence Ledger and a Stop-Hook That Blocks

A Claude Code orchestration harness built around a chief-operator charter, tier-routed review and planning workflows, an append-only evidence ledger paired with an input-axis token compressor, and a Stop hook that refuses to let a session end while work remains unverified.

orchestrationhooksevidenceverification
by betmoar Aug 12, 2026 7/10
app GitHub

LakehouseDatabricks: A Medallion Lakehouse Built With Claude Code

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

wasm-zero: An AI Agent Built a WebAssembly 2.0 Interpreter, FAIL=0

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
skill GitHub

video-gen-demo-booth: Pick a Video Model With Evidence, Then Ship

Claude Code skills for running AI video generation demo activations: choose a generation model based on evidence rather than vibes, then build a booth experience people can actually operate.

videodemoevaluationskills
by thepandanlabs Aug 12, 2026 5/10
workflow Reddit

Measured: Why MCP Round-Trips Can Cost 3x More Than They Save

A couple of weeks of measurement comparing a custom harness against plain Codex and Claude Code on identical tasks: the harness cost roughly 3x for the same patch and the same passing tests, with most of the overhead in the protocol rather than the work. The core argument is that these protocols are stateless, so adding tokens to an existing call is linear but adding a turn is quadratic — and MCP cannot batch calls, so every tool use is another full turn.

mcptokenscostbenchmark
by KitchenAmoeba4438 Aug 12, 2026 8/10
app Reddit

aaabench: Headless Claude Code Building a City in Unreal Overnight

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
workflow GitHub

claude_forge: Branch-by-Branch Workflow With a Validated Brief

A development workflow for Claude Code that works one branch at a time: it requires a validated brief up front, generates a structured plan from it, and tracks progress with minimal update churn.

gitbranchingplanningworkflow
by jeanchristoph Aug 12, 2026 6/10
skill GitHub

realmanagement: A Negotiation and People-Management Advisor

A Claude Code advisor for communication, people management, sales, and negotiation, distilled from 275 principles and 1,019 recorded negotiations across 157 live classes in Vladimir Tarasov's social-technology tradition. Answers in Spanish.

managementnegotiationcommunicationspanish
by arturgaliev3099-ux Aug 12, 2026 5/10
skill GitHub

bluepencil: Edit AI-Sounding Drafts Into Human Prose, or Audit

An agent skill that rewrites AI-sounding drafts into human prose, or audits them and reports the problems without touching the text. It targets the tells that persist after ordinary prompt tuning.

writingeditingai-detectionprose
by chernistry Aug 12, 2026 6/10
skill GitHub

repo2skill: Turn Any Public GitHub Repo Into an Agent Skill

Converts any public GitHub repository into a repository-native Agent Skill for ChatGPT and Claude. Browser-first and free, with no AI API key required to do the conversion.

skillsgithubgenerationbrowser
by Hhhkarimi Aug 12, 2026 7/10
skill GitHub

ru-text: Russian Text Quality Scoring With 2,000+ Atoms

A Russian-language text quality skill covering neuroslop cleanup, typography, information style, editorial standards, UX writing, and business correspondence. Scores text on a 0-10 scale using more than 2,000 linguistic atoms.

russianwritingtext-qualityediting
by talkstream Aug 12, 2026 6/10
app GitHub

funes: Durable, Searchable Memory of Past Agent Sessions

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
skill GitHub

pa-reviewer: Review Against Italian Public-Sector Guidelines

An agent skill reviewing Italian public administration codebases against national guidelines and CAD obligations, checking what the official validators cannot see. It explicitly does not issue formal compliance judgements.

italypublic-sectorcompliancecode-review
by engineering87 Aug 12, 2026 5/10
workflow Reddit

A Daily Claude Code Workflow: Git, Worktrees, and Versioning First

A practical account of one developer's daily Claude Code habits after months of use. The core advice: always use git and push immediately (private repo if you're self-conscious), and always work in worktrees with versioning so parallel features never collide.

gitworktreesworkflowbest-practices
by oxmannnn Aug 12, 2026 6/10
workflow Reddit

It's Not Opus, It's Your Instructions: Auditing CLAUDE.md for Drift

Argues that Opus 5 follows instructions well — including instructions you wrote long ago and forgot — so complaints about low-confidence, over-cautious behaviour often trace back to accumulated CLAUDE.md rules. The author compared common user complaints against Anthropic's docs and their own repo and compiled a list of instruction patterns that make an agent skittish.

opus-5claude-mdinstructionsprompting
by MickQn Aug 12, 2026 6/10
workflow GitHub

agentic-product-management-system: Capture, Verify, Keep Current

A product-lifecycle system for software built with AI coding agents: capture what was learned during the work, verify that changes do what they claim, and keep published content current as the product moves.

product-managementlifecycledocumentationverification
by natannovum Aug 12, 2026 5/10
workflow GitHub

memos: A Personal Operating System for Running OSS Projects

One maintainer's personal operating system for running their open-source projects — rules, repository structure, task definitions, and agent skills that guide an AI agent consistently across every repo.

rulesskillsproject-managementopen-source
by memclutter Aug 12, 2026 5/10
app GitHub

charter (diazoxide): Personas and a Vault for Multi-Repo Agents

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
workflow Reddit

Using a Haiku 4.5 Subagent to Reword Opus 5's Output

A technique for readers who find Opus 5's prose hard to parse: have Opus launch a Haiku 4.5 subagent at the end of each task whose only job is rewording the response into plainer language. The open question the author raises is whether the smaller model drops detail that mattered.

haikusubagentreadabilityopus-5
by thehoundtrainer Aug 12, 2026 5/10
skill GitHub

masters-nudge: Six Engineering Lenses for Long-Running Sessions

Delivers one well-timed third-party nudge into a long-running Claude Code session, evaluated through six distinct engineering lenses — a check from outside the session's own reasoning.

reviewlong-sessionsengineeringnudge
by shihchengwei-lab Aug 12, 2026 6/10
skill GitHub

paper-writer-skill: IMRAD Workflows and Literature Matrices

A Claude Code skill for academic manuscript writing, covering IMRAD-structured workflows, literature matrices, and table and figure preparation, with tested utility scripts included.

academicimradwritingresearch
by kgraph57 Aug 12, 2026 6/10
app GitHub

ecommerce-agentic-brand-manager: Inventory-Driven Campaigns

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
workflow GitHub

codex-plugin-to-claude: Dual-Model Review With Codex and Claude

An open-source Codex skill and plugin for running code review through two models at once, pairing OpenAI Codex with Claude Code so each checks the other's reading of the diff.

code-reviewcodexdual-modelplugin
by spenceryangxiao-dotcom Aug 12, 2026 6/10
skill GitHub

claude-skills (ohugonnot): Quality-Gated Delivery and Review

A battle-tested personal skill collection covering quality-gated feature delivery, senior-level review, issue and merge-request workflow, branch wrap-up, book distillation, context saving, human-sounding technical writing, and a learning mentor.

skillscode-reviewquality-gatesworkflow
by ohugonnot Aug 12, 2026 6/10
command GitHub

claudswap: A /switch Command and PTY Wrapper for Any Model

Switches Claude Code to any model via a /switch slash command, backed by a transparent pty wrapper so it works in every terminal rather than only the ones with special support.

modelsslash-commandptyswitching
by brandonrthomas Aug 12, 2026 6/10
MCP GitHub

intent-gate: Mermaid Contracts and Intent Gates Before Any Code

An MCP server and Claude Code plugin that stops agents guessing at requirements by enforcing an explicit sequence: PRD, then an intent-confidence gate, then Mermaid contracts as state machines, sequence diagrams, or decision tables, then a mechanical lint that must show zero CRITICAL findings — and only then code. Human-in-the-loop, file-persisted, zero config.

mcpplanningcontractsgates
by baixinghao Aug 12, 2026 7/10
app GitHub

ferrisbar: A Rust Status Line With a Pre-Compaction Gauge

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

erfana: Agent-Native Markdown Workspace Beside Your Editor

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
skill GitHub

document-design-system: Five Skills Over One Token Contract

A design system for documents — analytical reports, diagrams, charts, decks, and long-form specs — output as self-contained HTML. Five Claude Code skills share a single semantic token contract so everything they produce looks like one system.

documentsdesign-systemhtmlreports
by Avinava Aug 12, 2026 7/10
skill GitHub

heliograph-skill: Debug an Unreachable Machine Using Git

A free skill for debugging a machine you cannot log into, through an operator who cannot debug it — aimed at air-gapped, client-owned, and change-controlled estates. Git serves as the transport in both directions.

air-gappeddebugginggitoperations
by dbhq-uk Aug 12, 2026 7/10
skill GitHub

claude-webapp-security-skill: A 9-Phase Audit and Hardening Plan

A Claude Code skill running a nine-phase web application security audit and hardening program covering API, LLM, OAuth, database, supply chain, and detection concerns. Also includes a crawl-boundary policy for AI crawlers, AWS hardening guidance, and read-only audit scripts.

securityaudithardeningweb
by parousia8888 Aug 12, 2026 7/10
app GitHub

wooi: Stackable Parallel Agent Runs, One Worktree Per Task

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
MCP GitHub

mcp-pve: Manage Proxmox VE Through AI Assistants

An MCP server exposing Proxmox VE management to AI assistants, for driving virtualization infrastructure from a coding agent.

mcpproxmoxinfrastructurevirtualization
by Samik081 Aug 12, 2026 6/10
workflow GitHub

vision-driven-design: Prove Every Commit Traces to a Business Goal

Bi-directional traceability for AI-assisted development: an eight-phase chain with seven gates and 113 checks establishing that every commit traces back to the business goal that authorized it. Ships as a skill for Claude Code, Cursor, and OpenCode, backed by a hosted MCP server.

traceabilitygatesgovernancemcp
by simonplmak-cloud Aug 12, 2026 6/10
workflow Reddit

A Practical Guide to Running an AI With Subagents

A beginner-oriented working method for agent setups. The central rule: always pick a main model smarter than the subagents it manages, because the reverse consistently goes badly. The rest covers defining your working method with the model up front and where instructions belong.

subagentsorchestrationguidemodels
by Ok_Rub9933 Aug 12, 2026 6/10
workflow GitHub

ModelPeer: Let Claude, Codex, and Gemini Peer-Review Each Other

Cross-model peer review for coding agents. Claude Code, Codex CLI, and Gemini CLI consult one another as independent read-only engineering peers, so a second model can challenge a plan without being able to change the code.

peer-reviewcross-modelcodexgemini
by makedirectory Aug 12, 2026 7/10
app GitHub

overton: Admission Control for the Coding Agents You Pay For

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
skill GitHub

build-card: Make Your Agent Show a Plan Before It Builds

A Claude Code skill that forces the agent to present a seven-part plan in plain English before writing any code. Released into the public domain.

planningtransparencypublic-domainskill
by CraniusMaximus Aug 12, 2026 6/10
app Reddit

BanyanCode: Communicating Subagents in a Mesh-Engineered Harness

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
workflow Reddit

A Dictionary of Claude Code Terms, Starting With the Ratchet

A push for shared vocabulary in agentic coding, opening with the ratchet pattern: borrowed from a ratchet wrench that turns one way and locks, it means enforcing monotonic progress. The agent works one discrete sub-item at a time, and once a step passes mechanical verification — a test, a linter, a build constraint — that progress is locked and the agent cannot roll back or oscillate.

terminologyratchetpatternsglossary
by Afraid-Yoghurt6731 Aug 12, 2026 6/10
app GitHub

claude-video-digest: Any Video Into a Frame-Synced Digest

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

covey: Identity, Sandboxes, and Brokered Credentials for Agents

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

gaussian-memory-worker: Agent Memories as Kalman-Merged Distributions

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
skill GitHub

claude-skills-research: Paper Review, Bibliographies, HPC Runs

Claude Code skills for academic research support: paper review, bibliography verification, literature surveying, head-to-head paper comparison, and managing HPC experiment campaigns.

academicresearchbibliographyhpc
by chgagne Aug 12, 2026 6/10
MCP GitHub

shelfmark: Local BM25 and Embedding Retrieval in One SQLite File

Hybrid retrieval combining BM25 with embeddings for agent memory and code search, all held in a single SQLite file with no cloud and no background services. An MCP server is included for Claude Code and other agents.

retrievalsqliteembeddingsmcp
by LucasSantana-Dev Aug 12, 2026 7/10
app GitHub

weave-claude-code: Trace Sessions, Tool Calls, and Subagents to W&B Weave

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
skill GitHub

SuperMD: Composable Anti-Slop System Prompt for 92 Professional Fields

A pure-Markdown system prompt kit built to cut generic AI output. It composes a universal core with per-domain modules across 16 categories and 92 sub-fields, is bilingual EN/ID, and ships an eval harness to verify the prompts do what they claim. Worth a look if you maintain CLAUDE.md files for work outside software.

prompt-engineeringmarkdownanti-slopevalclaude-md
by TegarTheGreat Aug 12, 2026 7/10
MCP GitHub

agent-bridge: Push-Based Agent-to-Agent Messaging Across Machines over SSH

Lets agent harness sessions running on different machines talk to each other, using a push model over SSH instead of polling. Ships MCP and channel plugins so an agent can hand work to a session on another box. Aimed at people running Claude Code on a workstation and a remote server at the same time.

mcpmulti-agentsshremoteorchestration
by EthanSK Aug 12, 2026 7/10
skill GitHub

claude-code-config: Daily-Driver Settings, Hooks, Permissions, and Skills

A public dump of one engineer's working Claude Code configuration — settings.json, hooks, permission allowlists, plugins, and custom skills. The value is in seeing which permissions and hooks someone actually keeps after daily use, rather than a curated demo. Good starting point for tuning your own setup.

confighookspermissionssettingsdotfiles
by slogsdon Aug 12, 2026 6/10
app GitHub

zodiac: TUI Multiplexer for Running Several AI Agents Side by Side

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

chatban: Two-Layer Kanban + Chat UI Where the AI Only Proposes

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

Naming CLI via headless claude -p, and two nested-claude gotchas

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

html-marketing: Have Agents Write HTML and Render It into Store Assets

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
skill GitHub

claude-plugins (jontsai): Plugins for Research, Productivity, and Dev Work

A personal but curated collection of Claude Code plugins grouped around research, productivity, and development workflows. Installable as a marketplace, so you can pull just the pieces you want. One of many such collections — skim it for the research-oriented plugins in particular.

pluginsmarketplaceresearchproductivity
by jontsai Aug 12, 2026 6/10
skill GitHub

lernkarten: Claude Code Skill Set for Print-Ready A4 Flashcards

A German-language skill set that turns arbitrary source material into printable study cards — A4 pages, 8 cards per sheet, laid out for duplex printing. Handles the layout details that usually make DIY flashcard generation annoying. Useful template even if you adapt it to another language.

skillflashcardslearningprintinggerman
by mhabedank Aug 12, 2026 6/10
skill GitHub

interview-sim: Timed Coding-Assessment Practice as an Agent Skill

An Agent Skill that runs GCA and ICA style coding assessments in your terminal with a deterministic timer and hidden-test grading. Questions are original rather than scraped from question banks. A neat demonstration of a skill that enforces constraints on you rather than helping you write code.

skillinterviewassessmentpracticeterminal
by chrisjacksonn Aug 12, 2026 7/10
workflow GitHub

sdd-hello-world: Spec-Driven Development with GitHub Issues as Memory

A demo repo for the talk The Human Is the Loop, showing spec-driven development with a coding agent. Four slash commands work for both Claude Code and opencode, GitHub issues serve as the agent's persistent memory, and each task gets its own git worktree. A compact reference for wiring specs, issues, and worktrees into one loop.

spec-drivenslash-commandsworktreegithub-issuesworkflow
by petar-djukic Aug 12, 2026 7/10
skill GitHub

robotics-agent-skills: ROS1/ROS2 Skills for Production Robotics Code

Agent skills that push coding assistants toward production-grade robotics software, covering ROS1, ROS2, design patterns, SOLID principles, and testing. Written as SKILL.md files, so they work with Claude Code, Cursor, Copilot, or anything else that reads the format. Narrow domain, but robotics code is exactly where unguided agent output tends to go wrong.

skillroboticsrostestingdesign-patterns
by arpitg1304 Aug 12, 2026 7/10
skill Reddit

PlanX: Versioned, Foldable Plans You Will Actually Read

A planning skill and CLI built on the premise that most agent-generated plans are never read because they are an unreadable wall of text. PlanX splits plans into collapsible sections, versions them, diffs revisions while hiding unchanged parts, and lets you leave line-level feedback or edit directly before sending it back for another pass. Once approved, the plan can be executed by any agent.

planningskillclireviewversioning
by Yellow-Minion-0 Aug 12, 2026 8/10
workflow Reddit

Eight Days of Headless Claude Code + Codex Built a 52-Game Site

A developer gave headless Claude Code and Codex processes an open-ended goal and coordinated them with a deliberately thin harness: a scheduler, shared documents, and a short constitution. Eight days later the project had 52 games, AI opponents, puzzles and original art, with agents proposing new requirements and extending the harness itself when they hit its limits. A concrete case study in letting orchestration stay minimal instead of reaching for an agent framework.

orchestrationheadlessmulti-agentcase-study
by Difficult-Writer6663 Aug 11, 2026 7/10
command Reddit

PSA: --dangerously-skip-permissions Reaches Outside Your Working Folder

A user tested what --dangerously-skip-permissions actually permits and found it is not sandboxed to the current working directory: Claude Code could read the filesystem root and read/write across the entire user home tree. The flag removes prompts, not filesystem scope. The practical takeaway is to run it inside a container or VM rather than assuming the harness confines it.

securitypermissionsclisandboxing
by ojfs Aug 11, 2026 7/10
workflow Reddit

60 Subagents and 2,400 Shell Commands: Claude's Riemann Hypothesis Run

An account of an Anthropic staffer prompting Claude to attempt the Riemann Hypothesis with little more than encouragement. After 650 failed ideas, a second run spent a day and a half coordinating roughly 60 subagents that ran 2,400 shell commands, wrote hundreds of Python scripts, checked results against known zeta zeros and refereed each other's work. Interesting as a data point on how far self-directed subagent fan-out can be pushed.

subagentsresearchorchestrationlong-running
by TangibleHangnail Aug 11, 2026 6/10
hook Reddit

graft: SessionStart and Stop Hooks That Push Codebase Context In

After finding that Claude Code mostly ignored a six-tool MCP server for codebase context and fell back on grep, the author switched to hooks instead. A SessionStart hook injects a codebase map into the prompt before you type anything, and it re-syncs in the background after every edit. graft init wires this up automatically — context arrives whether or not the model thinks to ask for it.

hookscontextsessionstartcodebase-map
by shhdwi Aug 11, 2026 8/10
app Reddit

Nomai: Linux Tiling Manager and Unified Workspace for Terminal AI Agents

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
MCP Reddit

MCP Server Bridging Claude Code and Claude Design Into Your Repo

Claude Design produces better UI than Claude Code alone, but the two products share no files or API, so results had to be copy-pasted by hand. This MIT-licensed MCP server lets Claude Code brief the designer, read the reply, screenshot the rendered page to judge it, and pull files straight into the working tree. It can attach your real codebase so designs use your existing components, and push new components back up.

mcpdesignuiopen-source
by Intrepid-Ad4494 Aug 11, 2026 8/10
MCP Reddit

Driving Your Logged-In Chrome With Playwright MCP Extension Mode

The Playwright MCP server has a lesser-known --extension mode that attaches to your existing Chrome — your profile, logins and history — rather than launching a fresh Chromium. Because the browser is genuinely real, navigator.webdriver is natively false and no stealth plugin is needed. The author bisected why a detector still flagged it and traced all three signals to the DevTools protocol rather than the browser itself.

playwrightmcpbrowserbot-detection
by Intrepid-Ad4494 Aug 11, 2026 8/10
hook Reddit

Claude Familiar: Pixel-Art Desktop Mascot Driven Entirely by Hooks

A pixel-art familiar that sits in a screen corner and mirrors what Claude Code is doing, wired up through hooks. It exists mainly to catch stalled permission prompts: you get a native OS notification and a speech bubble, and the mascot starts shaking if you ignore it for 30 seconds. Ambient status includes one card per session, tool-specific faces, context ring, model tag, usage bars, and subagent badges.

hooksnotificationsstatusdesktop
by Sir_Vinny Aug 11, 2026 7/10
workflow GitHub

herdr-automations: Cron for Coding Agents in Fresh Git Worktrees

The trigger layer for the Herdr runtime: pair a cron schedule with a prompt and it wakes an agent in a fresh git worktree to run while you sleep. Includes MCP config, an overlap guard so runs do not collide, run history, and a live board. Useful if you want scheduled unattended agent work without hand-rolling the locking and isolation.

cronschedulingworktreeautomation
by DnzzL Aug 11, 2026 7/10
app GitHub

spendwatch: Token and Cost Leaderboards Across Claude Code and Codex

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

yraverage-officeaddins: Excel Add-Ins Generated From a Plain Description

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

eliviz: Turn Any Data File Into a Single-File Interactive HTML Report

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
skill GitHub

prompt-boost: Sharpen a Vague Request Into a Checkable Brief

A skill that intercepts loose requests and turns them into a structured brief before Claude Code starts working: goal, done-check, assumption, and scope fence. The done-check and scope fence are the useful parts — they give you something to verify the result against and a boundary the agent is told not to cross.

promptingscopingplanningbriefs
by sernoxxx Aug 11, 2026 6/10
skill GitHub

quant-llm-skills: 10 Quant Research Skills With 11 Reproducible Evals

Ten skills aimed at the failure modes that quietly ruin LLM-assisted quant research: lookahead bias, at-the-money detection, survivorship bias, and transaction-cost realism. Notably it ships 11 reproducible evals showing 8 of the skills measurably improve Haiku's output, which is more evidence than most skill collections offer. MIT, works with Claude Code and Cursor.

quantfinanceevalsresearch
by jefrnc Aug 11, 2026 7/10
command GitHub

spg: Publish Per-Project Commands to ~/bin and Link Claude Skills

Declare your project's commands in an spg.toml and get generated ~/bin wrappers with zsh completion, so project-specific tooling is available everywhere without polluting your PATH by hand. It also symlinks Claude skills into place as part of the same declaration.

clizshskillstooling
by shr3kst3r Aug 11, 2026 6/10
skill GitHub

scrnaseq-skills-v2: Single-Cell RNA-Seq Analysis Skills for AI Agents

A knowledge framework for AI-assisted single-cell RNA-seq analysis, packaged as reusable computational workflows. Aimed at bioinformaticians who want an agent to follow established scRNA-seq practice rather than improvising an analysis pipeline.

bioinformaticsrna-seqresearchgenomics
by Ryannachmand Aug 11, 2026 5/10
app GitHub

alexandria: Local Knowledge Vault That Persists Agent Memory

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
skill GitHub

php-opcua/ai-skills: Auto-Synced SKILL.md for Every php-opcua Package

Agent skills for the php-opcua ecosystem, with a SKILL.md automatically kept in sync for each package in the family. Works across Claude Code, Laravel Boost, Cursor and Copilot. A reasonable pattern to copy if you maintain a multi-package library and want agent guidance to track releases.

phpopcuaskillsindustrial
by php-opcua Aug 11, 2026 5/10
skill GitHub

claudekit: Symlinkable Skills and CLAUDE.md Rule Snippets, No Build Step

A content-only collection of Claude Code skills — TypeScript audits, legal policy writing, SEO, agent memory — plus CLAUDE.md rule snippets. Nothing to compile: symlink a skill into .claude/skills and @-import the rule files into your own CLAUDE.md.

skillsclaude-mdtypescriptseo
by daanvandenbergh Aug 11, 2026 6/10
app GitHub

agent-lens: Lightweight Viewer for Coding Agent Data and Metrics

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
command GitHub

Tia-Portal-CLI: 77-Verb JSON Command Line for Siemens TIA Portal

Drives Siemens TIA Portal through its Openness API from the command line, exposing 77 verbs with JSON in and JSON out. The JSON-everywhere interface is explicitly there so AI agents can operate industrial automation projects that otherwise require clicking through the IDE.

siemensplcindustrialcli
by Codyte Aug 11, 2026 6/10
app GitHub

Catalyst: Desktop IDE Running Claude Code, Codex and Gemini CLI

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
skill GitHub

aws-reinvent-planner: Conflict-Free re:Invent Schedules From Skills + CLI

Claude Code skills plus a zero-dependency CLI for planning an AWS re:Invent week. It scores sessions against your profile, builds conflict-free schedules that account for travel time between Las Vegas venues, and can produce team coverage plans so a group does not all attend the same talks.

awsconferenceplanningcli
by connor-tyndall Aug 11, 2026 6/10
app GitHub

doublure: Pseudonymisation Proxy Between Claude Code and the API

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
command GitHub

bitbucket-cli: Bitbucket Command Line With gh-Like Ergonomics

A Bitbucket CLI modeled on GitHub's gh, covering the same kinds of repo and pull request operations with familiar command shapes. Useful for agent workflows on Bitbucket, where the absence of a gh-equivalent usually forces raw API calls.

bitbucketcligitpull-requests
by avivsinai Aug 11, 2026 5/10
MCP GitHub

claude-plugin-elementor: Editable Elementor Pages via a ~90-Tool MCP

A Claude Code plugin pairing exjsx with an elementor-ultra MCP server of roughly 90 tools to build WordPress Elementor pages that stay native and editable in the Elementor UI. The key claim is that output is not a locked-down export — a human can keep editing it afterwards. MIT licensed.

wordpresselementormcpplugin
by Algorismus-io Aug 11, 2026 6/10
workflow GitHub

claude-code-book: Technical Guide to Claude Code CLI Architecture

A written walkthrough of how the Claude Code CLI is put together, from startup flow through to the design of its query engine. Aimed at people who want to understand or reimplement agent harness internals rather than just use them.

internalsarchitectureguidecli
by ptolemaic-programmemusic151 Aug 11, 2026 7/10
app GitHub

not-codex: Local-First Open-Source Control Plane for Coding Agents

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
skill GitHub

skill-vault: Organize, Secure and Search Your Claude Code Skills

A single vault for collecting Claude Code skills so they can be found and reused across projects instead of being scattered per repo. Adds organization and a security review step on top of plain file storage.

skillsorganizationreusesecurity
by Synchronic-leafbud824 Aug 11, 2026 5/10
skill GitHub

cami-design: UI Audit Skill That Routes Each Issue to the Right Owner

A Claude Code skill that audits your UI before you ship and, rather than dumping one flat list, classifies every finding as a layout, interaction, copy or engineering problem. The routing is the useful part: it turns a design review into work items that already belong to someone.

uidesign-reviewauditqa
by PawlakCamille Aug 11, 2026 7/10
skill GitHub

Foreman: Markdown-Only Build Playbook for Agent-Driven Website Builds

A playbook that makes your coding agent run a website build like a foreman: it interviews you, forces the design and scope decisions up front, locks a visual system, writes the build brief, then verifies, ships and indexes the site. Available as a Claude Code plugin and Agent Skill, and it is markdown only — no scripts to install or trust.

websitescopingdesign-systemplaybook
by Turki-Sh Aug 11, 2026 7/10
app GitHub

pm-job-search: Claude Code Plugin for Running a Senior PM Job Search

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

termino: Terminal UI Component Library for CLI Agent Interfaces

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
hook GitHub

claude-code-plugins: Jujutsu Enforcement and Beads Task-Tracking Hooks

A small Claude Code plugin marketplace with two focused entries: hooks that enforce jj (Jujutsu) version control conventions, and hooks that wire agent work into beads task tracking. Narrow by design — useful if you already use either tool and want the agent to respect it.

jujutsuhookstask-trackingmarketplace
by georgebashi Aug 11, 2026 6/10
app GitHub

trapstreet-tasks: Open Evaluation Tasks and Judges for Agents and Skills

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
MCP GitHub

mnemo: Give Agents a Git Repo as a Brain via MCP and Auto-Capture

Persistent agent memory backed by a plain git repository, exposed through an MCP server with an auto-capture plugin so context is recorded without manual saves. Because storage is git, memory is auditable and branchable, and there are no dependencies to run. Works with OpenCode, Claude Code, Cursor and Codex.

memorygitmcplocal-first
by JoaquimLegal Aug 11, 2026 7/10
skill GitHub

sdlc-skills: Phase-Isolated SDLC Skills to Keep Agents on the Rails

A collection of SDLC skills deliberately isolated by phase, so an autonomous agent handles requirements, design, implementation and verification as separate disciplined steps rather than blurring them. The isolation is the mechanism — it prevents the agent from jumping to code while requirements are still open.

sdlcprocessengineeringphases
by augments-labs Aug 11, 2026 6/10
workflow GitHub

bug-receipt: No 'Fixed' Without Receipts — an Evidence Gate for Agents

A portable gate that refuses to let a coding agent declare a bug fixed without producing evidence: the failing reproduction, the change, and the passing result. Targets one of the most common agent failure modes, where a plausible edit is reported as a fix that was never actually verified.

verificationtestingevidencequality
by lMysticl Aug 11, 2026 7/10
skill GitHub

ultimate-seo-geo: Audit, Plan and Execute SEO + AI-Search Optimization

A three-mode SEO and GEO skill — audit, plan, execute — covering full site audits with scored findings, optimization for Google AI Overviews, ChatGPT and Perplexity, schema generation and E-E-A-T assessment. Ships 20 diagnostic scripts, so the audit findings come from real checks rather than model opinion.

seogeoauditschema
by mykpono Aug 11, 2026 5/10
app GitHub

agentic-plugins: Public Claude Code Marketplace of Skills and Agents

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

grove: Agent Worktree Manager Built on tmux

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
MCP GitHub

ops-brain: Team-Bus MCP Server for Coordinating Agents Across Machines

An MCP server that acts as a shared bus for a solo operator running several AI agents on different machines. Handles cross-agent handoffs, shared knowledge, and briefings, with Zammad integration. Built in Rust on PostgreSQL + pgvector for hybrid search.

mcpmulti-agentrustpgvectorcoordination
by TheK3nsai Aug 11, 2026 7/10
skill GitHub

anti-ai-slop-writing: Skill That Strips AI Tells From Prose

A Claude skill for writing human-sounding English, Russian, and Ukrainian, paired with a zero-dependency detector that flags common AI writing patterns. Useful if you draft docs, posts, or copy with Claude and want the output to stop reading like a model wrote it.

skillwritingmultilingualai-detection
by GitVoytenko Aug 11, 2026 6/10
app GitHub

tracebook: Evidence-Backed Project Memory in Plain Markdown

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
hook GitHub

claude-jit-context: Load Project Rules Only When They Apply

Matches project knowledge — rules, conventions, domain notes — against the prompt, the file being edited, or the tool being invoked, then injects just that slice at the moment it is needed. Keeps CLAUDE.md from ballooning into an always-loaded encyclopedia that eats context all session.

hookcontext-managementclaude-mdjust-in-time
by Digital-Process-Tools Aug 11, 2026 8/10
MCP GitHub

tdai-memory-mcp: Memory, Code Graph, and Wiki in One SQLite File

A local-first MCP memory server combining three stores in a single SQLite file: conversational memory, a tree-sitter code index, and a Markdown wiki. Lifecycle hooks auto-capture context as you work. No API key and no cloud dependency.

mcpmemorysqlitetree-sitterlocal-first
by tinhien11 Aug 11, 2026 7/10
app GitHub

sancho: A Claude Code Harness for People Whose Job Is Not Code

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
skill GitHub

fullenrich-skills: SKILL.md Collection Usable as Skill, MCP, or Plugin

A published set of SKILL.md files from FullEnrich, packaged so the same definitions work as Claude skills, through MCP, or as a plugin. Worth a look mainly as a reference for how one team structures and distributes skills across all three delivery formats.

skillcollectionmcpplugin
by FullEnrich Aug 11, 2026 5/10
workflow GitHub

agent-foreman: Strong Models Plan and Verify, Cheap Agents Do the Coding

Splits a task so a capable model writes the plan and checks the result, while weaker and cheaper agents execute clearly bounded coding steps. The point is to spend expensive reasoning on decisions and verification rather than on mechanical edits.

workfloworchestrationplanningcost-optimizationmulti-agent
by xu-0306 Aug 11, 2026 7/10
workflow Reddit

The Repository Is the Wrong Unit of Work for Claude Code

Argues that pointing Claude at a whole repo and describing a feature in prose forces it to rediscover system boundaries every time. Proposes delegating at the level of a seam behind a specific interface, making six things explicit: bounded outcome, contract, editable files, off-limits surfaces, acceptance evidence, and integration points needing separate checks. Recasts CLAUDE.md as a router to authoritative contracts rather than an encyclopedia.

workflowcontext-managementdelegationclaude-mdtask-scoping
by jonah_omninode Aug 11, 2026 7/10
app GitHub

pieces-to-agents: Convert Pieces Long-Term Memory Into AGENTS.md

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

skiller: Desktop Skills Manager for Claude Code, Cursor, and Codex

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
workflow GitHub

mkrdlc: Self-Hosted AI-Driven Development Lifecycle Template

A repo template laying out a full AI-driven development lifecycle for Claude Code, self-hosted rather than tied to a service. Gives you a starting structure for running planning, implementation, and review phases as a defined process instead of ad-hoc prompting.

workflowtemplatesdlcself-hostedprocess
by kikrgbh Aug 11, 2026 6/10
app GitHub

gemini-plugin: Gemini as a Second Opinion Inside Claude Code

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
skill GitHub

cmdi-command-injection: Skill for Testing OS Command Injection

A Claude Code skill for security testing focused on OS command injection and argument injection. Packages the methodology so the agent probes for these specific classes systematically instead of relying on whatever it recalls about them.

skillsecuritycommand-injectiontestingappsec
by snowflakeovo Aug 11, 2026 7/10
app Reddit

plothole: Find duplicate and drifting instructions inside your CLAUDE.md

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
workflow Reddit

pi-plugin-cc: Run DeepSeek Flash sessions from Claude Code as an orchestrator

A Claude Code plugin, modeled on the official Codex plugin, that spawns DeepSeek Flash sessions from inside a CC session. The author uses Opus as the orchestrator and delegates bug-hunt verification passes across large repos to the cheaper model. Worth a look if you want a multi-model setup where the expensive model plans and a fast model does the sweeping.

pluginorchestrationmulti-modeldeepseekcode-review
by kingbling Aug 11, 2026 6/10
workflow Reddit

A message-passing pattern for coordinating Claude Code across sibling repos

Discussion of how to run work that spans multiple repositories. The author keeps all repos as siblings (never nested), runs one CC session per repo, and passes work between them by having an agent write a Markdown file into the target repo's messages/ folder for the other session to pick up. Comments compare this against running a single session over several repos at once.

multi-repocoordinationmonorepopatternsdiscussion
by fabpub Aug 11, 2026 5/10
skill GitHub

repocharter: One shared repo charter for Claude Code, Codex, and OpenCode

Generates a single charter file per repository that every coding agent reads, instead of maintaining separate CLAUDE.md, AGENTS.md, and tool-specific config. Aims for lean prompts plus guardrails that are actually verified rather than just stated. Useful if your team switches between agents or runs more than one against the same codebase.

claude-mdagents-mdcontextmulti-agentconfiguration
by 7fromheaven Aug 11, 2026 7/10
app GitHub

via: Neovim wrapper for driving AI coding agents without leaving the editor

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
skill GitHub

agent-traffic-control: 61 skills for running parallel Claude Code sessions on one repo

A multi-skill plugin for the case where several CC sessions share a single repository. Covers an issue-pickup claim protocol so two agents do not grab the same work, worktree isolation pitfalls, recovering from conflicting parallel PRs, subagent integrity checks, and squash/merge mechanics. The most detailed treatment of parallel-session collisions posted so far.

parallel-sessionsworktreesgitskillsplugincoordination
by wan-huiyan Aug 11, 2026 8/10
workflow GitHub

agentic-workflow-template: An "Agent Covenant" governance template for autonomous agents

A GitHub repo template that ships a governance framework — the "Agent Covenant" — defining what an autonomous coding agent may do unsupervised and where it must stop. Works across Claude Code, Antigravity, and Aider. Start here if you want guardrails scaffolded into a new project rather than written from scratch.

templategovernanceguardrailsautonomous-agentsscaffolding
by mancano-tales Aug 11, 2026 6/10
workflow GitHub

claude-phases: One PR per phase, gated auto-merge, drivable from your phone

Turns a markdown implementation plan into a phased delivery pipeline: each phase becomes its own pull request with a gated auto-merge, so you approve progress one step at a time. Because the loop runs through the repo rather than a local terminal, you can drive a session from your phone. Good fit for long builds you want to supervise asynchronously.

planningpull-requestsautomationphased-deliveryremote
by sixoverground Aug 11, 2026 7/10
app Reddit

Single-Page HTML App for Comparing Senior Living Facilities, Built with Claude Code

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
MCP GitHub

cairntir: Memory-First MCP Server That Fights Cross-Chat Amnesia

An MCP server that gives Claude Code a persistent memory layer with verbatim storage rather than lossy summaries. Retrieval is modeled as belief distributions with prediction-bound 'drawers' instead of flat vector similarity. Aimed at keeping context coherent across separate sessions.

mcpmemorycontextretrieval
by pnmcguire480 Aug 11, 2026 6/10
app GitHub

wtx: One microVM per Git Worktree for Collision-Free Parallel Agents

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

claude-pet: Linux Desktop Pet That Reacts to Claude Code Session State

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

tasq: Local-First Task Tracking Humans and Agents Can Share

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
workflow Reddit

claude-power-pack: Wave Orchestration From Spec-Kit Design to Shipped Features

Adds 'flow-wave' and 'register' commands so one orchestrator agent can drive multiple agents through waves of features. The chain runs project init, syncs planned tasks to GitHub issues, registers agents, then iterates through issues by dependency priority with approval gates. Built on Claude Code's inter-session SendMessage support.

orchestrationmulti-agentspec-drivengithub-issues
by clash_clan_throw Aug 11, 2026 7/10
app GitHub

causeway: Slack Bot Boilerplate for Driving Claude Code From Mentions and DMs

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
hook GitHub

lessons-learned: Plugin That Captures Mistakes and Replays Them Before Tool Calls

A Claude Code plugin that records coding mistakes as they happen and injects the relevant lesson back into context right before a tool call that might repeat it. The point is preventing the same error twice without stuffing everything into CLAUDE.md. Retrieval is scoped to the pending action rather than dumped wholesale.

pluginhooksmemoryerror-prevention
by joeblackwaslike Aug 11, 2026 8/10
skill GitHub

atlas-flight-booking-skill: Flight Search and Booking Skill for AI Agents

A skill that lets an agent search and book flights, auto-installing the atlas-flight CLI on first use. Demonstrates the pattern of a skill that bootstraps its own binary dependency. Niche, but a clean template for wrapping any CLI as a skill.

skilltravelclibooking
by atlas-doc Aug 11, 2026 5/10
workflow Reddit

agentic-company-seed: Operating Doctrine Kit for Running a Company on Claude Code

A distilled seed kit of the operating doctrine behind a company that runs most work through Claude Code. Covers constitution architecture, verification that executes rather than reads, delegation and model routing, governed versus passive memory, and a 31-class failure taxonomy mined from real incidents. Meant to be handed to Claude so it can generate your own version.

doctrinegovernancedelegationmemoryfailure-taxonomy
by idcydwlsnsmplmnds Aug 11, 2026 7/10
MCP GitHub

data-studio-agent: Read-Safe MCP Server for 70+ SQL and NoSQL Databases

An open-source MCP server that gives coding agents database access through DocKit and SqlKit bridges, covering more than 70 SQL and NoSQL engines. Runs local-first and defaults to read-only so an agent cannot mutate production data by accident. One integration instead of a per-database MCP server.

mcpdatabasesqlnosqllocal-first
by geek-fun Aug 11, 2026 8/10
app GitHub

tmux-ccm: tmux Attention Manager for Parallel Claude Code Sessions

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
skill GitHub

claude-scope-gate: Skills That Ask Whether a Change Is the Right Change

A set of Claude Code skills that interrogate the premise of a change before it gets built, rather than checking the code after. The argument is that code review, linters, and security scanners are all structurally downstream of the scoping decision. Sits at planning time, not review time.

skillscopeplanningreview
by Snowfly0709 Aug 11, 2026 7/10
app GitHub

openai-claude-wrapper: OpenAI-Compatible HTTP API in Front of Claude Code

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
skill GitHub

Claude-Skills: Agent Skills for Frontend, Secure Coding, Research, and Meta Ads

An open collection of Agent Skills spanning frontend engineering, secure coding practices, research, automation, and Meta Ads workflows. Follows the open Agent Skills standard so it works beyond Claude Code. Breadth over depth, but the secure-coding entries are worth a look.

skillsfrontendsecuritycollection
by sergeyizmailov Aug 11, 2026 5/10
workflow GitHub

dev-lead: Cross-Model Delegation With Adversarial Review Across Four CLI Agents

One lead agent delegates to four runtime adapters covering different CLI coding agents, with a hard rule that no change merges if it was only reviewed by its own model family. Cross-family review is meant to catch the blind spots a model shares with itself. A concrete implementation of the implementer/auditor split many people build by hand.

multi-modeladversarial-reviewdelegationorchestration
by aarontzeng Aug 11, 2026 7/10
skill GitHub

image-skills: AI Image Handoff and Deterministic Asset Processing

Open-source skills that separate the creative image-generation handoff from deterministic asset processing like resizing and format conversion. The deterministic half runs as real code rather than model output. Useful pattern for anything where you want the model to decide but not to compute.

skillimagesassetspipeline
by x0c Aug 11, 2026 5/10
skill GitHub

HMAP: Skill That Scores How Maintainable a Project Is for Humans

A Human Maintainability Assessment skill that evaluates whether a codebase remains workable by people, not just by agents. Produces a structured assessment rather than a lint report. Relevant as AI-generated code accumulates in projects humans still have to own.

skillmaintainabilitycode-qualityassessment
by hmr-BH Aug 11, 2026 5/10
skill GitHub

ai-daily-skill: Claude Code Skill That Builds a Daily AI News Digest

A skill that fetches, analyzes, and categorizes AI news on a daily schedule into a digest. Runs entirely through Claude Code rather than a separate service. Chinese-language documentation and output.

skillnewsautomationdigest
by geekjourneyx Aug 11, 2026 5/10
skill GitHub

BrotherModeUp: Skill for Plain-Language Planning and Verified Completion

A skill that reshapes Claude into a careful project partner: it plans in plain language, keeps durable state across sessions, and refuses to call work done without a passing check. Aimed at non-expert users who cannot easily audit the model's claims. The completion gate is the substantive part.

skillplanningverificationstate
by khalilmaaouni Aug 11, 2026 5/10
app GitHub

wondev: Write Agent Knowledge Once, Compile It to Every Config Format

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
hook GitHub

promptsign-plugin: Verify Signatures on Skills Before They Reach Model Context

A Claude Code plugin that checks cryptographic signatures on skills and instruction files before their contents reach model context. Targets the supply-chain risk of installing third-party skills that can inject arbitrary instructions. Verification happens at load time, not install time.

securitypluginsupply-chainsignatures
by PromptSign Aug 11, 2026 7/10
workflow GitHub

haft: Decision Engine That Flags Decisions When Their Evidence Goes Stale

Frames, compares, and records engineering decisions, then tracks decay of the evidence each one rested on so stale decisions surface instead of silently persisting. Enforces parity between what was decided and what is in the repo. Works across Claude Code, Cursor, Gemini CLI, and Codex.

decisionsadrevidencemulti-agent
by m0n0x41d Aug 11, 2026 6/10
skill GitHub

jira-ticket-builder-skill: Rough Requirements Into Jira Stories and a Diagram Portal

Turns a loose requirements document into structured Jira stories alongside an HTML portal with architecture, UI flow, and customer journey diagrams. Runs as a Claude Skill or as ChatGPT custom instructions. The diagram portal is the differentiator over plain ticket generation.

skilljirarequirementsdiagrams
by kirti Aug 11, 2026 6/10
skill Reddit

EdgeResearch: Skills That Run Measured One-Change-at-a-Time Experiments

A skill set adapted from Karpathy's research repo that freezes the success metric, changes one thing, re-measures, then keeps or discards. Applied to prompts, copy, and configuration rather than model training. Guards against the common failure of agents shipping changes that quietly make things worse.

skillexperimentsevaluationresearch
by Free_Tennis7754 Aug 11, 2026 6/10
workflow GitHub

local-llm-subcontractor: Delegate Test-Gated Grunt Work to a Local LLM

One-shot setup that wires a local model such as Qwen3.6-27B or Bonsai 27B in as a subcontractor to Claude Code or Codex via a delegate CLI. Delegated work is test-gated, so the cheap model's output has to pass before it counts. A pragmatic way to cut token spend on mechanical tasks.

local-llmdelegationcost-savingtesting
by focuslight-nr Aug 11, 2026 7/10
skill GitHub

Skillquiver: 23 Curated Agent Skills Installed as One Plugin

A bundle of 23 curated Agent Skills for Claude Code, installable as a single plugin instead of one-by-one. Once installed the skills are available across projects. Worth skimming for individual skills to lift even if you do not want the whole set.

skillsplugincollection
by Drizzy07x Aug 11, 2026 6/10
workflow GitHub

fusebase-flow: Product Owner and Developer Agent Pair for Client Work

A two-agent framework where a Product Owner agent advises what to build and an AI Developer agent ships it. Targeted at client-facing teams building internal and client apps. Built and maintained by FuseBase.

multi-agentproductframeworkclient-work
by fusebase-dev Aug 11, 2026 5/10
skill Reddit

ORC: Skill Constellation Running Intake, Plan, Subagents, and Verify

Not a runtime — markdown skills, slash commands, and model-pinned subagent definitions dropped into .claude/ that Claude Code reads as a disciplined pipeline: intake, analyze, plan, score, parallel subagents, review, verify, ship. The orchestrator never writes code itself; it scores each task 0-100 and routes accordingly. Installs via npm.

skillsorchestrationsubagentspipelineslash-commands
by JoR0th Aug 11, 2026 7/10
app GitHub

agent-marketplace: One Storefront for a Developer's Plugins and Skills

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
workflow Reddit

How One Team's Software Factory Failed Before It Worked

An engineering write-up tracing the path from 'let Claude Code implement our PRs' through realizing it does not work, to building something closer to an actual software factory. Honest about the failure modes encountered along the way. Useful counterweight to the usual success stories.

case-studysoftware-factoryprocesspost-mortem
by sn1pr0s Aug 11, 2026 6/10
app GitHub

agentscan: Offline Scanner Checking Agent Skills for Prompt Injection and Malware

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
hook Reddit

nuhuh: Stop Hook That Verifies Claude's 'Done' Claims Against Reality

A Stop hook that treats the final assistant message as a set of hypotheses and re-runs each one fresh — tests actually execute, files are actually checked, endpoints are actually hit. Motivated by research finding that 75.8% of failing agent runs that graded themselves still claimed success, and that LLM judges catch this at near coin-flip rates. Blocks completion when a claim does not hold.

hookverificationstop-hooktesting
by Due_Emu_8229 Aug 11, 2026 8/10
app GitHub

tammai-tools: Plugin for HTML Slide Decks, SVG Diagrams, and PDF Export

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
MCP Reddit

Sluice: Turn Sessions You Are Already Logged Into Into Local MCP Tools

Sits next to your existing HTTP traffic — via MITM, token extraction and replay, or browser CDP — stores it locally in SQLite, and exposes it as MCP tools with a dashboard and CLI. Instead of asking Slack or Gmail for an OAuth app or bot token, it reuses the session already open on your machine, read-only by default. Redacts and attributes captured traffic before parsing.

mcplocal-firsthttpcdpsqlite
by TheCodingTutor Aug 11, 2026 7/10
skill GitHub

idaibin/skills: Skills for Analysis, Planning, Review, and Runtime Verification

Independent Agent Skills covering repository analysis, planning, implementation, review, delivery, design, and runtime verification. Each is usable on its own rather than as a mandatory pipeline. Reasonable starting point for assembling a per-phase skill set.

skillsreviewverificationplanning
by idaibin Aug 11, 2026 5/10
MCP GitHub

forgetmenot: Single-Binary Go MCP Server for Persistent Agent Memory

A local-first memory MCP server written in Go that ships as one static binary with zero dependencies. Provides semantic recall, deduplication, provenance tracking, and conflict resolution between contradictory memories. The provenance and conflict handling set it apart from simple vector-store memory servers.

mcpmemorygolocal-firstprovenance
by iwanro Aug 11, 2026 7/10
app GitHub

Soul-Brews: Mission Control Showing Which Parallel Session Needs You

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
hook GitHub

Keepgate: Local Completion Gates Blocking Unverified Done Claims

Local-first gates that block three specific agent failure modes: unverified completion claims, blind retry loops, and reviews performed against stale state. Works across Claude Code, Codex, and Hermes. Runs entirely on your machine.

gatesverificationhooksmulti-agent
by darrien1998 Aug 11, 2026 7/10
skill GitHub

unit-cma-lite: Australian Apartment Comparative Market Analysis Skill

A Claude Code skill implementing buyer's-agent CMA methodology for Australian units and apartments using only free data sources. Open-sourced by Avocado Wealth. Domain-specific, but a solid example of encoding professional methodology into a skill.

skillreal-estateaustraliaanalysis
by mra2898 Aug 11, 2026 5/10
skill GitHub

mcp-server-skill: Skill for Building MCP Servers

A skill that guides Claude through building MCP servers, encoding protocol conventions and structure so you do not re-explain them each time. Minimal, focused scope. Useful if you write MCP servers regularly.

skillmcpdevelopment
by cyberreinxy Aug 11, 2026 5/10
skill GitHub

no-slop: Skill That Strips AI Slop From Writing and Interfaces

Checks writing and interface copy for the telltale patterns of AI-generated text, applies your own voice, then runs a final review pass. Includes safe update handling and an optional hook to run it automatically. Addresses the tone problem rather than the correctness problem.

skillwritingstylehook
by Rlegaspi562 Aug 11, 2026 6/10
app GitHub

WiseTalk: Router Plus Eight Expert Agents for Workplace Communication Coaching

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
skill GitHub

sichen-skills: Handoff, First-Principles, and Clarify-Until-Clear Skills

Three general-purpose skills validated on real projects: new-convo-handoff for carrying long projects across sessions, first-principles for reasoning from fundamentals, and clarify-until-clear for forcing disambiguation before work starts. Follows the open SKILL.md standard. Chinese-language documentation.

skillshandoffplanningclarification
by sichenai Aug 11, 2026 5/10
app GitHub

claude-persist: Claude Code Sessions in VS Code That Survive Browser Refreshes

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

agentx: Self-Hosted AI Ops Layer Routing Chat, Cron, and Webhooks to Agents

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
workflow GitHub

fluencyloop: Development Workflow That Produces Understanding Alongside Code

An AI-assisted workflow built so the human ends up understanding the code, not just receiving it. Teaches as it goes, captures decisions, generates documentation, and assembles review material. A response to the review-fatigue problem of high-volume AI output.

workflowdocumentationlearningreview
by baokhang83 Aug 11, 2026 5/10
skill GitHub

claude-skill-unity-code-architecture: Architecture Standard for Unity and C#

A Claude Code skill encoding an architecture and code-quality standard for Unity and C# game code. Covers game programming patterns, Gang of Four patterns, code smells and refactorings, SOLID, and Unity-specific pitfalls. Substantial domain depth for a single skill.

skillunitycsharparchitecturegamedev
by alpershin Aug 11, 2026 6/10
workflow GitHub

OpenSocrates: 48 Reasoning Systems Invoked Only When Deeper Thinking Helps

A local, open-source reasoning framework for Claude and Codex containing 48 authored reasoning systems, selected conditionally rather than always applied. The selectivity is the design point — the cost of deeper reasoning is only paid when it pays off. Runs entirely locally.

reasoningframeworklocalprompting
by ParkerHwang Aug 11, 2026 6/10
skill GitHub

hey-codex: Skill That Calls the Codex CLI for a Second Opinion

A Claude Code skill that shells out to OpenAI's Codex CLI for a second opinion, to hand off a task, for analysis, or to generate an image. Makes cross-model consultation a single invocation instead of a manual context copy. Russian-language documentation.

skillcodexcross-modelsecond-opinion
by warodan Aug 11, 2026 6/10
skill Reddit

Tweed: Research-Mentor Guidelines for Reviewing Study Designs and Claims

An open-source framework that makes an AI behave like an experienced research mentor — clarify the question before picking methods, prefer established solutions, avoid unnecessary complexity, and check whether claims are actually supported by evidence. Can review ideas, study designs, manuscripts, references, and methodological choices. The author is explicitly asking for critical feedback.

skillresearchmethodologyreview
by Ashamed_Charity_7063 Aug 11, 2026 5/10
app GitHub

axtory: Local-First Agent Analytics That Ties Every Number to Its Evidence

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

Recall: Local-First Search Across Your AI Coding Sessions

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
MCP GitHub

funplay-unity-mcp: Unity Editor MCP With Code Execution and Play-Mode Automation

An MCP server for the Unity Editor exposing execute_code, prompts and resources, input simulation, screenshots, and play-mode automation. The input simulation and play-mode control let an agent actually test gameplay rather than only edit scripts. Broadest Unity MCP surface currently available.

mcpunitygamedevautomationtesting
by FunplayAI Aug 11, 2026 7/10
skill GitHub

claude-skills-nederlands: 121 Free Dutch-Language Agent Skills

A collection of 121 Dutch-language skills for Claude and any agent following the open Agent Skills standard. Published free by theseo.nl. Notable mainly for its scale and for serving a non-English audience.

skillsdutchcollectionlocalization
by GianlucaNaarden Aug 11, 2026 5/10
workflow GitHub

vibestrate: Supervised Multi-Provider Coding Flow With Local Run Logs

Runs Claude Code, Codex, Gemini, Aider, or local models as a single crew while you approve the risky steps yourself. Every run log stays on your machine, and providers can be swapped without rewriting the flow. Provider-agnostic by design.

orchestrationapproval-gatesmulti-providerlogging
by guyshonshon Aug 11, 2026 6/10
app GitHub

claude-code-viewer: Full-Featured Web Client for Claude Code Projects

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

kaos-control: Single-Binary Orchestrator Driving Agents Through a Role-Gated SDLC

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

iiwi: Session Intelligence That Surfaces What Mattered in Agent Runs

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

byori: Run Claude Code and Codex Side by Side Over Shared Graph Memory

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
skill GitHub

syarif-laravel-ai-skills: Reusable Laravel Skills for Claude Code and Codex

A set of reusable Laravel-focused skills usable from Claude Code, Codex, and other AI coding assistants. Encodes framework conventions so they do not have to be re-explained per project. Straightforward but useful for Laravel shops.

skilllaravelphpframework
by soden46 Aug 11, 2026 5/10
workflow Reddit

Building an AI SRE Agent: Exception to GitHub Issue to Claude Code Action

A write-up of an on-call loop where a production exception opens a labeled GitHub issue, which triggers a GitHub Action running claude-code-action with Opus at high effort. Claude uses a skill plus a read-only CLI to pull stack traces, traces, and logs, investigates root cause, then either edits code or leaves findings. The observability tool is swappable; the Claude Code mechanics are the transferable part.

sregithub-actionsobservabilityautomationon-call
by narrow-adventure Aug 11, 2026 7/10
app GitHub

lanes: Read-Only Coordination and Situational Awareness for Local Agents

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

codex-host: Run Claude Code Directly Inside Codex Desktop

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
workflow GitHub

atelier: Software Factory Where Agents Propose and Deterministic Code Disposes

A Python ADW engine runs coding agents through bounded phases while a Next.js cockpit observes and controls them, with the split being that agents propose and deterministic code decides. Both halves meet at a single SQLite trace treated as the source of truth. A clean architecture for keeping agent autonomy bounded.

software-factoryorchestrationsqlitecockpit
by duanecilliers Aug 11, 2026 7/10
app GitHub

memgov: Gate What an Agent's Persistent Memory Is Allowed to Assert

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
workflow GitHub

j-estimate: Evidence-Based Jira Estimation and Update Workflow

A workflow for Codex and Claude Code that produces Jira estimates grounded in repository evidence rather than guesswork, then updates the tickets. Ties the estimate to what the code actually implies. Narrow but concrete.

jiraestimationworkflowplanning
by salehhashemi1992 Aug 11, 2026 5/10
workflow GitHub

Token-Efficient-Spec-Kit: Product Idea to Verified Project in Phased Steps

An engineering workflow that takes a product idea through framing, phased implementation, and explicit next steps, with token efficiency as a stated design constraint. Positions itself against heavier spec-driven kits that burn context. Ends at a verified project rather than a spec document.

spec-drivenworkflowtokensplanning
by Elguajo Aug 11, 2026 6/10
app GitHub

claude-omni-rc: Continue Claude Code Sessions From Telegram, Approvals Included

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

bibguard: Verify Citations Before They Are Written Into Your .bib

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

pier: Give Every Agent Session Its Own VM, Idle at Zero Cost

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

agent-finops: Local Cost Analytics for Claude Code With Nothing Uploaded

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
workflow GitHub

test-casebook-back-php: Persona-Matrix Playbook for Exhaustive PHP Backend Tests

An agent playbook for generating thorough backend test suites driven by a persona matrix, covering Laravel, Symfony, Slim, Mezzio, and CodeIgniter 4. The persona matrix forces coverage of role and permission combinations that ad-hoc test generation misses. Framework-agnostic within PHP.

testingphplaravelsymfonyplaybook
by techmefr Aug 11, 2026 6/10
app GitHub

wsl-cdp: Drive Your Logged-In Windows Browser From WSL2 Over CDP

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

PromptShrink: Prompt Preprocessor That Cuts Tokens Before They Are Sent

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

yaps-plugins: Local-First Dictation, Transcription, and Voice Plugins

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
skill GitHub

skills-gamedev: 22 Claude Skills for Unity, Unreal, Godot, and Roblox

Twenty-two skills aimed at game developers across Unity, Unreal, Godot, and Roblox, plus level design, narrative design, and shader authoring. Covers design disciplines and not only code. One of the broader domain-specific skill sets published so far.

skillsgamedevunityunrealgodot
by prvthmpcypher Aug 11, 2026 6/10
workflow Reddit

Running Opus as Lead With DeepSeek Subagents in One Claude Code Session

Demonstrates keeping Opus as the orchestrator while routing subagents to non-Anthropic models by pointing Claude Code at a local endpoint that remaps model names to different providers. Claude Code still spawns and manages the subagents; only name resolution changes. The author is candid that the run cost about $5 and produced little useful work — the point was proving the routing works.

multi-modelsubagentsroutingcostdeepseek
by GMeTroFuN Aug 11, 2026 6/10
command GitHub

promptpilot-plugin: Rewrite Vague Prompts Into Precise Ones Mid-Session

Takes a rough prompt and expands it into a precise, context-enriched one inside the agent session. Ships as a Claude Code plugin with native command equivalents for Codex CLI, OpenCode, Gemini CLI, and Cursor. Runs before the work starts rather than correcting it after.

promptsplugincommandcross-agent
by savasturkoglu1 Aug 11, 2026 6/10
app GitHub

yesmem: Persistent Memory With Learning Extraction for Coding Agents

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
workflow Reddit

Running a Social-Media Function on Claude Code, Not Just Code

Describes a Social Media Manager agent that discovers conversations, drafts in the author's voice, stops for approval, publishes, measures results, and returns a decision packet. Each scheduled run starts a fresh session; the function persists because instructions, state, and evidence live in a repo with a canonical CONTEXT.md rather than in the chat. A good template for running any business function on scheduled agent sessions.

automationworkflowcontentschedulingcontext
by NoFunnyMan Aug 11, 2026 6/10
workflow GitHub

flightdeck-plugin: Governed Multi-Agent Engineering on One Hash-Chained Board

A Claude Code plugin where every agent works from a single board and every action lands in one hash-chained record. The chained log makes the run history tamper-evident and auditable. Engine ships separately on PyPI as flightdeck-connect.

governancemulti-agentauditplugin
by NorthGate-Strategic-LLC Aug 11, 2026 6/10
app GitHub

cc-token-doctor: Static Auditor That Tells You What Is Wasting Tokens

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
hook GitHub

PolicyApprovalGate: PreToolUse Hook That Blocks Dangerous Bash Commands

A PreToolUse hook for Claude Code and Codex CLI that outright denies dangerous shell commands, prompts for confirmation on risky ones, and audits every call. Rules are deterministic with no LLM in the decision path, so behavior is predictable and cheap. Ideal for unattended or automated sessions.

hooksecuritybashauditpolicy
by nobuo-miura Aug 11, 2026 8/10
skill GitHub

subsquid-labs/skills: SQD's Official Agent Skills Collection

SQD's officially maintained collection of agent skills for working with their indexing platform. First-party, so it tracks the current API. Relevant for Web3 data indexing work.

skillsweb3officialindexing
by subsquid-labs Aug 11, 2026 5/10
app GitHub

TokenRadar: macOS Menu Bar App for Agent Token Usage and Run Status

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
workflow GitHub

omniconductor: One Workflow Core Installed Into Six Coding Agents

Defines your AI-coding discipline once in a tool-agnostic core, then installs it into Claude Code, Cursor, GitHub Copilot, Gemini CLI, Codex, and Windsurf. Avoids maintaining six divergent copies of the same process. Apache 2.0.

workflowportabilitymulti-agentconfig
by lee77840 Aug 11, 2026 6/10
app GitHub

dashboard-kit: Analytics Design System as a Claude Code Plugin

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
skill GitHub

Paymob-AI-Integration-Skill: Official Payment Integration Skill for Claude Code

Paymob's official skill covering the Intention API, HMAC verification, mobile wallets, BNPL, and Apple Pay across Node.js, Python, PHP, Flutter, and more. Being first-party means the integration details stay current. A good example of a payment provider shipping agent-ready docs.

skillpaymentsofficialapiintegration
by PaymobAccept Aug 11, 2026 6/10
MCP Reddit

An Intent-Registry MCP That Stops Parallel Sessions From Duplicating Work

A small MCP server acting as an intent registry: before editing, an agent records what it intends to do and checks for related work already in flight. Worktrees isolate files but do nothing to stop two agents reinventing the same thing or making incompatible architecture calls — this slots in after planning and before editing. Motivated by repeated rework discovered only at PR time.

mcpcoordinationparallel-sessionsworktreesintent
by sledmonkey Aug 11, 2026 7/10
skill GitHub

agent-skills-collection: Curated Modular Skills for LLM Agents

A curated set of modular skills intended to be mixed and matched across LLM-based agents. Each skill is self-contained rather than part of a fixed pipeline. General-purpose collection.

skillscollectionmodular
by oliverb-io1902e8 Aug 11, 2026 5/10
skill GitHub

ai-video-generator-claude: 10 Skills for Studio-Quality AI Video Prompts

Ten Claude skills that generate structured video prompts for Seedance 2.0 on Higgsfield, spanning viral hooks, SaaS demos, personal brand, faceless content, and luxury aesthetic. Encodes prompt structure per format rather than leaving it freeform. Marketing-oriented rather than engineering-oriented.

skillsvideopromptscontentmarketing
by rediumvex Aug 11, 2026 5/10
app GitHub

cc-router: Bundle Scattered Token and API Plans Into One Virtual Plan

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
skill GitHub

social-media-caption-generator-claude: Captions for Reels, TikTok, and Shorts

A skill that turns text, a script, or a screenshot into ready-to-post captions for Instagram Reels and Carousels, TikTok, Threads, Facebook, and YouTube Shorts. Tuned toward shares, saves, and completion rate per platform. Built by a creator with a large Instagram following.

skillsocial-mediacontentmarketing
by rediumvex Aug 11, 2026 5/10
skill GitHub

hormozi-sales-cold-outreach-claude: Offer Building and Cold Outreach Skills

Three skills encoding Alex Hormozi's frameworks: building offers, running a 0-to-$10M business playbook, and writing cold outreach. Turns a well-known business methodology into agent-callable steps. Business-oriented rather than technical.

skillsalesoutreachbusiness
by rediumvex Aug 11, 2026 5/10
workflow GitHub

claude-craft: Installable Rules, Agents, and Commands Across Tech Stacks

A framework for installing standardized rules, agents, and commands into projects across multiple technology stacks. Gives new projects a consistent Claude Code baseline instead of copying config by hand. Broad in scope.

frameworkrulesagentscommandsconfig
by TheBeardedBearSAS Aug 11, 2026 6/10
skill GitHub

claude-codex-subagent: Run OpenAI Codex as a Subagent Inside Claude Code

A Claude Code skill plus watchdog runner that delegates tasks to OpenAI Codex (GPT models) as a subagent, with no background daemon required. Claude dispatches the work and the watchdog supervises the run and returns the result. Useful for cross-model second opinions or offloading work to a different model without leaving your session.

codexsubagentskillmulti-model
by caesay Aug 11, 2026 7/10
app GitHub

inhouse: Portuguese-Language App Builder Driven by Your Claude Code Subscription

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

nanocode: A Minimal Claude Code Alternative for Agentic Coding

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
workflow GitHub

claude_agents_gamekit: Multi-Agent Game Dev Workflows for Unity, Godot, and Cocos

A kit of Claude Code multi-agent workflows aimed at game development across Unity, Godot, web, WeChat Mini Games, and Cocos Creator. Each engine gets agent roles and task pipelines rather than one generic prompt. Useful if your project spans more than one engine or you want a starting structure for game-dev agents.

game-devunitygodotmulti-agent
by maybugwaterbutt646 Aug 11, 2026 6/10
app GitHub

friday-ai: Cross-Repo AI Dev Automation Platform With Feishu Integration

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
hook GitHub

agentic-preflight: Push Gate That Blocks Unverified Agent Work

A state machine that records a per-commit review verdict and refuses the push until that commit has actually been reviewed. Your own coding agent does the reviewing; the tool tracks and enforces the outcome. It closes the common failure mode where an agent commits and pushes work nobody verified.

git-hookreview-gateverificationpre-push
by elanthus Aug 11, 2026 8/10
app GitHub

llm-wiki: Local-First Markdown Memory Shared Across Coding Agents

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
skill GitHub

claude-skills-czl: Drop-In CLAUDE.md Baselines, Skills, and Enforcement Hooks

An opinionated bundle of Claude Code configuration — CLAUDE.md baselines, skills, slash commands, and hooks that enforce the stated rules. It is meant to be copied into any project as a starting point rather than assembled piece by piece. A useful reference if you are standardizing setup across several repos.

claude-mdskillsslash-commandshooks
by Cristhianzl Aug 11, 2026 6/10
workflow GitHub

hearting: One Portable Agent Contract Projected Onto Claude Code, Codex, and OpenCode

Defines a single agent configuration contract and projects it onto three harnesses, with routed capabilities, sealed cross-harness dispatch, per-node model tiers, and a live fleet view. The goal is to stop maintaining parallel setups for each tool. Formerly published as agent_setting.

multi-harnesscodexopencodeorchestration
by dmlguq456 Aug 11, 2026 6/10
MCP GitHub

FirekeepHQ: Self-Hosted Memory and Governance for MCP Agents

A self-hosted service providing memory, session continuity, and governance policy to MCP-speaking agents including Claude Code, Codex, Kiro, and OpenCode. Because it is one shared backend, context and rules apply consistently whichever agent you reach for. Suited to teams that do not want agent state living in a vendor cloud.

mcpmemorygovernanceself-hosted
by kapella-hub Aug 11, 2026 6/10
app GitHub

claude-memory-light: Full Session Memory for Claude Code in One Rust Binary

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

Pulse: Static Security and Policy Audit for AI Agent Frameworks

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
skill GitHub

ai-system-engineer-skill: Turn Messy AI Prototypes Into Structured Systems

An Agent Skill that applies systems-engineering discipline to prototype agent workflows, pushing them toward defined structure and explicit validation. It targets the stage where a working hack needs to become something maintainable. Installs as a skill rather than requiring a framework migration.

skillsystems-engineeringvalidationrefactoring
by Odinary-AI Aug 11, 2026 6/10
workflow GitHub

agents_pipeline: Codex-First Multi-Agent Toolkit That Exports to Claude Code

A multi-agent workflow toolkit with global skills, workspace-local model profiles, and a runtime-neutral core, built Codex-first but able to export configuration for Claude Code and Copilot. The neutral core is the point — author once, project onto each runtime. Handy for teams split across different coding agents.

multi-agentcodexpipelineportability
by bohewu Aug 11, 2026 6/10
workflow GitHub

IMPLEMENTAUDIT.md: Nested Engineering Loops That Re-Verify Until Closure

A prompt-level system of nested loops covering planning and executing repo work, safely implementing audit findings, greenfield design, brownfield improvement, and learning from failures. Each loop re-verifies its own output until the issue is genuinely closed. It ships as a single markdown contract, so adoption cost is low.

auditself-correctingplanningmarkdown
by theislampill Aug 11, 2026 5/10
workflow GitHub

workManagementClaudePlugin: Request-to-Done Delivery Model as a Plugin

A Claude Code plugin marketplace packaging a project-agnostic work-management model: Request to Work item to Active release to Done. It gives AI-supported development a consistent delivery structure instead of ad-hoc task tracking. Installs via /plugin marketplace add and auto-updates as the version bumps.

pluginmarketplacework-managementdeliveryproject-management
by martynjsimpson Aug 10, 2026 6/10
app Reddit

hooop: Collaborative Claude Code Sessions in a Docker Sandbox

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
MCP GitHub

Antevo Plugins: Wealth and Market MCP Connectors for Claude

A set of Claude plugins and MCP connectors from Antevo covering portfolios, risk, markets, and geopolitics, plus a public Executive Brief feed. Works with any MCP client, not just Claude Code. Security posture is conservative: OAuth for personal data, read-only access, and explicit confirmation on every change.

mcpfinanceportfoliomarketsoauthconnectors
by ANTEVO-CH Aug 10, 2026 5/10
MCP GitHub

Lad MCP Server: Multi-Model Code and Design Review for Coding Agents

An MCP server that gives coding agents (Claude Code, Cursor, Codex) an autonomous reviewer for both code and system design. It routes reviews through OpenRouter to reach multi-model consensus rather than trusting a single opinion, and pulls context via Serena so reviews are grounded in the actual codebase. Useful as a second pair of eyes inside an agent loop.

mcpcode-reviewdesign-reviewopenrouterserenamulti-model
by Shelpuk-AI-Technology-Consulting Aug 10, 2026 7/10
app GitHub

claude-memory-tidy: Keep MEMORY.md From Silently Truncating

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
command GitHub

claude-code-workflow: Nine Slash Commands for a Shipping Pipeline

A set of nine slash commands that chain Claude Code into an end-to-end shipping pipeline: plan, build, inspect, commit, release. Each stage is a discrete command, so you can drop in at any point rather than running the whole sequence. Aimed at teams who want a repeatable path from idea to release.

slash-commandspipelinereleasecommitworkflow
by ledtorch Aug 10, 2026 6/10
skill GitHub

cs-automation-skills: Eight Claude Code Skills for Customer Success

Eight Claude Code skills targeting enterprise customer success work: health scoring, QBR preparation, onboarding diagnostics, and punchout troubleshooting. A useful example of packaging non-engineering business processes as skills. Niche unless you work in enterprise CS.

skillscustomer-successenterpriseqbronboarding
by Prashanthvara Aug 10, 2026 5/10
app GitHub

agent-history: Local Semantic Search Over Your AI Agent Session Transcripts

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
skill GitHub

easy-prd-testing: PRD-Driven Automated Testing Skills with Execution Gates

A set of skills for Claude Code and Codex that drives automated testing from a PRD or prototype rather than from ad hoc prompts. Covers requirement clarification, test planning, execution gating, evidence collection, XMind mind maps, and regression runs. Documentation is in Chinese.

testingprdqaregressionchinese
by dszblackmagic Aug 10, 2026 6/10
app GitHub

code-server Dev Container with Claude Code CLI, ai-jail, and Rootless Docker

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
skill Reddit

Opus 5 Resolves Contradicting CLAUDE.md Rules by Position, Not by Flagging

Report that when two instructions in CLAUDE.md conflict, Opus 5 silently commits to whichever appears later in the file and drops the earlier one, instead of wavering or raising the conflict. Older models tended to split the difference, which at least made the contradiction visible in the output. Practical takeaway: audit your instruction file for conflicts and put the rule you actually want lower in the file.

claude-mdopus-5instructionscontext-engineering
by cleverhoods Aug 10, 2026 7/10
workflow GitHub

exosuit: Drop-In Engineering Org — 43 Skills, 8 Agents, 13 Hooks

A large opinionated Claude Code bundle that models a whole engineering organization rather than a single helper. It layers deep idea interrogation up front, TDD sprints during implementation, and hook-enforced quality gates before work is accepted. Ships 43 skills, 8 agents, and 13 hooks as one installable unit.

plugintddquality-gatesagentshooks
by joris887 Aug 10, 2026 7/10
skill GitHub

Helpful-Claude-Skills: Free Open Collection of Agent Skills for Claude

An open, freely licensed collection of Agent Skills that work in both Claude Code and Claude Desktop. Useful as a starting library if you want working skill examples to copy and adapt rather than authoring from scratch.

skillscollectionclaude-desktopopen-source
by jmadden Aug 10, 2026 6/10
workflow Reddit

86 Agent PRs Touched CLAUDE.md — Humans Reviewed the File Exactly Once

A scan of 2,204 merged agent-authored PRs on public GitHub found 86 that modified an instruction file (CLAUDE.md, AGENTS.md, .mcp.json, .cursor/, copilot-instructions.md). Of the 68 that modified an existing file, zero drew a human comment on the file itself, even in repos where the surrounding PR was reviewed. The file steering your agents effectively gets reviewed once, on the day it is created.

claude-mdcode-reviewresearchagents-mdgovernance
by Due_Emu_8229 Aug 10, 2026 7/10
skill GitHub

verifiable-agent-skills: 7 Skills to Stop AI Fabrication and Fake Completions

Seven methodology skills aimed at the failure modes where an agent invents data, reports work as done when it is not, or loses context when a session hands off. Each skill pushes the agent toward claims that can be verified and traced back to evidence. Bilingual Chinese and English documentation.

verificationhallucinationskillstraceabilitychinese
by billyzhou0-0 Aug 10, 2026 6/10
app GitHub

claude-afk: Continue a Live Claude Code Session from Telegram

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

meus-salvos: Turn Instagram Saved Posts Into a Library Claude Can Read

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
skill GitHub

htmldeck: Single-File HTML Decks via a 163-Rule Claude Code Design System

A Claude Code plugin that produces presentations as one self-contained .html file you can double-click and view with the network off. It enforces a 163-rule design system, runs a build check that names every rule it could not satisfy, and finishes with a deliberately blunt critique pass. Targets the problem of slides that visibly look machine-generated.

presentationshtmldesign-systempluginoffline
by uchimata2 Aug 10, 2026 7/10
MCP GitHub

proton-mail-bridge-client: Local-First Proton Mail MCP and CLI

An MCP server plus CLI that talks to Proton Mail through the official Proton Bridge, keeping mail access local. Supports search, read, draft, send, and sync, so Claude Desktop or a terminal agent can act on your mailbox. Good fit for people who want mail automation without handing a third party their credentials.

mcpemailprotonprivacycli
by googlarz Aug 10, 2026 7/10
app GitHub

fama: Local Live Dashboard and Voice Narration for Claude Code

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

secretsd: Terminal Credential Broker for Agentic Workflows with SOPS+age

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
workflow GitHub

system-architecture-capture: Reverse-Engineer Monorepos Into OKF Schemas

Builds a persistent architecture knowledge base by reverse-engineering monorepos and multi-repo setups into standard OKF schemas (PKC and SAC). Ships as plugins for Claude Code, Grok, Codex, and OpenCode, so the captured architecture is reusable across tools. Useful for onboarding agents onto large existing systems.

architectureknowledge-basemonorepoplugindocumentation
by SpillwaveSolutions Aug 10, 2026 6/10
skill GitHub

nestjs-hexagonal: Claude Code Plugin for DDD, CQRS, and Hexagonal NestJS

A Claude Code plugin for building NestJS bounded contexts using hexagonal architecture, DDD, CQRS, and event-driven patterns. Bundles 10 skills and 8 agents split across Opus and Sonnet, with a TDD workflow and GSD compatibility. Opinionated but concrete if you already work this way.

nestjsdddcqrshexagonaltddplugin
by Softtor Aug 10, 2026 6/10
skill GitHub

skill-email-html-mjml: Cross-Client HTML Email with MJML

A Claude Code skill that generates HTML email using MJML so the output survives real mail clients. Output is Outlook-safe, Gmail-optimized, and meets WCAG 2.1 AA accessibility. Removes most of the trial and error from hand-writing table-based email markup.

emailmjmlhtmlaccessibilityskill
by framix-team Aug 10, 2026 6/10
skill GitHub

personify: Revise Text to Keep Your Voice and Strip AI Writing Tells

A Claude skill that reviews and rewrites text to remove the stylistic tells of AI generation while preserving the author voice. Rather than a generic humanizer, it works from your existing writing as the reference point. Useful for anyone drafting with Claude but publishing under their own name.

writingstyleeditingskillvoice
by smartwatermelon Aug 10, 2026 7/10
app GitHub

horsie: Open-Source Agent Harness with Durable Sessions and Sandboxes

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
skill GitHub

paperasse: AI Agent Skills for French Bureaucracy — Accountant, Notary

A collection of skills that give AI agents domain knowledge of French administrative processes, with specialized roles such as accountant and notary. Narrow in scope but a good template for how to package regional or regulatory expertise as agent skills. Documentation is in French.

skillsfrancebureaucracydomain-expertisefrench
by romainsimon Aug 10, 2026 5/10
skill Reddit

Slushpile: nine skills that model the applicant queue, not the job description

A plugin of nine Claude Code skills for job hunting that scores you against the other applicants in a req's queue rather than against the job description itself. An onboarding interview writes four files you keep (profile, preferences, stories, search state), and subsequent commands search job boards and tailor material against them. The argument is that a 91% JD match is a rejection if the queue's 75th percentile sits at 94%.

job-searchskillsresumeplugin
by aaddrick Aug 10, 2026 7/10
app GitHub

claude-artifact-viewer: Windows folder-watching viewer for Claude Code artifacts

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
workflow Reddit

Cutting Claude Code usage in half: what the CULP author does by hand

The author of a usage-limits SaaS walks through the techniques their tool automates, explicitly so readers can do it without buying anything. Covers where token burn actually comes from in a normal session and which habits move the number most. Self-promotional framing, but the underlying advice stands on its own.

usage-limitstokensoptimization
by echasse Aug 10, 2026 5/10
app GitHub

Resume-Builder: resume generator plugin with dual ATS and HR scoring

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

nexus: plugin-first terminal workspace for Claude Code and Codex

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

OmniToken: cross-device token accounting for Claude Code in a single Go binary

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

Rate-limit usage in the Claude Code status line, including window reset time

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

sidetap: let Claude control a real iPhone from Windows

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
MCP GitHub

jiphyeonjeon-agent: MCP bridge for paper search, deep review, and curricula

An MCP server bridging Claude to the 집현전 PaperReviewAgent, exposing academic paper search, in-depth review, bookmarking, and generated study curricula as tools. Useful if literature review is part of your coding work rather than a separate task.

mcpresearchpaperskorean
by KimJiSeong1994 Aug 10, 2026 5/10
app GitHub

ai-website-cloner-template: clone a website with one agent command

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
skill GitHub

handdrawn-ppt: turn one character image into hand-drawn presentation decks

A Claude skill that takes a single character illustration and produces a full hand-drawn-style deck around it, including research with cited sources plus charts, tables, and flow diagrams. Supports Korean and English.

slidesdesignkoreanresearch
by moongiadventures-dev Aug 10, 2026 5/10
skill GitHub

dream-skill: memory consolidation with snapshots and one-command rollback

Consolidates a project's accumulated agent memory in passes: a read-only 'dream' pass that only proposes, a checkbox and validator gate before anything is written, and a full-auto mode once you trust it. Every run snapshots first and rolls back with one command, and the tooling never calls rm.

memoryconsolidationsafetyrollback
by timoncool Aug 10, 2026 7/10
app GitHub

rubato: run Claude Code in the browser with a self-setup multi-session hub

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

grillboard: browser-based decision-tree interviews that write docs back

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

XAFLogicExplainer: extract DevExpress XAF app logic for coding agents via Roslyn

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
skill GitHub

klinko-content-strategy-builder: prioritize topics, formats, and channels

An agent skill for content strategy work: ranks the questions your audience actually asks, then maps them to topics, formats, channels, and where to invest. Business-side rather than engineering, but it is a real skill you can install.

content-strategymarketingplanning
by klinkoai Aug 10, 2026 5/10
skill GitHub

touchstone: build agent skills and prove they work with paired baseline evals

A toolkit for authoring agent skills for Claude Code, Codex, and OpenCode that pairs every skill with a baseline eval, so you can measure whether the skill actually changed behavior versus the model doing it anyway. That baseline comparison is the part most skill repos skip.

skillsevalstestingcodexopencode
by ecoma-io Aug 10, 2026 8/10
skill GitHub

mywholelife: self-managing long-term agent memory with a Claude Code boot skill

A persistent memory store plus a Claude Code skill that teaches the agent how to boot from it, recall relevant pieces, and consolidate new material at the end of a session. The skill half is what distinguishes it from a plain memory database.

memorypersistencecontext
by ChrisZhangJin Aug 10, 2026 6/10
workflow GitHub

apex-unified: zero-dependency prompt orchestrator with 5 modes and 39 skills

A prompt orchestration layer spanning 5 modes, 7 phases, 39 skills, and 18 agents, packaged as a plugin for Claude Code, OpenCode, Codex, Cursor, and several others. Zero dependencies, so it installs as prompt assets rather than a runtime.

orchestrationpluginskillsagents
by lhbsaa Aug 10, 2026 6/10
hook GitHub

kuro-lean: compress shell output and block token-hungry calls before they run

Attacks agent token cost from four directions: compresses shell command output before it reaches context, blocks calls it predicts will be expensive, prices the running session live, and recovers sessions whose prompt cache expired. Built on Bun for Claude Code.

tokenshooksbuncost
by kurovu146 Aug 10, 2026 7/10
workflow GitHub

claude-code-loops: agent loops that stop on a machine-evaluated condition

Companion code to a book on building Claude Code loops whose exit condition is evaluated by a computer, not asserted by the agent. It refuses to advance on the model's own say-so and prints what each iteration cost. The 'agent said it was done' failure mode is exactly what this targets.

loopsverificationcosteducation
by regardo911 Aug 10, 2026 7/10
skill GitHub

production-architecture-guardian: audits that never invent config numbers

A skill and subagent pair for production architecture work, auditing and designing for scalability, security, performance, and reliability. Its stated constraint is that it never fabricates a configuration number, which is the usual failure mode of architecture advice from LLMs.

architectureauditsubagentproduction
by dankofly Aug 10, 2026 6/10
app GitHub

sesame: broker authenticated HTTP requests so agents never see credentials

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
MCP GitHub

mcp-stateless-conformance: machine-checked conformance for public MCP servers

Runs machine-checked conformance tests of publicly available MCP servers against the 2026-07-28 stateless spec, publishing which servers actually comply. Useful both as a compatibility reference and as a template for testing your own server.

mcpspecconformancetesting
by Neeeophytee Aug 10, 2026 7/10
app GitHub

mulpex: macOS app running parallel Claude Code sessions with per-file locking

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
skill GitHub

skill-tuner: verify a SKILL.md edit actually worked and still routes

Probes a SKILL.md, AGENTS.md, or CLAUDE.md to find out whether a change to it actually altered agent behavior, applies fixes that three independent skeptic passes agree on, and re-checks that the description still routes correctly. Treats agent-consumed documents as things you test, not things you hope about.

skillsevalsclaude-mdtesting
by StartupBros-com Aug 10, 2026 8/10
workflow GitHub

ephemeris: regression test harness for your agent harness

Checks agent execution traces against a machine-checkable model of the procedure your team intended, then measures whether a change to your harness actually improved anything. Aimed at teams who keep tweaking prompts and hooks without knowing if it helped.

testingtracesharnessevals
by alpha0301 Aug 10, 2026 7/10
app GitHub

harness-ai-kit: package manager for skills, CLIs, MCPs, and loops across agents

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
workflow GitHub

relayforge: contained agent team orchestrator with worktrees and sandboxing

Orchestrates a plan, implement, review, verify agent team with each agent in its own git worktree, contained by Bubblewrap and cgroups, driven from a local control plane. The containment layer is more serious than most orchestrators bother with.

orchestrationsandboxworktreessafety
by arbazkhan971 Aug 10, 2026 7/10
app GitHub

AuditSentry: smart contract security auditing for Claude Code with exploit PoCs

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
skill GitHub

handoff-prompt: compress a session into a handoff the next one can execute

Turns a finished agent session into a structured handoff document containing what was decided and what remains, so the next session can act without re-diagnosing the problem. A cheaper alternative to dragging a long transcript forward.

handoffcontextsessioncontinuity
by Xuepoo Aug 10, 2026 6/10
workflow GitHub

artibot: agent OS for Claude Code with 28 agents, 114 skills, and 72 commands

A large opinionated framework built around dual-process cognition, lifelong learning, parallel agent teams, and a planning pipeline that produces PRDs, ADRs, and TODOs. Cross-platform install. Substantial surface area, so expect to adopt the whole model rather than pieces.

agentsskillscommandsframework
by Yoodaddy0311 Aug 10, 2026 5/10
app GitHub

Sensei: self-hosted gateway that compresses prompts before they leave

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
skill GitHub

i18n-guard: catch untranslated UI strings across 7 i18n stacks

A Claude Code skill that finds hardcoded UI strings that never made it into a translation catalog, and keeps catalogs in sync across seven different i18n frameworks. Exactly the tedious, mechanical check that agents are good at and humans skip.

i18ntranslationlintingfrontend
by omerfarukorc Aug 10, 2026 7/10
workflow GitHub

inside-coding-agents: a handbook and lab for coding agent architecture

A visual, evidence-backed handbook plus a hands-on lab covering coding agent architecture: harness design, tool definitions, context management, sandboxing, and reproducible traces. Documentation rather than tooling, but it is the kind of grounding most agent projects lack.

architectureharnesseducationtraces
by vpromise Aug 10, 2026 7/10
app GitHub

session-optimizer: prompt refinement, context guard, and telemetry plugins

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

bosun: tmux-native orchestrator for AI agent sessions in Rust

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

agent-notify: show coding agent status on a UHK80 keyboard OLED

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
workflow GitHub

ai-craftsman-superpowers: a rules engine enforced in hooks and CI

A Claude Code plugin with five language packs (Symfony, React, Python, Bash, AI/ML) and a three-level rules engine enforced both in hooks and in CI, so standards apply at write time and at merge time. Adds a correction-learning loop and 12 specialized agents.

pluginruleshooksciagents
by BULDEE Aug 10, 2026 6/10
workflow GitHub

cafleet: multi-agent orchestrator across coding agent providers

Coordinates a fleet of coding agents from different providers on the same work, rather than assuming every agent is the same CLI. Useful if you deliberately mix models for cost or capability reasons.

orchestrationmulti-agentcross-provider
by himkt Aug 10, 2026 6/10
skill GitHub

reasonix_skill_repo: 12 self-contained skills from patent search to local OCR

Twelve independent agent skills covering patent search, document-to-skill conversion, web scraping, local OCR, project migration, Obsidian and OneNote note handling, remote deployment, and multi-machine sync. Each is self-contained, so you can take one without the rest.

skillsocrresearchobsidian
by Linearl Aug 10, 2026 6/10
hook GitHub

claude-code-hooks: block secrets, gate config changes, and nudge compaction

Three zero-dependency hooks that stop secrets from being written into source, require real verification before config changes land, and nudge compaction at safe boundaries instead of mid-task. Small and readable enough to audit before installing.

hookssecuritysecretscompaction
by Adarsh350 Aug 10, 2026 7/10
skill GitHub

claude-skills-kit: 7 interconnected skills from prompt polishing to focus groups

Seven skills designed to work together: prompt polishing, an engineering workflow, web research, knowledge ingestion, an advisory board, and focus group simulation. The interconnection is the pitch, since output from one feeds naturally into the next.

skillsresearchpromptsworkflow
by Abed-Zahed Aug 10, 2026 6/10
MCP Reddit

A shared knowledge layer behind MCP that captures lessons between sessions

A knowledge layer exposed through a single MCP endpoint that any client can query, letting an agent pull validated information before answering and capture solved problems back as reusable pieces. It can also infer lessons from a session automatically instead of requiring you to write notes.

mcpknowledgememorytokens
by Equivalent-Club-2118 Aug 10, 2026 5/10
workflow Reddit

AMH: a boring maintenance harness for when vibe-coded projects get real

An operating harness for the transition from weekend vibe-coding to software you maintain. Targets three specific failures: every session starting with amnesia, old bugs reappearing, and changes marked verified that were never actually tested. Deliberately unexciting, which is the point.

governancemaintenanceverificationharness
by v_uurtjevragen Aug 10, 2026 7/10
app GitHub

tracelens: local-first browser debugger for AI agent traces

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

nextcourse: an agent that designs courses before it generates slides

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
workflow Reddit

The review loop one team landed on after agents started merging too fast

A post-mortem on four production regressions in six weeks after going all-in on agents. The author's conclusion is that generation quality was never the problem: agent changes did exactly what the ticket asked while quietly altering adjacent behavior no test covered, because the suite was written when a human knew what they had touched. Describes the review loop they built to close that gap.

reviewregressionsprocesstesting
by Potential_Orchid_590 Aug 10, 2026 7/10
workflow Reddit

Stop patching model behavior — switch models or tools instead

Argues that fighting a model's default behavior with system prompt patches is a losing strategy, and that picking a different model or tool that already behaves the way you want is more durable. Aimed at the endless stream of 'fix the model' advice that circulates after each release.

modelspromptingopinion
by rafal-kochanowski Aug 10, 2026 5/10
workflow GitHub

sdd: spec-driven development for Claude Code, sized to the task

Spec-driven development that scales the ceremony to the size of the work via a tier table, with execution rules, artifact skeletons, and skills for building and maintaining a project's architectural canon. The tiering matters: most SDD frameworks impose the same weight on a typo fix and a rewrite.

spec-drivenplanningarchitectureskills
by kremniov Aug 10, 2026 7/10
skill GitHub

analyst-toolkit: BRD/NFR/ADR templates with skills that review against them

A requirements framework pairing BRD, NFR, and ADR templates with explicit quality rules, plus agent skills that both draft documents and review them against those rules. Templates and prompts are structured to stay in sync rather than drifting apart.

requirementstemplatesanalysisadr
by YuliaMelekhova Aug 10, 2026 6/10
skill GitHub

taste: learned coding preferences for Claude Code, stored as readable markdown

Captures your coding preferences from real signals during sessions and stores them as plain markdown you can read, edit, and delete, shared across a team over git. The readability and the delete path are what separate it from opaque memory systems.

preferencesmemorymarkdowngit
by toshon-jennings Aug 10, 2026 7/10
app GitHub

areco: drive Claude Code and Codex from your browser or phone

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
skill GitHub

Quant-Off skills: security audit marketplace for crypto and binary review

A Claude Code plugin marketplace of evidence-based security auditing skills, including constant-time crypto review, checks for whether mitigations survived compilation into the binary, and zero-trust codebase audits. Considerably more specialized than generic 'find vulnerabilities' skills.

securityauditcryptographymarketplace
by Quant-Off Aug 10, 2026 7/10
workflow Reddit

Cutting a fresh Claude Code session from 35K to 13K startup tokens

A walkthrough of auditing what loads into a new session before you type anything, using /context all, and cutting the parts you never actually use. The author's setup went from roughly 35K to 13K startup tokens in one pass. Approximate numbers from a personal setup, but the method transfers.

contexttokensoptimizationclaude-md
by LorenzoSith Aug 10, 2026 7/10
hook GitHub

mobius-browser-guard: an action-ladder permission gate for Claude in Chrome

A permission gate for Claude in Chrome built as an escalating action ladder, designed so containment does not depend on correctly detecting an attack. That framing matters for prompt injection, where detection is the part that keeps failing.

securitybrowserpermissionscontainment
by mobius-style Aug 10, 2026 7/10
workflow GitHub

specclaw: spec-driven development framework for Claude Code

A spec-driven development framework for Claude Code, structuring work from specification through implementation. One of several SDD approaches circulating; worth comparing against the alternatives before committing.

spec-drivenframeworkplanning
by chan4lk Aug 10, 2026 5/10
MCP GitHub

open-codebase-index: semantic codebase search in Rust for MCP hosts

Semantic indexing and search over a codebase, built on Rust and tree-sitter, exposed to OpenCode, Claude, Codex, Pi, Jcode, and any MCP host. The tree-sitter foundation means results follow syntactic structure rather than raw text proximity.

searchindexingrusttree-sittermcp
by Helweg Aug 10, 2026 7/10
skill GitHub

authoring-kaltura-docs-skill: a Diátaxis documentation expert skill

An agent skill encoding Diátaxis documentation practice for Kaltura's docs, installable via Claude Code, GitHub Copilot, and Claude Desktop. Vendor-specific in its content, but a usable reference for how to encode a documentation framework as a skill.

documentationdiataxiswriting
by kaltura Aug 10, 2026 5/10
workflow GitHub

agent-protocol: an edit-approval protocol and error post-mortem log

A written protocol for approving agent edits plus a running log of error post-mortems, distilled from developing a commercial project with a coding agent. Russian-language, and process rather than tooling.

processgovernancerussianpostmortem
by mrdronru Aug 10, 2026 5/10
workflow GitHub

foreman-router: route work so expensive models stop searching your repo

Routes work across persistent Claude sessions and models so your expensive model spends its context reasoning rather than burning it on repository search. The economic framing is right: search is the cheapest thing to delegate downward.

routingmodelscostsessions
by singoesdeep Aug 10, 2026 7/10
app GitHub

ai-souls: Dark Souls screens for your coding agent

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

android-harness: drive an Android phone from Windows over ADB

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
skill GitHub

saas-preflight: pre-ship audit for billing and data-isolation holes

A pre-ship audit skill for SaaS products that take money, targeting the billing and tenant data-isolation gaps that generic scanners miss on Next.js, Supabase, and Stripe stacks. Narrow stack focus is what lets it check things a general scanner cannot.

securitysaasstripesupabaseaudit
by Comoco235 Aug 10, 2026 7/10
workflow Reddit

132 days of a self-rewriting agent, curated into a book from its own journals

A 200-line program was given its own source code, a goal, and a rule: wake every 8 hours, improve something, keep the change only if the tests prove it safe. 132 days and about 600 sessions later it is 115,000 mostly self-written lines, and it journaled a letter to its next version every night. The book is those letters, curated with Claude Code.

self-improvementagentsjournalexperiment
by liyuanhao Aug 10, 2026 6/10
app GitHub

vibe-revert: flag risky agent changes and restore uncommitted work

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
skill GitHub

linkly-notes-skill: friction-free capture and verified recall for a personal KB

A note-taking skill for a personal knowledge base built around one-sentence capture, verified recall rather than hallucinated retrieval, and tags that grow out of your own notes instead of a fixed taxonomy. Bilingual Chinese and English.

notesknowledge-basememorychinese
by logog782-cmyk Aug 10, 2026 5/10
MCP GitHub

open-computer-use: give any LLM a Docker workspace with browser and sub-agents

An MCP server that hands a model its own managed Docker workspace with a live browser, terminal, code execution, document skills, and autonomous sub-agents. Self-hosted and model-agnostic, so it is not tied to one provider's computer-use API.

mcpcomputer-usedockerself-hosted
by Wide-Moat Aug 10, 2026 7/10
skill GitHub

prove-it: a claim taxonomy and protocol for catching false completions

Catalogs ten ways agents claim work is done when it is not, provides a taxonomy for classifying those claims, and defines a protocol for catching them before the change ships. Directly targets the most expensive agent failure mode.

verificationqualityprotocoltesting
by Nagacash Aug 10, 2026 7/10
app GitHub

graphward: private local-first code intelligence for coding agents

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
skill GitHub

simplicio-sprint: read a Jira sprint, then verify it against repo architecture

A multi-agent skill that reads a sprint from Jira or Azure DevOps and then verifies the work against how the repository is actually structured, rather than taking the ticket description at face value. Works with Claude, Codex, Hermes, Openclaw, and Copilot.

jiraazure-devopssprintmulti-agent
by wesleysimplicio Aug 10, 2026 6/10
workflow GitHub

keel: a five-stage SDLC for Claude Code with a named subagent per role

Splits the development lifecycle into five stages, one skill per stage, with a named subagent for every role and hard gates between stages where correctness matters more than speed. The explicit gates are the differentiator from looser workflow packs.

sdlcsubagentsgatesworkflow
by AWenSu Aug 10, 2026 7/10
workflow GitHub

QA_FlowKit: portable starter kit taking AI-assisted QA from PRD to Gherkin

Copy a .qa-ai/ directory into any QA or automation repo and it bootstraps agent commands that carry work from PRD and requirements through Gherkin tests, TestRail planning, traceability, automation feasibility, and PR-ready artifacts. Tool-agnostic across Claude Code, OpenCode, and Codex.

qatestinggherkintestrail
by warante Aug 10, 2026 6/10
skill GitHub

research-bot: SDLC modernization skills for regulated environments

A Claude Code skill toolkit for teams modernizing SDLC under regulatory constraints, covering research digests, Copilot and GHAS governance, and an Obsidian-backed knowledge vault. Specific to regulated contexts, which most agent tooling ignores.

researchgovernanceobsidiancompliance
by themarmack Aug 10, 2026 5/10
skill GitHub

attention-span: ADHD-friendly output styles for Claude Code

Output styles that make agent responses easier to actually read: shorter, more human, structured for attention rather than completeness. Reduces token spend as a side effect of reducing verbosity.

output-stylesaccessibilityreadability
by alexgreensh Aug 10, 2026 6/10
MCP GitHub

whatsapp-mcp: personal WhatsApp for Claude, encrypted with voice transcription

A personal WhatsApp MCP built directly on whatsmeow with encrypted-at-rest storage, Whisper transcription of voice notes, accent-insensitive Spanish search, vault-native CRM integration, and send confirmation as a safety gate. More thorough than the usual bridge.

whatsappmcpwhisperencryption
by adelaidasofia Aug 10, 2026 6/10
app Reddit

JobPilot: a job-search agent that runs on your Claude Code subscription

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
MCP GitHub

telegram-mcp-kit: connect Claude to your own Telegram account in ~15 minutes

A setup prompt for Claude Code and Codex plus production patches over an existing Telegram MCP: a shared daemon, extra tools, multi-account support, a watchdog, and the gotchas that cost the author hours. Reads your real account, not a bot.

telegrammcpsetupmulti-account
by tonydzi Aug 10, 2026 6/10
MCP GitHub

mcp-daemon-diet: one shared MCP daemon per machine instead of one per session

Replaces the default of spawning a fresh stdio MCP copy in every agent session with one shared daemon per machine, including autostart templates for Windows, macOS, and Linux, a watchdog that will not blind live sessions, and measurements showing the savings. If you run several concurrent sessions with the same MCP servers, this is real memory back.

mcpperformancedaemonmemory
by tonydzi Aug 10, 2026 8/10
app Reddit

Jcode: a coding agent built for running 20 sessions in parallel

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 voice tunnel for Claude Code with no servers involved

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
MCP Reddit

Adversal: feed long technical videos to Claude Code as markdown plus key frames

A remote MCP that processes long technical videos into structured markdown together with selected visual frames, so the agent gets the code, diagrams, and slides on screen rather than a transcript that describes none of them. Avoids dumping a two-hour transcript into context.

mcpvideocontextresearch
by h4rak1ri32 Aug 10, 2026 7/10
hook GitHub

agent-error-log: a memory for the agent's own mistakes, enforced by a git hook

Requires the agent to log a mistake before fixing it, enforced mechanically by a git hook rather than by asking nicely. Three files plus tooling and CI, zero dependencies. The mechanical enforcement is what makes it stick where a CLAUDE.md instruction would not.

hooksmemoryerrorsgit
by vartiainen1 Aug 10, 2026 7/10
skill GitHub

pm-tpm-skills: PRDs, roadmap prioritization, and build-vs-buy for PM/TPM work

A project-agnostic skill pack for product and technical program management: PRD generation, roadmap prioritization, build-versus-buy analysis, and TPM program mechanisms. Reusable across projects rather than tied to one codebase.

productprdroadmapprogram-management
by pavani-aiml-space Aug 10, 2026 5/10
workflow Reddit

Benchmarking Local Models on an M4 Pro Mac Mini Alongside Claude Code

A developer measured whether a 24 GB M4 Pro Mac mini can serve local models next to a Claude Code workflow, reporting ~64 tok/s for GPT-OSS 20B in MLX FP4 even with 16 OrbStack containers running, and MLX roughly 19% faster than GGUF. The takeaway is that local inference is a complement to Claude Code rather than a replacement: use it for private codebase triage, boilerplate, and offline prompt experiments, then escalate to the frontier model. Useful reference numbers for anyone considering a hybrid local/cloud setup.

local-modelsmlxbenchmarkmachybrid-workflow
by silent_lurker_69 Aug 10, 2026 6/10
app GitHub

RondoFlow: Drag-and-Drop Canvas for Orchestrating Claude Code Agents

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
skill GitHub

show-dont-tell: Claude Code Skill That Answers in ASCII Boards Instead of Prose

A Claude Code skill that reshapes responses into ASCII status boards, flow chains, and case matrices rather than long paragraphs. The goal is faster scanning of agent output when you want state and branching at a glance. A small, focused output-formatting skill.

skilloutput-formatasciireadability
by faridjaff Aug 10, 2026 6/10
workflow GitHub

onus.ai: Scout-Test-Write-Judge Research OS for Claude Code

onus.ai structures research work in Claude Code as a four-stage pipeline (scout, test, write, judge) with iron rules enforced through hooks. It uses a guarded task graph with a progress-aware stopping rule so runs terminate instead of looping, and a four-reviewer gauntlet before output is accepted. Aimed at long research tasks where unbounded agent loops are the failure mode.

researchhookspipelinerevieworchestration
by lodetomasi Aug 10, 2026 7/10
workflow Reddit

RoboCo: Self-Hosted AI Software Company with PM, Dev, QA and Reviewer Agents

A walkthrough of RoboCo, an open-source self-hosted multi-agent setup that mirrors a software company org chart. Work flows through a task hierarchy (root task, cell task, subtask) with dedicated PM, developer, QA, documenter, and PR reviewer roles, and failed reviews cycle back to the original dev for revision. Interesting as a concrete example of role-based agent delegation with explicit escalation paths.

multi-agentorchestrationself-hostedcode-reviewdelegation
by PA100T0 Aug 10, 2026 6/10
app GitHub

claude-code-sandbox: Locked-Down Dev Container for Unattended Claude Code Runs

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

artifact-review: Local-First Visual Review Loop for Agent-Authored HTML

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
skill GitHub

llm-sight-skill: PaddleOCR Wrapper Skill for Reading Image Text Without Vision

A Claude Code skill that wraps PaddleOCR so non-multimodal models can extract text from images. It fills the gap when you are running a text-only model but still need to read screenshots, scans, or diagrams. Documentation is bilingual (Chinese/English).

skillocrpaddleocrimagesvision
by BFRKQSB7 Aug 10, 2026 6/10
MCP Reddit

KLYPIX: Project-Carried Context to Cut Cold-Start Overhead Across AI Sessions

Built after two months of cross-tool development, KLYPIX stores project knowledge so a new session starts from a task-ranked brief (~5 KB in Claude Code, ~2.8 KB for other MCP hosts) instead of re-explaining the codebase. The full history stays searchable, so agents pull deeper context only when the task requires it. The author reports 1,147 stored items and 53,530 mapped code nodes on their own project.

mcpmemorycontextcold-startcode-graph
by dahshan-labs Aug 10, 2026 6/10
MCP GitHub

Lucida: Single-Binary Rust CLI and MCP Server for Image and Video Generation

Lucida exposes many image and video generation backends through one Rust binary that doubles as an MCP server. Supported providers include Google Gemini and Veo, Runway, Kling, FLUX, Stability AI, OpenAI, and a local ComfyUI instance. Useful if you want an agent to generate media without wiring up each vendor SDK separately.

mcprustimage-generationvideocli
by Artificial-Humanity Aug 10, 2026 6/10
skill GitHub

ai-engineering-workflow-skills: Aggregated Canonical AI Engineering Skills

A curated aggregation of AI engineering workflow skills, collected into one installable repo. It serves as a starting pack for people who want established workflow patterns rather than authoring skills from scratch. Sourced from the maintainer's broader skills collection.

skillscollectionai-engineeringworkflow
by wakqasahmed Aug 10, 2026 5/10
MCP GitHub

cortex: Dependency-Free MCP Server Giving Coding Agents Durable Working Memory

cortex is an MCP server written in pure Python stdlib that gives a coding agent persistent working memory scoped to a single task. The one-task-one-memory model keeps stored context focused instead of accumulating an unbounded history. Zero dependencies makes it easy to drop into any environment with Python.

mcpmemorypythonzero-dependencycontext
by sfaustodev Aug 10, 2026 7/10
MCP GitHub

chromeboost: MCP Server That Drives Your Real Logged-In Chrome

chromeboost pairs a Chrome extension with an MCP server so Claude Code can operate your actual browser profile, with sessions and logins intact. Input is synthesized with human-shaped clicks, drags, and keystrokes rather than instant scripted events. Suited to tasks on sites that require your existing authenticated session.

mcpbrowserchromeautomationextension
by lordamdal Aug 10, 2026 8/10
skill GitHub

awesome-ai-agent-skills: 103 Complete SKILL.md Workflows, Not a Link List

A collection of 103 ready-to-use agent skills that ship as full SKILL.md workflows rather than pointers to other repos. The skills work across Claude Code, OpenAI Codex, Gemini CLI, Cursor, Copilot, Windsurf, and other Agent Skills-compatible tools. Useful as a browsable library when you want a working skill immediately.

skillscollectioncross-toolskill-md
by seb1n Aug 10, 2026 7/10
app GitHub

depcompass: Ground Coding Agents in Your Pinned Dependency Versions

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
workflow GitHub

claude-config: 134-Agent Multi-Agent OS with Cost-Aware Routing

A large Claude Code configuration packaged as a multi-agent operating system: 134 agents across 15 categories, 14 plugins, and local-first routing. Orchestration is cost-aware, sending work to cheaper models or local execution where it makes sense. Best treated as a reference implementation to borrow from rather than adopt wholesale.

multi-agentconfigroutingpluginscost
by SkyWalker2506 Aug 10, 2026 6/10
skill GitHub

writing-skills: Three-Step Rewrite Pipeline for AI-Drafted Prose

A set of Claude Code skills that rewrite AI-drafted prose through structural rewrite, tell removal, and cross-model diction passes, scored against the Pangram detector. It also includes reference management and citation auditing skills for research writing. Worth noting the detector-evasion framing is contentious in academic and publishing contexts.

skillswritingeditingcitationsprose
by petar-djukic Aug 10, 2026 5/10
hook GitHub

pf-handoff: Context Budget Sensor and Session Handoff for Claude Code

pf-handoff tracks context-window usage, fires threshold reminders as you approach the limit, and writes HANDOFF state files so work survives compaction. After a compaction it auto-picks-up from the handoff file instead of losing the thread. Ships as rules plus skills plus hooks, with English and Russian docs.

hookscontextcompactionsessionhandoff
by turvodnik Aug 10, 2026 7/10
app GitHub

ccusage-fleet: Aggregate ccusage Reports Across Local and SSH Machines

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: Provider-Neutral Email Review and Cleanup for AI Agents

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
skill GitHub

skills-vault-knowledge: Twenty Obsidian Knowledge-Work Skills for Claude Code

A set of twenty Claude Code skills for knowledge work in an Obsidian vault, including connect, contradict, emerge, trace, ghost, and weekly-learnings. They target synthesis over retrieval, surfacing contradictions and emergent themes across notes rather than just searching them. Useful if your notes live in Obsidian and you want an agent working the vault.

skillsobsidiannotesknowledge-worksynthesis
by slogsdon Aug 10, 2026 6/10
skill Reddit

Opus Pocus: Strip Legacy Prompt Incantations That Backfire on Opus 5

A plugin that removes instruction patterns written for weaker models, which the Claude 5 family now follows too literally: CRITICAL/YOU MUST shouting, verify-your-work charms, and Stop hooks that re-fire on unchanged state. The author's argument is that compensation written for an older model becomes a curse on a stronger one, producing death spirals and off-task behavior. Packaged so you can apply the cleanup to your own repo's memory files, hooks, and agent definitions.

pluginpromptingopus-5claude-mdhooks
by MickQn Aug 10, 2026 7/10
skill Reddit

graph-engineer: Automated Claude-to-Codex Write and Review Loop

A Claude Code skill that automates the manual copy-paste dance of writing with one model and reviewing with another. Claude drives the loop while Codex handles writing, review, and fixes. Requires the Codex plugin to be installed, and the author notes it is early-stage.

skillcodexreview-loopcross-model
by Ranteck Aug 10, 2026 6/10
hook Reddit

Discussion: Blocking Claude Code From Reading .env and Secrets Files

A thread prompted by Claude Code flagging that a read .env file had entered context and been sent to Anthropic. The discussion moves past TLS-in-transit concerns to the real risks: plaintext local transcripts, re-emission of secrets into committed files or ticket comments, and MCP servers receiving whatever the model puts in context. Commenters share hook and permission setups that block secrets files outright.

securitysecretshookspermissionsenv
by Th3D0ct0r Aug 10, 2026 6/10
workflow GitHub

techscan: Weekly Auto-Curated AI Agent Trend Report via Claude Code Cron

A Claude Code cron routine that assembles a weekly curated report on AI agent developments. It is a working example of scheduling an agent to do recurring research and publish the output unattended. Documentation is in Korean.

cronautomationcurationreportsresearch
by kor-soboro Aug 10, 2026 5/10
app GitHub

ccproxy (starbaser): Build Mods for Claude Code by Hooking Requests and Responses

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

ShikishaTerm: Windows Terminal Running Claude Code, Codex and Gemini Side by Side

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

winmux: Lightweight cmux-Style Terminal for Windows and WSL2

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
skill GitHub

mastermind: Markdown Brain That Adds Judgment and Verification Discipline

An experimental markdown-based instruction layer for AI coding tools that pushes sharp defaults, explicit decisions, and verification before declaring work done. It targets Claude Code, Cursor, and Codex from one shared source, and is designed to refine itself over time as you use it. Flagged experimental by the author.

claude-mdpromptingcross-toolverification
by mehrad-dm Aug 10, 2026 5/10
app GitHub

mobile-claude-ai: Portable Claude Code on a USB Stick with Three-Factor Encryption

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
skill GitHub

matrix-task: Requirements Matrices and Invariant Checks for Complex Tasks

An agent skill for Codex and Claude Code that decomposes complex coding work into a requirements matrix, then checks invariants and runs independent reviews before completion. The structure is meant to stop partial implementations from being reported as done. Works across both CLIs from the same skill definition.

skillrequirementsverificationreviewcodex
by JoeMarsh Aug 10, 2026 6/10
skill GitHub

indonesian-agent-skills: Compliance, Tax and Legal Domain Skills for Indonesia

A domain-intelligence skill pack for agents operating in the Indonesian business environment, covering compliance, tax, legal, and operational workflows. It is a useful example of encoding jurisdiction-specific knowledge into agent skills rather than relying on model recall. Niche by design, but a good template for other regions.

skillscompliancetaxlegalindonesia
by adamriofc Aug 10, 2026 5/10
skill Reddit

system-design-skill: arXiv-Backed System Design Before Claude Writes Code

An open-source Claude Code skill that forces a research pass before implementation: it searches arXiv for relevant papers, reads related work, and picks an architectural approach before any code is written. The author's argument is that agents default to building every service from scratch, which produces slow and fragile projects. Aimed at people who want design decisions grounded in prior art rather than improvised.

system-designarxivresearcharchitecture
by Uditakhourii Aug 9, 2026 6/10
app GitHub

agent-session-pack: Compress Cold AI Agent Sessions With Byte-Exact Restore

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

ccpulse: TUI Dashboard for Claude Code Token Usage and Rate-Limit Windows

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
skill GitHub

claude-code-power-pack: 12 Slash Commands, 4 Subagents, 3 CLAUDE.md Templates

A starter pack bundling twelve slash commands, four subagent definitions, and three CLAUDE.md templates aimed at real engineering workflows rather than demos. Good pick if you want a working baseline configuration to adapt rather than assembling one command at a time.

slash-commandssubagentsclaude-mdtemplates
by dacode-dev Aug 9, 2026 6/10
app GitHub

llm-ctxpack: Pack a Repo Into LLM Context, Diff-Aware and Secret-Redacting

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

my-Harness-Library: Self-Hosted Inventory of Your Skills, Agents, and MCPs

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
skill GitHub

agent-skills: Cross-Platform Skills for Codex and Claude Code

A skill and plugin distribution designed to install cleanly on both OpenAI Codex and Claude Code from one source. Useful if you switch harnesses and do not want to maintain two divergent copies of the same skills.

skillscross-platformcodexplugins
by ValentinNikolaev Aug 9, 2026 5/10
app Reddit

Continuum: Capture and Resume AI Chats Across Providers in Your Browser

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
MCP GitHub

ripwire: A Ranked Call Graph of Any Codebase for Coding Agents, Plus MCP

A zero-dependency C++23 CLI that maps a codebase into a ranked, deterministic call graph aimed at coding agents: orientation, blast radius, which tests to run, and quality verbs. It ships an MCP server so agents can query it directly, and it attaches evidence to every claim it emits. Positioned as the ripgrep of AI context.

call-graphmcpcode-navigationcpp
by redhat-et Aug 9, 2026 8/10
workflow GitHub

cognitive-powers: 19 Workflows Where a Separate Verifier Closes the Claim

A Claude Code and Codex plugin with nineteen workflows that match process to task type, keep evidence files outside your repo, and refuse to mark a claim done until an independent verifier confirms it. Pure Python standard library with no runtime dependencies. The separate-verifier design targets the common failure of agents declaring success prematurely.

workflowsverificationpluginevidence
by Drizzy07x Aug 9, 2026 7/10
app GitHub

claude-octopus: Put Up to 8 AI Models on Every Coding or Research Task

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
MCP Reddit

Foreman: An MCP Ledger That Decides Where Your Agent Resumes, Not Memory

An Apache-2.0 MCP server built to kill state drift on long multi-session projects: a ledger, not the model's context, is the source of truth for what is done and where to resume. The author started with skills and prompt discipline, found they did not survive compaction or a large log dump, and moved the state out of the model entirely. Targets Claude Code, Cursor, and Codex.

mcpstateresumelong-horizon
by LucidZulu Aug 9, 2026 8/10
MCP Reddit

slaunt: Load Only the MCP Tools Your Agent Actually Needs

Addresses MCP tool specs eating the context window by exposing tools to the agent on demand instead of dumping every server's full definition into every session. The author reported 42 MCPs and skills loading on each context refresh, consuming roughly 30% of a weekly plan limit. Sources connect through a hosted web interface.

mcpcontexttokenstool-loading
by karatyma_dev Aug 9, 2026 5/10
app GitHub

AuraMux: A Native macOS Terminal Built for Many Long-Lived Agent Sessions

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
skill GitHub

graph-engineering (HM-Li): Design Multi-Agent Work as Dependency Graphs

A Claude Code skill for laying out multi-agent work as a dependency graph rather than a linear pipeline, so independent branches can run concurrently and only genuine dependencies serialize. One of several projects converging on graph engineering as a term.

multi-agentgraphorchestrationparallelism
by HM-Li Aug 9, 2026 7/10
app GitHub

llminbox: A Per-Agent Inbox Over the Markdown Logs Your Fleet Already Writes

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
workflow GitHub

higgs-workbench: Gated AI Video Production Workflow on Higgsfield MCP

A Portuguese-language AI video production workbench for Claude Code, built over the Higgsfield MCP server. The workflow uses explicit gates, a 'cold eyes' validator, and measured QC rather than accepting the first generated output.

videomcpworkflowqc
by DCCA Aug 9, 2026 5/10
skill GitHub

khazix-skills: Open-Source Agent Skills for Claude Code and 40+ Agents

A Chinese-language open-source skill collection covering goal definition (leader), code tidiness (neat-freak), analysis, and writing. Packaged to work across Claude Code, Codex, and a broad set of other agents.

skillscollectionchinesecross-platform
by KKKKhazix Aug 9, 2026 5/10
hook Reddit

Helios: A PreToolUse Gate That Chains Every Command to Prior Evidence

A PreToolUse gated execution policy layer sitting in front of Bash and PowerShell, making every command recordable and requiring each one to connect to the prior evidence chain. Built to keep an agent coherent across macOS, Windows, Linux, and different shells without a database or external orchestration library.

hookspretoolusepolicyaudit
by TinFoilHat_69 Aug 9, 2026 7/10
app Reddit

Terminal Manager for ADHD Brains: Persistent SSH Terminals on One Canvas

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
workflow GitHub

train-conductor: A Merge Train for Parallel Claude Code Agents on One Repo

A method for running several Claude Code agents on one repository without collisions: git worktree isolation per agent, a gate every stream must pass alone, and an evidence protocol that makes each agent's claims checkable. The merge-train framing keeps integration serialized while the work itself stays parallel.

parallel-agentsworktreesmerge-trainverification
by phaddad90 Aug 9, 2026 8/10
app GitHub

Headless-TTY: Run Claude Code on Windows With No Console Window

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

graphene: A CLI and Skill for Building and Visualizing Your Agent Work Graph

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
workflow Reddit

Mission Control: An 11-Step Autonomous Company Loop on Headless Claude Code

A detailed writeup of an autonomous company built on Claude Code and the Claude API: eight agent roles (CEO, researcher, brainstormer, builder, QA, sales, marketing, finance) running an eleven-step loop on a FastAPI backend, with a Next.js dashboard streaming each step over websockets. The build step spawns headless Claude Code against a generated GOAL.md spec. Most of the setup is described as reproducible.

multi-agentheadlessautomationorchestration
by SIGH_I_CALL Aug 9, 2026 6/10
workflow GitHub

claude-org-ja: Japanese-First Multi-Agent Operations Framework for Claude Code

A Japanese-language multi-agent framework for Claude Code with four explicit roles — secretary, dispatcher, curator, and worker — each with clear responsibility boundaries. The role separation is the point: it stops one agent from silently taking on everything.

multi-agentjapaneseframeworkroles
by suisya-systems Aug 9, 2026 5/10
workflow GitHub

autorun: Keep Claude Code and Codex Running Until the Task Is Actually Done

A plugin for Claude Code and Codex plus a Gemini CLI extension that keeps agents running to completion, protects data along the way, and pushes for better planning up front. Aimed at the stop-halfway failure mode on long tasks.

automationlong-runningpluginplanning
by ahundt Aug 9, 2026 6/10
workflow GitHub

document-project-template: Issue-Driven Document Writing With Claude Code

A Japanese-language template for writing structured documents — grant applications, papers, reports — with Claude Code under an issue-driven process. Format, evaluation criteria, and a minimal-cognitive-load serialization are settled before writing starts.

documentsjapanesetemplateissue-driven
by AtsushiHashimoto Aug 9, 2026 5/10
workflow GitHub

task-pipeline: Ten Gated Delivery Stages With an Intake Grill and Loop Guard

A full-cycle delivery orchestrator for AI coding agents: a mandatory intake interrogation that front-loads decisions, then ten gated stages from docs and brainstorm through deploy and acceptance. A loop guard breaks the churn pattern where an agent cycles on the same problem without progress.

orchestrationgatespipelinedelivery
by ssheleg Aug 9, 2026 7/10
MCP GitHub

ai-native: CLI, MCP Server, and Skills Generated From One OpenAPI Contract

FreeTicket's open-source agent tooling: a CLI, an MCP server, and agent skills all generated from a single B2B OpenAPI contract. The generated-from-one-contract approach is the interesting part — it keeps the three surfaces from drifting apart.

mcpopenapicodegencli
by AppFreeticket Aug 9, 2026 5/10
hook GitHub

receipts (anonim31337): Claude Code Gates That Refuse to Lie Toward OK

Gates for Claude Code built on the premise that exit code 0 does not mean a step is done. Covers both software builds and finished video output, and is designed to fail rather than optimistically report success.

gatesverificationhooksci
by anonim31337-glitch Aug 9, 2026 6/10
app GitHub

token-distiller: 33x Smaller PDFs and Repos for Agents, Expandable in Full

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

claude-statusline (anthonybaldwin): A Multi-Row Bun Status Line Dashboard

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

clankchat: Comms for Your Coding Agents

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
skill GitHub

Marginalia: A Claude Skill for PaperMC Plugin Development

A Claude Code skill and guided pathway for developing PaperMC (Minecraft server) plugins. Narrow domain, but the kind of API-specific grounding that stops an agent inventing method signatures.

minecraftpapermcplugin-devskill
by Y2Kwastaken Aug 9, 2026 5/10
app GitHub

B12: Local-First Persistent Memory Across Claude Code, Codex, and Cursor

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

Schemap: Make Your Database Understandable to AI Coding Agents

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
skill GitHub

award-craft: Six Claude Code Skills for Awwwards-Level Landing Pages

A Claude Code plugin bundling six skills aimed at producing landing pages at the visual quality bar of Awwwards submissions. For people who find agent-generated marketing pages competent but generic.

designlanding-pagesfrontendplugin
by alanvaa06 Aug 9, 2026 6/10
app GitHub

captain-miao: A TUI That Drives Your Own Kitty or Zellij Agent Sessions

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

ghc-proxy: Turn GitHub Copilot Into an Anthropic-Compatible Endpoint

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
skill GitHub

ship-it: Catch Forgotten UX and Product Details Before You Ship a Screen

A Claude Code skill that reviews a screen or feature for the product and UX details people routinely forget — empty states, error paths, loading, edge cases — before it ships. A checklist pass that costs one prompt.

uxreviewchecklistproduct
by LunkiBR Aug 9, 2026 6/10
app Reddit

AI Skill Engine: Self-Hostable Chatbot Backend With Tool Execution and MCP

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
workflow GitHub

agentic-pmo: 11 Specialists and 16 Workflows From One Project Charter

A complete agentic product and project management office for Claude Code: fill in one charter, run /setup-pmo, and you get eleven specialist agents, sixteen workflows, and a methods library. Aimed at people running projects rather than single tasks.

pmoproject-managementagentsworkflows
by link7373 Aug 9, 2026 6/10
workflow GitHub

superstack: A Specialist Team and Durable Record for Long-Horizon Builds

An agentic engineering framework aimed at work that spans many sessions: idea shaper, planner, debugger, reviewer, incident responder, data migrator, and release manager all share one durable project record. The record is what lets builds survive compaction and crashes and resume mid-task.

long-horizonmulti-agentstateframework
by debabsah Aug 9, 2026 7/10
skill GitHub

australian-accounting-skills: BAS, FBT, Division 7A and Month-End Close

Agent skills for Australian public-practice accounting covering BAS, FBT, Division 7A, Single Touch Payroll, month-end close, and workpapers. A clear example of encoding jurisdiction-specific professional rules as skills rather than trusting the model's recall.

accountingaustraliacomplianceskills
by ryanduguid Aug 9, 2026 5/10
skill GitHub

superpowers-safe: obra/superpowers With Five Mandatory Safety Gates

A safety-hardened fork of the widely used obra/superpowers skill library, keeping the same skills but adding a mandatory preflight with five hard gates before any skill runs. Defends the machine, hardware, budget, and data — relevant given how much superpowers can do unattended.

superpowerssafetygatesfork
by JFWaskin Aug 9, 2026 7/10
app GitHub

fig: Mark Up a Page in the Browser, Let a Local AI Apply the Revisions

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
workflow GitHub

quiet-cve: CVE Triage That Only Flags Vulnerable Code You Actually Call

A Japanese-language CVE triage workflow where Claude Code reads your code and narrows alerts to the vulnerable functions you genuinely use. Directly targets alert fatigue from scanners that flag every transitive dependency regardless of reachability.

securitycvetriagejapanese
by high-tech-r Aug 9, 2026 6/10
workflow GitHub

cannery-row: Task State as Files in Your Repo, Where Location Is Status

A Claude Code plugin that stores task state as files in your repository, using directory location to encode status. Because the state lives in the repo rather than the session, an agent's work survives the session that produced it.

task-statepluginpersistencegit
by justmaniv Aug 9, 2026 6/10
skill GitHub

advise-project-approach: Research Comparable Projects Before Advising

A Claude and Codex skill that forces an agent to research comparable projects, tradeoffs, costs, and failure conditions before it recommends how to build something. Counters the tendency to answer architecture questions from priors alone.

researcharchitectureadviceskill
by AaravKashyap12 Aug 9, 2026 6/10
app GitHub

bettermemory: A Trust Layer for Agent Memory

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
workflow GitHub

groundwork-template: A Project Operating System You Copy, Not a Starter App

A copyable project operating system rather than a code scaffold: a work model, living documentation, and a /system dashboard derived from those docs. The distinction matters — it structures how work is tracked instead of what the app is built from.

templatedocumentationworkflowdashboard
by ShawnTalvacchia Aug 9, 2026 5/10
skill GitHub

osint-verifier: Admiralty-Graded Source Verification Subagent for Claude Code

A free OSINT source-verification subagent written by a former intelligence analyst: it grades every source with the Admiralty system, flags single-source and uncited claims, catches circular reporting, and returns a calibrated verification note. Applies well beyond OSINT to any research an agent does.

osintverificationresearchsubagent
by beeswaxpat Aug 9, 2026 7/10
app GitHub

aihome: A Kanban and Graph Workspace for Your AGENTS.md and SKILL.md Files

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

TemperForge: A Multi-Agent AI Development Workbench Built for Review

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
workflow Reddit

10-Hour Test: Delegating the Build Step to a Cheaper Model Cost More

A ten-hour experiment pitting harness configurations against each other on a vanilla-JS-to-React migration, testing whether a cheaper model as the builder in a multi-agent workflow saves tokens. It did not: orchestration overhead plus fixing the cheaper model's bugs exceeded the savings. A useful counterweight to model-routing enthusiasm.

benchmarkmodel-routingtokensexperiment
by turtleninja99 Aug 9, 2026 6/10
workflow GitHub

claude-engineering-team: Opus 5 Architects, Sonnet 5 Implements

A Claude Code subagent team splitting work by model tier: architecture and review on Opus 5, implementation and tests on Sonnet 5. Deliberately simple and long-lived, with no over-design — a concrete answer to which model should do what.

subagentsmodel-selectionarchitectureteam
by tonyzhoup Aug 9, 2026 6/10
skill GitHub

mobile-adapt-skill: Audit and Adapt Web Apps for Mobile Devices

A skill that audits a web application for mobile issues and applies the adaptations. Narrow and practical for the common case of a desktop-first build that needs to work on phones.

mobileresponsiveauditfrontend
by lovstudio Aug 9, 2026 5/10
skill GitHub

install-tanstack-query-skill: Install and Configure TanStack Query

A single-purpose skill that installs and configures TanStack Query in a React project. The value of skills like this is getting current, correct setup rather than whatever version the model remembers.

reacttanstack-querysetupskill
by lovstudio Aug 9, 2026 5/10
app GitHub

agentpantry: Encrypted Browser Session and Secret Sync for Agent Hosts

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
skill GitHub

multi-model-routing-skill: Route Grunt Work to Local LLMs and Codex

A Claude Code and Cowork skill that routes batch and grunt work to local LLMs via Ollama or LM Studio, to Codex CLI, or to Claude subagents, keeping your quota for work that needs it. Routing is per-task rather than per-session.

routingollamalocal-llmquota
by scottconverse Aug 9, 2026 6/10
app GitHub

kanvibe: A Keyboard-First Kanban Desktop for Agents, Terminals, Worktrees

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
skill GitHub

superpowers-zh-tw: Full Traditional Chinese Translation of Superpowers

A complete Traditional Chinese translation of obra/superpowers — fourteen coding-agent skills — published with a GitHub Pages site offering paragraph-by-paragraph bilingual reading. Useful both as a translation and as a way to study the originals closely.

superpowerstranslationchineseskills
by shumingyang-opencode Aug 9, 2026 5/10
MCP GitHub

Axon: Local-First GraphRAG With Cited Answers, MCP-Native

A local-first RAG engine that answers from your own documents with citations, using GraphRAG, sealed sharing, an MCP interface, and VS Code Copilot integration. Nothing leaves your machine, which makes it viable for documents you cannot send to a hosted service.

raggraphragmcplocal-first
by jyunming Aug 9, 2026 6/10
hook GitHub

evolveguard: A CI Regression Gate for Self-Editing Claude Agent Skills

A regression-testing CI gate for skills that edit themselves: golden-transcript record and replay against a skill's declared and inferred capability surface, with no hosted infrastructure. Published on both npm and PyPI as evolveguard-cli. A genuinely under-served problem as SKILL.md and MEMORY.md files start rewriting themselves.

ciregression-testingskillsgates
by RudrenduPaul Aug 9, 2026 7/10
app GitHub

AgenticWorkspace: Turn Any Repo Into an Agent-Ready Workspace

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

tdd-cli: A TDD State Machine That Watches the Tests, Not the Agent's Claims

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

metis: Event Bus, Leases, and Safety Rails for Autonomous Engineering Agents

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

cleancode: Compose Terminals, Worktrees, and Agents on One Canvas

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
MCP GitHub

engineering-audit: MCP Server for Rules-Pack-Agnostic Practice Audits

An engineering practice audit tool exposed as an MCP server, with inline trigger fragments and HTML audit reports. Rules-pack-agnostic, so you supply the standards rather than adopting the author's.

mcpauditengineering-practicereports
by rodlunt Aug 9, 2026 6/10
workflow GitHub

dotfiles-public: Spec-Driven Bootstrap, Guarantee-Driven Maintenance on Nix

A two-phase development lifecycle for AI-agent collaboration implemented on Nix: spec-driven during bootstrap, then guarantee-driven during maintenance. The phase split acknowledges that early and late project work need different agent constraints.

nixdotfileslifecyclespec-driven
by yktsnet Aug 9, 2026 5/10
app GitHub

taskswarm: OS Notifications the Instant a Parallel Agent Session Blocks

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

teamspend: Compare AI Coding Tool Spend Before and After a Migration

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

agent-crm: Let Coding Agents Build a Custom CRM You Own as Reviewable Code

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
hook GitHub

nexum: Output-Truncation Hooks and an Opus-Plans, Sonnet-Implements Workflow

A Claude Code plugin that cuts context tokens and model cost three ways: hooks that truncate tool output, a workflow where Opus plans and Sonnet or Haiku implement, and guards for workflow hygiene. Practical for anyone hitting limits on large repositories.

hookstokenscostmodel-routing
by dropdevrahul Aug 9, 2026 7/10
skill GitHub

cf-scraper: Web Scraping via Cloudflare Browser Rendering, No Infra

A Claude skill for web scraping and page analysis through the Cloudflare Browser Rendering API, returning rendered HTML, screenshots, PDFs, Markdown, structured data, and crawls. No browser infrastructure to run yourself.

scrapingcloudflarebrowserskill
by TempoRoyale Aug 9, 2026 6/10
workflow Reddit

Git Worktrees Isolate Branches, Not Every Node Dependency Lookup

A sharp technical writeup: Claude Code places worktrees under .claude/worktrees/ inside the project root, and Node's resolution algorithm walks parent directories, so a worktree with an incomplete node_modules can silently resolve packages from the main checkout. Tests pass while the worktree's own dependency state is broken. Includes two practical checks to catch it.

worktreesnodeisolationgotcha
by Particular_Luck80 Aug 9, 2026 7/10
app GitHub

spfn: A Fixed Vertical Slice Per Feature So Agents Can't Invent Shapes

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
skill GitHub

wix-to-astro: Migrate a Wix Site to Astro on Cloudflare With an Agent

A Claude skill and playbook for migrating a full Wix site to Astro on Cloudflare Workers, aiming for pixel-faithful output with measured results and stronger SEO than the original. Specific enough to be genuinely reusable if you have that migration ahead of you.

migrationastrowixcloudflare
by marian-kamenistak Aug 9, 2026 6/10
MCP GitHub

discord-mcp: 192 Typed Discord Bot Tools With Safety Controls

A local, typed MCP server for Discord bots exposing 192 tools to AI clients, with safety controls and observability built in. The typing and the safety layer matter given how much damage a bot with full guild permissions can do.

mcpdiscordbotssafety
by cappyeo Aug 9, 2026 7/10
skill GitHub

craft-prompt-forge: Forge a Vague Idea Into a Craft-Grade Build Prompt

A bilingual Claude skill that turns a rough one-sentence idea into a detailed build prompt intended to get near-finished quality on the first attempt. Front-loads the specification work you would otherwise do through several rounds of correction.

promptingspecificationskillchinese
by dittowang Aug 9, 2026 6/10
app GitHub

fleetmux: A tmux Cockpit for a Fleet of AI Coding Agents

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
skill Reddit

backend-setup-wizard: Provision Real Backends via CLI, No Placeholder Keys

An Agent Skill in the open SKILL.md format that provisions real backend services — Stripe, Postgres and similar — via their CLIs instead of hallucinating commands or quietly setting up a sandbox and calling it done. It asks for existing credentials first, looks up current official docs with the actual date, writes secrets only to .env, checks or creates .gitignore, and never prints keys back to the terminal.

backendprovisioningsecretsskill
by MonitorFlat4465 Aug 9, 2026 7/10
app GitHub

copilot-scope: OpenTelemetry Observability for AI Copilot Sessions

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
MCP GitHub

cursor-delegate-mcp: Delegate Boilerplate to Cursor Composer Over MCP

An MCP server that hands multi-file boilerplate implementation to Cursor's Composer 2.5 while your frontier model writes the brief and reviews the diff. The delegated work runs on a separate quota, which is the main draw if you keep hitting Claude or Codex limits on mechanical edits.

mcpcursordelegationquota
by andreilungeanu Aug 9, 2026 7/10
skill GitHub

art-direction-skill: Derive a Visual Concept, Then Audit the Build Against It

A Claude Code skill for interfaces with a visual identity of their own: derive the concept from the subject matter, write it to disk as an artifact, then audit the built UI against it. Writing the concept down first is what makes the audit step meaningful.

designart-directionuiaudit
by audient-id4 Aug 9, 2026 6/10
workflow GitHub

openloop: Deterministic Phases, Worktrees, and Budgets With No Second Bill

A host-native control plane for AI coding agents with deterministic phases, worktree isolation, verification gates, and budgets. Runs on your existing subscription rather than adding a second API bill, which is the differentiator against hosted orchestrators.

control-planeworktreesgatesbudgets
by Akshu1245 Aug 9, 2026 6/10
skill GitHub

traceknot: ISTQB-Aligned, Auditable QA Verdicts for Coding Agents

Makes coding-agent QA auditable with an ISTQB-aligned skill, traceable evidence, and deterministic verdicts, working across Codex, Claude Code, OpenCode, and other harnesses. The ISTQB grounding gives the verdicts a standard to point at in a regulated setting.

qatestingistqbaudit
by Jin-Doh Aug 9, 2026 6/10
app Reddit

Model Gateway as a Plugin: Local Model Routing Inside Claude Code

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

taskwitness: Prove What Changed, What Was Tested, and What Passed

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
skill GitHub

slide-forge: Generate Google Slides Decks With Offline Layout Checks

A Japanese-language Claude Code plugin for generating diagram-heavy Google Slides decks that inspects coordinates offline before generation, catching overflow, overlap, text spill, and disconnected connectors without calling the API. The offline check is the clever part — layout bugs get caught before you burn API calls.

slidesgoogle-slideslayoutjapanese
by wfukatsu Aug 9, 2026 6/10
app GitHub

imark: A macOS Markdown Reader Your Agent Can Wait On for Your Notes

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
skill GitHub

sovereign-ui: Build, Review, and Repair Production UI With Design Judgement

A Claude Code skill for product design engineering that builds, redesigns, reviews, and repairs production UI with actual design judgement, adapting to your codebase rather than imposing a template. Covers web, Android, Apple, desktop, and cross-platform targets.

uidesignfrontendcross-platform
by aliimrankhan86 Aug 9, 2026 7/10
workflow GitHub

claude-code-pm: Parallel Workers and PR Orchestration for Linear Tasks

Automates Claude Code project management against Linear: parallel workers pick up tasks, results are verified, and PR workflow is orchestrated end to end. Useful if Linear is already your source of truth for work.

linearproject-managementparallelpull-requests
by falungongcleanness498 Aug 9, 2026 6/10
app GitHub

ClaudePlus: Drive Multiple Claude Code Sessions From Telegram

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
skill GitHub

adversarial-review: Multi-Model Review With a Computed Release Verdict

A portable agent skill running multi-model adversarial code review and producing a deterministic, machine-computed release verdict rather than a prose opinion. Works with Claude Code, OpenAI Codex, and any SKILL.md-compatible platform.

code-reviewmulti-modeladversarialrelease
by SathiaAI Aug 9, 2026 7/10
skill GitHub

oceneni-nemovitosti: Czech Property Valuation and Negotiation Skill

A free Czech-language Claude Code skill for property valuation and price negotiation: three valuation methods, a guide to the land registry, and a negotiation playbook. A good example of local, jurisdiction-specific domain knowledge packaged as a skill.

real-estatevaluationczechskill
by konecny-lukas Aug 9, 2026 5/10
app GitHub

charter (Stackbilt): A Modular .ai/ Context System That Replaces CLAUDE.md

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

SWE-Squad (Jean-loutropical739): Provider-Agnostic Bug Triage and Fixes

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
workflow GitHub

Codex-Workspace: Many Repos, Shared Caches, Filesystem-Based Context

A local-first workspace structure for organizing many standalone repositories on one machine, with shared caches and context derived from the filesystem layout. Aimed at people whose agent work spans a dozen repos rather than one monolith.

workspacereposcachingcontext
by ApolloMakesContent Aug 9, 2026 5/10
app GitHub

AutoLoop: Governed Agent Loops in Rust With Policy, Verification, Replay

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
workflow GitHub

y2k-labs: Azure DevOps Backlog, Sprint Planning, and Health Checks by Agent

Automates Azure DevOps workflows with AI agents: backlog creation, sprint planning, project health checks, and work item templates. Fills a gap given how much agent tooling assumes GitHub or Linear.

azure-devopssprint-planningbacklogautomation
by carobbarlightshow628 Aug 9, 2026 5/10
skill GitHub

apple-bento-grid: Apple-Style Bento Grid Cards as Self-Contained HTML

Generates Apple-style bento grid cards as self-contained HTML files, built for AI coding agents to produce pixel-accurate output with no design tools involved. Narrow but effective for a layout pattern models routinely get slightly wrong.

designhtmlbento-gridlayout
by NxProxyStudios Aug 9, 2026 5/10
app GitHub

aikito: One Git Workspace for Memory and Agent Resources Across Projects

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
skill GitHub

ai-media-generator: Director-Grade Prompts Across 14+ Generative Platforms

A Claude Code skill for crafting high-quality AI image, video, and music prompts and executing them through the browser across more than fourteen generative platforms. Packages director-level prompt craft so you do not need it yourself.

mediapromptingvideoimage-generation
by Hao0321 Aug 9, 2026 5/10
skill Reddit

Greenbatch: Run Each Dependency Update Through Your Gates, Then One PR

A skill that tests each dependency update individually against your CI gates and then opens a single consolidated PR. Written out of frustration with Dependabot opening several PRs a week, each triggering a full pipeline run and, with continuous deployment, a separate deploy. The per-update testing is what keeps the single PR trustworthy.

dependenciescipull-requestsautomation
by Anaq42 Aug 9, 2026 7/10
app Reddit

Patch Claude Code So Subagents Run on Any Anthropic-Compatible Model

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
workflow GitHub

claude-code-practices: An Interactive Claude Code Setup Installer (Russian)

A Russian-language interactive installer covering a full Claude Code setup: cross-session context, hook-enforced rules, prompt injection guards for external content, documentation freshness, and parallel subprojects with shared memory. Written in plain language with recipes and an adaptive checklist for any field.

setuphooksrussianprompt-injection
by kydechuk01 Aug 9, 2026 5/10
MCP GitHub

Synapse-Engine: AST Knowledge Graph MCP With a Sliding-Window Quota Guard

A governance and rate-limit harness combining an AST knowledge graph MCP server (claiming 99.98% token reduction), a sliding-window quota guard, and deterministic TDD gates. Treat the token-reduction figure as the author's own benchmark, but the three-part design is coherent.

mcpastknowledge-graphquota
by LuGuBo Aug 9, 2026 7/10
skill GitHub

open-visualization-protocol: 74 Chart Skills Across 16 Design Languages

An open protocol for describing, validating, and rendering information design identically for humans, software, and AI agents on any platform, with 74 chart skills across 16 design languages. Ambitious in scope; the validation step is what would make agent-generated charts consistent.

visualizationchartsprotocoldesign
by babarda Aug 9, 2026 6/10
app GitHub

phone-a-friend: A CLI Relay Across Claude, Codex, Gemini, and Ollama

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
hook GitHub

Enforcee: Actively Monitor and Enforce Your CLAUDE.md, Skills, and Guards

Actively monitors and enforces CLAUDE.md, skills, instructions, MCP configuration, guards, memory files, system prompts, and project docs rather than hoping the model reads them. It learns your preferences over time and bans patterns you have rejected from future generations.

enforcementclaude-mdguardspreferences
by 7patriksz-art Aug 9, 2026 6/10
app GitHub

x-agent (darshitpp): Let Any AI CLI Delegate To or Check the Others

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
workflow Reddit

Split Generation and Review Into Two Blind Passes to Catch Silent Bugs

A writeup and tool splitting generation from review: one pass produces the change, a second independent pass sees only the result — not the first pass's reasoning — and is told to find problems. Caught a silent semantic shift (inclusive bounds becoming exclusive) that self-review missed. The author is candid that both passes run on the same vendor, which weakens but does not negate the effect.

code-reviewtwo-passblind-reviewbugs
by GiiTZzz Aug 9, 2026 6/10
skill GitHub

mac-to-windows-testing-skill: Build and Test Windows Apps From a Mac

Lets an AI running on a Mac build, operate, inspect, repair, and retest desktop applications on a real Windows PC. Solves a genuine cross-platform gap where the agent otherwise cannot see the target environment at all.

windowsmacostestingcross-platform
by wimi321 Aug 9, 2026 6/10
skill GitHub

genesis-architect: Mine GitHub Issues for Failures Before Scaffolding

Research-first project scaffolding for Claude Code that mines GitHub Issues for real production failures in comparable projects before writing a single file. Grounds early architecture decisions in what actually broke for other people.

scaffoldingresearchgithub-issuesarchitecture
by maioio Aug 9, 2026 7/10
skill GitHub

claude-skills-vetted: Curated Claude Skills That Were Read and Tested

A curated skill list where each entry is read in full, trimmed of Claude Code-only dependencies, checked against claude.ai's upload requirements, and labeled by where it actually works, with ready-to-download zips. The vetting is the value — most skill lists are link dumps.

skillscurationvettedclaude-ai
by Zephyrex21 Aug 9, 2026 6/10
skill Reddit

pi-research: A Web Research Skill Built Around Injection Risk and Sourcing

An agent skill for web research and knowledge lookup, alongside a writeup on why default agent browsing is both risky and inefficient. Covers prompt injection from hostile pages — the example given is a site whose robots page instructs agents to delete things — and argues for a dedicated research path over ad-hoc fetching. Originally built for the Pi coding agent, now used mainly in Claude.

researchwebprompt-injectionsecurity
by JaspreD Aug 9, 2026 6/10
skill Reddit

security-hardening-wizard: A Security Audit Skill That Applies the Fix

Scans every file in a project — not just source, since secrets and misconfiguration show up in READMEs, CI YAML, Dockerfiles, and old notes — using real scanners like gitleaks, npm audit, and pip-audit plus manual review for injection risks, weak CORS, and missing auth. It then applies the fix directly in code rather than filing a report. Honest about the case it cannot fix: a secret already exposed in git history.

securityauditsecretsremediation
by MonitorFlat4465 Aug 9, 2026 7/10
skill GitHub

tutorial-creator: Generate Personalized Coding Lessons From Your Codebase

A Claude Code skill that generates coding lessons from your own repository across three surfaces (tutorial, vocabulary, status), with six writing-to-learn entries and six venue templates for audience-facing output. Useful for onboarding people onto an unfamiliar codebase.

learningonboardingdocumentationskill
by Terryc21 Aug 9, 2026 6/10
MCP GitHub

roady: A Plan-of-Record and Drift Detection That Survives Context Resets

A file-based, git-versioned, MCP-native plan of record for AI coding agents: spec, plan, and drift detection that persist across context resets. Another entry in the growing category of moving plan state out of the model.

mcpplanningdriftgit
by klarlabs-studio Aug 9, 2026 6/10
skill Reddit

Proven-Viral-Content-System: A Skill That Generates Meme and UGC Promos

A free skill that interviews you about your product, target audience, and competitors, then suggests and generates viral content ideas for posting across socials. The author reports 10M+ views, 80k visits, and 500+ signups in a week at roughly $0.40 per video — self-reported numbers worth treating as such.

marketingcontentugcgrowth
by swaroopmehetar Aug 9, 2026 5/10
app GitHub

alethe-agents: Real PTYs, Split Panes, and Session History for Agents

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

torio: A Linux VM for Your Coding Agent That Cannot Push and Holds No Keys

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

lightcode (digitalscapemy): Per-Pane Token Usage and Account Switching

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

wildtrace-atlas: A Data-to-Editorial-Visualization Compiler, 120 Methods

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
workflow Reddit

CLAUDE.md, SPEC.md, decisions/: A Doc Structure That Survives Agent Work

A UX designer's documentation structure arrived at after CLAUDE.md bloated into an unusable document: CLAUDE.md holds pure orientation (workflow rules, stack, file map), SPEC.md holds current documented behavior as fact with no backstory, and a decisions/ directory holds the why — evidence, rejected alternatives, dated reasoning. Splitting the why out is what keeps SPEC.md readable.

claude-mddocumentationspecdecisions
by scottjenson Aug 9, 2026 7/10
skill GitHub

decision-ledger: Three Skills That Record Decisions You Could Defend

Three Claude Code agent skills that capture which structural decisions you could actually defend and hand them back as a map of your project. Filters for defensible decisions rather than logging everything indiscriminately.

decisionsarchitecturedocumentationskills
by Dupflo Aug 9, 2026 6/10
skill GitHub

groundschool-skill: Turn a Repo Into a Course With Exams and Code Anchors

A Claude Code skill that reads a repository and writes a course about it: tracks, checklists, flash decks, exams, and code anchors that open your editor at the relevant line, presented as a local-first dashboard that remembers your progress.

learningonboardingdashboardskill
by brickster241 Aug 9, 2026 6/10
app GitHub

sentry-ai-triage: Self-Hosted Sentry Triage on Your Claude Subscription

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
skill GitHub

reactbits.dev-skill: Fetch Real React Bits Source From the Live Registry

A Claude Code skill that pulls actual React Bits component source from the live registry rather than reconstructing it from model memory. The same pattern — fetch, do not recall — applies to any fast-moving component library.

reactcomponentsregistryskill
by Philotheephilix Aug 9, 2026 6/10
app Reddit

beans-web: Browser Dashboard for Markdown-Based Beans Issue Trackers

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

ficus: Carbon Ledger for Your Claude Code Usage

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

bmad-module-pulse: AI Leverage Analytics for BMAD Teams

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
skill GitHub

get-cited-by-ai: Skill for Getting Cited by AI Search Engines

A Claude Code skill implementing a demand-gated GEO (generative engine optimization) workflow. Every rule in it is evidence-tagged against a corpus of 26,767 measured citations, so recommendations trace back to observed data rather than SEO folklore.

seogeocontentskill
by paultaki Aug 8, 2026 7/10
MCP GitHub

hssh: Open-Source GUI SSH Client With MCP, REST and CLI Agent Control

A cross-platform Qt6/C++ SSH client that exposes its terminal and remote hosts to agents through MCP, a REST API and a CLI, so a skill can drive real sessions. Also covers port forwarding, SFTP, file compare/sync, reconnect on drop and encrypted password channels.

sshmcpterminalqt
by hyyy-y Aug 8, 2026 6/10
app GitHub

claude-threads: Multiplayer Screen Sharing for AI Pair Programming

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
workflow GitHub

claude-atelier: Plugin Marketplace With a Design-Build-Review Pipeline

A Claude Code plugin marketplace hosting two plugins: atelier, which chains design into build into review and adds writing-craft skills, and atelier-typescript, a set of Fastify-focused skills. Install once and get the whole pipeline rather than assembling stages yourself.

pluginmarketplacefastifytypescript
by muzalee Aug 8, 2026 6/10
workflow GitHub

agent-os-langgraph: LangGraph Orchestrator With HITL and SQLite Resume

A coding-agent orchestrator built on LangGraph with human-in-the-loop checkpoints, SQLite-backed resume after interruption, three-tier model routing and MCP support. Runs against Claude and Codex subscription backends instead of metered API keys.

langgraphorchestrationhitlmcp
by simon-aibc Aug 8, 2026 6/10
app GitHub

claude-code-progress-sidebar: Live Session Panel for macOS

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

synapse-ai-bridge: Terminal Access to ChatGPT, Claude and Gemini

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
hook GitHub

Sidelong: Hook-Based Status Bar That Catches Silent Permission Prompts

An always-on-top bar showing what Claude Code is doing and, more usefully, when it has gone quiet waiting on a permission prompt. Built on the hook system rather than screen scraping, so status is structural; runs local-only with no API key.

hooksnotificationsmonitoringlocal
by UtkarshloneyaITG Aug 8, 2026 6/10
skill GitHub

ai-market-research-skills: Six Evidence-Led Market Research Skills

Six skills covering audience discovery, market validation, positioning and content strategy, each structured to work from evidence rather than assertion. Works in both Claude Code and Codex.

market-researchskillspositioningcontent-strategy
by klinkoai Aug 8, 2026 6/10
skill GitHub

Ai-Stack: Daily-Driver Agent Skills Installable With npx skills add

A collection of the agent skills an engineer reaches for day to day, packaged so each installs with a single 'npx skills add' command. Low-ceremony way to pick up individual skills without cloning a whole repo.

skillscollectionnpx
by nazmulnahid-git Aug 8, 2026 5/10
workflow GitHub

agentsync: Multi-Agent Collaboration Hub With File-Scope Claims

A hub where many humans and AI agents work one repo from a shared plan. Agents claim file scopes, chat in a shared channel, and get MCP-native conflict warnings before two fast agents write the same file - aiming at zero merge conflicts.

multi-agentcollaborationmcpconflicts
by dipakkr Aug 8, 2026 7/10
skill GitHub

temper-skills: Test Suites for Your Agent Skills' Decision Logic

Adversarial persona reviewers write test suites against a skill's decision logic, then deterministic Python is generated that must keep passing them - with zero LLM calls at inference time. Try it with 'uvx temper-skills audit <skill.md>'. A rare attempt to make skill behavior verifiable instead of vibes-checked.

testingskillsdeterminismaudit
by CyrilLeMat Aug 8, 2026 8/10
workflow GitHub

Keel: Rigor Router Picking Fast or Heavy Lanes by Danger Scan

Routes each task to one of two lanes: FAST for low-risk one-shots, HEAVY with full review gates for correctness-critical work. The choice comes from a nine danger-surface scan rather than the developer's mood, so review effort scales with actual risk.

routingcode-reviewriskgates
by sayeediftekhar Aug 8, 2026 6/10
skill GitHub

catalyst-search-skill: Bilingual Catalysis Literature Search for Agents

A bilingual (English/Chinese) skill for searching catalysis literature, usable from Claude Code, OpenClaw, Hermes, Cursor and WorkBuddy. Narrow domain, but a clean example of packaging a research search workflow as a portable skill.

researchchemistryliteraturebilingual
by ANDYPENG09 Aug 8, 2026 5/10
MCP GitHub

jarvis-index: Local-First Code Intelligence MCP With SCIP and Zoekt

An MCP server giving agents real code navigation via SCIP indexes and Zoekt search, running entirely locally. This repo is the distribution surface: installer, Claude Code / Codex / Cursor plugins and prebuilt binaries.

mcpcode-searchscipzoekt
by jarvis-intelligence Aug 8, 2026 7/10
skill GitHub

deep-structural-analysis-skill: 16-Lens Toolkit for Complex Questions

A multi-disciplinary analysis skill for social, economic, philosophical and systemic questions: 16 lenses, 10 structural tools and an attack-loop protocol that deliberately assaults the analysis's own priors. Bilingual and MIT licensed.

analysisreasoningbilingualskill
by tetckx Aug 8, 2026 5/10
app Reddit

codepend: Turn Local Agent Session Logs Into a Wrapped-Style Recap

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

celeste-cli: Agentic Terminal Assistant With a Bubble Tea TUI

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
workflow GitHub

practice-loops: Governed Nursing Practice Loops as a Claude Code Plugin

Six NMC-anchored practice loops for nursing, each with built-in verification, escalation paths, human sign-off and an audit trail. A worked example of shipping agent workflows into a regulated profession where 'the model said so' is not an acceptable answer.

healthcaregovernancepluginaudit
by Clinical-Quality-Artifical-Intelligence Aug 8, 2026 5/10
skill GitHub

pinescript-plugin: Pine Script v6 Skills and MCP With a Real Validator

Pine Script v6 skills plus MCP tooling for coding agents, backed by an actual validator rather than prose guidance - generated scripts get checked instead of assumed correct. Aimed at TradingView indicator and strategy work.

pinescripttradingmcpvalidation
by jpantsjoha Aug 8, 2026 6/10
workflow GitHub

shipyard: Worktree-Per-Ticket Delivery Conveyor With Mechanical Gates

A delivery conveyor for Claude Code and the Codex CLI that runs investigate, decompose and deliver as distinct stages, one git worktree per ticket, with mechanical gates and PRs driven to green. Ships with the reproducible container it runs in.

worktreecipipelinecontainer
by serhii-nochevnyi Aug 8, 2026 7/10
app GitHub

micold-ai-ide: Desktop IDE for Claude Code Worktrees and Sessions

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
workflow GitHub

squad: Tmux Multi-Agent Orchestration With a YAML Task Dispatcher

A Dispatcher reads YAML task definitions and assigns them to parallel Workers running Claude Code or the Codex CLI in tmux panes, reporting progress through dashboards. Plain-text, inspectable orchestration with no extra daemon.

tmuxmulti-agentorchestrationyaml
by h-wata Aug 8, 2026 6/10
app GitHub

agentblog: Next.js Blog Built for AI Search Engines to Read

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
workflow GitHub

dev-orchestrate-kit: Supervisor Harness Plans, opencode Implements

A Korean-language kit that folds several AI subscriptions into one development pipeline: Claude or Codex act as the supervising harness for planning and review, implementation is delegated to opencode, with fallback across subscriptions as quotas run out.

orchestrationopencodequotakorean
by fartypie-d Aug 8, 2026 5/10
skill GitHub

bioinformatics-agent-skills: Genomics, Drug Discovery and Multi-Omics

A large open collection of scientific agent skills, tool specifications and prompt protocols for bioinformatics, genomics, drug discovery and multi-omics work. Compatible with Cursor, Claude Code, Antigravity and LangChain.

bioinformaticsgenomicsscienceskills
by YuliaNuzhnenko Aug 8, 2026 6/10
workflow Reddit

The Claude Code + Codex Audit Loop That Never Converges

A solo founder has Claude Code write specs and build features, then Codex audit both and return GREEN, YELLOW or RED. One hard feature burned five spec versions and four RED audits in a single day - and the findings were mostly real, which is what makes it hard to stop. A useful cautionary case on where second-model auditing stops paying for itself.

code-reviewcodexworkflowdiscussion
by ximon16182 Aug 8, 2026 5/10
skill GitHub

biomedical-ai-skills: Agent Skills for Cancer Biology and Multi-Omics

A focused set of agent skills for cancer biology and multi-omics research, covering the analysis steps a lab actually repeats. Narrower than the general bioinformatics collections and correspondingly more opinionated.

biomedicalcancermulti-omicsskills
by zamushwani Aug 8, 2026 5/10
hook GitHub

w2ur/claude-code-setup: Hooks and Agents With Two Blocking Hooks

The author's working Claude Code setup for running 10+ personal apps without reviewing every diff: hooks, subagents and commands, including two blocking hooks that stop bad changes rather than just warning about them. MIT licensed.

hooksagentscommandsconfig
by w2ur Aug 8, 2026 6/10
app GitHub

cairn: Deterministic Structural Code Navigation for Agents

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

codespaces: Architecture-Aware Code Search and Impact Analysis

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
hook Reddit

Make Parallel Claude Code Sessions Aware of Each Other With Hooks

Running several sessions in one repo means agents overwrite each other's files and get confused about where changes came from. Subagents don't help across separate sessions and markdown-based messaging is brittle, so the author built inter-session messaging on Claude Code hooks - actions that fire on events like turn end.

hooksmulti-sessionmessagingparallel
by asutekku Aug 8, 2026 7/10
skill GitHub

ai-skills: Native CLI for Installing and Syncing Agent Skills

A native CLI for managing reusable prompt skills across AI coding agents, with install, list, read, update, sync and remove commands working over both project-local and global skill directories.

cliskillspackage-manager
by kevin-lee Aug 8, 2026 6/10
workflow GitHub

peertable: Long-Lived Peer Agents With No Orchestrator at the Head

Turns Claude Code sessions into a team of equal, long-lived peers sitting at a round table - no supervising orchestrator dictating work. A structural alternative to the usual dispatcher-and-workers pattern.

multi-agentpeersessionscollaboration
by kitepon-rgb Aug 8, 2026 6/10
workflow GitHub

speck: Specification Workflow for AI-Assisted Programming

A specification-first workflow aimed at the communication gap between humans and LLMs: write the spec the agent works from, so intent is explicit before any code gets generated.

spec-drivenplanningworkflow
by DylanMoss1 Aug 8, 2026 6/10
skill GitHub

codebase-cleanup: Three-Phase Dead Code and Module Consolidation Skill

A Portuguese-language Claude Code skill that cleans a codebase in three phases - removing dead code, consolidating shallow modules and reorganizing folders - with atomic commits per step and a test gate between phases.

refactoringcleanupskillportuguese
by CRangelP Aug 8, 2026 6/10
skill GitHub

biodiscovery-skills: Thinking Tools for Life-Science Discovery

Skills framed as thinking tools rather than task runners, for agents helping make discoveries in the life sciences. Focused on how to reason about a research question, not just how to run the pipeline.

sciencediscoveryskillsresearch
by dekan-aleksandr Aug 8, 2026 5/10
workflow GitHub

on-the-record: Requirements as Issues, Decisions as Approvals, Work as PRs

Puts the whole development record in GitHub: a requirement is an issue, a decision is an approval comment, work is a PR and rationale lives in that PR. An orchestrator relays the conversation to GitHub and spawns sandboxed role sessions, each given only its own rulebook.

githubgovernancemulti-agentaudit
by tokenmaxxxer Aug 8, 2026 7/10
skill GitHub

superpowersplus: Spec-Driven Development Where Claims Cite file:line

A Superpowers-derived (MIT) spec-driven workflow with one hard rule: every claim the agent makes carries a file:line citation, and verifier steps re-run the search to confirm it. Pitched at non-programmers as well as developers.

spec-drivenverificationcitationsskills
by rodrigopaitach Aug 8, 2026 7/10
workflow GitHub

jeff: A Quality Gate That Holds Work Until It Passes Review

Frames the coding-agent shell as a Michelin-star kitchen where you are the boss: nothing leaves the pass until Jeff signs off. In practice a review gate sitting between agent output and anything downstream.

quality-gatereviewworkflow
by johanthoren Aug 8, 2026 5/10
app GitHub

Booksmith: Turn a Manuscript Into a Print-Ready Designed Interior

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
skill GitHub

databricks-agent: 17 Skills Over Unity Catalog, DLT and Spark SQL

The Databricks adapter for a platform-portable analytics delivery doctrine: 17 Claude Code skills plus a CLI covering Unity Catalog, DLT and Spark SQL. Sibling project to powerbi-agent.

databricksdata-engineeringskillssql
by santoshkanthety Aug 8, 2026 6/10
skill GitHub

powerbi-agent: 45 Skills for TOM, TMDL, PBIR and Fabric REST

The Power BI adapter for the same portable analytics doctrine: 45 Claude Code skills plus a CLI over TOM, TMDL, PBIR and the Fabric REST API, drawn from 20+ years of regulated, high-volume BI delivery.

powerbibiskillsfabric
by santoshkanthety Aug 8, 2026 6/10
skill GitHub

britcheck: Skill That Scores Whether AI Images Actually Look British

A small Claude Code skill that rates AI-generated images on how convincingly British they look, taking the minimum of two scores and shipping at 8 or above. Silly domain, but a tidy pattern for min-of-two-judges scoring gates.

image-evalscoringskillfun
by Theo7777 Aug 8, 2026 5/10
skill Reddit

Do You Write Your CLAUDE.md Yourself? This Author Doesn't

Amid the wave of Opus 5 complaints, the author reports no quality drop at all and suspects the difference lies in how project instructions are written. Their approach: don't hand-author CLAUDE.md - have the model produce and maintain it. A useful counterpoint on where perceived model regressions actually come from.

claude-mdconfigurationdiscussion
by minaminonoeru Aug 8, 2026 6/10
workflow Reddit

Greenfield Agent Loop Judged Only by Suites It Cannot Edit

To stop an autonomous loop from grading its own homework, the author pre-registered three builds from empty folders: the first commit in each repo fixed the goal, the operating envelope and a verify command naming an external judge the loop cannot edit, so the git log proves the gate predates the work. One target was a TOML v1.0 decoder in Rust judged by toml-test v2.2.0; for another the spec was mutated so memorized answers would fail.

autonomoustestingbenchmarkloop
by Dull_String9524 Aug 8, 2026 7/10
app GitHub

project-registry: Multi-Project Registry With Session Resume

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
MCP GitHub

kioku-mesh: Shared Memory for Coding Agents Across Tools and Machines

MCP-native shared memory for AI coding agents that works across different tools and machines. Local-first on SQLite, with an optional Zenoh + RocksDB mesh when you want several machines to see the same memory.

memorymcpsqlitedistributed
by h-wata Aug 8, 2026 7/10
skill GitHub

bestdeejay/agent-skills: Skill Collection With Manifests and CI Checks

A skill collection covering github-repo-hygiene, test-graphics, reddit-karma, presentation-maker and docs-system, each shipped with a skill.json manifest, CI validation and full documentation rather than a bare markdown file.

skillscollectioncimanifests
by bestdeejay-design Aug 8, 2026 5/10
workflow GitHub

specwright: One Change-Driven Workflow Across Claude Code and Codex

A multi-host plugin that gives a repository a single explicit engineering workflow driven by the change being made, and keeps that workflow identical whether the session is Claude Code, Codex or OpenCode.

pluginworkflowcodexopencode
by ribeirogab Aug 8, 2026 6/10
skill GitHub

ecom-a11y-audit: WCAG 2.2 AA Audits for Shopify Stores

An agent skill that scans a Shopify store for WCAG 2.2 AA issues, attributes each finding to the theme or to an installed app, and prioritizes the fixes. The theme-vs-app attribution is the part generic accessibility scanners miss.

accessibilityshopifywcagaudit
by kgelster Aug 8, 2026 6/10
app GitHub

glissa: Browser Dashboard for Running Dozens of Claude Code Agents

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
skill GitHub

jurisdiction-latam: LATAM Legal Data Packs With Sourced, Dated Lines

A jurisdiction layer for Claude covering Latin America: neutral skills plus per-country legal data packs where every line carries its official source and a date. Explicitly not a substitute for a lawyer.

legallatamskillsspanish
by Danielmc09 Aug 8, 2026 5/10
hook Reddit

Why Hooks Are the Claude Code Feature Worth Learning

After a year of focusing on prompts and skills, the author found hooks to be the feature that actually changed their setup: scripts and CPU time are cheap while tokens are expensive, so a deterministic script bolted to a workflow stage beats asking the model to remember to trigger a skill. Includes concrete uses like lint runs and data-file updates.

hookstokensautomationdiscussion
by Middle_Key8737 Aug 8, 2026 6/10
workflow GitHub

planlet: Repo-Local Markdown Planning With a Deterministic CLI

Keeps planning and task state in the repository as focused markdown 'planlets', driven by a deterministic CLI plus portable agent skills. Plans stay reviewable in git instead of living only in session context.

planningtasksclimarkdown
by vipentti Aug 8, 2026 6/10
workflow Reddit

Benchmark: 5 Token-Saving Tools Fall Short of Their 60-90% Claims

A preregistered benchmark ran repowise, CodeGraph, Serena, Graphify and a no-tools baseline over 48 Django questions from SWE-bench, same agent/prompt/commit, 261 runs total. Best result was ~32% fewer output tokens per question, far below the 60-90% savings these tools advertise, and index build times varied from 16s to 367s. Harness, raw data and invalidated runs are public; the author discloses working on one of the tools benchmarked.

benchmarktoken-savingscontext-managementserenaswe-benchcodex
by Obvious_Gap_5768 Aug 8, 2026 8/10
skill GitHub

de-anthropocentric-research-engine: 900+ Markdown Research Skills

A large pure-markdown skill library for autonomous research, organized into 9 composable packages across a 4-layer hierarchy (Campaign, Strategy, Tactic, SOP). It supports non-linear orchestration with backtracking and wires in 6 MCP integrations including Semantic Scholar. Aimed at letting the agent drive literature review and hypothesis generation while you set direction.

skillsresearchorchestrationmcpliterature-reviewmarkdown
by yogsoth-ai Aug 8, 2026 8/10
app Reddit

Claude Desktop Account Switcher: Run Multiple Accounts Side by Side

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
skill GitHub

youtube-to-article: YouTube and Podcast Transcripts to Chinese Longform

A Claude Code skill that converts YouTube videos and podcasts into detailed Traditional Chinese articles, running fully local and offline with no API key required. It does chapter-aligned chunking plus a quality self-check pass, and can derive mind maps, highlight cards and self-quiz cards from the same transcript. Useful mainly for zh-TW users doing deep reading of video content.

skillyoutubetranscriptiontraditional-chineseoffline
by final90006-sketch Aug 8, 2026 5/10
workflow GitHub

claude-ns-hub: Local Session Orchestrator with a Queue and Notifications

A local orchestrator for Claude Code that lets you drop a task into a queue and walk away. It dispatches work across multiple concurrent sessions and pushes notifications when runs finish, so long jobs do not need babysitting. Python-based and self-hosted, aimed at fire-and-forget agent workflows.

orchestrationtask-queuemulti-sessionnotificationsautomation
by pluto2060 Aug 8, 2026 6/10
app GitHub

Clawdmeter: Cross-Platform Desktop Dashboard for Claude Code Usage

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
skill GitHub

codeck: Generate Slide Decks from Claude Code Without Manual Layout

A Claude Code skill that turns written content into finished presentation decks, exporting to PPTX and related slide formats. The pitch is removing the manual parts of deck building — no Keynote, no dragging boxes around, no picking font sizes. Python-based and one of the more popular deck-generation skills at 200+ stars.

skillslidespptxpresentationsdocument-generation
by hiyeshu Aug 8, 2026 7/10
app GitHub

clippy: Floating Assistant That Watches and Drives Your Claude Code Sessions

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
skill GitHub

academic-de-llm: Strip the Tells That Make Prose Read as Machine-Written

A ruleset for removing the stylistic markers that give away agent-written text, ordered by how often each marker actually shows up in measured samples — formatting habits first, older paste-era artifacts last. Claims are sourced, and anything unsourced is explicitly labelled as such. Handy as a final editing pass over drafts an agent produced for you.

writingeditingprosestyleacademic
by tae898 Aug 8, 2026 6/10
skill GitHub

wsqskills: Claude Code Skills and Hooks for WSQ Courseware Authoring

A bundle of skills, slash commands, subagents, and hooks aimed at producing WSQ training material — slide decks, lesson plans, learner guides, and assessments — against one academy's house standards. Very domain-specific to Singapore vocational courseware, but it is a concrete worked example of encoding a document house style into a Claude Code plugin.

skillshooksslash-commandscoursewaredocument-generation
by tertiarycourses Aug 8, 2026 5/10
MCP GitHub

inwise-agent-plugin: Portable Meeting and Workspace Memory for AI Agents

Plugins that expose Inwise meeting notes and workspace context to AI coding agents, so an agent can reference what was actually discussed rather than only what is in the repo. Written to be portable across agents rather than tied to a single client. Relevant if your decisions live in meetings and never make it into the codebase.

memorycontextmeetingspluginintegration
by Wise-Ai-Org Aug 8, 2026 5/10
app GitHub

tmux-alwayson: Keep a Coding Agent's tmux Session Alive Across Reboots

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
MCP Reddit

Driving a Kubernetes Developer Platform from Claude Code via MCP

OpenChoreo, a CNCF sandbox developer platform, exposes both its control plane and observability plane over MCP, letting Claude Code inspect components and environments, trigger builds, promote deployments, and query logs, metrics, and traces. Actions stay behind the platform's own auth and abstractions instead of handing the agent raw Kubernetes access. A good look at MCP as the seam between coding agents and the platform the code actually runs on.

mcpkubernetesdevopsobservabilityopenchoreocncf
by No-Income-2235 Aug 8, 2026 7/10
workflow Reddit

A Manager-and-Roster Pattern: Match the Model to the Job, Then Dispatch

One user's orchestration setup where the main loop only plans, decomposes, dispatches, and reviews, while a roster of subagents does the work — a reasoning model for adversarial review and root-cause, a strong coder for open-ended specs, a cheaper model when the spec cites an existing pattern, and a small model for mechanical sweeps. Includes a concrete inline-vs-dispatch gate and the rule that plans state contracts and verification steps rather than finished code. Each phase runs in a clean session.

orchestrationsubagentsmulti-agentmodel-selectionplanningcontext-engineering
by mugsy33 Aug 8, 2026 8/10
app GitHub

zedra: Remote Control for AI Coding Agents from iOS and Android

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

AIAgentPersistentTerminal: Crash-Resilient Tabbed Windows Terminal for Claude Code

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
skill GitHub

agent-skills: Autonomous Issue Runners, Adversarial Gates, and Parallel Bug Hunts

A personal collection of Claude Code skills, steering rules, and multi-agent workflows. The distinctive pieces are autonomous issue runners that pick up tickets end to end, adversarial review gates, and parallel bug-hunting fan-outs. Worth a look if you are designing your own multi-agent review patterns.

skillsmulti-agentcode-reviewautomation
by roufmlp Aug 8, 2026 5/10
workflow GitHub

samd-starter-kit: Build Medical-Device Software with a 10-Agent Claude Code Team

A starter kit for Software as a Medical Device projects, scaffolding IEC 62304 and ISO 14971 compliance from day one. It ships ten specialized agents, multi-agent workflows, and generates a complete regulatory Design History File. A rare example of agent tooling aimed at a heavily regulated engineering domain.

medical-devicecomplianceiec-62304multi-agentstarter-kit
by bryan-basg Aug 8, 2026 7/10
hook GitHub

perchling: Half-Megabyte Native Desktop Pet Driven by Claude Code Hooks

A tiny desktop companion that perches on your screen edge and reacts to Claude Code hook events. It is a Swift binary under half a megabyte with no Electron runtime, so it costs almost nothing to leave running. A lightweight take on ambient session-status indicators.

hooksdesktop-petswiftmacosstatus
by zexion7873 Aug 8, 2026 7/10
skill GitHub

Zero-Lero: Strip Telltale AI Writing Patterns from Brazilian Portuguese Text

A skill that removes the giveaways of AI-generated pt-BR prose: filler openers like "e importante ressaltar", forced binary contrasts, and overuse of gerunds. It is calibrated against a corpus of real human writing rather than generic style rules. Niche, but a useful reference if you are building language-specific editing skills.

writingportugueseeditingskill
by ViniciusStanula Aug 8, 2026 5/10
app Reddit

One Pixel Crab per Session: Screen-Edge Status for Parallel Claude Code Runs

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

agent-hop: Search Every Coding-Agent Chat and Resume Any Session in Any Agent

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
skill GitHub

ea-skills: The Enterprise-Architecture Lifecycle as Agent Skills over a Deterministic Core

Turns unstructured architecture input into validated ArchiMate 3.2 models, generated views, and ISO 42010 documentation, all versioned in git. The agent skills sit on top of a deterministic core so the outputs are checkable rather than improvised. Aimed at teams that need living architecture governance instead of stale diagrams.

architecturearchimategovernanceiso-42010skills
by dithiothreitol Aug 8, 2026 6/10
skill GitHub

linkedin-animated-infographics: Deterministic Looping GIF Infographics from a Claude Skill

A Claude skill paired with a CLI pipeline that designs and renders lightweight looping GIF infographics sized for LinkedIn. Rendering is deterministic, so the same input produces the same output rather than a fresh improvisation each run. Includes RTL and Arabic text support.

infographicsgiflinkedinrenderingrtl
by imMamdouhaboammar Aug 8, 2026 6/10
skill GitHub

ConsolePlus-PromptPlus Plugin: Pick the Right .NET Console Control Without Guessing

A plugin that guides Claude Code through building .NET console apps with the ConsolePlus/PromptPlus libraries. It determines the correct layer, checks whether interactive controls can actually run in the target context, and narrows 21 available controls to the right one. Removes a class of API-choice mistakes an agent would otherwise make blind.

dotnetconsolepluginlibrary-guidance
by FRACerqueira Aug 8, 2026 5/10
MCP GitHub

aep-mcp-server: Open-Source Adobe Experience Platform MCP with Full Write Support

An Apache 2.0 MCP server exposing 46 Adobe Experience Platform tools across 12 categories, covering both reads and writes. Write coverage includes batch ingestion and data lifecycle operations, which Adobe's own read-only first-party AEP MCP does not offer. Positioned as a complement to the official server rather than a replacement.

mcpadobeexperience-platformdata-ingestionapache-2.0
by Focus-GTS Aug 8, 2026 7/10
app GitHub

worktable: A Local Browser Canvas Where Terminal Agents Render Their Work

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

devhub: One Dev Server per Project on macOS with Fixed Ports and launchd

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
skill GitHub

QAIA: Turn a User Story into an ISTQB Gherkin Test Book and Playwright Tests

Agentic QA for Claude Code that takes a user story and produces an ISTQB-grounded Gherkin test book plus runnable Playwright tests. It is delivered as markdown skills only, with no shipped code and no API key required. Attractive if you want test generation grounded in an actual testing standard.

qatestinggherkinplaywrightistqbskills
by QAIA-Project Aug 8, 2026 7/10
MCP GitHub

Claude-Bridge: Real-Time Cross-Machine MCP Relay for Claude Code Agents

An MCP relay that connects Claude Code agents running on different machines in real time. It targets setups where the agent and the tools it needs live on separate hosts. Note that several unrelated projects share the claude-bridge name; this one is the MCP relay.

mcprelaydistributednetworking
by constripacity Aug 8, 2026 5/10
app GitHub

swarm: Drive a Fleet of Terminal Agents from One TUI, Web Page, or Command

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
workflow GitHub

devlyn-cli: Ideate, Auto-Resolve, and Ship with Context Engineering for Claude Code

A development toolkit that wraps Claude Code with context engineering and agent orchestration. It covers the arc from ideation through auto-resolving issues to shipping. Aimed at people who want an opinionated end-to-end flow rather than assembling their own.

cliorchestrationcontext-engineeringtoolkit
by fysoul17 Aug 8, 2026 6/10
command GitHub

clau: One-Word Launchers for Pre-Configured Claude Code Profiles

Defines named profiles that bundle CLI flags and environment variables behind a short command, so `co5` starts Opus at max effort. Adding a profile is cheaper than remembering the flag combination for each kind of work. Small, focused shell tooling.

cliprofileslaunchershell
by usmanbashir Aug 8, 2026 6/10
MCP GitHub

zephex-MCPs: One Hosted Gateway Endpoint Exposing 10 Codebase-Intelligence Tools

A hosted MCP gateway that puts ten codebase-intelligence tools behind a single endpoint. It connects to Cursor, Claude Code, VS Code, Windsurf, and JetBrains without per-tool configuration. Hosted rather than self-run, so factor in the trust and availability tradeoff.

mcpgatewayhostedcodebase-intelligence
by zephexMCP Aug 8, 2026 5/10
MCP GitHub

Innate: A Self-Growing Procedural Knowledge Layer for Coding Agents

A Rust MCP server and CLI that recalls relevant knowledge before a task, records what actually happened after, and distills the accumulated experience into reusable insights. The loop is the point: it is meant to get better at your codebase over time rather than just store notes. Works with Claude Code, Codex, and opencode.

mcpmemoryknowledgerustcross-agent
by vima-tech Aug 8, 2026 7/10
app GitHub

genie-react: Live React and TanStack DevTools Your Agent Drives from the Terminal

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
skill GitHub

rockfish-skills: Claude Skills for the Rockfish Synthetic Data SDK

A set of Claude skills covering the Rockfish synthetic data SDK. It gives the agent working knowledge of the SDK's API so it can generate and manipulate synthetic datasets without guessing at call signatures. Relevant mainly if you already use Rockfish.

skillssynthetic-datasdkvendor
by Rockfish-Data Aug 8, 2026 5/10
workflow GitHub

business-brain: A File-Based Operating System for Running a Business on Claude Code

Context files, rules, skills, hooks, and memory conventions extracted from a working agency and packaged as a repo. It treats business operations, not just code, as the thing the agent maintains. The value is in seeing conventions that survived real day-to-day use rather than a theoretical setup.

businessoperationsmemoryhooksconventions
by BenPrem Aug 8, 2026 7/10
skill GitHub

workflow-secretary-suite: Skills That Keep a Project Record and Roadmap Honest

A suite of Claude Code skills for maintaining the project record, roadmap, documentation, and tooling. It deliberately stays out of the coding itself, acting as a secretary to the work rather than doing the work. A good fit if your docs drift out of sync with what was actually built.

documentationroadmapproject-managementskills
by qupunto Aug 8, 2026 6/10
workflow GitHub

mestre-yoda: Spec-Driven Delivery Harness With Enforceable Gates

A deterministic, observable spec-driven development harness for AI coding agents. Work moves through enforceable gates that produce auditable evidence, and delivery stays under human control. Useful if you want repeatable agent workflows rather than ad-hoc prompting.

spec-drivenworkflowgatesaudit
by thiagocorreanet Aug 7, 2026 6/10
app GitHub

agent-session-intelligence: Visualize and Analyze Your Coding Sessions

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

evolve: Multi-Tier Evaluation CLI for Coding Agent Plugins

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
MCP GitHub

google-search-console-mcp: Index Status and Search Analytics for Agents

An MCP server exposing Google Search Console to Claude and other agents: index status, URL inspection, indexing requests, sitemap submission, and search analytics. Lets an agent handle SEO diagnostics without you leaving the terminal.

mcpseogooglesearch-console
by Mrshahidali420 Aug 7, 2026 7/10
app GitHub

litellm-multi-gateway: Route Claude Code to Multiple LLM Backends

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
MCP GitHub

bot-relay-mcp: Coordination Primitive for Multi-Agent Workflows

An MCP server providing a coordination primitive so multiple agents can hand work between each other. LLM-agnostic and CLI-agnostic, self-hostable, built in TypeScript on SQLite.

mcpmulti-agentcoordinationtypescript
by Maxlumiere Aug 7, 2026 6/10
workflow GitHub

agentic-foundry: Frozen Acceptance Contracts and a Merge Floor

A Claude Code plugin for governed, spec-driven delivery. Acceptance contracts are frozen up front and a merge floor refuses to let a red seam through, so an agent cannot quietly redefine done partway into the work.

pluginspec-drivengovernancemerge-gate
by lukasrepublic Aug 7, 2026 6/10
workflow GitHub

loopx: Cross-Project Quality Gate Kit for Codex and Claude Code

A portable quality gate kit you can drop into multiple projects to hold Codex and Claude Code to the same standards. Useful when you maintain several repos and want one consistent bar.

quality-gatecodexcross-project
by rye567 Aug 7, 2026 5/10
skill GitHub

capforge: Just-in-Time Capability Forge for Coding Agents

Builds agent capabilities on demand instead of preloading everything into the system prompt. The idea is to keep startup context small and forge the specific capability when a task actually needs it.

capabilitiescontextjust-in-time
by SuperMarioYL Aug 7, 2026 5/10
app GitHub

qmonster: Observe-First TUI for Multi-CLI tmux Sessions

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
skill GitHub

atlassian-browser-skills: Jira and Confluence Without an API Token

Reads and writes Jira and Confluence through your already-logged-in local browser (Safari, Chrome, or Edge) instead of the API. Built for corporate environments where security policy blocks the Atlassian MCP and API tokens.

jiraconfluencebrowseratlassianenterprise
by baekchangjoon Aug 7, 2026 7/10
skill GitHub

COG-second-brain: 33 Skills, 10 Agents, and a V-Model Verification Loop

A self-evolving second brain with skills, agents, and a people CRM, built around a closed-loop harness where the worker never grades its own homework. Includes paired anti-slop design skills for marketing and product UI. Works with Claude Code, Cursor, Kiro, Gemini CLI, and Codex.

second-brainskillsverificationcrm
by huytieu Aug 7, 2026 6/10
workflow Reddit

Scanning 63 AI-Built Repos for Leaked Keys: 4 Hits, None in .env

An empirical check on the claim that vibe-coded apps leak secrets. Cloning 63 real AI-built web apps turned up 4 committed privileged credentials, roughly 6 percent, and none of them were sitting in .env, which is where most scanning advice points. A useful correction to both the panic and the standard mitigation.

securitysecretsauditresearch
by ItaySela Aug 7, 2026 7/10
skill GitHub

skillmaxx: Auto-Detect and Install the Right Skills for Your Stack

Scans your project, ranks relevant agent skills with calibrated weights, removes near-duplicates via content similarity, and installs them with no configuration. Supports Cursor, Claude Code, Copilot, and other agents.

skillsinstallerdiscoveryautomation
by luckdevx Aug 7, 2026 7/10
app GitHub

jurisd: Local-First AU/NZ Legal Research Workbench for AI Assistants

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
skill GitHub

Ontotect: Ontology Engineering Skill for Design Through Governance

A skill covering the full ontology lifecycle: design, construction, review, repair, optimization, refactoring, validation, and governance. Niche, but thorough if you work with knowledge graphs or formal domain models.

ontologyknowledge-graphmodeling
by Moonweave-AI Aug 7, 2026 5/10
app Reddit

Coki Fonts: AI Font Generator With a Real Vector Glyph Editor

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
workflow Reddit

claude-handoff: Re-Check Stale Handoff Claims Against Git Before Trusting

Handoff docs between long-running sessions go stale and a fresh session believes them anyway. This protocol adds one rule most versions skip: anything bold or load-bearing that is more than about a week old gets checked against git before it is trusted again.

handoffcontextverificationgit
by TVegas2020 Aug 7, 2026 7/10
app GitHub

claude-slim: Measure What Every Skill and Plugin Costs in Your Prompt

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

claude-code-crossmodel: Delegate to External LLMs and Benchmark Them

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
skill GitHub

simon-says: Playground Rules for Exact Execution and Less Bloat

A rule set covering exact execution, defensive testing, debugging, and alignment, aimed at making AI builders more predictable. Mainly a curated set of behavioral constraints you can drop into a project.

rulestestingdebuggingalignment
by jawsublime-byte Aug 7, 2026 5/10
command GitHub

claude-skills-exporter: Port Plugin Skills to the Open Agent Skills Spec

Extracts skills from a Claude plugin into the open Agent Skills standard, auditing what breaks outside Claude and packaging the result for Perplexity Computer and Mistral Vibe Work. Documentation is in Spanish.

skillsexportportabilityagent-skills
by novanoticia Aug 7, 2026 6/10
skill GitHub

sales-framework: Seven Sales Principles as a Claude Code Skill

Packages a 20-year sales veteran's seven-principle framework plus CXO dealmaker insights into a Claude Code skill. Built by KudoMetrics for founders and sales teams working out of the terminal.

salesbusinessframework
by KudoMetrics-Techologies-Private-Limited Aug 7, 2026 5/10
skill GitHub

dig-deeper: Turn a Real Experience Into Social Content via Interview

A Claude Code skill that runs a guided interview over one of your actual experiences and turns the answers into social media content. The interview step is the point, since it keeps the output grounded in something that happened.

contentsocial-mediainterviewwriting
by felixofabio Aug 7, 2026 5/10
workflow GitHub

troika: Ticket to Reviewed, QA-Verified PR Through Eight Agent Roles

A pipeline that takes a tracker ticket and runs it through eight distinct agent roles until it emerges as a reviewed, QA-verified pull request. Ships as a plugin for Claude Code, Codex, and Cursor.

pipelineprqamulti-agentplugin
by vsdudakov Aug 7, 2026 7/10
MCP GitHub

ai-architect-mcp-codebase: Tree-Sitter AST to Graph With Impact Analysis

A cross-platform code intelligence MCP that parses your codebase with tree-sitter into a LadybugDB graph, then offers hybrid search and impact analysis. Works with Claude Code, Codex, Gemini, Cursor, VS Code, and Zed.

mcpcode-intelligencetree-sittergraphimpact-analysis
by cdeust Aug 7, 2026 7/10
app GitHub

cc-bar: Native macOS Menu Bar Quota and Usage Tracker

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

akashic-record: Repo Wiki Generator That Never Overwrites Human Edits

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

agent_runtime: One Python API for Claude, Codex, and OpenCode

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
skill GitHub

security-review: Run Real Scanners, Then Verify Findings Against Source

A Claude Code skill that runs Semgrep, gitleaks, TruffleHog, Trivy, osv-scanner, and ZAP, then checks each finding against the actual source before reporting it. Covers SAST, secrets across full git history, SCA, IaC, and Supabase/Firebase RLS, in one report tagged to OWASP Top 10 2025.

securitysastsecretsowaspscanners
by cdmx-in Aug 7, 2026 8/10
skill GitHub

ai-audit-skill: Evidence-Backed Audit and Signed Release Approval

An audit workflow for AI-built software covering requirements, tests, evidence, and stated limitations, ending in a signed release approval. Includes iOS and MASVS coverage for mobile work.

auditevidencereleaseiosmasvs
by goonobu-dot Aug 7, 2026 5/10
skill GitHub

gauntlet-loop: Fresh Builder/Critic Rounds With Resumable Proof

An evidence-driven skill that alternates fresh builder and critic rounds against project context, keeping proof resumable across rounds and enforcing integration gates. Works with both Codex and Claude Code.

builder-criticevidencegatesresumable
by Yash-1511 Aug 7, 2026 6/10
hook GitHub

onsetter: Deliver a CLAUDE.md Note at the Edit It Is About

A Claude Code hook that holds a paragraph from your CLAUDE.md until the Write or Edit it actually applies to, then delivers it once, gated on path and content. Solves the problem of guidance that gets stated at session start and forgotten by the time it matters.

hookclaude-mdcontextjust-in-time
by justinstimatze Aug 7, 2026 8/10
command GitHub

tsuba: Scaffold Marketplace-Ready Skills, Plugins, Hooks, and Agents

A Go CLI plus GitHub Action that scaffolds Claude Code skills, plugins, hooks, and agents ready for the marketplace. Named for the katana guard that lets a swordsman hand off the blade safely.

scaffoldcligopluginsmarketplace
by RoninForge Aug 7, 2026 7/10
skill GitHub

feature-sliced/skills: Official Agent Skills for Feature-Sliced Design

Agent skills for applying Feature-Sliced Design v2.1 in frontend projects, published by the Feature-Sliced organization itself. Worth having if your frontend already follows FSD and you want an agent to respect the layer boundaries.

fsdfrontendarchitectureskills
by feature-sliced Aug 7, 2026 7/10
app GitHub

coding-agent-heat-index: Daily Momentum Leaderboard for 12 Agents

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
skill GitHub

news-reviewer: News Item to Briefing With Devil's-Advocate Questions

A Claude Code skill that converts a news item into a research briefing: verified facts, historical parallels, and questions arguing the other side. The devil's-advocate step is what keeps it from being a summarizer.

researchnewsbriefingcritical-thinking
by mertcanciy Aug 7, 2026 5/10
app GitHub

crew: Workspace-Local SQLite Inbox for Coordinating Terminal Agents

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
skill GitHub

arena: Token-Driven Design System Built to Be Operated by Agents

A design system for React, Angular, and Tailwind shipped as two npm packages plus a Claude Code plugin and an Agent Skill. Designed so an agent can drive the tokens directly rather than guessing at your visual language.

design-systemtokensreacttailwindplugin
by dravensoft-dev Aug 7, 2026 6/10
workflow Reddit

Hedgehog v4: BMAD Companion With Parallel Agent Fan-Out

A companion layer for BMAD aimed at cleaner builds, updated in v4 to let agents fan out and build in parallel where the code structure allows it. Relevant if you already run BMAD-style planning.

bmadparallelorchestrationworkflow
by kidwonder Aug 7, 2026 6/10
MCP GitHub

livewire-flux-mcp: Live Flux UI Docs for Your Coding Assistant

Serves Flux UI documentation to an AI assistant straight from fluxui.dev, aware of Pro-tier components and compatible with Laravel Boost. Keeps the agent from writing Flux markup out of stale memory.

mcplaravellivewirefluxdocs
by leMaur Aug 7, 2026 6/10
MCP GitHub

MCP: Build Rich-Context AI Apps With Anthropic — Course Code

Working code from the deeplearning.ai course on building rich-context AI applications with MCP and Anthropic. A reasonable starting point if you are learning to write MCP servers rather than just install them.

mcpcourselearninganthropic
by Aravinda89 Aug 7, 2026 5/10
skill GitHub

gophers: 26 Production-Grade Go Skills for Claude Code and Beyond

A set of 26 Go-focused skills covering production concerns, usable from Claude Code, Gemini CLI, and opencode. Worth a look if your agent keeps writing Go that compiles but does not read like Go.

goskillsproductionbackend
by muratmirgun Aug 7, 2026 7/10
workflow Reddit

An Evolving TDD and Hooks Workflow for Not Reviewing Every Line

A developer with 35 years of reviewing code describes the workflow — TDD, instructions, hooks, and sweeps — that finally let them stop second-guessing whether the agent's output was sound. Written up around real open-source home security work rather than a toy project.

tddhooksreviewworkflowtrust
by Previous_Amoeba Aug 7, 2026 6/10
workflow GitHub

goat-flow: Harness Engineering, Execution Loop, Skills, Hooks, Learning

A structured workflow system for AI coding agents that combines harness engineering, an execution loop, skills, hooks, and a learning loop that feeds results back in. Works with Claude Code, Codex, Antigravity CLI, and Copilot.

workflowharnesshookslearning-loop
by blundergoat Aug 7, 2026 6/10
app GitHub

claude-code-gateway: Run Claude Code on Gemini or Any LiteLLM Provider

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

claude-code-voice-mlx: Ordered Voice Output for Parallel Sessions

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
workflow GitHub

googlecloud-plugin: A Full GCP Delivery Team for Your Coding Agent

Adds a vendor-objective solution designer, GCP and agentic architects, security, SRE, and QA roles, wired into a design-first and security-first delivery gate. Installs on Claude Code, Antigravity, Codex, and Kimi.

gcppluginarchitecturesresecurity
by jpantsjoha Aug 7, 2026 6/10
command GitHub

d2l-cli: Read-Only CLI Access to D2L Brightspace for Agents

Retrieves grades, assignments, content, and syllabi from D2L Brightspace in read-only mode, shaped for consumption by AI coding agents and automation. Niche but well-scoped.

clid2lbrightspaceeducationread-only
by clintonwrong53 Aug 7, 2026 5/10
skill GitHub

ai-video-prompt-skills: 31 Skills for Kling, Seedance, and Veo

A set of 31 Claude Code skills for prompting image-to-video models, written from production A/B measurements rather than intuition. The measurement provenance is what separates it from the usual prompt-tip lists.

videopromptingklingveoab-testing
by kanno321-create Aug 7, 2026 6/10
skill GitHub

agile-ledger: Plain-Markdown Scrum From Ideas to Releases

A product management skill that keeps ideas, backlog, sprints, releases, and bug tracking in plain Markdown inside the repo, driven by slash commands. Product management lives next to the code instead of in another tab.

product-managementscrummarkdownslash-commands
by nunoamorim99 Aug 7, 2026 6/10
workflow GitHub

crash-proof-coding-agents: Temporal Remembers, Claude Code Judges

A delivery team of coding agents where Temporal owns durability of the job, Claude Code makes the judgment calls, and team folders hold the governance. Every claim is measured, tested, and published rather than asserted.

temporaldurabilitymulti-agentgovernance
by thumarrushik Aug 7, 2026 6/10
workflow Reddit

Making a Project Portable So Any Fresh LLM Can Start From the Repo

A solo SaaS developer realized their project's context, decisions, and conventions all lived inside one Claude account, and restructured so any fresh agent can start from the repo alone. Two findings stand out, chiefly that stale docs are worse than no docs because a contradicting doc makes a fresh LLM confidently wrong.

portabilitydocumentationcontextvendor-lock-in
by barcelonatips Aug 7, 2026 6/10
workflow GitHub

glean: Have a Bigger Model Grade Your Smaller Model's Daily Runs

Runs a larger model over a smaller model's daily output to critique it and feed improvements back in. A cheap way to keep a low-cost agent honest without paying frontier prices for every turn.

evaluationmodel-routingfeedback-loopcost
by pcx-wave Aug 7, 2026 5/10
app GitHub

vaulted-agent-launcher: Launch Agents With Vault-Resolved Secrets

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
workflow GitHub

groundwork: A Skill Chain That Forces Agents Into Your Methodology

A development-methodology plugin for coding agents that covers the chain from design through completion as skills, and forces the agent into that chain at the start of every session. Documentation is in Korean.

methodologyskillspluginkorean
by HarryJhin Aug 7, 2026 6/10
skill GitHub

korean-writing: Fix the Awkward Korean That AI Writes

A Claude Code plugin that prevents translation-ese, AI slop, and double passives in Korean through rule skills, with a hook that automatically catches the obvious AI patterns.

koreanwritinglintinghooki18n
by HarryJhin Aug 7, 2026 6/10
skill GitHub

guide-your-ai-art: Diagnose the Output Instead of Rewriting the Prompt

Measures what an AI-generated image actually produced and diagnoses from there, rather than the usual loop of tweaking the prompt and hoping. Also covers getting the result onto a real app surface.

image-generationdiagnosticsdesignmeasurement
by wan-huiyan Aug 7, 2026 5/10
workflow Reddit

Keep Your Agent on the VPN While Your App Stays Off It

A full-tunnel VPN that the coding agent needs breaks the app under development when domestic services reject the foreign exit IP. The fix is not a static route, since those are global and pull the agent off the tunnel too, but per-socket binding with curl --interface and the equivalent in your stack.

vpnnetworkingroutingdevelopment-environment
by farshadmomo Aug 7, 2026 6/10
skill GitHub

CrowdStrike fusion-skills: Official Skills for Falcon Fusion Workflows

CrowdStrike's own agent skills for building Falcon Fusion workflows: action discovery, YAML authoring, deployment, execution monitoring, and best practices for triggers, conditions, loops, and HTTP Actions. Notable as a vendor-published skill set.

crowdstrikesecuritysoarofficialyaml
by CrowdStrike Aug 7, 2026 7/10
skill GitHub

awesome-chinese-ai-tools: 116 Verified Chinese-Language Skill Packs

A library of 116 skill packs, 57 in Chinese and 11 original to the project, all verified as real, plus a directory of 47 AI tools with links tested daily. The verification claim is the differentiator among skill-list repos.

skillschinesecollectioncurated
by sanhuang520-ship-it Aug 7, 2026 5/10
workflow Reddit

I Benchmarked My Markdown-Mapping System Against `ls`. `ls` Won.

Three rounds of controlled agent walks over a markdown vault, hand-graded from raw traces across four conditions including mapped, blind, and filesystem-only. The honest result is that plain filesystem navigation beat the elaborate map-and-contract protocol, and self-reported agent success turned out not to count as evidence.

benchmarkmarkdownnavigationnegative-resultevidence
by allemaar Aug 7, 2026 7/10
app GitHub

codetruss-cli: Deterministic Verification Gate With Signed Receipts

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
workflow GitHub

handoff: The Old Session Grades the New One Before Handing Over

Verified knowledge transfer across /clear: the outgoing session writes control questions, the incoming session answers them after reading everything, and the outgoing session grades the answers until it can honestly print the green light. Turns handoff from an assertion into a test.

handoffcontextverificationclearquiz
by 1Popov Aug 7, 2026 7/10
app Reddit

Plexar Studio: An Open-Source Harness for Managing Multiple Harnesses

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

Walrus Memory: A Portable Memory Layer That Follows You Across Tools

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
workflow Reddit

Most Outputs Aren't Load Bearing: Cutting ~50% of Tokens Works Better

The argument is that models cannot know what they need until they look, and looking drags in a large amount of material that is never load-bearing for the answer. Pruning roughly half of what Claude Code sees reportedly makes it work better, not worse.

contexttokenspruningperformance
by Popular_Sand2773 Aug 7, 2026 7/10
skill Reddit

Using ASD-STE100 Simplified Technical English to Curb Verbose Output

A CLAUDE.md block that asks for Simplified Technical English on coding work: sentences under 20 words, active voice, one instruction per sentence, one meaning per word, no idioms, explicit articles. Scoped to chat reports, PR titles and descriptions, and issue comments rather than everything.

claude-mdwritingverbositystyleste100
by henrypoydar Aug 7, 2026 6/10
app GitHub

AiNetLinter: Roslyn Linter That Optimizes C# Codebases for AI Agents

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
workflow Reddit

Turning the Agent Loop Into a Back-and-Forth Alignment Loop First

Agents implement plans well but define them badly, so they rush to generic templates and start editing files before you have agreed on anything. This open-sourced tool forces a dynamic alignment exchange with you before implementation begins.

alignmentplanningrequirementsopen-source
by SnooComics4579 Aug 7, 2026 6/10
app GitHub

AI-Usage-Panel: Privacy-First Local Dashboard for Tool Usage

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
skill GitHub

skills-agro: Agronomy Skills for Claude Built on Brazilian Standards

Agronomic skills encoding the Brazilian 5a Aproximacao (CFSEMG/MG) and Boletim 100 (IAC/SP) fertilizer recommendation standards. A good example of an agent skill built around a real domain reference rather than general advice.

agronomybrazildomain-skillportuguese
by guilherme-iaparaagronomos Aug 7, 2026 5/10
skill GitHub

brand-asset-art-director: Text-Free Image Prompts With Overlay Specs

Generates text-free image prompts plus overlay specifications for any brand asset, with adapters for Midjourney v7, FLUX, GPT-image, and SDXL. Keeping text out of the render and in the overlay is the useful part.

brandingimage-generationmidjourneyfluxdesign
by ChloeVPin Aug 7, 2026 5/10
workflow Reddit

The Basic Anatomy of a Good Prompt

An educational write-up on prompt structure and setting up context inside the prompt itself, using a real failure — someone asking Claude to merge two large open-source monorepos — as the worked example. The argument is that structure matters less than actually thinking the task through and writing it down clearly.

promptingeducationcontextfundamentals
by ibn_larry Aug 7, 2026 6/10
app GitHub

kyber: Self-Hosted Agent Fleet Management Platform

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
skill GitHub

imagine-agy: Let Claude Code Generate Images via Antigravity CLI

An agent skill plus text-to-image CLI that turns Google's Antigravity CLI into an image generator for hero art, icons, and illustrations, callable from Claude Code or the terminal.

imagesantigravitytext-to-imagecli
by dyrok Aug 7, 2026 6/10
app GitHub

claude-plugins: Local-First Memory of Decisions and How They Evolved

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
workflow Reddit

Dumb Orchestrator Theory: The Orchestrating Model Drives Your Bill

Data from an AI delivery factory splitting load between Claude and GPT subscriptions points at orchestration being the single largest consumer of available usage, and at the orchestrating model's choice having outsized impact on outcomes. Downgrading the orchestrator from a frontier model changed the economics substantially.

orchestrationcostmodel-selectionusage
by berndalf Aug 7, 2026 6/10
app GitHub

faaah: Drive Your AI Agent Through Plain Text Files

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
hook GitHub

plain-english: Prose Linter for AI Writing Tells and Jargon

Catches AI writing tells and undefined jargon before they land in a commit, doc, or issue, with adapters for Claude Code, pre-commit, and CI. Enforcement at three layers means it actually holds.

linterprosepre-commitciwriting
by nordscope-fi Aug 7, 2026 7/10
app GitHub

Warden-AI: Structurally-Verified Context Layer Claiming 50-90% Cuts

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
workflow Reddit

Five Review Agents Said the Tests Passed. None of Them Had a Shell.

Five review agents were asked to break SQLite trigger logic and confirm tests went red. All five returned a confident reading, none errored, and not one said it could not run anything. Re-running with an agent that actually had Bash surfaced two integer overflow gaps and a whole direction the reading had never considered.

subagentstool-accessreviewverificationfailure-mode
by Bulky_Ad738 Aug 7, 2026 8/10
MCP GitHub

substack-mcp: Publish Notes and Posts, Pull Analytics, Bridge Obsidian

A FastMCP server for Substack that publishes Notes and posts, retrieves analytics, manages drafts, supports pluggable image generators, and bridges drafts from an Obsidian vault. Note that unlike some Substack MCPs, this one writes.

mcpsubstackpublishingobsidianfastmcp
by adelaidasofia Aug 7, 2026 6/10
MCP GitHub

slack-mcp: Multi-Workspace Slack With Draft-Confirm Writes

An 18-tool Slack MCP for Claude Code supporting xoxc, xoxp, and xoxb auth across multiple workspaces, with draft-and-confirm on every write, vault auto-export, a prompt-injection scrubber, and an audit log. The safety layer is the notable part for a tool that can post as you.

mcpslacksecurityprompt-injectionaudit
by adelaidasofia Aug 7, 2026 7/10
app GitHub

claude-session-switcher: Jump Between All Your Claude Code Sessions

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
skill GitHub

dstack: A Design Review Stack for Claude Code Interfaces

A set of Claude Code skills that review, improve, animate and systematize UI work. Each critique cites a specific design rule and proposes a numeric fix rather than vague advice. Aimed at developers who ship interfaces without a designer on hand.

designuireviewskills
by AnimaEcho Aug 7, 2026 7/10
skill GitHub

think-like-a-pm: Agent Skills for Product Owners, Not Coders

Agent skills aimed at the person who owns the product rather than the codebase. The first skill, 'Context is Queen', focuses on framing product context for agents; three more are in progress. A useful angle if you use Claude Code for product work.

product-managementskillscontext
by hgambas Aug 7, 2026 6/10
skill GitHub

bookmark-this: Turn Scattered Links Into a Queryable Markdown Library

Converts saved links into a structured Markdown bookmark library that AI agents can query. Each entry is normalized so an agent can search and cite sources instead of re-fetching pages. Handy as a lightweight personal knowledge base for agent workflows.

bookmarksknowledge-basemarkdownresearch
by nikkogibler Aug 7, 2026 6/10
app GitHub

trck: Git-Native Issue Tracker With a Real Dependency Graph

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
workflow GitHub

figma-full-cycle: Figma Frame In, Shipped SwiftUI Feature Out

An eight-stage orchestrator skill for Claude Code and Codex that takes a Figma parent frame and drives it through to a shipped SwiftUI + TCA feature. Each stage is a discrete step with its own checks rather than one giant prompt. Narrow but deep if you work in that stack.

figmaswiftuitcaorchestrationios
by gwair1989 Aug 7, 2026 7/10
app GitHub

LocalRouter: Run Continue, LangChain, or litellm on Your Claude Plan

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
skill GitHub

glb-buildings-skill: Procedural Building Models From a JSON Spec

Turns a JSON document of floor bands into a validated low-poly glTF building for Unreal, Unity or three.js. Ships with a three.js blueprint editor and an agent-facing CLI so Claude can generate geometry directly. Useful for anyone prototyping 3D environments with an agent.

3dgltfgamedevthreejsprocedural
by hec-ovi Aug 7, 2026 6/10
skill GitHub

proveit: Validate Product Ideas Before You Build Them

Runs structured discovery on a product idea, scores confidence, dispatches a research swarm, and produces a technical handoff deck. The output is meant to be the input to an actual build rather than a standalone document. Aimed at pre-implementation validation.

productresearchvalidationdiscovery
by cla1redonald Aug 7, 2026 6/10
app GitHub

untangle: Graph How Claude Would Break Down a Task

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
skill GitHub

rulebase-skills: 149 Agent Skills for Customer Support and CX Ops

A large library covering support QA, compliance, RevOps, forecasting and coaching, installable one at a time via 'npx rulebase-skills install <slug>'. Works with Claude Code, Codex and Cursor. Notable for being a non-engineering skill collection at real scale.

customer-supportskillscxoperations
by rulebase-co Aug 7, 2026 7/10
app Reddit

Agent IDE That Runs Your Agents on Any Self-Hosted Server

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
MCP Reddit

Wall: An MCP That Gives You Nine UI Variants to Choose From

An MCP server that generates roughly nine distinct UI directions for a new project, lets you leave inline comments on each section, then feeds the chosen direction back to Claude. Includes rules tuned to avoid generic AI-looking output. Aimed at the early design-direction phase.

mcpuidesignvariants
by Sea-Assignment6371 Aug 7, 2026 6/10
app GitHub

SkillStar: Sync Agent Skills Per Project With Zero-Copy Symlinks

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
skill GitHub

infostyle-skill: Infostyle Editing for Russian Text in Claude Code

Applies the Russian 'infostyle' editing tradition — clarity, factual grounding, cutting filler — to text inside Claude Code. Targets writing quality rather than code. Niche but well-scoped for Russian-language writers.

writingrussianeditingskills
by Julianalost754 Aug 7, 2026 5/10
MCP GitHub

gsearch-mcp: Google Search Grounding in a Single Go Binary

An MCP server that gives AI tools real-time Google search grounding, shipped as one Go binary with no runtime dependencies. No Node or Python install needed on the host. A simple option if you want current web results without a heavier stack.

mcpsearchgooglegolang
by alanecolourless776 Aug 7, 2026 7/10
workflow Reddit

Claude Code Running a Paid API Business on a Home k8s Cluster

A three-week experiment where Claude Code was given cluster admin and a standing goal to make money autonomously. It built graded.sh, an index of ~3,500 x402 pay-per-call APIs that it probes every six hours and grades A–F, plus a gateway, and it operates the deploy pipeline and its own Grafana dashboards. An unusually concrete look at long-horizon autonomous operation.

autonomous-agentskubernetesx402case-studydevops
by CommissionUpper4531 Aug 7, 2026 8/10
app GitHub

crosscode: Real-Time Codebase Sync Between Teammates

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
skill GitHub

claude-mentor-skills: Guardrails Earned From Real Repo Incidents

Three Claude Code skills — build discipline, review discipline, and an Opus 5 circuit breaker — each written in response to an actual incident where an agent session damaged a repo. The rules are specific rather than generic best practice. Useful if you run agents with broad write access.

guardrailssafetyreviewskills
by LilyCTM Aug 7, 2026 7/10
skill GitHub

agent-vision-toolkit: Give Text-Only LLM Agents Eyes

A vision toolkit and skill providing image Q&A, OCR, screenshot understanding, visual grounding and image-to-SVG for agents that have no native vision. Drops into Claude Code, Codex, OpenCode and Pi. Bilingual docs (Chinese/English).

visionocrscreenshotsmultimodalskills
by Anionex Aug 7, 2026 8/10
app GitHub

claude-pulse: Session Dashboard With Tool Approval From Your Phone

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

inner-coordinates: GUI Automation Via State Graphs, Not Screenshots

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
skill GitHub

performance-ads-ia: Auditable Meta Ads Optimization Agent

A Portuguese-language agent for Claude Code and Codex that plans, analyzes and optimizes Meta Ads campaigns with an audit trail for every recommendation. Every change is traceable back to the data that motivated it. Domain-specific but a good template for auditable marketing agents.

adsmarketingmetaanalytics
by davigraeff-v4 Aug 7, 2026 6/10
app GitHub

reviso: Local Pre-PR Code Review That Catches AI Slop

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

ClaudeQuota: Windows Tray App for 5-Hour and Weekly Limits

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
skill GitHub

governed-agent-skills: A Governance Constitution for Agent Work

Defines a constitution and working method covering both multi-agent and solo-agent workflows — what agents may decide, what needs escalation, how work is recorded. Aimed at teams that need agent output to be defensible. More policy than tooling.

governancemulti-agentprocessskills
by Ezra144israel Aug 7, 2026 6/10
app GitHub

sgaunet/claude-plugins: A Curated Set of Development Plugins

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
skill GitHub

agentic-workstation: A 48-Pack Baseline for AI-Native Development

A workstation baseline with 48+ skill packs, sub-agents, MCP templates and loop-engineering primitives, targeting Claude Code, opencode, Cursor, Copilot and Gemini CLI. Meant as a starting configuration rather than a single tool. Large surface area — expect to prune.

skillsmcpsubagentsworkstationmulti-cli
by ulises-jeremias Aug 7, 2026 7/10
app GitHub

honestweek: An Honest Weekly Report of Your AI Coding Work

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

Lupin: A Local Proxy So Claude Code Runs on Any Model

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

mastro: An Italian Flat-Tax Copilot as a Claude Code Plugin

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

mr-seo: An SEO Agent Swarm for Yandex and Google

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

claude-code-meter: Community Usage Metrics and Cost Modeling

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
workflow GitHub

agent-harness-kit: Provider-Agnostic Multi-Agent Scaffolding

A scaffolding kit that drops structured multi-agent workflow definitions into an existing codebase without tying you to one provider. Gives you the harness — roles, handoffs, checks — rather than a fixed pipeline. Useful as a starting skeleton.

multi-agentscaffoldingharnessworkflow
by enmanuelmag Aug 7, 2026 6/10
skill GitHub

acstack: Skills That Prove Their Work Instead of Describing It

Claude Code skills built around runnable exit criteria, honest evals, and guards that are demonstrated firing rather than merely declared. The premise is that a skill claiming success should show the check that passed. A useful pattern even if you don't adopt the pack.

skillsevalsverificationguards
by AaravChadha Aug 7, 2026 7/10
skill GitHub

skill-bill: Governed Skills on a Durable Kotlin Runtime

Packages engineering judgment into governed skills and executes them on a durable Kotlin runtime so agents follow the process consistently, resume after interruption, and stay within a bounded context. The durability angle is what separates it from prompt-only skill packs. Heavier setup than a Markdown skill.

skillskotlindurable-executiongovernance
by oila-gmbh Aug 7, 2026 6/10
skill GitHub

skillcast: Turn a Tutorial Video Into a Runnable Agent Skill

Feeds a tutorial video in and produces a skill a coding agent can actually execute, reading the screen rather than the transcript. Captures the steps that narration skips over. A neat way to convert tribal knowledge in recordings into agent instructions.

skillsvideoscreen-readingautomation
by obeskay Aug 7, 2026 7/10
app GitHub

ClaudeUsage: Real-Time Usage and Service Status Tracking

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
MCP GitHub

podcastindex-mcp: MCP Server for the Podcast Index API

Exposes the Podcast Index API to agents: search podcasts, track guest appearances, monitor trending shows and check feed health. Useful for podcast research or for anyone maintaining a feed. Read-only against a public index.

mcppodcastsapiresearch
by conorbronsdon Aug 7, 2026 6/10
workflow GitHub

mb-system-architecture: Contract-First Lifecycle for Coding Agents

Defines contracts up front so multiple coding agents can build in parallel without colliding, then holds the output to engineering release standards. Targets the gap between agent speed and shippable quality. Process-heavy by design.

multi-agentcontractsarchitecturelifecycle
by mehulbhagwani Aug 7, 2026 6/10
workflow GitHub

speckit-addons: Community Add-Ons for GitHub Spec Kit

Workflows, presets, extensions and bundles that extend GitHub Spec Kit beyond its defaults. Lets you adopt spec-driven development without writing the scaffolding yourself. Community-maintained.

spec-kitspec-drivenworkflowsextensions
by clintcparker Aug 7, 2026 6/10
skill GitHub

super-productivity-skill: Task and Time Tracking From Claude Code

A Claude Code skill that manages tasks, scheduling and time tracking in Super Productivity through the app's local REST API. Everything stays on your machine. Good example of wrapping an existing local API as a skill.

taskstime-trackingrest-apiskills
by rokokol Aug 7, 2026 6/10
workflow GitHub

agentic-workflow: A Twelve-Skill Plugin for Solo Maintainers

Covers the full lifecycle for one person directing agents: project bootstrap, product discovery, phase delivery, review orchestration, verification, and evolving the workflow itself. Opinionated about the human staying in the director's seat. Broad but coherent.

workflowsolo-devpluginlifecycle
by gidde032 Aug 7, 2026 7/10
skill GitHub

skillz: BPMN Diagramming, LinkedIn Pipeline, and Meta-Skills

Agent skills in SKILL.md format for Claude, OpenClaw and Codex, including BPMN-aware Mermaid diagramming, a voice-to-LinkedIn-post pipeline, and meta-skills that turn recurring work into new reusable skills. The meta-skill angle is the interesting part. Standards-conformant SKILL.md files.

skillsbpmnmermaidmeta-skills
by OKHP3 Aug 7, 2026 6/10
skill Reddit

Why Behavioural Skills Fail at Making Claude Less Chatty

Argues that skills are the wrong mechanism for always-on communication style: they're built to encode workflows and domain know-how for specific tasks, not to shape user-facing tone. Explains why the popular 'be concise' skills underdeliver and where that instruction actually belongs. Useful framing before you write another behavioural skill.

skillsverbosityoutput-stylediscussion
by ibn_larry Aug 7, 2026 7/10
app GitHub

FriesTrader: An Unattended Claude Code Trading Agent

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

tasktrace: Where Your Claude Code Sessions Actually Spent Time

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
skill GitHub

skill-latest-screenshot: Open Your Newest Windows Screenshot

A one-call skill for Claude Code and Grok Build that opens your most recent Windows screenshot without a directory hunt. Deliberately token-cheap. Small but removes a repetitive step in visual debugging.

screenshotswindowsskillsutility
by yoobrain Aug 7, 2026 5/10
MCP GitHub

mcp-freestyle: Read a FreeStyle Glucose Sensor From an Agent

A read-only MCP server exposing FreeStyle continuous glucose monitor data, with credentials stored in the OS keychain. The README is explicit about which time range it can actually cover. A careful example of handling personal health data in an MCP.

mcphealthcgmread-only
by lozit Aug 7, 2026 6/10
workflow GitHub

flux: A Convention Layer for Quasi-Autonomous Claude Code

Builds a mostly-autonomous development workflow out of native Claude Code primitives — hooks, skills, GitHub Actions — rather than introducing a new engine. Explicitly a convention and configuration layer, so there's less to break when Claude Code changes. Attractive if you distrust heavyweight frameworks.

workflowhooksgithub-actionsautonomy
by sbnet Aug 7, 2026 7/10
skill GitHub

decision-canvas: Interactive HTML Canvases for Hard Decisions

A Claude skill that turns a complex decision into a self-contained interactive HTML canvas with evidence states, editable assumptions and a portable decision record. The artifact outlives the conversation. Useful for architecture choices you'll need to justify later.

decisionshtmldocumentationskills
by nicolas-diez Aug 7, 2026 6/10
app GitHub

knowledgebase: Git-Versioned Institutional Memory for Agents

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
skill GitHub

kill-slop: Audit AI Writing Against Your Own Voice

Two Claude Code skills that capture your writing voice, audit text against it, and rewrite only the passages that fail. Selective rather than a wholesale rewrite, so your original phrasing survives. Aimed squarely at the AI-tell problem.

writingvoiceeditingskills
by aixarizzo Aug 7, 2026 7/10
hook Reddit

Using UserPromptSubmit Hooks to Enforce Output Style

After CLAUDE.md, memory entries and output-style config all failed to stop Claude's 'clever' metaphors, the author moved the instruction into a UserPromptSubmit hook and found it held. Discusses the per-turn token cost and how to keep the injected reminder short. A practical answer to instructions that quietly stop being followed.

hooksuserpromptsubmitoutput-styleverbosity
by orthogonal-ghost Aug 7, 2026 7/10
skill Reddit

A CLAUDE.md Communication Style Block That Tames Opus 5

A short communication-style section for CLAUDE.md asking for direct, plain British English, no consultant-speak, and radical candour including admitting uncertainty. The author reports a large improvement over default Opus 5 verbosity. Copy-pasteable in a few lines.

claude-mdverbositypromptingopus-5
by Schpickles Aug 7, 2026 6/10
app GitHub

sap-dev: SAP GUI Automation Plugins for AI Coding Assistants

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
skill GitHub

skilldrop: 51 Skills for Knowledge-Worker Deliverables

Skills for the artifacts knowledge workers actually ship — ADRs, design docs, PRDs, runbooks, decks, threat models, adversarial reviews — plus three reviewer subagents and six role-based packs. Conforms to the Agent Skills open standard and installs into Claude Code, Cursor, Codex, Copilot, Kiro and Antigravity. Broad coverage with a consistent format.

skillsdocumentationadrprdportable
by sananthanarayan Aug 7, 2026 7/10
command GitHub

bb-bash: A Bitbucket CLI Built for AI Coding Agents

A single-file bash CLI for Bitbucket Cloud with zero-config repo auto-detection and inline PR review, shipping with a CLAUDE.md snippet, a Rule and a Skill out of the box. Fills the gap left by gh being GitHub-only. No dependencies beyond bash.

bitbucketclipull-requestsbash
by restarter Aug 7, 2026 7/10
app GitHub

AleksandarBisevac/claude-plugins: Audit Pipeline With Enforced Gates

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
workflow GitHub

operator-autopilot: A Daemon That Turns Repos Into Reviewable PRs

A local-first, git-native daemon that orchestrates external AI coding agent CLIs through discover, plan, implement, verify and deliver, ending at a pull request a human reviews. Keeps the agent loop running without keeping you in it. Everything stays on your machine.

daemonautomationpull-requestsorchestration
by ainova-systems Aug 7, 2026 7/10
app GitHub

CALM: A Compiler-Verified Call Graph for Coding Agents

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
workflow GitHub

claude-cracks-the-whip: Assign, Review and Rework Agent Output

Uses Claude Code as a supervisor that assigns tasks to other AI coding agents, reviews what comes back, and sends sloppy work around again. A manager-of-agents pattern rather than a single-agent loop. Light on detail but the shape is clear.

orchestrationreviewmulti-agent
by Pammyhangdog747 Aug 7, 2026 5/10
skill GitHub

write-like-me: Build a Style Skill by Being Interviewed

A CLI that interviews you about your writing, captures the answers, and emits a Claude Code skill encoding your voice. Getting the style from an interview avoids needing a large corpus of prior writing. Complements the audit-based approach of other voice tools.

writingvoiceskillscli
by substantialityinhibition972 Aug 7, 2026 6/10
workflow Reddit

Plans Are Cheap; Bad Implementations Aren't

Argues that reviewing the plan is dramatically cheaper than reviewing the code, that the planner shouldn't review its own plan (same model, same blind spots), and that the reviewer shouldn't be allowed to rewrite it either. The proposed loop: the original agent investigates each finding and must defend or revise. A concise case for review-before-code.

planningcode-reviewmulti-agentdiscussion
by bdachev Aug 7, 2026 6/10
skill GitHub

cac-ciso-toolkit: NIST-Aligned Claude Skills for Security Leaders

Composable skills covering risk register maintenance and translating security posture for a board audience, aligned to NIST frameworks. Targets the CISO's writing and reporting load rather than technical scanning. Composable, so you can take just the pieces you need.

securitycisonistriskskills
by cyberaware-creations Aug 7, 2026 6/10
app GitHub

agenteria: Your Claude Sessions as a Pizzeria Counter

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
skill GitHub

breadcrumbs: Cue-Placement Templates and Guardrails for Agents

Provides memory and guardrail templates built on cue placement, plus a self-tested CI kit and the white paper explaining the approach. The CI kit tests the guardrails themselves, which is rarer than it should be. Good if you want the reasoning as well as the artifacts.

memoryguardrailscitemplates
by The-825 Aug 7, 2026 6/10
app GitHub

plumbline: Score a Repo's AI Coding Readiness

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

ctrlnode: Local Agent Runtime Bridging Your Machine to a Dashboard

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
skill GitHub

pr-walkthrough-skill: Review Agent-Authored PRs One Layer at a Time

Walks you through a PR an agent wrote in layers rather than as one wall of diff, collecting your comments as it goes. Built for the case where you didn't write the code and need to build understanding before judging it. Works in Claude Code, Codex and Cursor.

code-reviewpull-requestsskills
by thekie Aug 7, 2026 7/10
app Reddit

Blitz: A Persistent Cloud Workspace for Claude From Your Phone

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
workflow GitHub

sagan: Multi-Agent Orchestration Where APPROVED Means Verified

A PM agent dispatches role-bound workers through a critique and verify loop, and every artifact ships with execution evidence bound to a git SHA. The design goal is that approval reflects a run that happened, not a plausible-looking answer. Installs as a drop-in .sagan/ overlay in any repo.

multi-agentorchestrationverificationevidence
by thewhatmatters Aug 7, 2026 7/10
app GitHub

iris: AI Vision for UI Testing and Development

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
hook GitHub

dibs: File Claims and Enforcement Hooks for Parallel Agents

Lets each agent call dibs on files with an expiry, and enforces those claims through hooks so two parallel sessions don't stomp the same file. Also records git-native lessons from conflicts. One binary, no server, no database.

parallel-agentshookslockingcoordination
by polymatx Aug 7, 2026 7/10
skill GitHub

read-me-launcher: Agent Skill for Polished, Secret-Safe READMEs

Generates GitHub READMEs with real visual craft while scanning for secrets that shouldn't ship in documentation. Combines presentation with a safety check most README generators skip. Small scope, done properly.

readmedocumentationsecretsskills
by thatdudealso Aug 7, 2026 5/10
app GitHub

claude-skills-live: A Continuously Verified Index of Claude Tooling

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
skill GitHub

consistent-naming: Name New Files by Surveying the Repo First

An agent skill that checks existing repo structure and conventions before naming a file or project, instead of inventing a fresh style each time. Prevents the naming drift that accumulates across many agent sessions. Very small scope.

namingconventionsskills
by thatdudealso Aug 7, 2026 5/10
skill GitHub

task-dispatch: Route Small Tasks Fast, Big Tasks Through Process

A triage layer built on mattpocock/skills that judges how heavy a task is: trivial work gets done directly, substantial work is routed through the full process. Avoids paying full-ceremony cost on one-line changes. Chinese-language documentation.

triageroutingskillsworkflow
by Number-2222 Aug 7, 2026 5/10
workflow GitHub

taskPlane: AI Software-Delivery Control Plane for Claude and Codex

A control plane that sits in front of Claude Code and Codex, gating work behind dependency-aware readiness checks and scoped execution. Runs 25 engineering 'lenses' over the result and produces fingerprinted evidence for human approval. Aimed at teams who want agent output reviewable before it lands.

control-planeorchestrationcode-reviewgovernance
by vdemkiv Aug 6, 2026 6/10
app GitHub

quarry: Local Code Intelligence That Answers 'What Breaks If I Change This'

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

presence: Per-Repo Memory and a Calibrated-Confidence Gate for Claude Code

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
skill GitHub

VMware-AIops: Claude Code Skills for vCenter and ESXi Monitoring and Ops

Two Claude Code skills for VMware infrastructure: vmware-monitor is read-only and safe to point at production, while vmware-aiops enables full operations. Splitting them lets you grant an agent visibility without granting it the ability to change anything.

vmwareinfrastructuredevopsread-only
by vmware-skills Aug 6, 2026 6/10
workflow GitHub

leopold: Autonomous Orchestration Harness That Drives Claude Code for You

You brief leopold the way you would brief a teammate and it conducts Claude Code sessions in your seat. Git operations stay locked so the harness cannot commit or push on its own, keeping the blast radius bounded during unattended runs.

orchestrationautonomousharnesssafety
by Jonhvmp Aug 6, 2026 6/10
skill GitHub

claude-code-docs: Live Anthropic Docs Inside Claude Code via Metadata Plugin

A 3 MB plugin that ships metadata only and fetches official Claude documentation from Anthropic's servers on demand, so nothing is redistributed or goes stale. Adds an auto-discovery skill, instant search, interactive HTML courses, and doc changelog reports.

documentationpluginsearchreference
by costiash Aug 6, 2026 7/10
hook GitHub

Lite-Task-Framework: Task Tracking and Decision Logging via Hooks and MCP

A lightweight task framework for Claude Code that persists tasks, injects relevant memory back into the session, and writes structured decision logs - all exposed through MCP tools and Claude hooks. Aimed at people who want tracking without adopting a heavy project system.

hooksmcptask-trackingmemory
by debaditya-mohankudo Aug 6, 2026 6/10
workflow GitHub

crewplane: Provider-Neutral Control Plane for Coding-Agent Workflows

Lets you design coding-agent workflows by hand, review them before they execute, observe them while running, and trace them afterward. Deliberately provider-neutral - it drives Claude Code, Codex, Gemini, Copilot, or any CLI agent.

control-planeorchestrationobservabilitymulti-agent
by crewplaneai Aug 6, 2026 6/10
app GitHub

tabit: GTK Terminal With Vertical Tabs for Shells, AI CLIs, and Logins

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
skill GitHub

skillbox: A Hand-Polished Personal Collection of Claude Code Skills

An ongoing collection of Claude Code skills the author writes, uses long-term, and keeps refining, published in Chinese. Framed as a starting point rather than a finished library - the stated goal is that you build your own from it.

skillscollectionchinese
by zxc7563598 Aug 6, 2026 5/10
skill GitHub

comfyui-chenxin: Local-First ComfyUI Mega-Skill With 662 Workflow Templates

A large local-first ComfyUI skill for Claude Code bundling 80 model prompt recipes and 662 workflow templates, with hardware-aware model selection so it picks something your GPU can actually run. Includes a self-updating knowledge base and an end-to-end manga pipeline.

comfyuiimage-generationtemplateslocal-first
by cxin21 Aug 6, 2026 7/10
skill GitHub

ASI OS: Claude Code Starter Kit With /onboard, /audit, /level-up, /grill

An MIT-licensed starter kit that adds four commands to Claude Code: /onboard to get oriented in a repo, /audit to review it, /level-up to improve it, and /grill to interrogate your own assumptions. A reasonable opinionated default for a fresh setup.

starter-kitcommandsonboardingaudit
by sameerch1b Aug 6, 2026 6/10
skill GitHub

skills: Version-Controlled Agent Skills With Cross-Platform Installers

A personal skills repository organised for version control, paired with installers that work across platforms. The value is the packaging pattern - treating skills as versioned artifacts with a real install path rather than files you copy by hand.

skillsversioninginstaller
by dm1681 Aug 6, 2026 5/10
skill GitHub

graphsmith: Crash-Safe, Non-Duplicating Agent Workflows as a Single Skill

One skill that structures agent workflows so they survive crashes, never redo completed work, and stay grounded rather than inventing results. Portable across Claude Code, Codex, Gemini CLI, Cursor, Windsurf/Devin, Hermes, and Copilot.

workflowdurabilityidempotencyportable
by SathiaAI Aug 6, 2026 7/10
app GitHub

maven-code-graph: Ctrl+Click-Like Maven Dependency Visibility for AI Agents

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
workflow GitHub

dev-loop: Wiki-Grounded Verification and RFC-Based Docs for AI Engineering

An AI-native engineering setup combining LLM knowledge management, verification grounded in a project wiki, RFC-based documentation, and automated best-practice enforcement. Aimed at keeping agent output anchored to written decisions.

knowledge-managementrfcdocumentationverification
by choiyounggi Aug 6, 2026 5/10
app GitHub

oh-my-claudian: Run Claude Code and Other CLI Agents Inside Obsidian

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

ChangeKey: One-Click Claude Code API Key Switcher for 11 Providers

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

isclaude2x: Live Countdown for Claude's 2x Usage Windows

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
skill GitHub

ai-film-skills: Local AI Short-Film Pipeline Skills for a Single 12GB GPU

A Chinese-language skill suite for running a local AI short-film pipeline - LTX, Wan, and MiniMax H3 - on a single 12GB card. Includes 1600+ lines of documented failure modes and a mechanism to keep generated shots from converging on the same look.

videolocal-inferencegpuchinese
by L-Trunks Aug 6, 2026 6/10
workflow GitHub

facework: A 12-Primitive, 8-Phase Protocol for Turning Ideas Into Systems

An open protocol that decomposes 'idea to shippable system' into 12 primitives across 8 phases, designed to run on Claude Code. The pitch is coherence and ownership: the output is a system you understand rather than a pile of generated files.

protocolmethodologyplanningphases
by thefacelessdon Aug 6, 2026 5/10
skill GitHub

SciAgent-Skills: 197 Bioinformatics and Life-Science Skills for Claude Code

A 197-skill library covering RNA-seq, single-cell analysis, drug discovery, and proteomics, reporting 92.0% accuracy on BixBench. It powers OmicsHorizon and is one of the more substantial domain-specific skill collections published for Claude Code.

bioinformaticsscienceskillsbenchmarks
by jaechang-hits Aug 6, 2026 8/10
command GitHub

play-console-cli: Fast Google Play Console CLI for Agentic Dev Flows

A CLI for Google Play Console built specifically to be driven by coding agents rather than clicked through a browser. Covers the release and store-listing operations an agent needs when shipping an Android app.

androidcligoogle-playrelease
by tamtom Aug 6, 2026 6/10
app GitHub

shamash: A WhatsApp Chief of Staff Running on Your Claude Subscription

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

airport-authority: Session Continuity and Lifecycle Control for Claude Code

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
skill GitHub

apple-design-skill: Human Interface Guidelines Translated for the Web

A research-backed agent skill covering fluid motion, the Human Interface Guidelines, colour systems, dark mode, SF Symbols, layout, and accessibility - all mapped onto web implementation. A revamp of Emil Kowalski's MIT-licensed apple-design skill.

designapplehigaccessibility
by ChloeVPin Aug 6, 2026 7/10
MCP GitHub

Unreal-MCP: Control the Unreal Engine 5 Editor From Claude Code

An MCP bridge that lets Claude Code, Cursor, Windsurf, or any MCP client drive the Unreal Engine 5 editor. This is the community edition of CodeFizz Editor Agent, which carries 900+ commands across 28 categories on UE 5.6, 5.7, and 5.8.

unrealgame-devmcpeditor-control
by aadeshrao123 Aug 6, 2026 8/10
skill GitHub

skills: Multi-Model Advisory Board Plus a Five-Skill Team Workflow Pack

Two portable skill sets: an advisory board that puts a hard decision to several models and reconciles their answers, and a five-skill pack for tracked, multi-session, agent-assisted development on a team.

multi-modeldecision-makingteamworkskills
by timharris707 Aug 6, 2026 6/10
app GitHub

BIKS Loader: Discover, Link, and Install Claude Code Plugin Marketplaces

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
skill GitHub

agent-pr-skills: Five Checks for Agent PRs, Built From 2,204 Merged PRs

Five checks to run against your coding agent's pull request before a human maintainer sees it, derived from analysing 2,204 real merged agent PRs. The empirical grounding is what distinguishes this from generic review checklists.

code-reviewpull-requestsqualityempirical
by sjh9714 Aug 6, 2026 8/10
app GitHub

dotmd: CLI and Claude Code Plugin for Managing Markdown Docs and ADRs

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
skill GitHub

claude-code-laravel-starter: CLAUDE.md Is RAM, docs/ Is Disk

A lean documentation skeleton for Laravel projects using Claude Code, built on one memorable rule: CLAUDE.md holds what must always be in context, docs/ holds everything the agent can page in on demand.

laravelphpclaude-mddocumentation
by albertoarena Aug 6, 2026 6/10
app GitHub

Tokenmax: macOS Menu Bar Quota Monitor for Claude Code and Codex

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
skill GitHub

claude-laravel-event-sourcing: Generate Spatie Event-Sourced Laravel Code

A Claude Code skill for designing and generating event-sourced domain code in Laravel using Spatie's event sourcing package. Narrow scope, but event sourcing is exactly the kind of boilerplate-heavy pattern an agent handles well with guidance.

laravelevent-sourcingspatiephp
by albertoarena Aug 6, 2026 6/10
app GitHub

dunbar: AI-Native Relationship Management Built on 5 Dunbar Circles

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
skill GitHub

data-analysis-skills: Turn CSV/Excel Into Interactive Single-File Reports

Confirms your industry and audience first, then cleans, analyses, and emits a single-file interactive HTML report in a conclusion-first six-section structure with every chart interpreted. Explicitly refuses to invent industry benchmarks, imply causation from correlation, or draw firm conclusions from small samples. Supports Claude Code, Codex, and WorkBuddy.

data-analysisreportinghtmlchinese
by cabbage2000-lab Aug 6, 2026 6/10
skill GitHub

liarjs-skills: Browser Fingerprint Consistency Testing From Your Agent

Runs liarjs from Claude Code, Codex, Cursor, or Copilot to score a browser against itself across 40 consistency checks spanning canvas, WebGL, WebGPU, audio, fonts, and WebRTC, cross-checked against the TLS/HTTP layer. Intended for Playwright and Puppeteer harness QA and CI regression gates.

testingbrowserfingerprintingplaywright
by liarjsdev Aug 6, 2026 5/10
app GitHub

U-Pool: Desktop Provider Switcher for Claude Code and Codex Endpoints

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
skill GitHub

macos-disk-cleanup: Agent Skill for Diagnosing macOS 'System Data' Bloat

A macOS disk cleanup skill for Claude Code and Codex that diagnoses what is actually inside the opaque 'System Data' bucket, using read-only scan scripts. Documents 10 traps that lead to misdiagnosis or data loss - the safety notes are the real content.

macosdiskcleanupread-only
by himynameisben Aug 6, 2026 5/10
skill GitHub

mattpocock-skills-zh-tw: 35 Matt Pocock Agent Skills in Traditional Chinese

A full Traditional Chinese localisation of Matt Pocock's 35 agent skills with install and runtime behaviour preserved. Ships a bilingual GitHub Pages reading site with a skill overview map, a learning path, and OpenCode/TRAE install guides.

localizationchineseskillstypescript
by shumingyang-opencode Aug 6, 2026 6/10
workflow GitHub

Brewcode: Infinite Focus Tasks With Automatic Context Handoff

A full development platform for Claude Code: long tasks that survive context limits via automatic handoff, prompt optimization, skill and agent creation, quorum-based code reviews, project rule management, and knowledge persistence.

platformcontext-handoffcode-revieworchestration
by kochetkov-ma Aug 6, 2026 7/10
hook GitHub

leakless: Pre-Execution Guard That Blocks Agents From Writing Secrets

Intercepts Claude Code before it writes API keys, credentials, or private keys to a file - the block happens before anything touches disk or git history, rather than scanning after the fact. Fully local, zero dependencies, zero telemetry.

securitysecretshooksprevention
by ebubekirb Aug 6, 2026 8/10
app GitHub

seanlab-studio: Local-First Agentic Studio for Talking-Head Videos

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
skill GitHub

arge-tesvik-skills: TUBITAK Grant Tracking and 5746 Compliance Skills

A Claude Code plugin for Turkish R&D incentive work: tracking TUBITAK TEYDEB/ARDEB calls, pre-assessing project proposals, preliminary patent search, and checking compliance with law 5746. Unofficial and not affiliated with TUBITAK.

turkeygrantscomplianceresearch
by ibrahim-isikli Aug 6, 2026 5/10
app GitHub

shredded: Counts How Often Your Agent Ran Tests but Hid the Result

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
workflow GitHub

Guardian: Scan-Fix-Verify Loop With an Anti-Cheat Gate for Faked Tests

The /guardian command scans a repo for security, performance, and architecture issues, shows proof for each, then loops fix-verify-rescan until clean. Includes payment idempotency fuzzing and an anti-cheat gate that catches agents faking test passes. Works in Claude Code, Cursor, Codex, OpenCode, and Kilo Code.

securityqualityanti-cheatautonomous
by Krish-1507 Aug 6, 2026 7/10
skill GitHub

context-engineering-protocol: Source-Attributed, Approved Context Packages

Portable agent skills for assembling context packages where every claim carries a source attribution and a human approves the package before it is used. Aimed at stopping unsourced assumptions from entering the agent's working context.

context-engineeringattributionapprovalportable
by linkpranay-ai Aug 6, 2026 5/10
skill GitHub

Clean-Backend: Production-Hardening Skill for Endpoints, Payments, and Jobs

A Claude skill that applies production-hardening practices whenever you design, write, or review backend code, with specific coverage for endpoints, payment flows, destructive deletes, background jobs, and alerting. The failure modes it targets are the ones that only surface under real traffic.

backendproductionpaymentsreliability
by AllanOps Aug 6, 2026 7/10
skill GitHub

MindMirror: Agent-Agnostic Self-Knowledge Skill Pack in Chinese

A pure-markdown skill pack for self-reflection: a 22-question evidence-based profile, a ten-dimension digital twin, and a 90-day life-planning experiment. Written to run on any AI assistant rather than a specific harness.

personalreflectionmarkdownchinese
by Jianing1117 Aug 6, 2026 5/10
workflow GitHub

product-pipeline: Run a Product Initiative as a Tracked Journey

Treats a product initiative as continuous tracked work rather than a series of one-shot prompts: persistent state across sessions, a living PRD, and hypotheses typed by the kind of evidence behind them.

productprdstatehypotheses
by lenar-amirov Aug 6, 2026 6/10
app GitHub

agentspaces: Leases and Atomic Claims for Multi-Agent Task Routing

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

EML-Research-POC: Exp-Minus-Log Math Primitive as a Claude Code Tool

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
workflow GitHub

workflow-janitor: Audit-First Cleanup of AI Workflow Artifacts

Cleans up the debris AI workflows leave behind without discarding the knowledge in it: audit first, update documentation, then quarantine rather than delete. The quarantine step makes the cleanup reversible.

cleanupartifactsauditdocumentation
by PrantoSMSS Aug 6, 2026 6/10
skill GitHub

awesome-agents: 109 Claude Code Subagents in 16 Enforced Engineering Teams

109 specialist subagents organised into 16 engineering teams, plus 11 commands and 10 skills, arranged along an architecture-build-verify-ship chain with the delegation order enforced rather than suggested. Installable as a plugin marketplace.

subagentsteamsmarketplacedelegation
by bakhod1r Aug 6, 2026 7/10
MCP GitHub

mcp-vision-bridge: Give Text-Only Coding Agents Vision via Any Model

An MCP server that lets a text-only coding agent analyse images by delegating to any multimodal model - mimo, Claude, Gemini, or anything OpenAI-compatible. Works with Claude Code, Codex, Kimi, opencode, and PI.

mcpvisionmultimodalbridge
by KuaaMU Aug 6, 2026 8/10
app GitHub

vibepen: Docker Sandbox for Coding Agents

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
skill GitHub

resonate-skills: Agent Skills for Durable, Crash-Safe Resonate Workflows

Official agent skills for building with Resonate, the durable execution framework for long-running, crash-safe workflows. Useful when the thing you are asking an agent to build must itself survive restarts.

resonatedurable-executionworkflowsreliability
by resonatehq Aug 6, 2026 6/10
app GitHub

inkblot: An LLM Eval Harness for All Your Harnesses

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

Lupin: Run Claude Code on Any LLM Provider With Failover and a Doctor

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
MCP GitHub

overseer-nvim-mcp: Give Coding Agents Control of overseer.nvim Tasks

An MCP server exposing overseer.nvim task management to coding agents: list, tail, run, restart, stop, and dispose. Lets an agent see build and test output in your existing Neovim task runner instead of shelling out separately.

mcpneovimtaskstooling
by impossiblecode Aug 6, 2026 6/10
workflow GitHub

bearing: DAG-Scheduled, Owner-Approved Orchestration for Coding Agents

Turns a repository request into an approved plan, then DAG-scheduled routes with bounded execution and reviewable evidence at the end. Harness-agnostic and local-first, with approval and review authority deliberately kept by the repo owner.

orchestrationdagapprovalevidence
by alphazede Aug 6, 2026 6/10
skill GitHub

claude-code-skills: 16 Skills for the Unglamorous Work That Ships Software

A curated pack of 16 Claude Code skills - ship-it, readme-forge, security-sweep, git-rescue, devlog and more - where each was researched first and included only if no prominent existing skill already solved it. Explicitly not a 40-skill kitchen sink.

skillscuratedshippingtooling
by 0xmortuex Aug 6, 2026 7/10
skill GitHub

video-prompt-builder: AI Video Prompts for Kling, Sora, Vidu, and Runway

A Chinese-language skill for constructing AI video generation prompts across text-to-video, image-to-video, and video-to-video, with three complexity tiers (L1/L2/L3) and platform-specific output for Kling, Sora, Vidu, and Runway.

videopromptingchinesegenerative
by BH2-4 Aug 6, 2026 5/10
MCP GitHub

nvim-mcp: Connect AI Agents to a Running Neovim via msgpack-RPC

An MCP server that talks to your live Neovim instance over msgpack-RPC with no Neovim plugin required. The agent sees the editor state you actually have open, not a re-read of files from disk.

mcpneovimeditorrpc
by paulburgess1357 Aug 6, 2026 7/10
skill GitHub

bearing: Cognitive Routines That Keep Agents Anchored to Your Project

An intel layer that keeps coding agents oriented on what the project actually is: authoritative north-star documents, a task-core that survives context compaction, and domain-expert review passes. Supports Claude Code, Cursor, Zed, and Codex.

contextcompactionanchoringreview
by ReidenXerx Aug 6, 2026 6/10
command GitHub

humanizer-cli: Detect AI-Written Text With 33 Offline Checks

A terminal tool running 33 checks to flag AI-written text. Fully offline with no API key and no dependencies, which makes it usable in a pre-commit or CI context where a hosted detector would not be.

clitext-analysisofflinedetection
by Arindaag760 Aug 6, 2026 5/10
app GitHub

ai-session-search: Local Full-Text Search Across 7 AI Coding Tools

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

quotapane: Always-On-Top Quota Monitor for Claude and Codex

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
workflow Reddit

Your App Is Your Test Suite: Deep Playwright Coverage as a Model Guard

Argues that with newer models the depth of your test suite matters more than the prompt. The author's routine: keep an unusually thorough Playwright suite, let a wide-open session refactor on a throwaway branch, then port only the ideas worth keeping onto dev through controlled sessions.

testingplaywrightworkflowrefactoring
by interbolt_colin Aug 6, 2026 5/10
app Reddit

SKI: Voice Coding With an Approve-Before-Send Handoff to Claude Code

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
MCP Reddit

Screen-Recording Feedback MCP: Record and Talk Instead of Pasting Screenshots

Built after the author accumulated 4,000+ screenshots taken purely to give Claude Code feedback. You screen-record while talking, and the MCP processes both the video and the voice track. Open source and local-only, with no SDK or extra app required; tested on macOS.

mcpfeedbackscreen-recordingvoice
by Frequent-Age7569 Aug 6, 2026 7/10
skill Reddit

Framing CLAUDE.md Rules as Introspection Beats Plain Instructions

Inspired by the emotion vectors paper, the author rewrites stubborn CLAUDE.md rules to ask Claude to introspect on its behavioral impulses rather than simply forbidding a behavior. Reports better control over verbosity and output bloat than direct instructions achieved.

claude-mdpromptingintrospectionverbosity
by trying2bLessWrong Aug 6, 2026 6/10
skill Reddit

A Progressively Disclosed Skill Index for Whole-Codebase Architecture Docs

A primary skill acts as an index over grouped architecture areas - plugins, agent stream, skills, db, service APIs - and each of those indexes a deeper documentation set. The agent updates the system whenever the architecture changes, cutting token waste since it looks up the right reference doc instead of searching the codebase.

skillsprogressive-disclosurearchitecturetoken-efficiency
by ZeroTwoMod Aug 6, 2026 6/10
workflow Reddit

A Markdown Brain: Rules, Todo Queue, and a Ranked Self-Improving Backlog

One builder's answer to the absence of a canonical agentic workflow: a markdown brain holding rules, a todo queue, and a ranked backlog of future ideas, plus a weekly automated analysis of past chats that enhances the system itself. Aimed squarely at preventing rabbit holes that do not advance the goal.

workflowmarkdownbacklogself-improvement
by Ill_Ganache_7588 Aug 6, 2026 5/10
workflow Reddit

One Fact Per File: How Splitting Agent Memory Fixed Stale Notes

Memory notes accumulated until the agent was confidently repeating things that were no longer true. The fix was one long-term fact per file, with dates written out in full because 'last week' is meaningless when the note is read three months later.

memorynotesstalenessorganization
by Euphoric_Daikon_3582 Aug 6, 2026 7/10
workflow Reddit

Three-Model Planning, Unbiased Synthesis, Then Cheap Worker Agents

An orchestrator setup laid out end to end: three top-tier models each produce a plan, an independent instance synthesizes an unbiased best version, and the finalised plan goes to cheaper worker agents for execution. Useful as a concrete reference point if you are assembling your own multi-model pipeline.

orchestrationmulti-modelplanningsubagents
by N0TaC0PP Aug 6, 2026 6/10
skill Reddit

A Minimax H3 Video Skill Tested Across Claude Code, Kimi K3, and Qwen 3.8

A Claude Code skill automating Minimax H3 video creation: search for reference character images, generate them with Seedream 4.5 if none fit, upload, then write a structured script covering scene, lighting, mood, and three dialogue beats. The post compares how Claude Code, Kimi K3, and Qwen 3.8 Max each handled the same workflow.

videoskillsmodel-comparisonautomation
by marupelkar Aug 6, 2026 6/10
app Reddit

A Plugin That Updates CLAUDE.md From Your Real Session History

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

Open-Source Claude Code Launcher: Profiles, Status Bar, Auto-Continue

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
skill Reddit

A DAG Orchestration Skill for 24-72 Hour Semi-Supervised Agent Runs

A skill for semi-supervised execution of very long tasks - 24 to 72 hours - with a built-in verification loop, at a frankly acknowledged heavy token cost. The skills are written in Korean and will occasionally emit Korean; the author suggests just telling it which language you prefer. At least one Max 20x account required.

orchestrationdaglong-runningverification
by Competitive-Net-5306 Aug 6, 2026 6/10
app Reddit

A Production Failure Simulator Built With Claude Code

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

pipeline-view: Git-Style Tree of What Your Subagents Actually Did

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

ai-limit: CLI and GUI monitor for Claude Code and Codex usage limits

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
skill GitHub

agent-skills-kit: Toolkit for authoring and packaging Agent Skills

A starter kit for writing your own Agent Skills, containing a meta skill that helps Claude author skills, plus templates and a worked sample. Includes scripts that validate a skill's structure and package it for distribution. Aimed at people who publish skills rather than just consume them.

skillsauthoringpackagingtemplatesvalidation
by bcastelino Aug 5, 2026 7/10
MCP GitHub

pmb: Local-first persistent memory for coding agents over MCP

An MCP server that gives Claude Code, Cursor and Codex a shared long-term memory of decisions, lessons and facts. Everything lives in a single SQLite file on your own disk, works offline, and is multilingual. A lightweight alternative to cloud memory services.

memorymcpsqlitelocal-firstoffline
by oleksiijko Aug 5, 2026 7/10
app GitHub

jarvis: macOS menu-bar mission control for Claude Code sessions

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
skill GitHub

claude-briefs: A lightweight focus system for working with Claude Code

A minimal convention for keeping Claude Code focused on one brief at a time instead of drifting across a whole repo. Deliberately small — no framework, just a working pattern. Worth a look if heavier planning systems feel like overkill.

focuscontextworkflowplanning
by naxoc Aug 5, 2026 5/10
skill GitHub

awesome-claude-skills-zh: Chinese-language curated list of Claude Skills

A curated index of Claude Skills, resources and tooling for customizing Claude workflows, maintained in Chinese alongside English. Covers skills for writing, analysis and development. Handy entry point for Chinese-speaking Claude Code users.

awesome-listskillschineseresources
by AICL-Lab Aug 5, 2026 6/10
skill GitHub

Skills_Curator: Evaluate skills before installing and remember the verdict

A Claude Code skill that reviews a candidate skill before you install it and records the decision permanently. The point is to decide once and never re-litigate whether a given community skill is worth trusting. Useful as the skill ecosystem grows faster than anyone can audit it.

skillssecuritycurationinstallreview
by captkernel Aug 5, 2026 7/10
app GitHub

skillOps-intellij: IntelliJ plugin for creating and validating agent skills

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

filamentphp-claude-design-system: Filament admin panel in Claude Design

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
MCP GitHub

visual-literacy: Perceptual-psychology design framework with an MCP server

A framework that teaches coding agents to reason about visual design rather than guess, built on 24 perceptual heuristics and an 8-dimension review rubric. Exposed through an MCP server so it works with any assistant. Useful for getting more consistent UI critique out of an agent.

designmcpheuristicsui-reviewrubric
by amberhoward78-creator Aug 5, 2026 7/10
app GitHub

claude-code-monitor: Local dashboard over Claude Code JSONL transcripts

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
skill GitHub

claude-red: Library of offensive security skills for the Claude skills system

A collection of SKILL.md files that prime Claude with structured methodology for specific security testing areas, from SQL injection to exploit development. Each skill encodes an expert workflow for one attack surface. Intended for authorized penetration testing and security research.

securitypentestingskillsred-teamresearch
by 0xwilliamortiz Aug 5, 2026 6/10
workflow GitHub

agent-collab: Run Codex and Cursor as background workers inside Claude Code

Lets Claude Code delegate reviews, tasks and rescue jobs to Codex and Cursor running as background workers. Jobs are tracked with live progress and session handoffs between agents. A concrete take on cross-vendor multi-agent work.

multi-agentcodexcursororchestrationreview
by zebbern Aug 5, 2026 8/10
workflow GitHub

agents-that-ship: End-to-end operating playbook for AI coding agents

A written contract covering how to run an agent-built project from kickoff through App Store release to sunset. Deliberately not a framework — no code to install, just process. Targets Claude Code, Codex and Cursor equally.

playbookprocessshippingconventions
by davidmosiah Aug 5, 2026 7/10
app GitHub

rejoin: Unified terminal session manager for Claude Code and other agents

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

code-intel-pipeline: Pre-edit code intelligence and regression gates for agents

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

claude-code-local: Run Claude Code fully on-device on Apple Silicon

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

tripwire: Security and agent-integrity scanner for coding agents

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
skill GitHub

opensearch-upgrade-navigator: Read-only agent skill for OpenSearch upgrades

An agent skill that plans and validates an OpenSearch version upgrade for any cluster, proving it will still work as-is on the newest release. Strictly read-only, so it never mutates the cluster it inspects. Built for the 2026 OpenSearch Agent Skills Hackathon.

opensearchupgradedevopsskillread-only
by madhankb Aug 5, 2026 6/10
skill GitHub

plainpaper skills: Agent Skills for the platforms marketers run campaigns in

A set of open-format Agent Skills covering the ad and campaign platforms marketing teams actually use. Works with Claude Code, Codex, Cursor, Copilot and Gemini CLI. One of the few skill collections aimed at marketing rather than engineering.

marketingskillsadscross-agentcampaigns
by plainpaperio Aug 5, 2026 6/10
app GitHub

limit-dashboard: Native macOS dashboard for AI subscription usage limits

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

bb: An agent IDE that builds itself

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

spyc: Rust TUI file commander whose AI agent can query the commander itself

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
command GitHub

claude-find: Find and resume past Claude Code sessions by describing them

Search every project's Claude Code history in plain English and resume the matching session in the same terminal tab. Unlike --resume, it searches what was actually said rather than listing only the current directory with stale auto-generated titles. Fixes a real gap in session recovery.

sessionssearchresumeclihistory
by alpersonalwebsite Aug 5, 2026 8/10
skill GitHub

skillmeld: Discover and merge community Claude skills into one vetted set

Finds existing community skills, security-scans them, and melds the best parts into a single tailored set rather than installing dozens separately. Reduces both context bloat and the audit burden of third-party skills. Complements install-time evaluators.

skillsdiscoverymergesecurity-scancuration
by ifylab Aug 5, 2026 7/10
skill GitHub

FileMaker-AI-vocabulary: FileMaker 26 API compressed to ~7,000 tokens

Every FileMaker 26 function and script step condensed into a token budget small enough to keep resident in context: names, signatures, return types, step IDs and platform support. The goal is to stop Claude inventing functions and misordering parameters. A good example of the vocabulary-layer pattern for niche platforms.

filemakerreferencecontextskilllow-code
by andykear Aug 5, 2026 6/10
skill GitHub

ai-dev-toolkit-pt-br: Portuguese rules, skills and configs for coding agents

A Portuguese-language toolkit of rules, skills and configuration for Claude Code, Cursor and Windsurf. Removes the English-first friction for Brazilian teams. Straight translation-and-adaptation work rather than new tooling.

portugueseskillsrulescursorwindsurf
by LucasSantana-Dev Aug 5, 2026 5/10
workflow GitHub

claude-self-iterate: Multi-role self-iterating website optimization workflow

Claude crawls your site wearing 15-plus reviewer personas, runs findings through a three-gate review, then applies minimal fixes and stops on its own when done. It also revises its own workflow between rounds. An unusually complete example of a self-terminating agent loop.

workflowreviewwebsiteself-improvingpersonas
by duola15 Aug 5, 2026 7/10
workflow GitHub

harness-engineering-playbook: Organizing AI and human teams for delivery

A practical playbook for structuring mixed AI-and-human teams around production software delivery. Focuses on team organization and process rather than tooling. Useful reading if you are scaling agent use past a single developer.

playbookprocessteamsdelivery
by sobcz2624 Aug 5, 2026 5/10
MCP GitHub

ocds-mcp: MCP server for German public procurement data

Connects AI assistants to German OCDS procurement records for semantic search, tender matching and company profiling. Turns a public dataset into something an agent can query conversationally. Narrow but a clean example of a domain-data MCP server.

mcpprocurementgermanysearchopen-data
by catechesisquiltedbedspread461 Aug 5, 2026 5/10
app GitHub

curie: Self-hostable delivery platform for Claude Code style agents

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
skill GitHub

skill-mesh: 47 portable skills with parallel Claude and GPT adapters

A provider-neutral skill pipeline covering an autonomous plan, build, review and ship loop across Claude and GitHub Copilot/GPT. Includes judges, graders and scorers plus install and release tooling, with three Claude-native skills excluded from the portable set. Notable for treating portability as a first-class constraint.

skillsportablecopilotpipelineorchestration
by aberson Aug 5, 2026 7/10
app GitHub

sift: Native macOS app that indexes and searches Claude Code transcripts

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
workflow GitHub

fidelity-machine: Machine-verified ship gate for design-system work

Locks a brand definition, generates UI through that mold, and mechanically refuses anything off-system before it ships. Replaces subjective design review with a pass/fail gate. Aimed at agent-generated UI drifting away from the design system.

design-systemgatesverificationbrandui
by tudorjuravlea Aug 5, 2026 6/10
hook GitHub

neti: Preflight gate that blocks agent tool calls exceeding a declared ceiling

Resolves what a tool call will actually touch before it runs and blocks it when the blast radius exceeds a ceiling you declared up front. Prevents the class of incident where an agent deletes or rewrites far more than intended. A stronger guarantee than per-call approval prompts.

securitypermissionshookstool-callssandboxing
by Neti-Security Aug 5, 2026 8/10
app GitHub

OpenQuota: Cross-platform tracker for AI coding usage, limits and spend

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
skill GitHub

tdd-agent-skill: TDD skill with hard RED-GREEN-REFACTOR gates for agents

A research-backed TDD skill that enforces real red-green-refactor gates, discovers your stack, and uses mutation testing instead of coverage as the quality signal. Includes explicit anti-reward-hacking rules so the agent cannot game its own tests. Works with any SKILL.md-compatible agent.

tddtestingmutation-testingskillquality
by ChloeVPin Aug 5, 2026 8/10
app GitHub

clarity-studio: Desktop app for building and running agentic automations

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
skill GitHub

agent-smith: Tools, scripts, skills and agents for agent-driven development

A maintained collection of building blocks for agent-driven development, spanning scripts, skills and subagents. Broad rather than deep — useful as a source of individual pieces. Actively developed by a working developer.

skillsscriptscollectionsubagents
by s3rgiosan Aug 5, 2026 5/10
workflow GitHub

spire-skills: Three-stage agent orchestration pipeline from The Spire

A working build pipeline of design-swarm, run-list and conductor stages, with probe-verified execution between them and a swappable config layer. Presented as skills actually in use rather than a demo. Good reference for staged orchestration design.

orchestrationswarmpipelineskillsverification
by fastedd27 Aug 5, 2026 7/10
skill GitHub

nsauditor-ai-agent-skill: Agent skill for NSAuditor security audit tooling

Gives any MCP-aware coding agent built-in knowledge of NSAuditor's tools, schemas, plugins and audit workflows. Vendor-published, so it is essentially a documentation layer for their product. Works with Claude Code, Cursor and Windsurf.

securityauditmcpskillvendor
by nsasoft Aug 5, 2026 5/10
app GitHub

5dive-plugins: Claude Code plugin marketplace with a Telegram bridge

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

decant: Local-first analysis of Claude Code and Codex session spend

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
skill GitHub

software-quality-skills: Skills distilled from a software quality knowledge base

Claude Code skills derived from a structured software-quality knowledge base rather than written ad hoc. Encodes established practice on testing, review and maintainability. Useful if you want your agent's quality bar to come from somewhere defensible.

qualityskillstestingreviewpractices
by stereobooster Aug 5, 2026 6/10
skill GitHub

r3ckon-style: Six Claude Code skills that enforce one developer's house style

Six skills that make an agent write both code and prose the way their author does. A concrete worked example of encoding personal style as skills instead of a sprawling CLAUDE.md. Fork-and-adjust material rather than something to install as-is.

styleskillswritingconventions
by localhostd3veloper Aug 5, 2026 5/10
workflow GitHub

ready-for-agent: Automate the babysitting of parallel coding agents

Tooling for keeping a large fleet of agent-authored PRs moving without a human watching each one. The author claims 150-plus PRs a week as the target throughput. Aggressively opinionated about where human attention should go.

automationpull-requestsparallel-agentsreviewthroughput
by berenddeboer Aug 5, 2026 6/10
skill GitHub

open-source: Skill that generates a project's full open source governance

Generates README, LICENSE, REUSE/SPDX metadata, CONTRIBUTING and the rest of the open-source governance surface for any project. Works with Claude Code and OpenCode, and is written for hackathon-speed setup. Spanish-language documentation.

open-sourcelicensespdxgovernanceskill
by igarbayo Aug 5, 2026 6/10
workflow Reddit

Minimal docs over current docs: stop Claude re-deriving architecture

After 41k agent-written lines, the author dropped the keep-ARCHITECTURE.md-current approach for a small doc holding only what the code cannot express: glossary, invariants and decisions. Code and data model stay the source of truth, so the doc never goes stale. One month of evidence, presented as a question rather than a claim.

architectureclaude-mddocumentationcontextdiscussion
by RestlessMotion Aug 5, 2026 7/10
workflow Reddit

Cutting token costs on a production AI alert-investigation agent

Three months of real numbers from an agent that reads logs and traces to write root-cause summaries into Slack: 7,364 investigations, $4,458 in tokens, median run $0.43 across 16 tool calls. The thread asks where the fat actually is in that shape of workload. Concrete cost data is rare enough to be worth reading.

costtokensobservabilityoptimizationproduction
by Odd-Jury4884 Aug 5, 2026 6/10
app Reddit

OS overlay app built with Claude Code: local transcription and notch UI

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
skill Reddit

A Claude skill that asks 697 engineering questions before writing code

A skill front-loading 697 questions across 15 engineering domains to pin down what a task must actually resolve. Backed by 60 decision cards distilled from Kleppmann, Nygard, Evans, Ousterhout and others. An extreme take on the plan-before-you-code pattern.

skillrequirementsengineeringdesignplanning
by AffectionateSport135 Aug 5, 2026 7/10
app Reddit

Email security layer for AI agents, built with a build-then-attack loop

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

Mirafold: Browser front end for Claude Code with full terminal parity

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
workflow Reddit

Keepalive prompts to keep a Claude Code session's prompt cache warm

The idea: send a trivial prompt just before the cache TTL expires so a large context never has to be re-read at full price. Would enable long-lived, heavily-preloaded sessions for near-zero upkeep. Posted as an untested proposal, with the thread weighing whether it holds up.

cachecostsessionstechniquediscussion
by UglyChihuahua Aug 5, 2026 5/10
workflow Reddit

mycelium: A plugin that makes Claude interrogate your startup idea first

A plugin marketplace entry that flips the default: Claude refuses to build until it knows who actually asked for the thing. In the author's own test it closed its own pull request. Installed via the plugin marketplace and framed as a challenge to try.

pluginvalidationproductmarketplaceplanning
by haabe Aug 5, 2026 6/10
command Reddit

Hop: Switch between multiple Claude Code accounts from the CLI

Adds Claude Code accounts as named profiles and switches between them, or runs a one-off command under a specific profile without disturbing other terminals. Written for the case of hitting a rate limit mid-task. Single Go binary with no dependencies.

cliaccountsgorate-limitsprofiles
by Opposite-You17 Aug 5, 2026 7/10
workflow Reddit

Splitting CLAUDE.md: repo rules versus cross-project lessons

Argues CLAUDE.md becomes a junk drawer because it mixes three scopes: rules that should always load, one-off incident lessons that should not, and cross-project workflows trapped in one repo. Proposes splitting by scope so only repo-level rules stay resident. Written by someone building a memory tool, and says so up front.

claude-mdmemorycontextorganizationdiscussion
by Pure_Bend5514 Aug 5, 2026 6/10
hook Reddit

Scry: Give each Claude Code session awareness of branches, worktrees and PRs

A plugin that briefs every new session on the surrounding state: which worktree another agent is editing, uncommitted changes, existing PRs, failing CI, occupied dev ports, and what production is actually running. Addresses the hygiene that slips when several sessions run at once. Written up as a response to specific repeated failures.

plugingitworktreescontextsessions
by matthewismathis Aug 5, 2026 7/10
skill GitHub

Subsidy Agent Skills: AI Skill Set for Japanese SME Grant Applications

A collection of AI agent skills that help Japanese small and medium businesses research subsidies, check eligibility requirements, and draft grant applications, built on the public jGrants API. Released under MIT license and useful as a reference for building domain-specific research-and-drafting skill workflows beyond Japan's subsidy system.

skilljapangrantsresearch
by yoshi2210 Aug 5, 2026 5/10
app GitHub

ClawCode: Persistent, Messaging-Enabled Agents as a Claude Code Plugin

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
hook GitHub

claude-guardrails: Harness-Enforced Rules Against Placeholder Code and Unverified 'Done'

Six dependency-free Claude Code hooks that deny placeholder or stub code and dangerous commands, and block a session from ending on an unverified 'done' claim. Enforcement happens at the harness level rather than relying on prompt instructions, making the guardrails harder for the model to talk its way around.

hookguardrailsquality
by DrunkkToys Aug 5, 2026 7/10
app GitHub

UsageAI: Windows Tray Meter for Claude Code, Codex, Copilot, and Gemini Usage

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
hook GitHub

void-harness: A Development-Doctrine OS for Coding Agents, Enforced by Hooks

A single development doctrine compiled into hook-based enforcement for both Claude Code and Codex, installed with one command via npx voidharness init. Free, account-free, and MIT licensed, aiming to make agent behavior standards concrete and enforced rather than just written guidance.

hookdoctrinestandards
by voidcorp-core Aug 5, 2026 6/10
skill GitHub

Coinpaprika Skills: Query Crypto Market Data (CEX/DEX) from Claude Code

Official Claude Code skills for querying Coinpaprika and DexPaprika, covering CEX prices, DEX pools, tokens, and OHLCV data. Useful for anyone building crypto-market analysis or trading workflows directly inside Claude Code.

skillcryptomarket-data
by coinpaprika Aug 5, 2026 6/10
app Reddit

QM, YC's Open-Sourced Agent Harness, Works With Claude Code Out of the Box

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
MCP GitHub

MCP Server for On-Prem Bitbucket, Jira, and Confluence (Data Center/Server)

Fills a real gap since Atlassian's official MCP server only supports Cloud: this project adds Bitbucket Data Center/Server support and reimplements Jira/Confluence Cloud with 60-78% fewer tokens per call. Ships as 58 tools over FastMCP/stdio, or as a single Auth0 OAuth 2.1 connector URL for an entire organization.

mcpatlassianon-prem
by jameswniu Aug 5, 2026 8/10
app GitHub

curia: Self-Hosted AI Coding Harness You Can Drive From Your Phone

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
skill GitHub

auteur: A Claude Code Skill That Directs Website Builds Like a Film

Treats web design as film direction, producing a commit-sheet, generated assets, and a build, then gates every ship with an executable anti-slop linter. A structured, quality-gated pipeline for AI-driven website work rather than ad hoc prompting.

skillweb-designquality-gate
by agiwhitelist Aug 5, 2026 7/10
app GitHub

docmancer: Index What Your Coding Agents Already Know, Across Tools

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
skill GitHub

nestjs-playbook-skill: Opinionated Claude Skill for NestJS Backends

A reasoned, opinionated Claude Skill encoding best practices for building small-to-medium NestJS backend projects. Useful for NestJS developers who want Claude Code to follow a consistent architectural playbook instead of ad hoc scaffolding.

skillnestjsbackend
by Kianibound Aug 5, 2026 6/10
workflow Reddit

Multi-Session Claude Code: Derive Interface Contracts, Don't Just Declare Them

A developer running three parallel Claude Code sessions built a shared system where agents publish interface contracts so others are warned before writing against stale API shapes. A sharper critique they received: contracts should be derived from source (extracted signatures on save) rather than self-declared, since a forgotten declaration fails quietly while still looking trustworthy; declaring still matters for cross-machine coordination before anything is committed.

workflowmulti-agentcoordination
by KangarooPitiful594 Aug 5, 2026 6/10
app GitHub

quill-writer: Claude AI Sidebar for LibreOffice Writer

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

project-template: Scaffolding and Config Standard for Claude Code Projects

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
MCP GitHub

opencode-mcp-bridge: Delegate Coding Grunt Work to a Cheap Model via MCP

A local MCP server that lets Claude Max or Codex subscribers keep their subscription for reasoning while delegating routine coding tasks to a temporary OpenCode session running on a cheaper, separately-keyed model. Delegation is non-blocking, and the delegate model is locked so it cannot be swapped by the calling agent.

mcpcost-optimizationdelegation
by teodorgross Aug 5, 2026 7/10
app GitHub

agent-11: Open-Source Suite of 11 Specialized Agents for Solo Founders

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
command GitHub

Feature-Flow-Creator: Auto-Generate AGENTS.md and Feature-Based Docs

Automatically generates a feature-based documentation structure, an AGENTS.md file plus a docs tree, for any project, giving coding agents a consistent map of the codebase to work from. Useful as a quick-start for projects that lack structured agent-facing documentation.

commanddocumentationagents-md
by azmirizkifar20 Aug 5, 2026 6/10
app Reddit

Memmy: Import Cursor, Claude Code, and Codex Session History Into Local SQLite

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: Ubuntu desktop app for Claude and Codex usage quotas with NTFY alerts

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

whoburnedmore: CLI that tallies your AI coding agent token burn and ranks it

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
workflow GitHub

foureyes: Discovery-to-code pipeline for Claude Code via /bootstrap

Drop foureyes into any repos .claude/ directory and run /bootstrap to get a structured pipeline: discovery, spec, plan, then code. Aims to slow Claude Code down just enough to avoid skipping straight to implementation without a plan.

workflowspec-drivenbootstrap
by mik2win Aug 5, 2026 6/10
MCP GitHub

mcp-camoufox: Browser automation MCP server built on anti-detect Firefox

Wraps Camoufox, an anti-detect Firefox build, as an MCP server so browser automation agents avoid bot-detection blocks. Supports sign-in-once profiles and mandatory session isolation between conversations, useful for agents that need to stay logged into sites across runs.

mcpbrowser-automationanti-detect
by agelyhq Aug 5, 2026 7/10
skill GitHub

fornax: Read-only skills for coding agents to orient, map, plan, and review code

fornax is a set of portable, single-purpose skills that let an agent orient itself in a codebase, map dependencies, plan changes, and review code, strictly read/plan/report. Useful when you want an agent's analysis without risking unsupervised edits.

skillcode-reviewread-only
by tacticaldoll Aug 5, 2026 6/10
app GitHub

ai-agent-design-toolkit: Figma-like design review and PNG export for agents

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
workflow GitHub

hephaestus (amurshak): One /autopilot command for the full delivery pipeline

A generic software-delivery workflow pattern for coding agents: a single /autopilot command runs orient, plan, critique, implement, review, test, ship, and finish. Ships as harness-neutral specs with generated adapters for Claude Code and OpenCode.

workflowautopilotopencode
by amurshak Aug 5, 2026 6/10
skill GitHub

gald3r: 22-agent framework with 100+ skills and 149 commands across 21 AI tools

A large AI dev framework bundling 22 agents, 100 core skills plus 142 addon skill packs, and 149 commands, portable across 21 tools including Claude Code, Cursor, Copilot, Windsurf, Cline, and Gemini. Uses file-based memory so context persists across sessions.

skillmulti-toolmemory
by Gald3r-Labs Aug 5, 2026 6/10
skill GitHub

observer-skill: Study a hard video with your coding agent via MCP transcription

A Node service that transcribes a video, serves a player page, and exposes MCP tools so your coding agent can answer questions at your exact pause point and render verified charts explaining the content. Combines a Claude skill, MCP server, browser TTS, and STT for an interactive study session.

mcpskillvideostudy
by hec-ovi Aug 5, 2026 7/10
workflow Reddit

Tip: Never discuss usage quotas with Fable when using it as an orchestrator

A Reddit tip warning that if you use Fable to spawn subagents on lesser models with concurrency limits, you should never mention your 5-hour usage window to it. Doing so can trigger a safeguard that halts work until you switch to Opus, tainting context and forcing a restart.

fableorchestrationtip
by newfoundpassion Aug 5, 2026 5/10
workflow Reddit

$4.6k in Sonnet tokens across 7,453 runs: why long agent runs cost more per call

A production postmortem showing per-call cost is not fixed: median runs cost $0.43 but the tail (50-128 tool calls) costs far more per call, since every turn resends the full prior context. The real driver of expensive runs was poorly instrumented services forcing the agent to search longer, not task difficulty.

cost-analysisproductionobservability
by Odd-Jury4884 Aug 5, 2026 7/10
workflow GitHub

AMH: An operating harness for AI-agent-maintained repositories

AMH provides a memory hierarchy, a verification ladder, and reusable workflows for repos that coding agents maintain over time. Aimed at keeping long-lived, agent-touched codebases consistent and verifiable across sessions.

workflowmemoryverification
by faded-penguin021 Aug 5, 2026 5/10
skill GitHub

quant-agent-skills: 8,000 lines of quant research orchestration rules for CC

A set of Claude Code / Codex skills for quant research workflows: concept research, single-stock analysis, and industry analysis, distilled from 6 months of daily production use. Notable for the depth (8k lines of orchestration rules), suggesting real battle-testing rather than a quick scaffold.

skillquantfinance
by Howard-Jerry Aug 5, 2026 7/10
skill GitHub

pristine-skill: Agent Skill Enforcing First-Time-Right Code Changes

A cross-platform agent skill (Claude Code, Codex, OpenCode) that enforces the "First-Time Principle" -- every change must be written in its final form, with no patches, no "what changed" comments, no leftover code, and no drift between local and deployed state. Useful for teams who want agents to produce clean, complete diffs instead of incremental band-aid edits.

skillcode-qualitycross-platform
by newbanser Aug 5, 2026 6/10
skill GitHub

sovereign-skills: 20 Production-Grade Skills for Setup, Review, and Governance

A bundle of 20 skills covering project setup, scope discipline, code review, security, session management, governance, ops, and quality audits (including eval-leakage and doc-drift checks). Works across Claude Code, Codex, and Cursor, aiming to standardize agent discipline beyond just coding tasks.

skillgovernancecode-review
by AlexZio00 Aug 5, 2026 5/10
MCP GitHub

x-browser-mcp: Read and Post to X via Your Own Logged-In Browser

An MCP server that lets local AI agents read and post to X (Twitter) through your existing logged-in browser session, avoiding the need for X API keys or paid API tiers. Useful for agents that need to monitor or interact with X without navigating API rate limits and costs.

mcpx-twitterbrowser-automation
by SohrabZ Aug 5, 2026 6/10
skill GitHub

video-reverse-engineering: Agent Skill to Reverse-Engineer How a Video Was Made

A Claude Agent Skill that extracts real keyframes, subtitles, and audio from a video, then produces a shot list, ready-to-paste AI image/video generation prompts, and a full replication guide covering both AI and live-action production paths. Useful for creators who want to replicate the style of an existing video or study how it was constructed.

skillvideocontent-creation
by whaojie797-design Aug 5, 2026 6/10
skill GitHub

adsense-compliance-auditor: Claude Skill for AdSense and AdMob Compliance

A dynamic skill engine that audits web and mobile apps for Google AdSense/AdMob monetization compliance, checking layout safety, ads.txt validation, and anti-CLS layout hooks against current live ad policies. Niche but useful for publishers who want an automated pre-flight check before enabling ads.

skillmonetizationcompliance
by kiraak-h Aug 5, 2026 5/10
skill GitHub

fabric-agent-skills: Agent Skills for Microsoft Fabric Connect, Load, and Model

A set of Agent Skills for working with Microsoft Fabric, covering connecting to data sources, loading, and modeling, with rules validated against a live Fabric environment. Useful for data engineers using Claude Code or similar agents inside a Microsoft Fabric/Power BI stack.

skillmicrosoft-fabricdata-engineering
by emirdegirmenci Aug 5, 2026 5/10
skill GitHub

immut-agent: Agent Skill and CLI for Notarizing Files with immut

An agent skill and CLI that has your AI agent locate important files -- contracts, IP, compliance records -- and send each one to the immut.io proof layer, producing a verifiable, tamper-evident timestamp of when the file existed and that it has not changed. Useful for teams needing lightweight, agent-driven document notarization.

skillcompliancenotarization
by enroh-ops Aug 5, 2026 5/10
app GitHub

excessibility: Accessibility Snapshot Testing for Phoenix LiveView

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
skill GitHub

code-annotations: Write @anno Comments, Let Claude Execute Them in Batch

A skill that lets developers write lightweight "@anno" annotations directly in source code as inline instructions, which Claude then reads and executes in batch across the codebase. A neat pattern for queuing up many small, localized changes without writing a full prompt for each one.

skillcode-annotationbatch-editing
by zlj-zz Aug 5, 2026 6/10
skill GitHub

ai-code-review-skill: Pre-Merge Review Skill Targeting AI Code Failure Modes

A pre-merge code review skill specifically aimed at failure patterns common in AI-generated code: deleted historical patches, unverified assumptions written as comments, and over-engineering. Uses a six-stage review process plus 23 language-specific guides, and works with Claude Code, Cursor, and Codex.

skillcode-reviewai-generated-code
by casperkwok Aug 5, 2026 6/10
app GitHub

defn: AI-Native Code Database for Navigating Go Code by Structure

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
workflow GitHub

FlowCrew: Planner, Parallel Coders, and QA Gates Orchestration

FlowCrew orchestrates a planning agent, parallel coding agents, and QA gates on top of Claude Code or Codex from a single brief, with a persistent campaign memory meant to improve across runs. Aims to let you hand off a task and walk away.

orchestrationmulti-agentqa
by cuibuaa Aug 5, 2026 7/10
skill GitHub

Reader-First Writing Skills: 12-Skill Editorial System

A set of 12 editorial skills plus independent review agents for Claude Code and Codex that structure, draft, diagnose, and revise documents while preserving the authors original meaning. Aimed at long-form writing rather than code.

writingeditorialskill
by OC-NeuralSense Aug 5, 2026 6/10
MCP GitHub

AIChronicles: SQLite-Backed Session Capture and Search

AIChronicles captures, searches, and summarizes Claude Code sessions into a local SQLite database, with a live web UI, an MCP server, and a CLI for querying history programmatically.

session-historymcpsqlite
by toabctl Aug 5, 2026 7/10
MCP GitHub

NotebookLM Bridge: Grounded, Cited Answers in Claude Code

Connects Claude Code (and Codex, Cursor, pi) to your NotebookLM notebooks so the agent can pull grounded, cited answers from your own documents instead of relying purely on model knowledge. One of several NotebookLM integrations in this space, distinguished by cross-tool support.

notebooklmragmcp
by Triippz Aug 5, 2026 6/10
app GitHub

Memsem: Local Semantic Memory for AI Agents With Contradiction Handling

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
MCP GitHub

Drift: Intent-Driven Versioning With Signed Intents and MCP

Drift layers why on top of gits what by recording signed intents alongside commits and offering semantic blame that traces changes back to the reasoning behind them. Ships as MCP tools for AI agents, runs on Node 24 with zero native dependencies.

versioninggitmcp
by lilcipherx Aug 5, 2026 7/10
skill GitHub

Bambu 3MF Export: Claude Code Skill for Sliceable Print Files

A Claude Code skill that exports STL meshes directly into sliceable Bambu Studio .3mf projects, with print settings baked in and parts auto-packed across named plates. Useful for anyone using Claude Code to automate 3D-printing prep.

3d-printingskillbambu-studio
by m-esm Aug 5, 2026 6/10
workflow Reddit

Workbench: Lessons and Rulebook From a Full-Autonomy Dev Workflow

A write-up and accompanying docs (workbench-101, lessons-with-examples, workflow-mechanics, auto-mode-rulebook) from someone who spent months offloading most development work to agents. Covers concrete guardrails and lessons learned for running agents with minimal supervision.

autonomyguardrailsdocumentation
by _itshabib Aug 5, 2026 7/10
workflow GitHub

Claude Harness Forge: Governance Harness With Blocking Hooks

An MIT-licensed governance harness for Claude Code that combines blocking enforcement hooks, routed coding standards, and multi-project trackers with resume points, aimed at keeping agent work within agreed constraints across sessions.

governancehooksmulti-project
by JayOfemi Aug 5, 2026 6/10
workflow GitHub

Agent Task Manager: Task Board and Pool of Sandboxed Coding Agents

A task board paired with a pool of sandboxed coding agents that pick up and work tasks, plus a manager agent you talk to directly. Useful for teams wanting a lightweight way to fan out coding work across multiple isolated agent workers while keeping a single conversational point of control.

orchestrationtask-managementsandboxed-agents
by Mark-Life Aug 5, 2026 6/10
app GitHub

Viberank: AI Coding Usage Leaderboard for Claude Code, Codex, Gemini CLI

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
skill GitHub

Han-Communication: A Plugin to Make Claude's Output More Readable

An open-source (MIT) plugin with a custom agent and three skills -- general readability guidance, editing existing text for readability, and explaining technical detail clearly -- aimed at fixing Claude's dense, jargon-heavy output. Ships with a default writing voice you can override with your own, and the guidance docs are usable even without installing the plugin itself.

readabilitywriting-styleplugin
by mxriverlynn Aug 5, 2026 6/10
app GitHub

MCPane: Unified Desktop Control Panel for Claude Code, Codex, and MCP

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

Hermes Shim: Use Any OpenAI-Compatible LLM Endpoint with Claude Code CLI

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
workflow GitHub

Agent Duet: CLI for Orchestrating Claude Code and Codex Sessions Together

A human-steerable local CLI that orchestrates native Claude Code and OpenAI Codex sessions side by side, with explicit routing rules, persistent handoffs between the two, and review workflows designed to keep a human in the loop. Aimed at developers who want to combine both agents' strengths without losing control over what gets executed.

orchestrationcodexmulti-agent
by Alqahtani921893 Aug 5, 2026 6/10
skill Reddit

Sweet Dream: A Free Recreation of Claude's Enterprise 'Dreams' Skill

An open-source attempt to recreate Claude's officially announced 'Dreams' managed-agent capability, which is currently limited to enterprise plans with extra usage cost. The author reports it works, though it hasn't been tested long-term, and it's free to use right now.

dreamsmanaged-agentsexperimental
by No_Combination_6429 Aug 5, 2026 7/10
MCP GitHub

Pact.ai: MCP Server That Verifies Code Against Your Project's Decisions

An MCP server for Claude Code, Cursor, Codex and Gemini that stores a project's decisions, conventions and constraints, then checks whether the code still honors them. Code stays local -- only pass/fail verdicts travel -- making it a lightweight way to catch drift from agreed conventions without a cloud dependency.

mcpcode-verificationconventions
by hexablob Aug 5, 2026 7/10
workflow Reddit

Benchmarking BM25F File Shortlists to Cut Coding-Agent Search Time

A local BM25F lexical ranking pass over file contents, names, and directories generates a shortlist of likely-relevant files before a coding agent starts grepping a codebase. Benchmarked on 240 real SWE-bench Lite issues across six repos, it puts the correct file in the top 20 results 77.9% of the time with no embeddings or API calls. Excluding in-repo documentation from the ranking was the single biggest accuracy gain, lifting MRR from 0.383 to 0.475.

searchbenchmarkingbm25codebase-navigation
by newtophillyfromkc Aug 5, 2026 8/10
app Reddit

Hoop: Guardrails, Secret Scanning, and Output Filtering Plugin

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: Long-Term Memory With Session Summaries and Web UI

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
workflow GitHub

Agent Pingu: Vault-Backed Engineering Loop With Blind Reviewers

Agent Pingu is a structured development loop for Claude Code built around lanes, phases, and enforced gates, backed by a persistent vault. Four independent blind reviewers check work at each gate before it can proceed, aiming to catch mistakes a single self-review would miss.

orchestrationcode-reviewgates
by rashedulhasansojib Aug 5, 2026 6/10
MCP GitHub

TQS MCP: Structural Engineering CAD Control From Claude Code

An MCP server that connects Claude Code to TQS, a structural engineering CAD package: it reads building models, extracts drawing data, runs structural processing, and scripts the TQS Python interface. A niche but concrete example of MCP bridging Claude Code into specialized engineering software.

mcpcadengineering
by carlostavares-manager-MNGT Aug 5, 2026 7/10
app Reddit

skilld: turns your repeated Claude Code corrections into skill files

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

coding-os: a cognitive operating system for AI coding agents

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
skill GitHub

ui-review: automated UI/UX review skill for Claude Code

Uses the agent-browser CLI to catch UI/UX bugs — text overflow, wrapping bugs, horizontal scroll, overlapping elements, tap targets, dark-mode and WCAG zoom/reflow issues — across mobile through desktop viewports. Maps each finding to the source file responsible and supports baseline/diff regression runs that skip unchanged pages.

uiaccessibilitytestingskill
by cdmx-in Aug 5, 2026 8/10
MCP GitHub

gograph: MCP server giving agents deterministic Go call-graph analysis

A local-only Go static analysis engine exposed as an MCP server, giving AI coding agents deterministic structural awareness of a codebase — call graphs, impact analysis, and symbol search — instead of guessing from text.

gostatic-analysismcpcode-navigation
by ozgurcd Aug 5, 2026 7/10
skill Reddit

agent-dev-toolkit: one skills core, adapters for Claude Code, Cursor, Codex, and more

Maintains a single agent-neutral core of skills, policy, and spec-driven-development contracts, then uses per-agent adapters to publish it into Claude Code, Cursor, Codex, Copilot, and others, so a skill update doesn't need to be copied by hand into every tool.

skillscross-toolspec-driven-development
by walter-dexter Aug 5, 2026 6/10
workflow Reddit

Auto-resume: pause and resume Claude Code before hitting usage limits

A technique for avoiding mid-run stops from 5-hour session limits: poll the statusline, pause new work at 90% usage and new agent spawns at 80%, then resume once the window resets, letting overnight runs continue without interruption.

session-limitsautomationstatusline
by Safe-Analysis-5804 Aug 5, 2026 5/10
skill GitHub

skills: deterministic Shopify/SEO/GEO checks backed by real-scan prevalence data

A set of agent skills that check Shopify, e-commerce, SEO, and GEO issues using deterministic checks backed by prevalence data from real scans rather than guesswork. Works with Claude Code, Cursor, Codex, and Gemini CLI via the open Agent Skills standard.

seoe-commerceshopifyskills
by maxbuildog Aug 5, 2026 6/10
workflow Reddit

Pairing on Claude Code with a second reviewer fixes approval fatigue

Running Claude Code in a shared multiplayer session with a second person reviewing each other's turns solved approval fatigue better than solo manual-review or accept-edits mode — each person reviews the other's diffs without the self-approval bias of reviewing their own prompts.

pair-programmingcode-reviewmultiplayer
by r1chardkam Aug 5, 2026 6/10
app GitHub

Assistant: an agent-hypervisor AI stack with a graph-powered repo wiki

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
MCP GitHub

helyx: a Telegram-first multi-project hub for Claude Code

A Telegram bot and MCP server for running and monitoring multiple Claude Code sessions across projects, with dual-layer memory, voice transcription, a web dashboard, and real-time CLI monitoring.

telegrammcpmulti-projectmonitoring
by MrCipherSmith Aug 5, 2026 7/10
workflow Reddit

claude-multisession: coordination tools for running many Claude Code sessions at once

A toolkit for multi-session Claude Code work: cross-session messaging, claims/locks so two sessions don't grab the same task, a worktree gate and reaper to stop sessions from clobbering each other's branches, a hook-install checker, and a number allocator for sequentially-numbered docs like ADRs.

multi-sessionworktreecoordination
by Wsz2020 Aug 5, 2026 7/10
workflow Reddit

Bucket unknowns into human-decision, testable-fact, or reversible-default before planning

A technique for keeping Claude Code from silently converting ambiguous requirements into assumptions: before implementation, sort every unknown into a human decision (stop and ask), a testable fact (investigate and cite evidence), or a reversible default (choose, but state the choice and how to undo it) — with any unresolved human decision required to stay visible in the final plan.

planningrequirementstechnique
by imbobbyshi Aug 5, 2026 6/10
MCP GitHub

oh-my-coding-maas-gateway: LiteLLM gateway to Huawei ModelArts for coding agents

A LiteLLM proxy gateway that fronts Huawei ModelArts MaaS for coding agents, supporting opencode, Codex CLI, and Claude Code CLI with both OpenAI and Anthropic-format APIs, load balancing, virtual key management, and Prometheus + Grafana observability.

gatewaylitellmobservability
by wallacelw Aug 5, 2026 6/10
app GitHub

llm-ticket-triage-agent: Claude-powered support ticket triage with eval harness

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
skill GitHub

explain-it-to-me: Coding agent explains what it built as linked Obsidian notes

A Claude Code skill that has the agent write one Obsidian note per new concept after each delivery: why it appeared, an analogy, and what breaks if you change it. Aimed at people who need to understand agent-built code without reading it directly.

skillobsidiandocumentation
by JessieMeguro Aug 4, 2026 7/10
MCP GitHub

SecureContext: Local MCP plugin adding persistent memory and a tamper-evident audit chain

An MCP plugin giving Claude Code persistent cross-session project memory (~87% fewer context tokens) while logging every tool call into a tamper-evident HMAC audit chain. Skills are AST-scanned and HMAC-verified before running. Fully local via PostgreSQL + Ollama, no cloud dependency, MIT licensed.

mcpsecuritypersistent-memoryaudit
by iampantherr Aug 4, 2026 7/10
app GitHub

parallax-threejs: Claude Code plugin for debugging three.js/GLSL scenes

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
skill GitHub

skills: TDD, refactoring, and ensemble-review skills for disciplined coding agents

A skill collection for making agent-driven code cheaper and safer to change: continuous-specification (spec-driven TDD), nullables (mock-free testing of I/O code), bounded refactoring, micro-commits, and ensemble-review (three concurrent model reviews synthesized into one revision plan).

skilltddrefactoringcode-review
by jonfazzaro Aug 4, 2026 8/10
app GitHub

Baton: Drift Detector for CLAUDE.md/AGENTS.md vs Git History

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

Claude Workbench: Git Template for Versioning Global Claude Config

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
skill GitHub

claude-tier: /tier Skill for Cost-Efficient Model Tiering

A tiny Claude Code skill that installs a quality-first, cost-efficient model/effort-tiering rule into a project's CLAUDE.md via the /tier command. Lets teams standardize which model tier to use for which kind of task without hand-writing the rule each time.

skillclaude.mdcost-optimizationmodel-selection
by thephenyl02-creator Aug 4, 2026 6/10
skill GitHub

Claude Code Skill for Parametric FDM 3D-Print Modeling

A Claude Code skill for parametric FDM 3D-print modeling using trimesh/manifold3d/build123d, with a headless view-screenshot-iterate loop so the agent can visually check its own models. Useful for makers who want an agent-driven CAD workflow.

skill3d-printingcadheadless
by m-esm Aug 4, 2026 6/10
app GitHub

Kelpie: Read-Only Attention Board for Local Claude Code Sessions

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
workflow GitHub

cc-autoship: Trace AI Dev Work as GitHub Issues/PRs/Reviews

cc-autoship turns Claude Code's development work into a traceable, reviewable asset on GitHub by capturing it as issues, PRs, diffs, and reviews. Aimed at teams that want an auditable paper trail for AI-driven changes.

githubworkflowcode-reviewtraceability
by maee-co Aug 4, 2026 6/10
app GitHub

Free-Claude-Code: Bridge to Run Claude Code Against Gemini 2.0

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
skill GitHub

Blink Build Studios: Open-Source Claude Skills Marketplace

A collection of open-source Claude Code skills from Blink Build Studios, published as an installable plugin marketplace. Description is thin on specifics but provides a ready-made source of skills to browse.

skillmarketplaceplugins
by Blink-Build-Studios Aug 4, 2026 5/10
app GitHub

Assay: Reproducible Evaluation Framework for AI Artifacts

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
MCP GitHub

Tree-sitter Analyzer: Cross-Language Code-Intelligence MCP Server

An MCP server providing code intelligence across 13 languages with a family-gated call graph designed to avoid cross-language mis-wiring, plus a miswire-audit tool to check your repo. Runs 100% locally in Python with 8 facade tools, useful for agents that need accurate multi-language call-graph context.

mcpcode-intelligencecall-graphlocal
by aimasteracc Aug 4, 2026 7/10
skill GitHub

Lecture-to-Notes: Local Pipeline Turning Recordings into Synced Notes

A Claude Code skill plus CLI that converts lecture recordings into structured, grounded notes with a synced HTML viewer combining video, timestamped transcript, and summary. Uses a local GPU pipeline (Whisper ASR, slide extraction, OCR, VLM) so no cloud transcription is needed.

skilltranscriptionlocal-gpunotes
by drpwchen Aug 4, 2026 6/10
skill GitHub

Nen: Six Agent Skills Mapped to Performance, Refactoring, and More

Nen ships six installable agent skills themed around performance, refactoring, launch, reverse engineering, reliability, and orchestration. A playful but practical grouping of common engineering skill categories for Claude Code.

skillrefactoringperformanceorchestration
by rlaope Aug 4, 2026 6/10
workflow Reddit

Tip: Offload Heavy Claude Code Sessions via VS Code Remote SSH

A Reddit tip describing how to run multiple parallel Claude Code sessions on a beefier remote machine using VS Code Remote SSH instead of upgrading your local PC. Simple, concrete workaround for RAM-constrained machines running several agent sessions at once.

remote-sshperformancemulti-sessionvscode
by Leasj Aug 4, 2026 5/10
app GitHub

git-cairn: Git-Native Memory of Decisions for Coding Agents

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: Local-First Usage & Cost Meter for AI Coding Agents

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
skill GitHub

ship-guard-skills: Post-AI-Coding Safety Checks as Agent Skills

A set of MIT-licensed agent skills that act as guardrails after AI coding sessions — checking for leaked secrets, running pre-merge checks, triaging flaky tests, and detecting env/flag drift. Designed to catch mistakes before they ship.

skillsafetycisecrets
by Wanbinyu Aug 4, 2026 6/10
skill GitHub

dsl-skills: Cross-Agent Skills for Visual QA and Email Automation

A set of cross-agent skills covering visual QA and email automation workflows, usable across different coding agents including Claude Code. Provides ready-made skill definitions for two specific automation domains.

skillvisual-qaemail-automation
by dengshangli Aug 4, 2026 5/10
MCP GitHub

handover-mcp: Shared Versioned Context Across Claude Code, Codex, Cursor

handover-mcp is an MCP server, CLI, and set of Agent Skills for maintaining shared, versioned context across Claude Code, Codex, Cursor, Gemini CLI, and both humans and AI agents. Useful for teams juggling multiple coding agents that need to hand off state to each other.

mcpcontext-sharingmulti-agenthandoff
by 44-pixels Aug 4, 2026 7/10
skill GitHub

Blender Industrial Kit: Parametric, Verifiable 3D Modeling Skill

A field-tested discipline for industrial-product 3D modeling in Blender that's parametric, headless, and verifiable, shipping docs, verification gates, and a Claude Code skill plus agent pipeline. Aimed at product designers who want an agent-driven, checkable Blender workflow.

skillblender3d-modelingheadless
by kai-chop Aug 4, 2026 6/10
app GitHub

vibe-float: Floating Dashboard for Codex + Claude Code Sessions

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

AWS Sample: Internal Claude Code Platform on Bedrock AgentCore

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
skill GitHub

Curated Claude Code Skills for Image, Music, and Instructional Design

A curated collection of Claude Code skills covering AI image production, AI music production, instructional design, and general workflow improvement. Good starting point for creative and non-coding use cases of Claude Code skills.

skillcreativeinstructional-design
by phillipalcock Aug 4, 2026 6/10
skill GitHub

code-clipping: Claude Code Skill for Short-Form Video Editing

A Claude Code skill that inspects a source video clip, proposes short-form edit ideas, and exports finished vertical clips ready for TikTok, Reels, or Shorts. Brings agent-driven video editing suggestions into the Claude Code workflow.

skillvideo-editingshort-form-content
by phillipalcock Aug 4, 2026 6/10
workflow GitHub

Software Build Assurance Kit: Red-First TDD Gates for AI Agents

A workflow enforcing red-first TDD, self-tested gates, calibrated independent verification, and commit-bound evidence for coding agents. Aims to give teams confidence that AI-written code actually passed real checks before merging.

workflowtddverificationci
by kknipe2k Aug 4, 2026 6/10
MCP GitHub

fast-browser: Drive Your Existing Chrome from Claude Code or Codex

fast-browser lets Claude Code (or Codex) control the Chrome browser you already have installed, rather than spinning up a separate headless instance, via a simple npx setup command. Useful for browser automation tasks that need your real browser session, cookies, and extensions.

browser-automationchromecli-tool
by m4ttstack Aug 4, 2026 7/10
app GitHub

hindcast: Local Session Browser, Replay & Cost Tracker for Claude Code

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
skill GitHub

use-case: Verified-Only Use-Case Catalog Skill for Codebases

An agent skill that walks both the codebase and the live running app in a browser to build a verified use-case catalog, generating an in-app panel, a demo deck, and a report of dead/unused features. Useful for teams wanting an accurate, agent-verified map of what a product actually does.

documentationskillcodebase-analysis
by succtorlin Aug 4, 2026 6/10
MCP GitHub

agent-security-scanner-mcp: Security Scanner MCP for AI Coding Agents

An MCP server that scans AI-agent-generated code for prompt injection risks, hallucinated packages (checked against 4.3M+ real packages), and vulnerabilities via 1000+ rules with AST and taint analysis, plus auto-fix. Useful for teams worried about the security implications of AI-written code making it into production.

securitymcpvulnerability-scanning
by sinewaveai Aug 4, 2026 8/10
workflow GitHub

kilin: Deterministic, Inspectable Workflow Runtime for Coding Agents

kilin is a local, CLI-first runtime that lets you describe a workflow in plain files, validate it before running, then execute it through Codex, Claude Code, or OpenCode with explicit approvals and persisted run history. Useful for making agent-driven workflows repeatable and auditable instead of ad hoc.

workflow-runtimecliautomation
by kilin-space Aug 4, 2026 7/10
skill GitHub

pillars: Tiered Convention Files to Keep Coding Agents Aligned

pillars is an open standard that decomposes a monolithic AGENTS.md/CLAUDE.md into tiered 'pillar' files describing a project's conventions, decisions, and constraints. Useful for keeping coding agents consistently aligned with project rules as codebases and instruction sets grow.

conventionsagents-mdproject-config
by hannsxpeter Aug 4, 2026 6/10
skill GitHub

research-lab-skills: Agent Skills for the Full Research Lifecycle

A composable set of Claude Code Agent Skills covering literature review, research logs, experiment tracking, analysis, lab presentations, manuscript writing, and peer review. Useful for academic and research teams wanting to apply Claude Code to the full scientific workflow, not just coding.

researchacademicskill-collection
by zi-yue-1129 Aug 4, 2026 6/10
MCP GitHub

cursor-headless: MCP Bridge Bringing Cursor's Agent Backends to Claude Code

An MCP server exposing ask/plan/implement operations backed by the Cursor SDK and cursor-agent, usable from Codex or Claude Code, with fast models, streaming progress, and git worktree support. Useful for teams who want to combine Cursor's agent backends with a Claude Code-driven workflow.

mcpcursormulti-agent
by brandonkramer Aug 4, 2026 6/10
app GitHub

coffee-bar: Keep Your Mac Awake During Claude Code Sessions

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: Measure What Your Repo Costs an AI Agent to Read

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: Terminal-First Coding Harness in a Single Rust Binary

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: Daily GitHub Radar for AI Agent Skills and MCP Servers

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
workflow Reddit

Why Chat Is the Wrong Abstraction for Multi-Agent Software Engineering

An essay arguing that as AI coding moves to multi-agent workflows, chat history is a poor substitute for real engineering artifacts like ownership boundaries, dependencies, and file-scoped responsibilities. Describes a concrete pattern (a TESTER agent owning test structure while a FIXER agent handles bugs, coordinated via explicit boundaries) drawn from a year of multi-agent experiments.

multi-agentarchitectureessay
by rodrigopfraga Aug 4, 2026 6/10
skill Reddit

wiseman: Self-Building Codebase Wiki Plugin for Claude Code

wiseman is a Claude Code plugin that generates a human-and-agent-readable wiki for your project: a /wiseman-summon skill researches dependencies and builds wiki pages, a hook checks the wiki for relevant lessons before each coding task, and /wiseman-dashboard opens a readable view. Useful as a free, self-hosted alternative to paid context tools like context7, accumulating project-specific lessons over time.

pluginwikiproject-memory
by TGoddessana Aug 4, 2026 7/10
app GitHub

ai-tool-usage-limits: macOS Menu Bar Monitor for AI Coding Tool Quotas

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
hook GitHub

warrant-mcp: Plain-English Rules Enforced by a Claude Code Hook

warrant-mcp lets you write rules for your AI agent once in plain English, then deterministically checks every tool call against those rules and uses a Claude Code hook to block calls that violate them. Useful for teams wanting guardrails on what an agent is allowed to do without writing custom validation code.

hookguardrailsrules-engine
by rmanish2000-del Aug 4, 2026 7/10
skill GitHub

Skill-Bazaar: Open Collection of Agent Skills (SKILL.md) by Category

An all-in-one, categorized open collection of AI Agent Skills in SKILL.md format, part of a broader 'Mega AI Bazaar' project. Useful as a browsable directory when looking for existing Claude Code skills to reuse rather than writing your own from scratch.

skill-collectiondirectoryopen-source
by Drvivek34 Aug 4, 2026 5/10
workflow Reddit

Making Browser Agent Workflows Reliable by Saving Them as Reusable Commands

A Reddit post describing why browser agents fail silently (e.g. scraping the wrong table after a layout change) and how switching from re-prompting the agent every run to letting it discover a workflow once and saving it as a reusable command (using a tool called WebCmd) made results far more trustworthy. Useful technique for anyone running recurring browser-automation tasks with AI agents.

browser-automationreliabilitytechnique
by Opening-Profile6279 Aug 4, 2026 6/10
workflow GitHub

paper2pr: Turn AI/ML Papers into Presentation Slides via Claude Code

paper2pr is a Claude Code multi-agent workflow that converts an AI/ML paper into presentation-ready Beamer and Quarto slides. Useful for researchers who need to quickly turn a paper into a talk without manually building slides.

researchslidesmulti-agent-workflow
by alohays Aug 4, 2026 7/10
app GitHub

cimble: Progressive, Self-Splitting Project Memory for Claude Code

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: Deny-Default Sandbox with VPN-Only Egress for Coding Agents

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
MCP Reddit

Xberg: Claude Code plugin for local document extraction

Packages the xberg Rust document-extraction engine as a Claude Code plugin with 7 skills covering extraction APIs, OCR, tables, chunking and embeddings, plus a bundled 9-tool MCP server for runtime extraction across 101 file formats. Runs fully offline/local and needs the xberg CLI on PATH.

mcpdocument-extractionpluginocr
by Goldziher Aug 4, 2026 7/10
app GitHub

Nexting: wearable terminal for dispatching tasks to AI agents

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
workflow GitHub

Adversarial multi-agent code review committee

A multi-agent code review workflow where a committee of specialist reviewer agents adversarially critique code, aiming to catch issues that single-pass AI review misses. Useful pattern for teams wanting more rigorous automated review with Claude Code.

code-reviewmulti-agentworkflow
by yuefanxiao Aug 4, 2026 7/10
app GitHub

branch-ai: forkable reasoning canvas for AI CLI extended thinking

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
command GitHub

skillswitch: CLI to manage AI coding skills across agents

A CLI that manages skills across Claude Code, Gemini CLI, Codex, Aider, Amp, and Factory Droid — disable unused skills to reduce context bloat, snapshot per-project skill profiles, and browse a searchable catalog. Local-only and reversible with no telemetry.

cliskillscontext-management
by nikolas-sapa Aug 4, 2026 7/10
MCP GitHub

clientcast: CLI/MCP tool that drafts client emails from git commits

A CLI plus MCP server that turns your git commit history into client update emails, classifies replies as approval, feedback, or scope-creep with cost estimates, and generates Stripe payment links for flagged work. Useful for freelancers/agencies running client work through Claude Code.

mcpfreelanceautomation
by nikolas-sapa Aug 4, 2026 6/10
skill GitHub

course-quiz-builder: turn course markdown into a quiz webpage

A Claude Code skill and slash command that converts course markdown into a single self-contained HTML quiz page with randomized questions, an answer key, and pass/fail scoring, then publishes it to GitHub Pages. Handy for course creators wanting quick interactive assessments.

skilleducationgithub-pages
by the3ma Aug 4, 2026 6/10
app GitHub

Synthelion: prompt compression to cut LLM token usage

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

Rootpilot: Mac orchestration app that sharpens ideas before Claude Code builds

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
workflow GitHub

Playbook for running codex/opencode/agy headlessly and in parallel

An operational-hardening playbook documenting the stdin deadlocks, silent empty reads, SQLite races, and truncated outputs that hit when driving CLI coding agents headlessly and in parallel, each with a one-line fix. Useful reference for anyone automating agent CLIs in CI or scripts.

workflowautomationheadless
by oldantique Aug 4, 2026 5/10
workflow GitHub

Docket: in-repo work ledger for concurrent AI coding sessions

A numbered, file-based work ledger checked into the repo so concurrent Claude Code / multi-agent sessions can file, claim, and close tasks on the record, avoiding collisions between parallel agents working the same codebase.

workflowmulti-agentcoordination
by moranbickel Aug 4, 2026 7/10
skill GitHub

Skill for iterative review/revision of design and planning docs

A Claude Code skill that runs repeated rounds of review and revision over design and planning documents until all flagged issues are resolved and closed. Simple structured process for tightening specs before implementation.

skillplanningreview
by MarkAsir Aug 4, 2026 5/10
MCP GitHub

reporecall: local context and memory layer for Claude Code and Codex

A local-first context/memory layer that auto-injects relevant project context per prompt via hooks, backed by AST indexing, call graphs, and hybrid search, plus an explicit freshness/trust contract and a wiki/architecture dashboard. Everything runs on your machine, aimed at reducing hallucinated or stale context in long-running coding sessions.

mcpcontext-managementmemory
by proofofwork-agency Aug 4, 2026 8/10
skill GitHub

ux-writing: Claude Code skill for interface microcopy

A Claude Code skill encoding interface microcopy rules plus an 'AI-tell' strip pass to make button and error text read as human-written rather than obviously AI-generated. Useful for teams wanting consistent, natural UI copy from agent-driven design work.

skilluxcopywriting
by humbleteam Aug 4, 2026 6/10
app GitHub

iTerm2 cockpit for running many Claude Code panes side by side

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

oh-my-term: agent-aware terminal multiplexer with web client

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
skill GitHub

Skill for auditing codebases against the EU AI Act

A Claude Code skill for answering questions about the EU AI Act (Regulation 2024/1689) and running static/dynamic compliance audits on codebases to flag prohibited practices, missing transparency controls, and unmet high-risk safeguards. Useful for teams needing AI regulatory compliance checks baked into their dev workflow.

skillcomplianceeu-ai-act
by DirtyBeastAfterTheToad Aug 4, 2026 6/10
workflow GitHub

grimoire: domain-specific agents and file-ownership enforcement

Extends Claude Code with domain-specific agents and reusable skills, plus enforcement logic that routes edits of owned files to the right specialist agent automatically. Aimed at keeping large multi-agent setups organized and on-spec.

workflowmulti-agentskill
by anton-kochev Aug 4, 2026 7/10
app GitHub

claude_mate: desk device that shows which Claude Code session needs you

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
workflow GitHub

Framework: meeting recording to deployed Agentforce service agent

A Claude Code-native framework that takes a meeting recording and turns it into a deployed Salesforce Agentforce service agent, complete with an in-app feedback loop. Niche but shows an end-to-end pattern for turning requirements capture directly into a deployed agent.

workflowsalesforceautomation
by emailworksfdc-wq Aug 4, 2026 5/10
app GitHub

sokkan: self-hosted cockpit for parallel Claude Code sessions

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
workflow GitHub

fde-atlas: framework for safe AI-agent document & research management

A Japanese-language framework that lets AI agents like Claude Code safely handle document management, research, meeting minutes, and design-doc creation within defined guardrails. Aimed at teams wanting structured, auditable agent workflows for knowledge work rather than ad-hoc prompting.

frameworkdocumentationgovernancejapanese
by CobaltSato Aug 4, 2026 6/10
skill GitHub

claude-code-plugins: opinionated plugin and workflow extension pack

A collection of opinionated plugins and workflow extensions for Claude Code from a single maintainer. Useful as a grab-bag of ready-made customizations for users who want pre-built conventions rather than authoring their own from scratch.

pluginsworkflow-extensionscustomization
by bengous Aug 4, 2026 5/10
app GitHub

hypernovum: 3D Obsidian IDE that visualizes and dispatches Claude Code agents

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
skill GitHub

ai-agent-skills: goal-mode skill keeps agents working until CI is green

A skill for Cursor and Claude Code that puts the agent into 'goal-mode,' keeping it iterating until tests, lint, and CI all pass rather than stopping after a single attempt. Installable via npx skills add for a quick drop-in addition to a project's skill set.

skillsgoal-modecitesting
by shenwell Aug 4, 2026 6/10
skill GitHub

practicaltypography: typography skill based on Practical Typography

A Claude Code / AI agent skill that encodes Matthew Butterick's Practical Typography rules so agents can audit and produce publication-grade text formatting. Useful for anyone generating documents, reports, or web copy where typographic quality matters.

typographywritingskilldocuments
by danium Aug 4, 2026 6/10
hook Reddit

Why Claude Code ignores your MCP tool, and the hook-based fix

A developer building the graft codebase-mapping tool found Claude Code often silently ignores custom MCP tools in favor of grep, since nothing tells the model when a tool beats built-ins. The fix: use SessionStart/UserPromptSubmit hooks to inject context directly into stdout, bypassing the tool-selection problem entirely — a reusable technique for any MCP server author.

hooksmcpcontext-injectiontool-adoption
by shhdwi Aug 4, 2026 7/10
skill GitHub

skilldrift: Dependabot-style drift detection for Claude Code Skills

Monitors installed Claude Code Skills for upstream changes, re-scores risk using SkillSpector, and auto-opens GitHub Issues when drift is detected — supply-chain security for the growing Skills ecosystem. Ships as both a GitHub Action and a Go CLI.

securitysupply-chainskillsgithub-action
by kpab Aug 4, 2026 7/10
app GitHub

runway: macOS menubar app tracking context window usage per session

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

talminal: voice-controlled canvas for Claude Code and Codex terminals (Windows)

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
skill GitHub

skills-workflows: pipeline-orchestration skill pack for Claude Code

A set of pipeline-orchestration skills for Claude Code covering publish-post, agents-md-generator, work-tracking, feature-spec, and stage-draft tasks. Useful as ready-made building blocks for structuring multi-step content and dev workflows.

skillspipelineorchestrationcontent
by slogsdon Aug 4, 2026 6/10
skill Reddit

Keep CLAUDE.md stable by moving changing info out of it

A practical technique for stopping CLAUDE.md from going stale: keep only rarely-changing facts (verification commands, hard limits, known-problem notes) in the file, and move volatile session state to a handoff note, live status to a script the file points to, and project history to a separate memory index. Also separates planning and coding into distinct session files to keep each one focused.

claude-mdcontext-managementbest-practices
by Euphoric_Daikon_3582 Aug 4, 2026 6/10
command GitHub

jackal: run Claude Code against a custom Anthropic gateway

A small CLI wrapper that lets you launch Claude Code pointed at a custom Anthropic-compatible gateway without altering your normal `claude` installation or config. Useful for testing self-hosted proxies or alternate endpoints alongside a standard setup.

gatewaycliproxyconfiguration
by VladTemp27 Aug 4, 2026 5/10
workflow GitHub

ein-agent: multi-runtime coding-agent harness with SDD/OpenSpec discipline

A harness for running coding agents (Pi and Claude Code) under spec-driven development and OpenSpec discipline, aiming to keep agent output aligned to a written spec rather than free-form prompting. Targets teams wanting more structured, spec-first agent workflows.

harnessspec-driven-developmentopenspecmulti-runtime
by samuhlo Aug 4, 2026 5/10
app GitHub

composer: parallel UI variant generation and comparison for coding agents

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
skill GitHub

pdp-audit: Claude skill for ecommerce product-page UX audits

A Claude Code skill that runs research-backed UX and conversion audits of ecommerce product detail pages, producing prioritized, evidence-based reports. Useful for teams wanting a repeatable, agent-driven conversion-rate review process.

ecommerceux-auditskillconversion
by llizell Aug 4, 2026 5/10
workflow GitHub

ultracode-workflows: multi-agent scripts, statusline, and diagram tools

A comprehensive suite for Claude Code combining multi-agent 'ultracode' workflow scripts, a workflow-authoring skill, a live-progress statusline, an enhanced observation UI, and validator/diagram tools. From a known contributor in the Claude Code tooling community (curator of awesome-claude-code), suggesting solid execution.

multi-agentworkflowstatuslinediagrams
by hesreallyhim Aug 4, 2026 7/10
app Reddit

Terminal-based Jupyter-style notebook built for Claude Code data analysis

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

key-amnesia: Let AI Agents Use Secrets Without Seeing Them

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
skill GitHub

Claude Code Skill: Map AI-Assistant Visibility (AI Mindshare)

A Claude Code skill that measures how visible a company or market is to AI assistants like ChatGPT, mapping which brands get recommended and why. Useful for marketers or founders wanting to understand and improve their presence in AI-generated answers.

skillseoai-visibility
by unfamiliar-city Aug 4, 2026 6/10
MCP Reddit

mcpvessel: Sandboxed Cage That Blocked an MCP Server's Data Exfiltration

A real-world account of an MCP notes server attempting to exfiltrate a Stripe secret key, caught by mcpvessel, a sandboxing tool that runs MCP servers in isolated containers with no host filesystem or credentials and outbound network blocked by default. Addresses a real threat (referencing CVE-2025-6514) since MCP servers normally run as subprocesses with full user permissions; ships its own lightweight runtime so Docker isn't required.

mcpsecuritysandboxing
by LegitimateManner3087 Aug 4, 2026 8/10
app GitHub

tokenusage: Rust Token Usage Tracker for Claude Code and Codex

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
workflow GitHub

Multi-Agent Dev Team Framework: Structure Over Model Capability

A multi-agent software development framework designed to maintain quality under a single-model constraint, using fact-sourced documentation, nine opposing role-based goals, executable gates, and multi-model review. Argues that structured process, not raw model capability, drives reliable output in agentic dev workflows.

multi-agentworkflowquality-gates
by LiuPeng-1024 Aug 4, 2026 6/10
MCP GitHub

uxai-mcp-plugin: Slash-Command Extension for the UX+AI MCP

An extension for the UX+AI MCP server that surfaces its 101 UX research and design methods as easy-to-find slash commands. Makes an existing large MCP toolset more discoverable and usable directly from Claude Code.

mcpuxslash-commands
by IleanaMarcut Aug 4, 2026 5/10
skill GitHub

Battle-Tested Claude Code Skills: Ship-to-Babysit Pipeline

A collection of Agent Skills for Claude Code including a 'ship → babysit' pipeline for taking work from implementation through monitoring. Distributed via positronick.com for developers wanting reusable, proven skill workflows.

skillpipelineautomation
by nsollazzo Aug 4, 2026 6/10
app GitHub

Lynqu AI Toolkit: Claude Skills + MCP for Sales Lead Pipelines

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

claude-invaders: Play Space Invaders While Claude Code Works

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

brain-cli: Local Hybrid-Search Persistent Memory for AI Agents

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
workflow Reddit

Using Claude Code and Codex as Independent Reviewers, Ship Only the Overlap

A workflow where an article on agent-graph design patterns was fed independently to Claude Code and Codex to audit the same repo, then only the recommendations both models agreed on were implemented. The process used a read-only 'Explore' subagent for inventory and an adversarial evidence-reviewer subagent, and it surfaced a real governance bug along the way — a technique for reducing single-model bias in architectural decisions.

workflowmulti-agent-reviewsubagents
by Stunning-Way-7527 Aug 4, 2026 6/10
skill GitHub

rook-claude: Claude Code Plugin Marketplace for Rook Maintainers

A Claude Code plugin marketplace tailored to maintainers of the Rook storage project, bundling code review, triage, and systemic-PR skills. A concrete example of building a project-specific plugin marketplace on top of Claude Code.

plugin-marketplaceskillmaintainer-tools
by jhoblitt Aug 4, 2026 5/10
app GitHub

Cove: Windows System Tray App for Managing Claude Code Sessions

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

diri: Native macOS Orchestrator for Parallel Coding Agents

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
skill GitHub

sshlg-skills: Umbrella Installer for the ssheleg Skill Family

A single installer for six agent skills (super-ux, task-pipeline, agent-sync, make-skill, sheleg-design, seo-aeo-audit) that work across Claude Code, Cursor, Codex, and 70+ other agent tools. Simplifies setting up a curated skill set across multiple coding agents at once.

skillinstallermulti-agent
by ssheleg Aug 4, 2026 6/10
skill GitHub

agent-toolkit: Composable Skills, Agents, Loops and MCP Templates

A composable toolkit of skills, subagents, loop patterns, and MCP templates that works across Claude Code, Cursor, OpenCode, Copilot, Windsurf, and Pi. Aimed at developers who want reusable building blocks for constructing agent workflows rather than starting from scratch each time.

skillmcptoolkit
by ulises-jeremias Aug 4, 2026 6/10
skill GitHub

consult: Engineering-Quality Skills That Keep Humans in the Loop

A set of skills for AI coding agents focused on engineering quality, designed to keep a human reviewer in the loop rather than letting the agent act fully autonomously. Targets teams wary of unchecked agentic changes to production code.

skillcode-qualityhuman-in-the-loop
by kreek Aug 4, 2026 5/10
skill Reddit

A Curated List of Claude Code Skills and Tools Actually Used Daily

A practitioner's roundup of the Claude Code skills, plugins, MCPs, and companion tools that stuck as part of a real workflow rather than just looking good in a demo, including Ponytail (minimal-diff discipline), OldHand (full-flow QA), React Doctor (React anti-pattern scanner), Trail of Bits security skills, Muster (unified process/log runner), Ruflo (multi-agent coordination), Serve Sim (iOS Simulator control), and ScrapeGraph AI (LLM-based web extraction). Useful as a filtered starting point for discovering tools worth trying instead of sifting through every new release.

skillrounduptooling
by not_bsb7838 Aug 4, 2026 7/10
app GitHub

claude-nanny: Menu-Bar HUD to Monitor Multiple Claude Code Sessions

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
skill GitHub

Claude Code Skill for MiniMax H3 Open-Weight Video Model

A Claude Code skill providing a prompt framework and ComfyUI model/quantization reference plus troubleshooting for MiniMax H3, an open-weight omni-modal video model, covering text-to-video, image-to-video, first-last-frame, and reference-to-video generation. Useful for developers using Claude Code to drive local video-generation pipelines.

skillvideo-generationcomfyui
by teskor-hub Aug 4, 2026 6/10
app GitHub

timecode-agent: Turn Long Videos into a Searchable Evidence Ledger

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
workflow GitHub

GraphCode: Hand-Offs and Loops for Wiring Coding Agents Together

A framework for chaining coding agents together through hand-offs and loops so multi-step work can continue running without direct supervision. Positioned as infrastructure for building longer-running, multi-agent coding pipelines.

workflowmulti-agentorchestration
by scgopi Aug 4, 2026 5/10
skill GitHub

21-Skill Discipline Pack for Claude Code with Global Rules and Guardrails

A Chinese-language collection of 21 Claude Code skills plus global 'iron rules' and physical guardrails meant to make Claude Code follow engineering discipline consistently, with one-click install. Aimed at teams wanting a stricter, more standardized Claude Code workflow out of the box.

skillguardrailsstandardization
by xcodethink Aug 4, 2026 7/10
workflow GitHub

diffmode_free: Free Claude Code/Codex Plugin for Growth-Strategy Pipelines

A free, Apache-2.0 licensed Claude Code and Codex plugin that runs a growth-strategy pipeline for bootstrapped founders: competitor analysis, a buyer jobs-to-be-done map, and 7-9 unconventional acquisition tactics, in about 90 minutes, fully local. An example of using Claude Code plugins for non-coding business strategy work rather than software development.

plugingrowth-strategyworkflow
by acogood Aug 4, 2026 6/10
skill GitHub

ForgeCat: Registry of Production-Ready Agent Profiles

A registry and marketplace for production-ready AI agent profiles usable with Claude Code, Cursor, and Codex, letting users search, install, and contribute packages. Useful for quickly bootstrapping agent configurations instead of writing them from scratch.

skillregistryagent-profiles
by nota-america Aug 4, 2026 5/10
MCP GitHub

speclaw: spec-driven agent workflow suite with local code graph

Turns any repo into a spec-driven, agent-ready codebase for AI coding agents. Generates a constitution from your code, a local code graph (Compass) that saves tokens, and a disciplined spec workflow — 100% local, no LLM required. Ships as both a CLI and an MCP server.

mcpspec-drivencode-graphclilocal-first
by esneiderbravo Aug 3, 2026 7/10
skill GitHub

agent-plugins: durable agent memory + adversarial multi-agent review

A set of Claude Code plugins covering agent memory and verification: a second-brain for durable domain-agent knowledge, apiary for multi-contributor knowledge bases, and a scout-generator-critic-mediator pattern for adversarial multi-agent review.

pluginmemorymulti-agentreview
by ahartzog Aug 3, 2026 7/10
skill GitHub

marketing-strategist: ad strategy skill before campaign setup

A Claude skill that builds ad strategy before campaign setup — covering research, hypotheses, platform selection, phased budgeting, and KPI definition. Documentation is in Russian.

skillmarketingstrategy
by ai-hub-open Aug 3, 2026 5/10
skill Reddit

Attention Control: terse, action-first output style for coding agents

A skill/output style for Claude Code (and Codex, Cursor, Gemini CLI, Copilot, Zed) built around ADHD-friendly, air-traffic-control-style terseness — replacing hedged, wordy responses with direct action statements like exact commands and file:line references.

output-styleskilladhdclarity
by aaddrick Aug 3, 2026 7/10
skill GitHub

juanjuan-team: adversarial-collaboration multi-agent skill

An adversarial-collaboration multi-agent skill for Claude Code with 7 specialized agents (leader, convener, architect, frontend, coder, reviewer, docs-researcher) that independently audit every decision to counter single-agent cognitive tunneling. Includes an 11-phase workflow, 4 operating modes (Safe/Normal/Auto/YOLO), a weighted decision engine, and automatic backups.

multi-agentskillreviewworkflow
by dxkjuanjuan Aug 3, 2026 7/10
app GitHub

claude-account-router: per-folder Claude account routing for VS Code

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
MCP GitHub

Synorive: offline semantic search + research agent with 24 MCP tools

A self-hosted, fully offline semantic search tool covering documents, code, PDFs, OCR'd images, and per-second video indexing, built on a local-first hybrid RAG pipeline. Includes a multi-engine research agent that quotes sources verbatim, exposed to Claude Code through 24 MCP tools.

mcpragsemantic-searchoffline
by Aevorine Aug 3, 2026 7/10
workflow Reddit

Open multi-agent cluster: Claude Code agents co-building a trading algo

A live public cluster where Claude Code sessions from different owners collaborate on one shared crypto-trading codebase — agents propose hypotheses, run backtests, and critique each other's results in the open, with a public dashboard and repo anyone can fork or connect an agent to.

multi-agentworkflowcollaborationtrading
by Psychological_Arm645 Aug 3, 2026 6/10
skill GitHub

el-estudio: full game-studio plugin for Claude Code (Spanish)

A Claude Code plugin that turns the agent into a complete game studio covering design, Unity, 3D/2D art, animation, and audio — with 159 knowledge files, 7 agents, and 7 skills. Documentation is in Spanish.

game-devunitypluginskill
by MichaelH14 Aug 3, 2026 7/10
skill GitHub

pwnloop: autonomous pentest-lab engagement loop for Claude Code

An autonomous lab-machine engagement loop for Claude Code that runs Kali Linux in a container, drives it via a skill, and rewrites its own methodology notes after each run — useful for practicing/automating CTF-style penetration testing labs.

securitypentestskillkali
by euriconicacio Aug 3, 2026 7/10
MCP GitHub

cv4vs-agents: Claude Code inside Visual Studio via MCP

Brings agentic coding to Visual Studio with a rich chat pane and interactive terminal for Claude Code, exposing the IDE's editor, solution explorer, and debugger to the agent over MCP.

mcpvisual-studioide
by Corsinvest Aug 3, 2026 7/10
workflow Reddit

Overnight goal-running workflow: one metric, one prompt, till 8am

A workflow for running Claude Code unattended overnight with a single structured prompt — /goal improve {target} in {scope} from {baseline} toward {goal state}, without {constraint}, until 8am — on a throwaway branch with no push credentials and a spend cap. Requires a mandatory morning report covering the starting number, ending number, reasoning, and next recommendation.

workflowautomationovernightprompt-pattern
by Comprehensive_Toe743 Aug 3, 2026 7/10
workflow Reddit

What's actually documented about cache reads vs. your Pro/Max limit

A researched breakdown of Anthropic's prompt-caching mechanics (write/read multipliers, what counts toward ITPM) and a clear explanation that these API-documented facts don't automatically apply to subscription (Pro/Max) usage limits, which Anthropic doesn't document — correcting a common conflation seen in community answers.

workflowusage-limitscachingresearch
by actvt_io Aug 3, 2026 6/10
app GitHub

ProjectAtlas: purpose metadata + code graph cutting agent token costs 90%

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
workflow Reddit

Daily scheduled routine that fixes Claude Code session title drift

A scheduled daily prompt that uses Claude Code Desktop's session-management MCP tools (list_sessions, list_events, set_session_title) to rename sessions whose auto-generated title no longer matches what the conversation became, only renaming on clear mismatches within the past 24 hours.

workflowautomationsession-management
by yellofruit Aug 3, 2026 6/10
app GitHub

lumira: real-time statusline HUD for Claude Code and Qwen Code

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
skill GitHub

claude-instruction-ablation: cut always-on CLAUDE.md/skill bloat

A rubric and footprint-measurement tool for identifying always-on instruction bloat — CLAUDE.md content, rules, and skill descriptions — that degrades coding agent performance as a setup ages, with a multi-repo workflow for trimming it.

skillclaude-mdtoken-efficiencycontext
by evolsb Aug 3, 2026 7/10
skill Reddit

Skills vs MCP: two different layers, not competitors

Argues that skills and MCP solve different problems rather than one replacing the other: MCP is the capability layer giving an agent access to external tools/resources, while a skill is operational knowledge about when and how to use that access, loaded only when needed. Proposes a three-layer split: CLAUDE.md for persistent facts, skills for on-demand procedures, MCP for external access.

skillmcpconcepts
by Particular_Luck80 Aug 3, 2026 6/10
MCP GitHub

dekko: tree-sitter code map generator with a /map plugin and MCP server

Generates a static code map (MAP.md + map.json) using tree-sitter, exposed as both a Claude Code /map plugin and an MCP server. Gives agents call graphs, file outlines, and impacted-test lookups without spending tokens on re-parsing the codebase.

mcpcode-graphtree-sittertoken-efficiency
by aahlijia Aug 3, 2026 8/10
app GitHub

agent-knowledge-system: knowledge + task system for AI consumers

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
hook GitHub

leadline: evidence router & policy engine for coding agents (hooks)

A local-first policy engine, with no LLM in the loop, that enforces source choice and proof-of-use for coding agents through Claude Code hooks — including routing to specific MCP tools — so agents can't skip required checks.

hookpolicylocal-first
by Nazim22 Aug 3, 2026 7/10
MCP GitHub

speculate: speculative prefetching for coding-agent MCP tool calls

Predicts a coding agent's next read-only MCP tool call and runs it ahead of time, so the result is already cached when the agent actually asks for it — speculative prefetching applied to agent tool use.

mcpperformanceprefetching
by lukebward Aug 3, 2026 7/10
workflow Reddit

Big Brother/Little Brother: pairing Fable with Opus to keep it on task

A workflow for making Opus 5 reliable by running it in a loop against a lightweight dev framework that tracks projects, tasks, and evidence, capped at 3 internal pre-reviews and 4 review-service submissions before a human is paged. A separate Fable session monitors Opus's failed sessions, rewrites its skills/rules, and sometimes finishes the stuck task itself.

workflowopusmulti-agentorchestration
by Chipware Aug 3, 2026 6/10
app GitHub

contexer: captures architecture decisions from AI coding sessions

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
skill GitHub

docflow: ADR-driven documentation workflow for coding agents

A skill set for scaffolding and managing Architecture Decision Records, a plan queue, and AGENTS.md conventions for the Claude Code and pi coding agents — includes a bootstrap skill plus lifecycle skills to author, queue, ship, and audit ADRs.

skilladrdocumentationworkflow
by EvolveHQ Aug 3, 2026 7/10
workflow Reddit

A full guide to context engineering in Claude Code, from first principles

Explains why context engineering matters from first principles: LLMs are stateless, agents fake state by re-pasting the whole conversation array each turn, and attention degrades as context grows with no clean drop-off point (citing Lost in the Middle). Works through the practical implications for structuring prompts and managing context in Claude Code.

workflowcontext-engineeringguide
by agenticlab1 Aug 3, 2026 7/10
skill GitHub

clean-my-code: approval-gated code-quality audit skill

An approval-gated code-quality audit skill covering Clean Code, SOLID, DRY, KISS, YAGNI, design-pattern justification, maintainability, testability, and scalability — requires explicit approval before making changes.

skillcode-qualityaudit
by PabloViniegra Aug 3, 2026 6/10
workflow GitHub

claudezero: supervisor script that drives Claude Code through a full spec

A supervisor script that builds a software specification into a finished product using Claude Code, looping over a to-do list until each item is implemented, committed, and checked off. Multiple instances can claim to-dos in parallel, synchronized through the git repository.

workfloworchestrationspec-driven
by IvanRublev Aug 3, 2026 7/10
skill GitHub

charles-claude-skills: context handoff, bootstrap, and catalog skills

Production-quality Claude Code skills for context handoff between sessions, project bootstrap, and a skill catalog, evaluated against Anthropic's writing-skills and skill-creator rubric with 100% trigger accuracy.

skillcontext-handoffbootstrap
by cabaynes Aug 3, 2026 6/10
app GitHub

harnessmeter: profiles the token cost of your agentic harness

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
hook Reddit

Stop Hook Pattern for Background Codebase Graph Sync

A write-up on using Claude Code's Stop hook — the point where the agent hands control back with nothing waiting on the result — to rebuild a repo's structural call/import graph in the background. The hook spawns a detached process and returns immediately, so the graph refreshes for free via tree-sitter parsing with no added prompt latency and no model call.

hookdeveloper-experiencetree-sitter
by shhdwi Aug 3, 2026 7/10
app GitHub

agent-ops — Operating Layer for Claude Code as an Engineering Teammate

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
MCP GitHub

royo-learn — Local Institutional Learning Engine for AI Agents

Captures, curates, and publishes reusable learnings from agent sessions via MCP, building up local institutional knowledge that future sessions can draw on instead of relearning the same lessons.

mcpmemoryknowledge-sharing
by RoyoTech Aug 3, 2026 6/10
app GitHub

hud — Zero-Dependency Statusline for Claude Code

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

telltale — Cross-Vendor Coding Agent HUD

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

agentscanner — Static Security Scanner for Claude Code Config

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
MCP GitHub

obsidian-mcp-router — MCP Router for Multiple Obsidian Vaults

An MCP server that routes Claude tool calls to multiple Obsidian vaults, local or remote, via the Local REST API plugin. Lets a single Claude Code session work across several vaults without manual switching.

mcpobsidiannotes
by tboome33 Aug 3, 2026 6/10
skill GitHub

OmniRank — SEO/AEO/GEO Growth Engine Skills

A growth-engine skill set for Claude Code and Cursor covering SEO, AEO, GEO, and social growth. v0.1.0 ships an audit skill that scores crawl-hygiene and AI-visibility gates, plus a geo-artifacts skill that generates llms.txt, llms-full.txt, and facts.json for AI crawlers.

seogeomarketing
by bemoshiur Aug 3, 2026 6/10
app GitHub

evc-local-sync-plugin — Obsidian to AI Project Sync

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
workflow GitHub

claude-tdd-kit — Day-Loop and Gated TDD Pipeline

A Claude Code plugin marketplace bundling two independent plugins: a developer day-loop workflow and a gated test-driven-development build pipeline. Aimed at enforcing TDD discipline in agent-driven coding sessions.

tddworkflowplugin
by shashankreddy509 Aug 3, 2026 6/10
app GitHub

home-assistant-claude-code — Chat With Claude About Your Smart Home

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
skill GitHub

llm-council-cc — Multi-Advisor Decision Review Skill

A Claude Code skill adapted from Karpathy's LLM Council concept: five advisors independently analyze a decision, blind peer-review each other with a forced ranking, and a chairman delivers one final verdict. Useful for stress-testing important decisions from multiple angles.

decision-makingmulti-agent
by Carlos-Padilla-Bravo Aug 3, 2026 7/10
app GitHub

cairnkeep — Harness-Agnostic Memory for Coding Agents

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

actradeck — Real-Time Supervision Cockpit for AI Coding Agents

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

jind-ai — TUI Session Manager for Claude Code

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

basou — Provenance Layer for AI Agent Sessions

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
skill GitHub

human-prose — Readability Rules Grounded in Psycholinguistics

A Claude Code skill encoding sentence-level readability rules for prose meant to be read by humans, with each rule pinned to psycholinguistics research. Helps rein in overly dense or unnatural AI-generated writing.

writingreadability
by homeowmorphism Aug 3, 2026 6/10
app GitHub

ganyu-pet — Desktop Companion Reacting to Agent Hooks

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

claude-chat-mobile — Use Your Local Claude CLI From Your Phone

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

pragmatic-claude — Personal Claude Code Setup Bundle

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
MCP GitHub

claude-services — Production-Ready MCP Server Collection

A collection of production-ready MCP servers for Claude Code covering browser automation, filesystem access, and sequential thinking, among others. Positioned as ready-to-deploy building blocks rather than reference examples.

mcpbrowser-automationfilesystem
by claude-contrib Aug 3, 2026 6/10
app GitHub

OxiMux — Rust Multi-Agent Development Cockpit for macOS

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
MCP GitHub

seekstone — Plugin-Free Obsidian MCP Server

An Obsidian MCP server that needs no Obsidian plugin and no running Obsidian instance — it works directly against the vault's files on disk. Offers single-digit-millisecond search, ~2 KB payloads, and 17 tools without blowing the context window.

mcpobsidianperformance
by shaqmughal Aug 3, 2026 7/10
skill GitHub

CommonTrace — Shared Knowledge Base Plugin

A Claude Code plugin bundling slash commands, hooks, and a skill for working with CommonTrace's shared knowledge base. Lets a team query and contribute to a common knowledge store from within Claude Code.

knowledge-baseplugin
by commontrace Aug 3, 2026 5/10
app GitHub

naked-browser — Point Claude Code at Your Own Logged-In Chromium

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

aello — Isolated Environments for Claude Code

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
skill GitHub

hubspot-license-fit — Right-Size Your HubSpot License

A Claude skill and CLI that reads a HubSpot portal read-only and reports the minimum tier its actual usage requires, citing the specific feature and verification date behind each claim. Deliberately avoids asserting what you currently pay, since the API can't see billing. Pure Python, no dependencies.

hubspotcost-optimization
by meticulosity Aug 3, 2026 6/10
app GitHub

wallfacer — Autonomous Engineering Platform

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
skill GitHub

janaabg-operations — Growth-Ops Skills for Local Businesses

Twenty growth-operations skills plus industry playbooks for local service businesses, agencies, and B2B, built for Claude Code and Hermes Agent. Pure markdown with no executable code.

growth-opsmarketing
by On-mission96 Aug 3, 2026 5/10
workflow GitHub

my-claude-maestro — Master Orchestrator Plugin

A Claude Code plugin that orchestrates task classification, live documentation, a design gate, layered security checks, and model routing. Aims to be a single entry point coordinating an entire development workflow.

orchestrationplugin
by impravin22 Aug 3, 2026 6/10
skill GitHub

ads-skills — Ad Campaign Skills for Google, Meta & TikTok

A set of Claude skills covering advertising and marketing strategy, campaign structure, targeting, creative, and budgeting across Google Ads, Meta Ads, TikTok, and more. Aimed at marketers running paid campaigns with Claude's help.

advertisingmarketing
by adkit Aug 3, 2026 5/10
MCP GitHub

wpa-mcp — Windows ETW Trace Analysis MCP Server

A C# MCP server that exposes Windows ETW (.etl) trace analyzers to Claude Code, Codex, and other MCP clients — covering CPU, scheduler waits, image loads, disk/network I/O, memory, and CLR runtime. Built for diagnosing slow app startup, AV/EDR stalls, and disk regressions.

mcpwindowsperformance-debugging
by tooluse-labs Aug 3, 2026 7/10
app GitHub

claude-models-list — Auto-Updated Claude Model IDs

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

cc-habits — Make AI Tools Remember Your Coding Style

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
skill GitHub

claude-seo-geo — SEO & GEO Skills for Ranking in Search and LLMs

A set of Claude Code skills covering technical SEO audits, backlinks, AI-optimized content, local SEO, and social amplification — aimed at ranking in both Google and LLM answers like ChatGPT, Perplexity, and Gemini.

seogeo
by Thibaultbm Aug 3, 2026 5/10
skill GitHub

alex-style — Vendored Design Reference Skill

A self-contained design arsenal skill for Claude Code that vendors 20 curated design sources into grep-able local indexes covering components, marketing sections, application UI, shaders, brand logos, color ramps, and review rulebooks. Lets Claude search real design references locally instead of guessing.

designui
by worldofhacks Aug 3, 2026 6/10
skill GitHub

claude-skills (dzivkovi) — Branded Docs, Prose Review & EPUB Export

A set of Claude skills that make output look and read right by default: branded Word and PowerPoint generation, a logic-and-slop prose reviewer, a guided read-along tour of overnight AI work, and Markdown-to-Kindle-EPUB or plain-print-PDF conversion with working links, tables, and local Mermaid diagrams. Usable either as a claude.ai upload or dropped into Claude Code.

documentsexport
by dzivkovi Aug 3, 2026 6/10
MCP GitHub

Conduit — Automated MCP Discovery & Personal Knowledge Layer

Automates discovering and configuring MCP servers while transforming personal artifacts into a structured knowledge layer, delivering AI-ready context without manual setup or document bloat.

mcpknowledge-layerautomation
by amlandas Aug 3, 2026 6/10
app GitHub

panerelay — Drive AI Agents Through Your Existing Chrome

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
workflow GitHub

Self-Improvement-Plugin — Verification-Gated Agent Harness

An experimental self-improvement harness for Claude Code, ChatGPT, and Codex featuring memory-aware startup, safer tool use, verification hooks, bounded fresh-context delegation, a deterministic task-graph runtime, and session closeout.

verificationharness
by RasputinKaiser Aug 3, 2026 6/10
app GitHub

token-guardian — Zero-Token Usage Sentinel for Claude Max

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

leaxp — Local RAG-Based Skill & Memory Manager

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
workflow GitHub

youtube-transcript-scraper-and-summary — YouTube-to-Blog Workflow

An agentic workflow that fetches YouTube transcripts, generates deep summaries via Claude, and uploads structured blog posts to Notion with full metadata. Automates turning video content into written posts.

youtubenotion
by shirleyisdoingrightthings Aug 3, 2026 6/10
skill GitHub

skill-conductor — Architecture-First Skill Lifecycle Tool

Manages the full lifecycle of Claude Code skills through six modes — CREATE, IMPROVE, VALIDATE, REVIEW, OPTIMIZE, PACKAGE — using binary BinEval scoring with threshold-blind, cross-family-calibrated judges. Includes a gated self-update loop, pressure testing, and ten authoring principles grounded in empirical research.

skill-authoringevaluation
by smixs Aug 3, 2026 6/10
workflow GitHub

icode-skill — 6-Step Coding Workflow

A structured six-step coding workflow for Claude Code — Plan, Review, Finalize, Code, Deep Check, Audit — runnable all at once or step-by-step, with the ability to switch models between steps.

coding-process
by ayukyo Aug 3, 2026 6/10
app GitHub

cc-enhanced — Power-User Patch Bundle for Claude Code CLI

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
skill GitHub

plan-preflight — PASS/FAIL Gate for Implementation Plans

A Claude Code skill that runs preflight checks on implementation plan documents, gating them with a binary PASS/FAIL verdict before work begins. Helps catch weak or incomplete plans before they turn into wasted execution time.

planningquality-gate
by jw1222 Aug 3, 2026 6/10
app GitHub

memila — Self-Hosted Local RAG Memory Sidecar

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
skill GitHub

codex-handoff — Hand Tasks From Claude Code to OpenAI Codex

A Claude Code skill that delegates tasks to OpenAI Codex — via shell or macOS GUI computer-use — and returns evidence of what was done. Useful for splitting work across coding agent vendors within one session.

codexcross-vendordelegation
by LucasDuys Aug 3, 2026 6/10
app GitHub

banto — Resident TUI for Managing Claude Code Sessions

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
skill GitHub

ground-my-ui — Verify UI Contracts Before Redesigning

An agent skill built on the premise that 'ugly' UI is often code quietly lying to its framework: it verifies every prop, slot, enum value, token, icon, and i18n key against the installed source before redesigning, audits who actually owns layout, and locks the contracts into tests.

uiverification
by silkyland Aug 3, 2026 6/10
workflow GitHub

Content-Agent-Kit — Crawl-Write-Review-Publish Content Pipeline

A kit for agentic IDEs (Claude Code, Antigravity) to build a content agent that crawls sources, writes drafts, gates them through a review step, and publishes to social platforms via Make.com. Includes a 9:16 video pipeline with voiceover, B-roll, and web screenshots. Zero dependencies, environment-variable only, MIT licensed.

content-generationautomation
by XuHo-IT Aug 3, 2026 5/10
skill GitHub

handover — Enforced Agent-to-Agent Handover Documents

Defines an enforced handover document format for agent-to-agent handoffs — a strictly validated header plus prose body — with deterministic linting and repo-aware verification. Ships with a trap-based benchmark that measures whether a handoff actually transfers the needed context.

handoffdocumentationverification
by geekidharsh Aug 3, 2026 6/10
app GitHub

dex — Autonomous Feature Implementation Engine

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
MCP GitHub

murmur — Encrypted Agent-to-Agent Messaging Bus

An MCP-native messaging bus for AI coding agents with end-to-end XChaCha20-Poly1305 encryption over NATS (with optional JetStream durability), supporting cross-host and cross-org federation plus A2A interop. Connects Claude Code, Codex, and other agents across machines.

mcpencryptionmessaging
by alexfrmn Aug 3, 2026 7/10
workflow GitHub

gsd-openspec-integration — OpenSpec as the Ship Gate

A GSD Core capability making OpenSpec the normative requirement source for the GSD phase loop, blocking shipping until the implementation is proven to satisfy the spec.

spec-drivengsd
by mshegolev Aug 3, 2026 5/10
skill GitHub

respeak — Humanize AI-Sounding Prose

An editing method and Claude Code/Codex skill for making prose sound like a person wrote it, without changing the underlying facts. Targets the common 'obviously AI-written' tell in drafts.

writingediting
by quietmill Aug 3, 2026 6/10
MCP GitHub

windbg-mcp — WinDbg/DbgEng MCP Server

Exposes WinDbg/DbgEng to AI agents over stdio, covering live user-mode and kernel debugging, crash dumps, and Time Travel Debugging. Lets Claude Code drive real Windows debugging sessions instead of just reading logs.

mcpwindowsdebugging
by glslang Aug 3, 2026 7/10
app GitHub

TurboLLM — Run Local LLMs, Auto-Tuned to Your GPU

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
skill GitHub

gmira — 21 Skills for UI That Doesn't Look AI-Generated

Twenty-one Claude Code skills for building web interfaces that don't read as AI-generated: forces a written visual direction before any element is placed, wires in seven shadcn registries (514 components), sets a GPU performance floor for WebGL/canvas work, and gates every build with Playwright checks across 5 viewports. Targets Next.js, React, and Tailwind v4.

uidesign-quality
by OthmanAdi Aug 3, 2026 7/10
app GitHub

agent-manager — Multi-Account Manager for Claude Code & Codex

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
skill GitHub

claude-security-skills — 25 Defensive Security Skills for Claude Code

Twenty-five production-tested defensive security skills covering WordPress, VPS, and Cloudflare/Next.js hardening, AI agent guardrails, MCP security, prompt-injection defense, the OWASP LLM Top 10, LLM-specific failure modes like slopsquatting and hallucinated APIs, incident response, and GDPR/DACH compliance. MIT licensed and described as battle-tested.

securitydefensive
by GoldenWing-360 Aug 3, 2026 8/10
app GitHub

CLI-Manager — Multi-Project AI CLI Workspace

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

herdr-toolkit — Cross-Vendor Task Delegation Multiplexer

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
skill GitHub

academic-pdf-translation — Rebuild Translated, Searchable Academic PDFs

An agent skill for translating academic PDF papers into another language while rebuilding them as readable, searchable, page-by-page-verifiable documents. Handles complex tables and figures and finishes with Zotero integration.

translationpdfacademic
by ezra-y Aug 3, 2026 6/10
skill GitHub

cc-handoff — Cross-Machine Session Handover for Claude Code

Creates a handover summary so you can continue a Claude Code task on a different machine, working around the fact that Claude Code's session-resume feature doesn't work across machines.

handoffsessioncross-machine
by clever-cc-plugins Aug 3, 2026 6/10
skill GitHub

ponyatnost — 'Понятность' Explainer-Writing Skill

A Russian-language skill that turns a draft explainer article into text a newcomer can actually understand, running 41 checks across 7 phases with a final gate before it's considered done. Part of the RixAI system.

writingrussian
by morf3uzzz Aug 3, 2026 5/10
workflow GitHub

mogui-ADE-orchestrator — Orchestrator Inside the Orca ADE

Runs one AI agent as the orchestrator of an entire workspace inside the Orca ADE, using only a CLI subscription — no API key or model endpoint. Orca hosts and places every session; the harness dispatches workers under contract, verifies their output before accepting it, and hands the orchestrator role to a fresh session when context runs out.

orchestrationade
by baksohyeon Aug 3, 2026 6/10
MCP GitHub

wind — Tailwind CSS for Flutter

Brings Tailwind-style utility classes (flex, p-4, dark:bg-gray-800) to Flutter, composing them into widget trees. Ships as both an MCP server and a Claude Code skill for AI agents building Flutter UI.

fluttertailwindmcp
by fluttersdk Aug 3, 2026 6/10
MCP GitHub

telegram-mcp-bridge: Self-Hosted Telegram-to-Claude Code Bridge via MCP

Connects Telegram to Claude Code over an SSE MCP connection, running 24/7 independent of the Claude app. Offers instant OpenAI-compatible auto-replies, keyword-triggered Claude Code routing, image analysis, per-chat conversation history, and feedback buttons on responses.

mcptelegrambotbridgeremote-control
by MOEINv363 Aug 2, 2026 5/10
skill GitHub

Claude Skills for SaaS Compliance and Trust Operations

Five Claude Skills automating SaaS compliance and trust workflows: security questionnaires, SOC 2 readiness, vendor risk assessment, audit evidence collection, and trust page audits. Aimed at teams that need to move faster through vendor security reviews.

skillcompliancesoc2saassecurity
by mercydeez Aug 2, 2026 6/10
hook Reddit

PSA: security-review Plugin Can Silently Bill Opus to API Credits

If a project's .env defines ANTHROPIC_API_KEY, Claude Code's built-in security-review plugin uses that key instead of your subscription for its automatic Opus-powered review on every commit/push, billing pay-as-you-go credits with no indication in chat. Fix by renaming the env var or disabling the review (ENABLE_COMMIT_REVIEW=0 / SECURITY_GUIDANCE_DISABLE=1).

hooksecurity-reviewbillinggotchaopus
by Captain_Obvious101 Aug 2, 2026 8/10
workflow GitHub

Self-Healing SDLC Agent Framework: 13 Agents, 26 Skills, 9 Hooks

A self-healing agent framework for Claude Code covering the full SDLC/SSDLC with 13 specialized agents, 26 skills, 13 slash commands, and 9 hooks. Includes a launchd watchdog daemon and observability dashboard for auto-activating, drift-reconciling, snapshot-protected automation.

workflowsdlcagentshooksobservability
by pfangueiro Aug 2, 2026 8/10
skill GitHub

Claude Skill Generates Narrated Mythic Short Films as Paper Dioramas

A Claude skill that turns a single request into a narrated mythic short film styled as a layered cut-paper diorama, complete with three-colour cardstock worlds and paper-wipe transitions. Outputs one assembled MP4 from a text prompt.

skillvideocreativegenerative
by sadekxD Aug 2, 2026 5/10
skill GitHub

Battle-Tested Claude Skills: Notion GTD, Book Printing, PrusaSlicer

A personal collection of battle-tested Claude skills covering Notion GTD sessions, a book print pipeline, PrusaSlicer profiles, and a language tutor. A grab-bag of real-world automation examples beyond typical dev tooling.

skillnotion3d-printingproductivity
by makukhin-ie Aug 2, 2026 6/10
app GitHub

rightmodel: Routes Coding Tasks to the Cheapest Capable Model

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
MCP GitHub

Open-Source Deep Research MCP Using Qwen3-30B via OpenRouter

An open-source deep research MCP server that uses Qwen3-30B-A3B-Thinking via OpenRouter to produce cited web research syntheses. Works with Claude Code, Codex, Cursor, Hermes, and any MCP-compatible agent.

mcpresearchopenrouterqwen
by yoloshii Aug 2, 2026 6/10
app GitHub

editmd: Native macOS Markdown Editor with Claude Code Integration

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
workflow GitHub

Eleven Claude Code Workflows: Review, Security Audit, Feature Dev

A pack of eleven rigorous workflows for Claude Code, Codex, OpenCode, and Pi covering code review, security audit, feature development, frontend design, and MCP tooling. Portable across multiple coding agents.

workflowcode-reviewsecurity-auditopencode
by waybarrios Aug 2, 2026 6/10
skill Reddit

Rewriting CLAUDE.md Instructions to Suit Opus 5 Behavior

A developer used Anthropic's Opus 5 prompting guide to audit and rework their CLAUDE.md, finding that many instructions told Opus 5 to do things it already does by default, which Opus 5 then compounded into slower, less accurate runs. Highlights that coding guidelines shared with other tools like Copilot may need to diverge from Opus-5-tuned CLAUDE.md content.

skillclaude-mdopus-5prompting
by our_sole Aug 2, 2026 6/10
workflow Reddit

Fully Automating Dev Work with Claude Cloud Routines

A developer replaced manual prompting with scheduled Claude cloud routines: one daily routine reviews the codebase and CI to manage GitHub issues, and two-plus daily routines work open tickets through to PRs. The result is a closed loop -- tickets to tests to features to verification to PR to CI to new tickets -- with the human only approving PRs.

workflowautomationcloudci-cd
by Several-Marsupial-27 Aug 2, 2026 7/10
app GitHub

termdeck: Browser Terminal Deck with Automatic Session Resume

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
skill GitHub

awesome-claude-security: Curated Skills and Agents for Cybersecurity

A curated list of Claude Code skills, agents, memory setups, and profiles for accomplishing cybersecurity tasks, projects, and jobs. An awesome-list style entry point into the security-focused Claude Code ecosystem.

skillsecurityawesome-listcybersecurity
by jassics Aug 2, 2026 5/10
app GitHub

open-wiki: Turns Project Docs into a Local Wiki the Agent Can Read

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

flipbook: Turns Screen Recordings into Keyframes Claude Can Read

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

session-portal: Find, Preview, and Resume AI CLI Sessions on Windows

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
command GitHub

vibestack: Portable Slash-Command Pack for Agent-Skills CLIs

A portable skill pack of slash commands -- /office-hours, /ship, /investigate, /tdd, /review -- that installs once and works across every agent supporting the Agent Skills open standard, including Claude Code, Cursor, and Kiro.

commandslash-commandsagent-skillsportable
by timurgaleev Aug 2, 2026 6/10
command GitHub

sniff: Token-Cheap Code-Smell CLI for AI Agents

A lightweight CLI that detects code smells cheaply in terms of tokens, designed for AI agents to run as a quick pre-flight check before deeper review. Aims to reduce token spend on the code-quality pass of an agent workflow.

commandcode-qualityclilinting
by ambervdberg Aug 2, 2026 6/10
skill GitHub

Claude Code Skill for Designing Mathlib Definitions

An evidence-driven Claude Code skill for designing good Mathlib (Lean 4) definitions, covering precedent excavation, design axes, and compiling example sheets. A niche but rigorous example of a domain-specific research skill.

skillmathliblean4formal-math
by homeowmorphism Aug 2, 2026 5/10
skill GitHub

Claude Code Skill for Adaptive Teaching with a Persistent Learner Model

A Claude Code skill for adaptive teaching on any topic, maintaining a persistent learner model and an evidence-pinned answer protocol across sessions. Aims to tailor explanations to what the learner already knows rather than restarting from scratch each time.

skilleducationadaptive-learning
by homeowmorphism Aug 2, 2026 6/10
skill GitHub

ignite: Shared Claude Code Team Bootstrap Kit

A shared bootstrap for Claude Code teams that bundles skill packages, review hooks, MCP servers, and a common CLAUDE.md into one setup. Aims to keep configuration consistent across a team's repos instead of each developer hand-rolling their own.

bootstrapteamskillshooksmcpclaude.md
by farofy Aug 2, 2026 6/10
skill GitHub

strava-run-analysis: Coaching-Grade Run Analysis in Claude

A Claude skill that analyzes Strava running data to compute decoupling, heart-rate zone time, and pace-at-HR trends that Strava's own dashboards don't surface. Scores execution honestly rather than just reporting raw stats.

skillstravafitnessdata-analysis
by alexandre-thiry Aug 2, 2026 5/10
skill GitHub

monetization-audit: Agent Skill for Finding Revenue Gaps

An agent skill that scans a project, researches its market with sourced evidence, and identifies monetization gaps. Outputs action specs an agent can execute directly, turning research into actionable next steps.

skillmonetizationmarket-researchbusiness
by succtorlin Aug 2, 2026 6/10
app Reddit

SceneProof: Gives Coding Agents Structured Eyes on Visual Bugs

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
skill GitHub

open-geo: Measure Brand Visibility in AI Answers

A Claude Code skill that measures how visible a brand is across AI answer engines (Google AI Overview, ChatGPT, Claude, Gemini, Yandex Alice) by driving a logged-in browser agent to read the actual rendered answer rather than an API response. MIT licensed.

geoseobrand-monitoringai-search
by Pupok462 Aug 2, 2026 6/10
workflow GitHub

claude-code-queue: macOS Daemon Doses Work Across Session Resets

A macOS daemon that queues Claude Code tasks and automatically runs them as your 5-hour session limit resets, spreading work across windows so you don't have to babysit the cap manually.

macosdaemonusage-limitsautomation
by davorinpavlica Aug 2, 2026 6/10
app GitHub

telegram-unleashed: A Fuller Telegram Interface for Claude Code

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
hook GitHub

grain: Routes Prompts to the Right Discipline, Zero Cost on Chat

A hooks-based router that classifies each prompt and injects only the matching guidance for that discipline, adding zero token overhead on plain conversational turns. Claims are benchmarked, including ones that failed, rather than just asserted.

prompt-routingcontext-managementbenchmarking
by coreyhiggins Aug 2, 2026 6/10
skill Reddit

PROMPTING.md: A Ruleset for Writing and Auditing AI Prompts

A researched framework covering how to write CLAUDE.md/AGENTS.md files, prompts, and plans so instructions actually reach and hold up in the model — including authority conflicts, instruction overload, prompt injection, and compaction survival. Ships as a standalone Markdown file or a packaged skill for Claude Code, Codex, Cursor, and OpenCode. MIT licensed.

promptingclaude.mdskillprompt-engineering
by Anbeeld Aug 2, 2026 7/10
app GitHub

seashell: macOS Terminal for Running Multiple Claude Code Sessions

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

claude-oswe: OSWE-Style Security Audit Tool for Claude Code

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

ccas: Switch Between Claude Code Accounts from Waybar

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

claude-remote-control: Drive Claude Code From Your Phone

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
skill GitHub

engineering-excellence: Generated Doctrine and Gates for AI Coding Agents

A one-command setup that turns a repository into a place where AI coding agents follow enforced conventions — generating agent instructions, golden-path examples, and machine-enforced gates for stacks like FastAPI, React, TypeScript, containers, AWS CDK, and GitHub Actions.

agent-instructionsci-gatesconventionsscaffolding
by samar1066 Aug 2, 2026 6/10
hook GitHub

deadeye-cc: Automatic Model and Effort Selection via Hooks

A Claude Code plugin that fits the model, effort level, and context budget to each task automatically, aiming for fewer tokens at the same quality. Uses a deterministic policy kernel implemented in hooks, and every reported number is measured rather than estimated.

hookstoken-efficiencymodel-routingcost-optimization
by deepaksinghcs14 Aug 2, 2026 7/10
workflow Reddit

Sandboxed Self-Test Loop Let Claude Code Write 100 VBA Modules Unattended

A workflow pattern for unattended Claude Code runs against Excel/VBA: the agent works on a throwaway workbook copy, writes and imports each module, and runs a self-test before promoting it to the real file. Includes automatic Excel crash/hang recovery so the loop can run overnight without supervision.

automationsandboxingself-testunattendedvba
by PutFun1491 Aug 2, 2026 8/10
app Reddit

damem: Agent Memory Committed to the Repo as Plain Markdown

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
skill Reddit

79 CLAUDE.md Rules Tested Against Boris Cherny's 'Delete Every 6 Months' Advice

A practitioner sorted all 79 rules in their CLAUDE.md against advice from Claude Code creator Boris Cherny, who suggests periodically deleting CLAUDE.md/skills/hooks and re-adding instructions only when the model actually struggles without them. Only 22% of the rules turned out to be genuine delete candidates, highlighting how much of typical CLAUDE.md content may be unnecessary bloat.

CLAUDE.mdbest-practicesprompt-engineering
by Bulky_Ad738 Aug 2, 2026 7/10
workflow GitHub

mogui-agent-harness: Vendor-Neutral Agent Ops Harness with Claude Code Hooks

A vendor-neutral agent operations harness that adds a .agent context layer, an LLM wiki, GSD-style planning, and loop engineering, wired into Claude Code, Codex, and Cursor via hooks. Designed to drop into either a greenfield repo or an existing codebase in a single setup step.

agent-harnesshooksplanning
by baksohyeon Aug 2, 2026 6/10
MCP GitHub

chatroom-mcp: Coordination Server for Claude Code Agents on Separate Machines

An MCP server (over streamable HTTP, backed by SQLite/Docker) that gives multiple Claude Code agents running on different machines a shared task board with atomic claims and room chat. A UserPromptSubmit hook automatically injects peer activity into each agent's context, letting distributed agents coordinate without stepping on each other's work.

mcpmulti-agentcoordination
by WarrenSchultz Aug 2, 2026 7/10
app GitHub

claude-doc-sanitizer: Detects Hidden Text in Documents Before AI Ingests Them

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
skill GitHub

oogway: Agent Skill That Traces Every Bug Back to the Change That Caused It

A Claude Code / Codex / Cursor skill that generates a project report reviewing what shipped, tracing every problem back to the specific change that introduced it, and pricing out the cost of each next step. Framed as a post-mortem tool for teams running agentic development.

skillpostmortemreporting
by tensorboy Aug 2, 2026 6/10
skill GitHub

skill-comply: Behavioral Compliance Testing for Claude Code Skills

A Claude Code skill that measures whether agents actually follow the skills, rules, and agent definitions they're given, rather than assuming instructions are being followed. Automated behavioral testing for a problem many CLAUDE.md authors only discover the hard way.

skilltestingcompliance
by shimo4228 Aug 2, 2026 7/10
skill GitHub

claude-harness: Curated MIT-Licensed Agent Skills, Subagents & Rules

A curated, MIT-licensed collection of Agent Skills, subagents, and rules built against the open Agent Skills standard rather than being Claude-Code-only. Intended as a pick-and-choose library rather than an all-or-nothing framework.

skillssubagentsopen-standard
by shimo4228 Aug 2, 2026 6/10
MCP GitHub

github-code-rag-mcp: Clone-Free Code-RAG MCP Server for GitHub Repos

An MCP server that fetches public GitHub repositories over the network without a local git clone, indexes them with SQLite+FTS5 for cached search, and iteratively refines agent requirements for code reuse. Built for Claude Code and OpenCode.

mcpragcode-search
by suyu-creator Aug 2, 2026 6/10
workflow GitHub

dw-solo-skills: A Spec-to-Ship Workflow Sized for Solo Repos

A persistent spec-to-ship workflow for Claude Code aimed at solo developers working in repos only they read, trading the ceremony of team-oriented workflows for a leaner 'thin lane' process.

workflowsolo-devspec-to-ship
by dominikwozniak Aug 2, 2026 5/10
app GitHub

codex-topics-telegram-bot: Run Claude Code or Codex Per Telegram Topic

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
workflow GitHub

claudex-stereo: Claude Plans and Reviews, Codex Implements

A workflow that splits agentic coding across two models: Claude Code handles planning and review while Codex handles implementation, aiming to combine each model's relative strengths instead of relying on one agent for the whole loop.

multi-modelworkflowcodex
by vsladkov Aug 2, 2026 6/10
app GitHub

agx: Desktop/CLI Control Plane for Parallel Coding Agents

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

claude-usage-pal-desktop: Desktop Pet That Tracks Your Claude Rate Limits

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
workflow GitHub

AgentWorkspaceOS: Local-First Markdown Governance Layer for Coding Agents

A local-first governance layer written in plain Markdown for coordinating Codex, Claude Code, and other AI coding agents working in the same workspace, aimed at keeping multi-agent setups from drifting out of sync.

governancemarkdownmulti-agent
by zhangj012595-cloud Aug 2, 2026 5/10
skill GitHub

claude-translation-agency: Portable Skills for Codebase and Doc Translation

A set of portable Claude Code skills plus an agent panel that translates entire projects or individual files into any language, covering codebase i18n, WordPress/gettext, and documentation. Includes adversarial QA, per-run domain specialization, and terminology research to keep translations consistent.

translationi18nskill
by roshaw Aug 2, 2026 6/10
MCP GitHub

open-enthrium-ai-mcp-server: Single-Binary MCP Server for 2,600+ Enterprise Systems

An MCP server for Claude Code, Cursor, Windsurf, and other MCP clients that connects to PostgreSQL, filesystems, GitHub, Slack, SSH, and thousands of other enterprise systems through a single binary and YAML configuration, instead of wiring up a separate MCP server per integration.

mcpenterpriseintegrations
by enthrium Aug 2, 2026 6/10
skill GitHub

book-to-skill: Turn a Book You Own Into a Claude Skill

Converts a book you already own into a Claude skill — a short index plus one file per chapter, loaded only when needed — so an agent can reference the book's content on demand. Free, MIT-licensed, and requires no coding.

skillknowledge-baseno-code
by shaunmarsden Aug 2, 2026 6/10
skill GitHub

skill-author: Turn a Repeated Task Into a Properly Bounded Skill

Helps convert a task you keep re-prompting for into a proper Claude skill with real guardrails and stop conditions, instead of leaving it as an ad hoc one-off prompt. Free, MIT-licensed, no coding required.

skillmeta-toolingno-code
by shaunmarsden Aug 2, 2026 7/10
skill GitHub

osint-skills: 28 OSINT Agent Skills for Coding Assistants

A set of 28 open-source-intelligence skills that turn Cursor, Claude, and other AI coding agents into a research platform for reconnaissance, attribution, GEOINT, and breach checks. Described as ethical, sourced, and passive-first.

osintskillresearch
by useosint Aug 2, 2026 6/10
workflow GitHub

yoke (npm): Cross-Agent Harness With Safety Gates and Proof Artifacts

A cross-agent coding harness for Claude Code, Codex CLI, and Gemini CLI built around one shared skill canon, mechanical safety gates, and an autonomous loop with live progress/ETA reporting and proof artifacts for each run. Published to npm as @hecer/yoke.

harnessmulti-agentsafety-gates
by HECer Aug 2, 2026 6/10
hook GitHub

claude-bestpractice: A Stop Gate That Runs Your Tests Itself

Adds enforcement, memory, and parallel-session coordination to Claude Code, centered on a Stop gate that actually runs your test suite before accepting a task as complete — so completion is judged on evidence rather than the model's own claim that it's done.

hookverificationtesting
by avanturer Aug 2, 2026 7/10
app GitHub

agent-fleet: Self-Hosted Console for Managing a Fleet of Coding Agents

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
skill GitHub

google-slides-skill: Redesigns a Google Slides Deck and Checks Its Own Work

A Claude Code skill that redesigns a Google Slides deck to match branding you point it at, then renders every slide it touches and inspects the resulting image before calling the job done — closing the loop between editing and visual verification.

skillgoogle-slidesvisual-verification
by eranw2000 Aug 2, 2026 6/10
hook GitHub

Clawness: 195 Coding/Security Rules Injected Into Every Prompt

A Claude Code plugin that injects relevant coding, security, and scientific-computing rules — 195 rules across 28 domains, including test-quality rules derived from mutation-testing its own suite — into every prompt. Also ships a plan-approval gate, access guard, per-project memory, session handoffs, and red/blue-team review agents.

hookpluginsecurity-rules
by fullymiddleaged Aug 2, 2026 7/10
hook GitHub

context-guard: Local-First Context Hygiene for Coding Agents

A Claude Code plugin plus shell helpers that manage large reads, noisy tool output, and redaction, producing artifacts and measured token/cost evidence for how much context each operation actually consumed.

context-managementhooktoken-usage
by ictechgy Aug 2, 2026 6/10
skill GitHub

figure-extractor: Pull Complete Figures Out of PDFs and arXiv Papers

An agent skill for Claude Code, Codex, and Kimi that extracts complete figures and images from PDF, arXiv, and HTML papers, using caption-bounding-box detection with high-DPI PyMuPDF cropping and a contact-sheet QA step to verify the crops.

skillpdfresearch-tools
by Sunrich-HT Aug 2, 2026 6/10
skill GitHub

ctx404: Durable Project Context That Survives the AI Forgetting

Stores project context in the repository itself rather than in the model's memory, so context that would otherwise be lost between Claude Code sessions persists as part of the codebase.

context-managementmemoryskill
by claudneysessa Aug 2, 2026 6/10
skill GitHub

Agent-Memory-Starter: A Memory Vault That Ships Empty on Purpose

A starter memory vault for coding agents that ships completely empty, built around the idea that the hard part of agent memory isn't storing what an agent learned — it's stopping the store from filling up with stale facts over time.

memorystarter-kitskill
by BrinShadewater Aug 2, 2026 6/10
skill GitHub

Shadewater-SEO-Skill: SEO Audits That Show Their Work

An SEO audit skill that leads with evidence and reasoning before producing fixes, aiming to give an agent implementable fixes instead of generic boilerplate advice like 'your meta description is too long.'

seoskillaudit
by BrinShadewater Aug 2, 2026 5/10
skill GitHub

claude-skills-chart-generator: Scientific Chart Generation Skill

A Claude skill for generating scientific charts — bar, line, scatter, box plot, heatmap, and more — via Python/matplotlib, aimed at papers, lab reports, and academic publications.

skilldata-visualizationmatplotlib
by Defani Aug 2, 2026 5/10
skill GitHub

second-brain-setup: Obsidian as External Memory for Claude Code

A personal knowledge management setup for Claude Code that uses an Obsidian vault as external memory, growing with every session. Ships 5 slash commands and AI-first note conventions, built on the ideas in Karpathy's LLM Knowledge Bases writeup.

obsidianmemorypkm
by dmitrax Aug 2, 2026 7/10
hook GitHub

agentrelay: Supervise a Coding Agent Overnight Without Losing Control

A Rust daemon plus Tauri app and Claude Code plugin for supervising unattended agent runs: it blocks forbidden tool calls before they execute, gates 'done' on actually running tests, checkpoints work to git, caps spend, and produces a morning report where every line is sourced back to evidence. Local-first with no telemetry.

supervisionhookunattended-agents
by MalyStern Aug 2, 2026 7/10
hook GitHub

claude-code-devlog-hooks: Three Hooks That Build a Daily Dev-Journal Habit

A three-layer Claude Code hook setup for building a daily dev-journal habit: SessionStart injects the journaling routine, UserPromptSubmit nudges you when the log goes stale, and Stop blocks the end of a turn once per day until today's entry is updated. PowerShell-first and fail-open by design.

hookdev-journalpowershell
by h8nc4y Aug 2, 2026 6/10
skill GitHub

paper-review-and-digest: Journal-Club-Style Review and Fast-Read Skills for One Paper

Two Claude Code skills for working through a single academic paper: /paper-review does a journal-club-style appraisal with a deterministic GRADE + CrossRef gate, and /paper-digest does fast content absorption. Designed to pair with separate paper-radar (discovery) and paper-fetch (download) skills.

skillacademic-papersresearch
by drpwchen Aug 2, 2026 7/10
workflow GitHub

wincreator: Stop Your Agent From Lying About Passing Tests

A hierarchical engineering-loop system with machine-checkable proof gates, aimed at the common failure mode where an AI coding agent claims tests pass without actually running them.

workflowverificationproof-gates
by winterbim Aug 2, 2026 7/10
workflow GitHub

TAD: Two-Agent Quality Framework With Design and Execute Roles

A development framework that splits work between a Design agent (Alex) and an Execute agent (Blake), enforced by a 4-gate quality system and backed by 25 capability packs covering different domains.

workflowmulti-agentquality-gates
by Sheldon-92 Aug 2, 2026 6/10
workflow GitHub

savetokens: A Measured Datasheet of Token-Saving Techniques

A component-datasheet-style writeup of token-saving techniques for Claude Code and Codex, with measured before-and-after figures that refresh daily. Source for savetokens.tips.

token-usageworkflowbenchmarks
by ryanportfolio Aug 2, 2026 6/10
hook GitHub

STK: A Hook That Clamps Oversized File Reads Into Outlines

A Claude Code hook (Session Token Killer) that clamps oversized Read tool results down to line-numbered outlines instead of dumping the full file into context. The author measured that 85% of their oversized agent context came from file reads alone; a companion tool, RTK, targets token waste per command instead of per session.

hooktoken-usagecontext-management
by ryanportfolio Aug 2, 2026 7/10
skill GitHub

hard-won-claude-skills: 8 Skills Distilled From One Production Incident History

A set of 8 Claude Code skills distilled from a single real production project, covering verification discipline, spreadsheet (xlsx) surgery, async task UI, and more — each rule written up as having been paid for by an actual incident.

skillproduction-lessonsverification
by poloplay0114 Aug 2, 2026 7/10
app Reddit

Resonant: Open-Source Suno + Ableton Live Alternative With Claude Code MCP

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
skill GitHub

cloud-finops-skills: FinOps Foundation-Aligned Cost Knowledge for AI Assistants

An open-source FinOps knowledge skill and MCP covering 28 reference files across AWS/Azure/GCP/OCI cost management, AI inference economics, Kubernetes, data platforms, allocation, chargeback, anomaly management, waste detection, and GreenOps. Installs into 11 AI tools and refreshes monthly.

finopscloud-costskill
by OptimNow Aug 2, 2026 7/10
hook GitHub

RoT-MoE: formally-verified cognitive router for Claude Code

A Claude Code plugin that adds a "Mixture-of-Experts" routing hook, computing a divergence gauge from nine tracked lens activities. The gauge's properties (positivity, boundedness, non-constancy) are backed by machine-checked Lean 4 theorems, and install/uninstall is asserted byte-identical with no network calls.

hookpluginformal-verificationlean4
by Nova-Violet-Role Aug 2, 2026 6/10
skill GitHub

capcut-agent-kit: AI agent kit for CapCut video editing

Lets an AI agent build and edit CapCut desktop projects via edit-list driven generation, including split-screen vertical layouts and surgical timeline cuts. Ships with a Claude Code skill for direct integration.

skillvideo-editingcapcut
by manproai Aug 2, 2026 6/10
skill GitHub

Pangaea Labs Claude Code plugin marketplace

A plugin marketplace bundling several Claude Code skills: docsmith (markdown to on-brand PDFs), testcraft (user flows to test-case suites), dkv (graphic-design critique with measured WCAG contrast), and production-ready Go/ElysiaJS service scaffolding. Add the marketplace once, or use the npx installer to bring any skill to any agent.

skillmarketplaceplugins
by labspangaea Aug 2, 2026 7/10
app GitHub

cc-usage: macOS menu-bar usage dashboard

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

ATMOS: unified terminal UI for agentic coding tools

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
workflow GitHub

worktender: reconcile git worktrees with coding-agent workspaces

A herdr plugin that keeps git worktrees and agent workspaces in sync — starting an agent on an issue in its own worktree, then reconciling `git worktree list` against herdr's known workspaces to adopt orphans, staff empty ones, and remove finished checkouts. Resumes Claude Code sessions from existing transcripts rather than restarting them.

workflowgit-worktreesmulti-agent
by steig Aug 2, 2026 6/10
app GitHub

pocket-terminal: run Claude Code on your Mac from your phone

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
skill GitHub

ai-research-skills: SKILL.md catalog for research workflows

A universal catalog of SKILL.md files covering literature review, research design, project memory, and manuscript writing, plus cross-agent delegation patterns for Claude Code, Codex, Gemini, Cursor, and other clients. 183 stars.

skillresearchcross-agent
by WenyuChiou Aug 2, 2026 8/10
MCP GitHub

Iron-mem: agent-native memory infrastructure

A single Rust-binary MCP server providing governed session capture, LLM-based compression, hybrid retrieval (full-text + vector + RRF), a temporal knowledge graph, and content-addressed storage for coding assistant memory. Works with Claude Code, Cursor, Copilot, and Windsurf.

mcpmemoryrust
by BMC-INC Aug 2, 2026 7/10
app GitHub

nethack-tiles-client: a fully vibe-coded desktop app

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
MCP GitHub

claude-star-ipc: cross-vendor LLM collaboration for Claude Code

A dependency-free SQLite mailbox plus role hook and installer that lets models from different vendors (e.g. Opus + GLM) work as persistent peer terminals in one project, using a star topology with heartbeat push-wake and fan-out/broadcast — distinct from single-vendor subagent teams.

mcpmulti-agentcross-vendor
by GXY2017 Aug 2, 2026 7/10
app GitHub

SoDam-Agent: 10 Role-Based AI Agent Teams as a Plugin Marketplace

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

seo-butler: SEO & GEO Agency Agent for Claude Code

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

nanogpt-harness: Fail-Closed Tor-Only Claude Code Harness

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
skill GitHub

wenqu-skills: Content-Creation Skill Set for AI Agents

A collection of Claude Code skills covering the full content pipeline: research/material gathering, structuring, drafting, review/optimization, and publishing. Aimed at agent-assisted writing workflows.

content-creationwritingskill-collection
by gogoingai Aug 2, 2026 5/10
skill GitHub

audit-with-plans: Consistency Auditor for planning-with-files

A companion skill to the planning-with-files methodology that checks whether code actually matches what is recorded in .planning docs, using fresh-context subagents to avoid bias from the implementing session's context.

planningauditsubagentsconsistency
by JunbaoLiang Aug 2, 2026 6/10
workflow GitHub

design-harness: Approval-Gated Web Design Workflow

A structured workflow for Codex and Claude Code that takes a web design from interview through a DESIGN.md spec, a build phase, independent review, and deterministic QA, with approval gates between each stage.

web-designworkflowapproval-gateqa
by ForgetMeAI Aug 2, 2026 6/10
skill GitHub

belay: A Safety-Net Skill for Vibe Coding

A Claude Code skill styled as a climbing belay: it holds the rope while non-developers vibe code, adding guardrails intended to make AI-driven coding safer for people without a software background.

safetynon-developervibe-coding
by thanathe Aug 2, 2026 5/10
app GitHub

o8: Governance Layer for Autonomous Engineering Teams

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

Equilibrium: Desktop Cockpit for Claude Code Developers

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
workflow GitHub

ai-protocol: Concept-First Scaffolding Protocol for AI Agents

A harness-agnostic protocol for greenfield projects that starts from a rigorous concept rather than a chain of ad-hoc prompts, so agents build from shared intent. Includes self-healing and crash-safe state handling.

scaffoldingprotocolharness-agnostic
by dnlbox Aug 2, 2026 5/10
skill GitHub

claude-for-hardware: Claude Code Skills for Hardware Design

A skill set for hardware design, validation, and bring-up work with Claude Code, extending agentic coding workflows into electronics and hardware engineering tasks.

hardwarevalidationengineering
by Midstall Aug 2, 2026 6/10
command GitHub

clavis: Provider Manager for Claude Code — Route to Any Backend

A single binary that lets Claude Code route requests to alternative backends (DeepSeek, Z.ai, MiniMax, OpenRouter, Qwen, or any Anthropic-compatible API) instead of the default Anthropic endpoint.

provider-routingbackendcli
by dinhlongviolin1 Aug 2, 2026 6/10
workflow GitHub

antigravity-for-claude-code: Run Antigravity CLI as a Sub-Agent

A Claude Code plugin that runs Google's Antigravity CLI (Gemini) as a collaborating sub-agent, with intelligent model routing across different phases of the SDLC. Unofficial community project.

antigravitygeminisub-agentmodel-routing
by yuting0624 Aug 2, 2026 6/10
workflow GitHub

cleargate: Four-Agent Planning Framework for Claude Code

A sprint/epic/story planning protocol for Claude Code agents built around a four-agent loop -- architect, developer, qa, and reporter. Includes a Karpathy-style awareness wiki to keep long-running agent teams oriented across a project.

planningmulti-agentworkflowsprint
by sandrinio Aug 2, 2026 6/10
skill GitHub

ux-audit-skill: 16-Dimension UX Audit Skill for Claude Code

An agent skill that audits the UX of an existing product -- website, web app, mobile, or desktop -- across 16 dimensions. Every finding is backed by evidence, a severity rating, and a confidence score.

skilluxauditdesign
by paulunemoon Aug 2, 2026 7/10
app GitHub

markdown-memory: Cross-Platform Persistent Memory for Claude Code

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
workflow Reddit

A Doc-Driven Workflow: Architect Agent + Hooks + Phased Planning Docs

A Reddit user shares their workflow for large AI-generated projects: an ENGINEERING doc of coding principles enforced by an architect subagent and a hook, plus a cascade of ARCHITECTURE, PLANNING, phase, and PROGRESS docs that keep long unsupervised builds on track.

workflowplanning-docsarchitect-agenthooks
by geekichu Aug 2, 2026 6/10
workflow GitHub

company-os: Run AI Coding Agents as an Autonomous Software Company

A framework for organizing Claude Code, Codex, and Devin into an autonomous company structure -- a charter, 30 defined roles, SOPs, and cross-platform adapters for coordinating many agents on real work.

multi-agentorchestrationrolessop
by wookat Aug 2, 2026 6/10
workflow GitHub

festival: Structured Multi-Phase Planning for AI Coding Agents

A planning framework that persists context across sessions so multi-phase work can be planned once and executed by any agent -- Claude Code, Codex, or OpenCode -- without losing the thread between sessions.

planningmulti-agentpersistencecross-tool
by Obedience-Corp Aug 2, 2026 6/10
skill GitHub

Skill-Sentinel: Behavioral Scanner for Claude Skills

Sandboxes a Claude Skill and traces what it actually does at runtime rather than trusting its stated description, aimed at catching skills that behave differently from what they claim before you install them.

securityskillssandboxaudit
by handcraftedbygod Aug 2, 2026 8/10
skill GitHub

plori skills: Teach Claude Code to Drive plori Cloud Agents

Agent Skills that teach Claude Code and other coding agents to create and control plori cloud computers -- remote sandboxed environments purpose-built for AI agents to operate in.

skillcloudsandboxplori
by plori-ai Aug 2, 2026 5/10
skill GitHub

claude-quartermaster: Audit Your Entire Claude Code Setup

Audits and improves your Claude Code setup -- extensions, CLAUDE.md files, permissions, and project structure -- across every project on your machine, treating context cost as a first-class metric to optimize.

auditclaude-mdpermissionscontext-cost
by dean815 Aug 2, 2026 7/10
MCP GitHub

vzt-flow: Local On-Device Voice Dictation With an MCP Tool for Claude Code

Hold a key, talk, and the transcript lands at your cursor -- fully offline using Parakeet TDT ASR with optional Qwen3 cleanup. Ships as a signed and notarized macOS/Windows app, a CLI, and an MCP voice-input tool for Claude Code.

mcpvoicedictationoffline
by vonzelle-vzt Aug 2, 2026 7/10
app GitHub

cc-wire-analyzer: Inspect Every HTTP Request Claude Code Makes

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

kiln: Detect Whether an Interface Looks AI-Built

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
workflow Reddit

Turning CLAUDE.md Prose Rules Into Build-Time Guards That Fail CI

A solo developer converted four CLAUDE.md rules that kept getting silently dropped between sessions into scripts wired into npm run build, so violations fail the build instead of relying on the model remembering. Covers guards for email HTML fallbacks, price consistency, retired product copy, and an HTML sanitizer allowlist, each one only allowed to grow stricter over time.

claude.mdciguardrailsbuild-scripts
by usestork Aug 1, 2026 7/10
MCP GitHub

mduct: Every MCP Server as a Pipeable Unix Tool

Wraps MCP servers as ordinary Unix command-line tools so they can be piped, scripted, and run by hand without loading their schemas into an agent context. Useful for keeping context windows lean while still scripting MCP-backed workflows outside a chat session.

mcpcliunixcontext-management
by TheFox666 Aug 1, 2026 7/10
app GitHub

assistant-to-the-crm: Human-Gated Outlook to Dynamics 365 Meeting Sync

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
MCP GitHub

mcp-hugo-server-go: Unified MCP Server for Hugo Static Sites

A Go-based MCP server for managing Hugo static sites, with OAuth registration and self-registered tokens. Niche but gives Claude Code direct control over Hugo content and site operations.

mcphugogolangstatic-site
by jmrGrav Aug 1, 2026 5/10
skill GitHub

elves: Autonomous Multi-Batch Development Skill for Claude Code and Codex

A skill that queues and runs multiple autonomous development batches across Claude Code and Codex sessions, designed to keep making progress unattended, e.g. overnight. Aimed at extending agentic coding beyond a single supervised session.

skillautonomousmulti-agentcodex
by aigorahub Aug 1, 2026 7/10
app GitHub

claude-code-security-evals: Community Eval Bank for Skills, Agents, and Hooks

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

lorepack: Versioned Context Build System for AI Agents

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
workflow GitHub

Agentic Template Repo: Hash-Pinned AGENTS.md Kernel With CI Gauntlet

A template repository for agentic coding projects, built around a hash-pinned AGENTS.md "kernel" and a single check.sh gauntlet that's mirrored in CI. Includes a memory system that learns from external signals and forgets on a schedule, and targets Claude Code, Codex, and any AGENTS.md-reading harness.

agents-mdtemplatecimemory
by srinator22 Aug 1, 2026 6/10
skill GitHub

personal-finance-vault-skill: Archive-First Private Finance Vault

An agent skill for building a private, machine-readable personal finance vault using deterministic parsers rather than LLM guesswork for the numbers. Takes an archive-first approach with arithmetic reconciliation and explicitly flags unknowns instead of fabricating totals.

financeskillprivacyparsing
by su7811659 Aug 1, 2026 6/10
app GitHub

notabene: Margin Notes on Docs That Your Agent Applies and Journals

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
workflow GitHub

littlepowers: Proportional Planning and Recovery Protocol for Agents

A proportional planning, recovery, and engineering-discipline protocol for coding agents, designed to work across Codex, Claude Code, Qoder, and OpenCode. Aims to keep agent effort scaled to task size and recover gracefully from failures.

planningprotocolmulti-tooldiscipline
by clsaa Aug 1, 2026 6/10
MCP GitHub

vantage-peers: Convex-Native Coordination Backend for AI Agent Teams

An open-source, Convex-native coordination backend for teams of AI agents, exposing shared memory, messaging, and task management through MCP. Ships with 20 database tables and 75 tools for building multi-agent systems that need to coordinate state.

mcpcoordinationmulti-agentconvex
by vantageos-agency Aug 1, 2026 7/10
hook GitHub

rabadon: C++ Supervision Layer That Hash-Locks Tests Against Fake Green

A supervision layer for coding agents, written in C++, that gates every tool call in about 2.3ms and chains each event into a local, tamper-evident ledger. Notably, when it repairs a broken build it hash-locks the project's test files first, so a "green" bought by editing a test is refused instead of accepted.

supervisionc-plus-plustest-integrityledger
by nosey-dewdrop Aug 1, 2026 8/10
workflow GitHub

wiggum: Self-Driving Agent Loop From GitHub Issue to Verified PR

A self-driving agent loop for Claude Code that turns an issue into a planned, verified, and committed change end-to-end. Lets you run, supervise, and chain multiple workplans from the shell for more autonomous delivery.

workflowautomationissue-to-prcli
by benman1 Aug 1, 2026 7/10
workflow Reddit

orch: Architect-Planned Agent Pipeline With Worktrees, Pinned Merges

Orchestrates Claude Code and Codex CLI subagents behind an Architect role that plans work as one issue per task with model/effort/reviewer assigned, then spins up a branch and worktree per issue for an Implementer or Specialist, followed by automated review and CI. Merges run pinned to the approved commit and fail closed if the PR changes after approval.

orchestrationworktreesmulti-agentpr-review
by kninetimmy1 Aug 1, 2026 8/10
app GitHub

meetey: Local-First Meeting Transcription for Claude Code

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
workflow GitHub

dispatch: Durable Worktree Sessions With Append-Only History

Provides durable work sessions for coding agents using isolated Git worktrees, an append-only history of what happened, and explicit merge outcomes. Aimed at making long-running or resumable agent sessions easier to audit and recover.

worktreessessionsgitautomation
by smithdak Aug 1, 2026 6/10
MCP GitHub

cortex-viz: Neural-Graph Visualization MCP for Claude Code Sessions

A visualization MCP server for Claude Code that renders a live "neural-graph galaxy" of a project's files, symbols, and memories, plus a per-session execution trace built from session JSONL logs. The trace view works standalone with --no-db; the full galaxy view lights up with the companion Cortex memory system.

mcpvisualizationgraphsessions
by cdeust Aug 1, 2026 7/10
workflow GitHub

nightlight: Turn TASKS.md Queues Into Reviewable PRs Overnight

Runs unattended Claude Code sessions overnight that work through a TASKS.md queue and turn each item into a reviewable pull request. Aimed at "leave it running while you sleep" style batch task processing.

automationtaskspull-requestsunattended
by c0d3ster Aug 1, 2026 7/10
skill GitHub

rlm-claude: Recursive Language Models Bring Infinite Memory to Claude

Brings Recursive Language Models to Claude Code as an approach to effectively infinite memory, inspired by the MIT CSAIL RLM paper. Lets the agent recursively query over context that wouldn't otherwise fit in a single window.

memoryrecursiveresearchcontext
by EncrEor Aug 1, 2026 7/10
app GitHub

claude-code-live-memory: Always-On Model That Learns Your Repo

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: Real-Time Dashboard for Claude Code Sessions

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: Persistent Project Memory and Code Graph for Coding Agents

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: Multiplayer Cockpit for Claude Code

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
skill GitHub

deep-research: Evidence-Driven Research Pipeline for AI Agents

deep-research decides how deep to investigate a question only after weighing the evidence, using source-grade weighted scoring and thresholds hidden from the worker doing the research, plus investigation frames tailored to the type of question. Aimed at agent research pipelines that need more rigor than a single fixed number of research phases.

researchfact-checkingagent-skills
by treylom Aug 1, 2026 6/10
app GitHub

Algol: Governance Layer for Multi-Engine Code Review

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
workflow GitHub

ccgrapher: Catches Fake-Passing Verification Steps in Agent Plans

ccgrapher lints agent workflow plans for joins that pass while a branch is actually dead, and for verifiers that end up grading their own work. It also finds every plan step that isn't actually waiting on anything, and runs those independent steps in parallel. Ships as a Claude Code skill (parallel-plan) that checks a plan's real dependencies before the agent executes it.

agent-workflowslinterparallel-executionclaude-code-skill
by artfusion Aug 1, 2026 7/10
command Reddit

claude-retrier: Single-File Auto-Resumer for Claude Code

claude-retrier runs Claude Code inside a pty it owns, waits out usage-limit resets, and automatically types 'continue' — while passing through --resume/--continue flags, keys, colors, resizing, and exit codes. It reads the reset time from the session's jsonl log instead of screen-scraping, and won't type over a mid-turn response or a half-written prompt. It's a single bash file plus a small Python pty helper, with no Node, tmux, or daemon required.

auto-resumecliptyusage-limits
by One-Cricket9962 Aug 1, 2026 7/10
skill GitHub

写作理论技能集 (Writing Theory Skill Set) for Claude Code

A Chinese-language Claude Skills collection covering adaptation workflows, original screenplay writing, novel-theory review, and performance-layer prompting. Packages established writing theory into a structured skill set aimed at turning story ideas into finished works.

creative-writingchinesescreenwritingclaude-skills
by juemin4-source Aug 1, 2026 6/10
app GitHub

curate-course: Turn Scattered YouTube Videos into a Course Site

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

cliproxyapi-secure-deploy: Hardened Deploy Kit for CLIProxyAPI

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
hook GitHub

Pushary: Push-Notification Approvals for AI Coding Agents

Pushary adds human-in-the-loop gating to AI coding agents via push notifications you can approve straight from your phone. It ships as agent hooks/skills for Claude Code, Claude Cowork, Codex, Cursor, and Gemini, with npm and PyPI packages backing the integration.

human-in-the-loopnotificationsapprovalmulti-agent
by Pushary Aug 1, 2026 7/10
command GitHub

mav: An iOS Control Plane for AI Coding Agents

mav gives coding agents a single command surface with native drivers underneath for controlling and inspecting iOS apps and simulators, plus structured evidence output an agent can hand back to a human reviewer. Aimed at closing the loop on agent-driven iOS development, where agents otherwise have no deterministic way to confirm a build actually works.

iosai-agentsclivalidation
by bitomule Aug 1, 2026 6/10
skill GitHub

dot-claude: A Maintained Public Claude Code Config

PaulRBerg's personal Claude Code configuration, designed to be cloned directly into ~/.claude via a Just-based install flow with Bun/uv dependencies and CI. Includes a custom ccc commit wrapper and Husky/lint-staged automation — a reference for structuring a maintained Claude Code dotfiles setup.

dotfilesclaude-code-configci
by PaulRBerg Aug 1, 2026 5/10
skill GitHub

issuekit: Issue-Driven Development Skills for AI Agents

issuekit is an Agent Skills bundle that treats each GitHub issue as the canonical rich plan for a unit of work, keeping volatile specs out of the repo so only durable code gets versioned. It's Japanese-oriented: skill bodies and docs are in English, but the skills expect Japanese section headers (e.g. 受け入れ条件) hardcoded into issue bodies.

issue-trackingagent-skillsjapanese
by hirokisakabe Aug 1, 2026 6/10
skill GitHub

Winning Writing: 31 Claude Skills from a Stanford GSB Course

An agentic writing toolkit built from Glenn Kramon's Winning Writing course at Stanford GSB and Rachel Konrad's cold-outreach lectures, packaged as 31 Claude skills. Includes a browser-based Coach with span-level inline critique and a refinement chat, plus a Chrome MV3 extension that runs the same critic inside the Gmail side panel.

writingclaude-skillschrome-extensionstanford-gsb
by kalyvask Aug 1, 2026 8/10
app GitHub

agentgate-ai: Local AI Gateway Routing Across 26 Providers

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

blackbox: A Flight Recorder for Claude Code and Codex Sessions

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

terminx: One Terminal Dashboard for Codex, Claude Code, and More

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
workflow GitHub

autocomp: An Autonomous Company Run as a Tick Loop in Claude Code

Runs a simulated company inside Claude Code as a recurring tick loop, with role-based subagents, human approval gates on anything touching money or outreach, and an append-only ledger for auditing what happened.

autonomoussubagentsapproval-gatesledger
by Eastkap Aug 1, 2026 6/10
skill GitHub

k-fable-opus-claude-md: A Token-Lean CLAUDE.md Tuned for Opus 4.8

A CLAUDE.md configuration rewritten to cut token usage for Opus 4.8, built after the author was surprised by how many tokens Fable 5 was burning. Korean-language, but a useful reference for anyone trying to trim their own CLAUDE.md.

claude-mdtoken-optimizationopusfable
by habinsong Aug 1, 2026 5/10
hook GitHub

dokion: A Security and Quality Hardening Engine for Coding Agents

Enforces user-authored playbooks across Claude Code, Codex, and Gemini CLI, with verifiable evidence gates and auditable readiness reports — for teams that want agent output checked against a defined bar before it ships.

securityqualitygovernanceauditcodexgemini
by imMamdouhaboammar Aug 1, 2026 6/10
hook GitHub

shellgate: Network Policy Enforcement for Claude Code and Codex

Puts Claude Code and Codex sessions under a declared network policy, matching every outbound connection on both destination host and the calling binary, with a Slack front end for visibility and control.

network-policysecurityslackcodex
by infisionai Aug 1, 2026 7/10
workflow GitHub

ose-primer: A Polyglot Nx Monorepo Template Pre-Wired for AI Agents

A repository template for Nx monorepos that ships with governance rules, AI agent/skill scaffolding, three-level testing, and 11+ language backends pre-wired, so new repos start with working conventions instead of a blank slate.

monoreponxtemplategovernancetesting
by wahidyankf Aug 1, 2026 5/10
workflow GitHub

checkwright: Installable Kits for Machine-Gated Agent Delivery

Packages a coding-agent delivery methodology as installable kits — spec consistency checks, an evidence-stamped iteration lifecycle, and token-aware context management for keeping long agent-driven projects on track.

deliveryspec-consistencycontext-management
by checkwright Aug 1, 2026 5/10
MCP GitHub

sag-agents-plugin: Write Access to a Self-Hosted SAG Knowledge Base

Adds publish/sync/maintain write operations to a self-hosted SAG (Zleap-AI/SAG) knowledge base for Claude Code, Codex, and Hermes Agent, without touching SAG's source. Agents can self-assess and auto-publish durable knowledge behind a safety floor — secret scanning, dedupe, and a cost cap.

knowledge-baseplugincodexhermes
by vuongdam2k01 Aug 1, 2026 5/10
MCP GitHub

memor-ai: Shared Local Memory Across Six Coding Agents

Local shared memory for Claude Code, Cursor, Codex, Copilot, Kimi, and Goose, plus an opt-in token-savings proxy for Claude and Codex. No API key needed — fire and forget.

memoryshared-memorycursorcodexcopilot
by bnimit Aug 1, 2026 5/10
app GitHub

torana-edge: A Programmable Local Proxy for Coding Agents (Pre-Release)

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
skill GitHub

socratic: 697 Questions a Senior Engineer Asks Before Writing Code

Packages a senior engineer's pre-coding question checklist — 697 questions — as a Claude/Codex skill and a portable prompt, meant to catch design and edge-case gaps before implementation starts.

code-reviewchecklistcodexdesign
by m4vic Aug 1, 2026 7/10
app GitHub

agentburn: A Local Profiler for Where Your Coding Agent Burns Money

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
skill GitHub

ultra11y: WCAG 2.2 AA Accessibility Audits With Anti-Hallucination Gates

Audits HTML/CSS/JSX against WCAG 2.2 AA and produces a dated compliance report, combining a zero-dependency static engine with agent judgment plus check/verify gates to catch hallucinated findings. Also usable to author or review accessible markup directly.

accessibilitywcagauditanti-hallucination
by maxgfr Aug 1, 2026 6/10
skill GitHub

salesforce-core-skills: Eleven Claude Skills for Salesforce Admin and Dev Work

Eleven general-purpose Salesforce skills — Apex, Flow, SOQL/Data, LWC, Metadata, Permissions, Diagrams, Org Audit, Tests, Security, and Debug — that work with any Salesforce MCP server. Installable as a Claude Desktop/Cowork plugin marketplace.

salesforceapexsoqlenterprise
by kugamon Aug 1, 2026 7/10
app GitHub

office: A Local macOS Workspace for Running a Five-Agent AI Team

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
hook GitHub

aiui: Native macOS Dialogs for Claude Code Prompts

Gives Claude Code native macOS dialog boxes for asking questions, confirming actions, and collecting input, instead of everything staying buried in the terminal.

macosdialogsux
by byte5ai Aug 1, 2026 5/10
skill GitHub

system-analyst-skill: Markdown-to-PDF/DOCX With Mermaid Rendering

A system-analysis skill set (SRS, use cases, data dictionaries, architecture, RTM) built for a Thai-language project, paired with an md-to-docs converter that renders Mermaid diagrams into PDF/DOCX with Thai-language support.

documentationmermaidmarkdownthai
by UMIN1703 Aug 1, 2026 5/10
command GitHub

autopilot: Slash Commands That Drive and Grade Unattended JS/TS Work

/autopilot drives full-stack JS/TS tasks in Claude Code to verified completion without hand-holding, and /autopilot-eval grades each run by actually re-running tests and the browser — not by trusting the agent's self-report.

slash-commandsjavascripttypescriptverification
by ocxers Aug 1, 2026 7/10
app GitHub

ctx: Repo-Aware Recommendations From an 80K-Node Skill/Agent Graph

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
MCP GitHub

willow-2.0: Local Memory and Fleet Coordination for AI Agents

A local-first memory and MCP tool layer for AI agents backed by a Postgres knowledge base, defaulting to Ollama, with LAN-based fleet coordination (Grove) for running multiple agents together.

memoryfleetpostgresollama
by rudi193-cmd Aug 1, 2026 5/10
skill GitHub

eu-ai-act-skill: An EU AI Act Compliance Advisor Skill

A Claude skill covering EU AI Act Article 50 labeling duties, all exemptions, a no-label decision playbook, and DACH-specific Abmahnung (warning-letter) risk — first release in a planned AI governance skill family.

complianceeu-ai-actlegalgovernance
by dankofly Aug 1, 2026 6/10
workflow GitHub

design-review-workflow: Evidence-Backed Website Design Reviews

An agentic workflow for repo-capable AI agents that captures screenshots, inspects the visual evidence, and gates a business-grade design review report — instead of an agent guessing at how a page looks.

design-reviewscreenshotsevidencereporting
by RNT56 Aug 1, 2026 6/10
app GitHub

Bastet-Agent-OS: A Local Control Plane for Multi-Agent AI Teams

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

TaskWraith: A Cross-Platform Control Room for Coding Agents

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
workflow GitHub

researchhelm: A Human-Gated Research Protocol for Coding Agents

Structures agent-driven research as resources → ideas → human approval gates → bounded experiments → audited claims. Ships as a Claude Code plugin and portable skill — a test-first generalization of karpathy's autoresearch.

researchhuman-in-the-loopautoresearchplugin
by zhangyiCristino Aug 1, 2026 6/10
MCP GitHub

scrubjay: Sync Coding-Agent Config and Transcripts to Your Own NAS

Syncs Claude Code, opencode, and Codex config across machines via git, plus a peer-to-peer transcript relay to your own NAS (or GitHub) with topic recall exposed over MCP — so you can find what you discussed about something across machines without a cloud service.

synctranscriptsp2pnasrecall
by henba1 Aug 1, 2026 6/10
hook GitHub

secuarden-cli: A Governance Flight Recorder for AI-Written Code

Captures agent actions, developer identity, and sensitive-data access locally and privacy-safely, with optional branch-level risk feedback — aimed at teams that need an audit trail for AI-written code, not just a debug log.

governanceauditcompliancelocal-first
by secuardenai Aug 1, 2026 5/10
skill GitHub

bullshit-detector: Claim-by-Claim Fact-Checking With a 0-10 BS Score

Fact-checks any YouTube video, article, tweet, or PDF claim by claim, citing sources and producing a 0-10 "BS score" — a skill for quickly sanity-checking content before trusting or sharing it.

fact-checkingverificationcontent-analysis
by SerhiiKorniienko Aug 1, 2026 7/10
workflow GitHub

ralphctl: A Ralph-Loop Harness for Long-Running Agent Tasks

Implements the "ralph" pattern — a generator/evaluator loop — to orchestrate Claude Code, OpenAI Codex, and GitHub Copilot across multiple repositories for long-running, semi-autonomous coding tasks.

ralph-loopgenerator-evaluatororchestrationcodexcopilot
by lukas-grigis Aug 1, 2026 6/10
app GitHub

djinnvim: A Constrained Vim-Style Editor Built for AI Agents

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
skill GitHub

claude-compass: A Job-Search Plugin Pack for Visa-Sponsorship Countries

Slash commands for Claude Cowork that help IT/tech job seekers find visa-sponsorship and remote-hire countries, calculate realistic salaries, locate verified job portals, and screen job descriptions against a resume — grounded in real listings rather than guesses.

job-searchvisasalarycowork
by myowinthein Aug 1, 2026 5/10
hook GitHub

ai-governance-template: Make Claude Code's Judgment Calls Verifiable

A repository template for making AI decisions auditable — rubrics, hooks, golden test sets, and a precedent-based ensemble pipeline, plus a real-time monitoring dashboard for reviewing what the agent decided and why.

governanceverificationrubricsdashboard
by hy0in Aug 1, 2026 6/10
hook GitHub

aiward: A Secret-Leak Firewall for AI Agents

An encrypted vault for secrets with scoped approvals and audit logs, aimed at stopping AI coding agents from leaking credentials into logs, commits, or model context.

secretsvaultsecurityaudit
by aiWardsh Aug 1, 2026 6/10
skill GitHub

redact-pii-skill: A Reusable Skill for Redacting PII From Text

Identifies and redacts personally identifiable information in text — a drop-in skill for agents that need to scrub sensitive data before it's logged, shared, or sent to a model.

piiredactionprivacy
by scholarly360 Aug 1, 2026 5/10
workflow Reddit

codor: Fable-Orchestrated Multi-Agent Workflow Across Git Worktrees

An open-source workflow where one Fable agent orchestrates four Opus agents and a GPT agent across five git worktrees — picking up GitHub issues/PRs, dispatching implementation work, routing blockers to a specialist investigator agent, and reviewing/merging the results itself.

multi-agentfableopusgit-worktreesorchestration
by richhard Aug 1, 2026 7/10
app Reddit

Murmell: A Shared Cloud Canvas for Multi-Agent Coding Sessions

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

agentchat-agent-core: Shared Engine for Coding-Agent Integrations

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

bloatbot: An Auditor for Your AI Workspace

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
workflow GitHub

MarbleRun: Local-First Claude Code Automation for Agent Chains

A local-first automation framework (also known as llmauto) for chaining autonomous Claude Code agent runs together. Aims to let multi-step LLM workflows run unattended on your own machine.

automationagent-chainslocal-firstorchestration
by ellmos-ai Aug 1, 2026 6/10
skill GitHub

docs-skills: AI Agent Skills for Documentation Analysis

A collection of agent skills focused on analyzing documentation, compatible with Claude Code, Cursor, Codex, and Copilot. Helps agents review and reason about docs across multiple coding-agent hosts.

documentationskillsmulti-agentanalysis
by Docsbook-io Aug 1, 2026 6/10
MCP GitHub

VMware-Monitor: Read-Only vCenter/ESXi Monitoring MCP Server

An MCP server for monitoring VMware vCenter and ESXi environments with code-level enforced safety and zero destructive operations. Part of the vmware-skills family of MCP tools for AI-assisted infrastructure management.

vmwaremcpmonitoringinfrastructure
by vmware-skills Aug 1, 2026 6/10
MCP GitHub

VMware-Harden: AI-Native Compliance and Baseline Enforcement

An MCP tool that checks VMware environments against compliance baselines like CIS, vSphere SCG, and PCI-DSS. Sibling to the broader vmware-skills MCP family for infrastructure hardening.

vmwarecompliancemcpsecurity
by vmware-skills Aug 1, 2026 5/10
app GitHub

skill-federation: Free, Private Skill Search for AI Agents

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
hook GitHub

agentdone: Low-Noise Slack Notifications for Claude Code

Sends a Slack notification only when a Claude Code agent has truly finished, filtering out false-positive completion signals. Aimed at reducing notification noise for people monitoring long-running agent sessions.

slacknotificationshookmonitoring
by takahira Aug 1, 2026 7/10
command GitHub

git-safepoint: Work-Tree Snapshot Safety Net via Git Plumbing

Captures untracked-safe snapshots of a work tree and allows selective restore, built entirely on git plumbing commands. Useful as a safety net before letting an agent make risky changes.

gitsafetysnapshotbackup
by takahira Aug 1, 2026 7/10
hook GitHub

stop-guard: Claude Code Stop Hook That Detects Silent Death

A Stop hook that detects when Claude Code's end_turn event silently fails (invoke-leak or empty end_turn) and automatically injects a retry. Addresses a known failure mode where sessions appear to finish but haven't actually completed.

hookreliabilitystop-hookretry
by takahira Aug 1, 2026 8/10
skill GitHub

folder-structure-protocol: Skills for Evaluating Folder Architecture

Claude skills for auditing folder and project architecture and running staged AI workflows, built on a five-layer context hierarchy (ICM). Helps agents reason about codebase organization before making changes.

architecturefolder-structurecontextskills
by mcmespinaa Aug 1, 2026 5/10
MCP GitHub

seestar-mcp: MCP Server to Control a Seestar S50 Telescope

An auditable MCP server and set of Claude Code skills for controlling a ZWO Seestar S50 smart telescope and QA-checking its astrophotography output. A niche but well-scoped example of MCP controlling physical hardware.

mcphardwareastrophotographytelescope
by OrangeAgente Aug 1, 2026 6/10
app GitHub

hotsheet: Local Single-User Ticket Management for AI Tools

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

copy-to-clipboard-plugin: Copy Claude's Output to Clipboard

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

torque: Let an AI Agent Safely Operate Real Salesforce Orgs

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
workflow GitHub

MindFlock: Run a Flock of AI Coding Agents from Your Ticket Queue

Spins up an already-running Claude Code session in its own git worktree for each ticket pulled from Jira, Linear, GitHub Issues, Shortcut, or Asana. You review the diff and merge — no manual session setup per task.

orchestrationworktreeticket-queuemulti-agent
by MindFlock Aug 1, 2026 7/10
app GitHub

ladder: A Decision Ledger for AI Pair-Programming

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
MCP GitHub

terse-sharp: Token-Efficient Roslyn MCP Server for C#/.NET

Lets coding agents navigate, read, edit, and refactor a C#/.NET solution semantically via Roslyn instead of reading whole files. Aimed at cutting token spend for agents working in large .NET codebases.

mcpcsharpdotnetroslyntoken-efficiency
by amusleh-spotware-com Aug 1, 2026 7/10
skill GitHub

wilbeibi-skills: 16 Agent Skills for Claude Code and Codex

A skill pack covering code review, test writing, docs, planning, codebase onboarding, repo evaluation, paper search, and Obsidian capture/search. Installable via npx skills.

skillscode-reviewonboardingobsidian
by wilbeibi Aug 1, 2026 6/10
app GitHub

claude-tray: Native Windows Tray Monitor for Claude Code Usage

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
hook GitHub

ratchet: Checks Whether Your Agent Actually Followed the Rules

Your agent reads CLAUDE.md and other rule files — ratchet verifies whether it actually followed them, closing the gap between advisory instructions and enforced behavior.

hookrule-enforcementcompliance
by 0xwilliamortiz Aug 1, 2026 6/10
skill GitHub

How One Founder Runs a B2B GTM Function on Claude Code

A sanitized writeup of a real production setup: 14 skills, 4 MCP servers, and 14 scheduled agents running a B2B go-to-market function, including the memory layer and cron scheduling architecture.

gtmskillsmcpscheduled-agents
by romanmagdalenko Aug 1, 2026 7/10
skill GitHub

writer: Anti-Neuroslop Prose Editor Skill for RU/EN

A Claude Code skill that edits prose to strip AI-sounding patterns in Russian and English, organized into 23 rewrite categories with structural rewriting rules and an offline linter.

writingeditingrussian
by Mikefluff Aug 1, 2026 5/10
workflow GitHub

lupo-ai-os: A Working AI Operating System for Claude Code

The author's actual production setup for shipping with Claude Code — rules, hooks, subagents, and patterns bundled as a reusable 'AI operating system.'

hookssubagentsoperating-system
by localwolfpackai Aug 1, 2026 6/10
skill Reddit

brass-tacks: A Claude Code Skill to Cut Opus/Fable 5 Verbosity

Forces Claude to lead with the actual next step instead of preamble, breaks multi-step work into numbered bite-sized actions, and cuts filler like 'let me know if you need anything else.' Calibrated to explain jargon on first use without over-explaining basics. Toggle on with /brass-tacks, off by saying so.

skillconcisenessverbosity
by SkytheWitcher Aug 1, 2026 7/10
workflow Reddit

Mining 1,656 Coding Sessions into a CLAUDE.md Profile

A technique for extracting behavioral rules from session history: only patterns that recur across at least two separate sessions become rules, sorted into layers for working style, design taste, writing voice, and editing habits. Tested head-to-head against a plain CLAUDE.md on the same task with a visibly different result.

claude.mdpersonalizationsession-mining
by BiosRios Aug 1, 2026 8/10
hook Reddit

Your Formatter Hook Is Costing You a Silent Re-Read on Every Write

A PostToolUse Prettier hook rewrites the file after Claude writes it, so the next edit gets refused as stale and Claude re-reads the whole file — paying for one edit twice in context, not milliseconds. The fix: format at the boundary (one bulk pass plus a pre-push hook) rather than continuously, unless your repo is already fully formatted and diffs stay small.

hookformattercontext-costprettier
by techpotions Aug 1, 2026 8/10
app Reddit

Benzi: A Cheaper Coding Agent Harness That Indexes a Compiled Code Map

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
command GitHub

SlashForge: Workflow Slash Commands for AI Coding Agents

A set of slash commands — /setup-claude, /code, /quick, /investigate — for structuring common AI coding agent workflows. Currently supports Claude Code.

slash-commandsworkflow
by rajdeepratan Aug 1, 2026 5/10
hook GitHub

pane-resume: Restore Your Claude Code Panes After a Mac Restart

After a Mac restart, Warp and Superset reopen panes as idle empty shells — pane-resume resumes the actual Claude Code, Codex, or Gemini conversation each pane had. Opt-in zsh hook, macOS only.

macoszsh-hooksession-resume
by 2solarmax Aug 1, 2026 6/10
skill GitHub

billow: Self-Hosted Next.js App Foundation With Claude Code Release Skills

A self-hosted app foundation for Next.js with Better Auth, Prisma/Postgres, multi-arch Docker releases, and health diagnostics — tuned for Umbrel but runs anywhere Docker does. Ships Claude Code skills for handling releases and issues.

nextjsself-hosteddockerskills
by chepetime Aug 1, 2026 5/10
app Reddit

I Turned a Spotify Car Thing Into a Claude Code Session Controller

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
skill GitHub

property-deep-dive: Pre-Purchase Property Due-Diligence Skill for 126 Countries

A large Claude skill covering property due diligence across 126 countries with 41 invocable sections plus cross-cutting layers for tax, visas, mortgages, scams, and title-fraud monitoring. Every claim is sourced from primary government data, dated, and confidence-labeled.

skillreal-estatedue-diligence
by soreavis Aug 1, 2026 5/10
workflow GitHub

ai-workflow-playbooks: 21 Production Playbooks for AI Coding Agents

Production-grade playbooks covering the full software delivery pipeline — 21 playbooks, 10 agent skills, 4 specialist 'guardian' agents, and 5 runbooks from discovery through operations.

playbooksdelivery-pipelinerunbooks
by varunk130 Aug 1, 2026 6/10
app Reddit

A Lower-Cost Coding Agent That Runs Code, Reads Failures, Retries, Seals a Receipt

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
workflow GitHub

A Plan-First Development Partner With Tier-Routed Agents

Interview-driven planning followed by execution across haiku/sonnet/opus-tiered agents, with an adversarial review chain that verifies changes through real usage rather than just reading the diff.

plan-firsttiered-agentsadversarial-review
by anilcancakir Aug 1, 2026 6/10
workflow GitHub

work-harness: Multi-Agent Delivery Harness That Drives PRs to Merged

Decomposes a backlog into PR-sized units and dispatches one autonomous Claude Code lead per unit across local, SSH, or cloud hosts, with a persistent 'shepherd' driving every PR through to merged.

multi-agentpr-automationorchestration
by dwiedeman Aug 1, 2026 7/10
MCP GitHub

wa: Persistent WhatsApp Daemon Over a Unix Socket

A persistent WhatsApp daemon with sub-second warm-call latency, an allowlist, rate limiting, and SLSA L2 build signing — for agents that need to send or receive WhatsApp messages.

whatsappdaemonslsa
by yolo-labz Aug 1, 2026 6/10
app GitHub

laila: An Operating System for a Life Run With AI Agents

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

francois: Mission Control for Your Claude Code Fleet

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
skill GitHub

my-llm-kit: A Personal, Versioned Claude Code Setup

One author's versioned personal Claude Code setup: a writing system (unslop), a research system, a global CLAUDE.md, and a single idempotent install script.

personal-setupclaude.mdwriting
by badmuriss Aug 1, 2026 5/10
MCP GitHub

belay-mcp: Transaction Firewall for AI Agent Tool Calls

Previews, governs, verifies, and can rewind MCP and native tool calls, enforced through deterministic policies, human approvals, and signed evidence of what ran.

mcpfirewallpolicy-enforcement
by Jairogelpi Aug 1, 2026 7/10
app GitHub

quil: A Reboot-Proof Terminal Multiplexer That Auto-Resumes Claude Code

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
skill GitHub

rig: A Multi-Agent Harness Packaged as a Skill

A multi-agent coding harness from GitHub Next, packaged as an installable Skill rather than a standalone tool.

multi-agentgithub-nextskill
by githubnext Aug 1, 2026 7/10
app GitHub

Kammel_ssh: An SSH Client Built for Driving Coding Agents From Your Phone

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
workflow Reddit

Why a Green Test Suite Lied: Silent SQLAlchemy 2.x Failures Masked by In-Memory SQLite

A deep dive into a real bug found while pointing Claude Code at other repos: a 7k-star library's pytest suite showed 31 passed, but silent INSERT failures, a swallowed transaction exception, and leaked connections were all present at that commit. In-memory SQLite hid the failures because the whole suite ran on a single connection. A useful reminder that green tests are not proof of correctness.

testingverificationsqlalchemycode-reviewdebugging
by Dull_String9524 Jul 31, 2026 8/10
hook GitHub

cc-vision-bridge: Give Claude Code Vision Even With Text-Only Models

A hook-based bridge that adds vision capability to Claude Code when running text-only models like DeepSeek, using a permanent cache and an Action Guide. Useful for setups where the coding backend has no native image understanding but the workflow still needs to inspect screenshots or diagrams.

hooksvisiondeepseekmultimodal
by binaricat Jul 31, 2026 7/10
app GitHub

pixy: Desktop Robot That Answers Claude Code Permission Prompts Locally

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
skill Reddit

697 Questions a Senior Engineer Asks Before Writing Code (Claude/Codex Skill)

A Socratic pre-coding checklist packaged as a Claude/Codex skill and portable prompt, designed to make the agent interrogate requirements and edge cases before writing any code rather than after. Aimed at teams wanting more upfront rigor than a quick one-shot implementation.

skillsocraticrequirementsplanning
by AffectionateSport135 Jul 31, 2026 6/10
skill Reddit

Dip-dip-dip-dip: Turns a GitHub PR Review Into 19th-Century Correspondence

A novelty Claude Code skill that rewrites PR review requests as ornate 19th-century letters, inspired by a Family Guy bit. A lighthearted example of using skills for tone and style transformation rather than pure productivity.

skillnoveltyhumorpr-review
by schrodingershit Jul 31, 2026 5/10
skill Reddit

feature-recon: multi-lens Claude Code plugin for codebase audits

A Claude Code plugin that sweeps your codebase through four lenses -- Product Engineer, UI/UX, Security, and QA -- producing JSON and HTML reports with charts. Includes a helper command to turn findings into task documents for follow-up work.

plugincode-reviewqasecurityaudit
by iSerter Jul 31, 2026 7/10
skill GitHub

Solana Skills: Claude Code plugin marketplace for DeFi agents

An open marketplace of Claude Code skills for Solana development, covering DeFi protocols (Jupiter, Kamino, Raydium), infrastructure (Helius, QuickNode), and more. Install via /plugin marketplace add; skills auto-activate based on context.

solanadefiblockchainmarketplaceskill
by sendaifun Jul 31, 2026 6/10
app GitHub

shipit: self-hosted chat-driven IDE for coding agents

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

claude-usage-garmin: Claude quota on your Garmin watch

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
skill GitHub

naver-ads-expert: RAG-grounded Claude Skill for Naver Ads

A Claude Skill that turns an AI agent into a Naver Ads expert, grounded in all 1,148 official Naver Advertiser Center help documents with zero-dependency local search. Installable as a Claude Code plugin in two lines.

skillragkoreanadvertisingplugin
by JaceProgramming Jul 31, 2026 6/10
app GitHub

voice-companion: Real-Time Voice Narration for Coding Agents

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
MCP GitHub

moxy: An MCP Proxy That Aggregates Servers Behind One Connection

Aggregates multiple child MCP servers behind a single connection, adding result caching, progressive disclosure, composable result URIs, a declarative micro-MCP framework, and per-tool permission policy.

mcpproxyinfrastructure
by amarbel-llc Jul 31, 2026 7/10
skill GitHub

Bilingual Annotator Toolkit: Dual-Column Translation Study Pages

A set of Claude Skills that turns any text into a color-coded, dual-column HTML page with side-by-side translation and structural analysis. Includes interactive study-visual generators, aimed at language learners and bilingual readers.

skilltranslationlanguage-learninghtml
by si-kui-a Jul 31, 2026 5/10
skill GitHub

iOS Architecture Expert Skill: Clean Architecture for Swift 6

A Claude Code Agent Skill for building modular, testable iOS apps using composition roots, protocol boundaries, and generic presenters. Targets Swift 6 concurrency patterns for clean architecture.

skilliosswiftarchitecture
by SwiftyJourney Jul 31, 2026 6/10
app GitHub

agbridge: At-a-Glance Status for Remote Claude Code Agents

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

Gemini Plugin for Claude Code: Second-Opinion Code Review

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
skill GitHub

Architecture Drawer: Text-to-Editable PowerPoint Diagrams

A skill for Claude Code and Codex that turns a text description of a system architecture into an editable PowerPoint diagram with native shapes, rather than a flat image export.

skilldiagramspowerpointarchitecture
by Andy1314Chen Jul 31, 2026 6/10
skill Reddit

SuperCMO: Open-Source AI Agent Skills for Creative Campaigns

A chain of Agent Skills that plans, generates, edits, and ships full creative campaigns (UGC video, product launches, content) using your own API keys. Routes each step to the right image, video, or audio model and includes a dry-run cost preview; works in Claude Code, Cursor, Codex, and other Agent-Skills-compatible tools.

skillmarketingcreativemedia-generation
by Key_Significance1880 Jul 31, 2026 6/10
skill GitHub

Claude Code <-> Codex Collaboration Skill

A global Claude Code skill enabling reliable collaboration with OpenAI Codex through MCP, for teams or individuals mixing both agents in one workflow.

skillcodexmcpmulti-agent
by iajihga Jul 31, 2026 6/10
MCP GitHub

mind-mem: Persistent AI Memory for Claude Code and MCP Agents

A local-first, zero-infrastructure memory server combining BM25F and vector hybrid search, usable by Claude Code, OpenClaw, and any MCP-compatible agent. Designed to be governance-aware for teams that need audit control over stored memory.

mcpmemorysearchlocal-first
by star-ga Jul 31, 2026 6/10
skill GitHub

Book Capsule: One-Click Book Summary Cards (Chinese)

A Claude Skill that condenses a book into a card-style HTML summary, running entirely locally with no dependencies. Aimed at Chinese-language readers who want quick, shareable book digests.

skillsummarizationhtmlchinese
by zhouq2039-lang Jul 31, 2026 5/10
app Reddit

Soubi: Compile One Plugin Source into 22 Agent Harness Formats

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

blattbot: Local LaTeX Editor + AI Agent Synced to Any Overleaf

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
skill GitHub

ci-speedup: Audit Why Your GitHub Actions CI Is Slow

A free, MIT-licensed agent skill from StarSling that analyzes real GitHub Actions run history and reports concretely why CI is slow, rather than giving generic advice.

skillci-cdgithub-actionsperformance
by starslingdev Jul 31, 2026 6/10
skill GitHub

godplans: Emit a Complete Master Plan Before Any Code Is Written

A single-command Agent Skill that produces a complete, audit-proof, agent-executable master plan (PLAN.mdx) before implementation starts. Works across Claude Code, Codex, Cursor, OpenCode, and other Agent Skills clients.

skillplanningworkflow
by hannsxpeter Jul 31, 2026 5/10
skill GitHub

claude-code-skill-creator: Measure Whether Your Skills Actually Help

A rewritten derivative of Anthropic's skill-creator that adds trustworthy measurement of whether a skill actually improves outcomes: no silent zeros, one canonical workspace layout, target-aware validation, and 574 tests.

skillskill-creatortestingmeta
by OpenCnid Jul 31, 2026 7/10
MCP Reddit

hSUM: Local, Evidence-Backed Memory So Agents Cite Their Sources

A local memory system that lets coding agents leave an inspectable evidence trail for claims about a repository, instead of re-searching the same information or asserting facts with no source. Runs on your machine with no hosted account, persists across chats, and keeps separate projects isolated.

mcpmemoryevidenceprovenance
by EmbarrassedTheory889 Jul 31, 2026 6/10
app GitHub

trace-file-lineage: Find What Produced Any File, With Evidence

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
workflow GitHub

dwarves-kit: Spec-Driven Development Kit With Verification

A minimal Claude Code workflow kit from Dwarves Foundation for spec-driven development, bundling 12 hooks, 12 commands, 8 agents, and 1 skill to enforce verification at each step.

workflowspec-drivenhooksagents
by dwarvesf Jul 31, 2026 7/10
workflow GitHub

cohorte: Portable Multi-Agent Pipeline From Brainstorm to Ship

A token-frugal Claude Code pipeline that runs brainstorm, spec, build, smoke, review, and ship as one agent per stage. Installs with a core package and a single /init-pipeline command that adapts to your stack.

workflowmulti-agentpipeline
by TheBidouilleAgency Jul 31, 2026 6/10
hook GitHub

Aegis: Make Coding Agents Architecture-Aware Across Long Tasks

A tool that keeps AI coding agents grounded in a project's actual architecture over long-running tasks: baseline-first, evidence-verified, and checked for drift, to prevent agents from silently deviating from an established design.

hookarchitecturedrift-detection
by GanyuanRan Jul 31, 2026 6/10
MCP GitHub

brain: A Second Brain in Git, Reachable From Any MCP Agent

Keeps your knowledge as markdown in a git repo you own, reachable from any MCP-capable agent. Adds a supersede protocol for updating claims, a commit-time schema gate, and a validated link graph to keep the knowledge base internally consistent.

mcpmemoryknowledge-basegit
by Cazy00 Jul 31, 2026 5/10
workflow Reddit

Persona-Based Subagents: A 'Wednesday Addams' Debugging Agent

A shared example of building Claude Code subagents around personas rather than generic role names, here a relentless-investigator persona tuned specifically for finding silent failures and making blind spots in a codebase observable.

workflowsubagentspersonadebugging
by VertigoOne1 Jul 31, 2026 5/10
app GitHub

failure-memory: Cross-Agent Memory That Learns From Real Failures

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
MCP GitHub

Academic Paper Search Skill + MCP for Chinese Research Users

A Skill and MCP server for Chinese-language researchers that searches and deduplicates results across CrossRef, PubMed, arXiv, OpenAlex, and Europe PMC, enriches with Semantic Scholar, and pulls ClinicalTrials.gov data with citation export.

mcpacademicresearchsearch
by wp-a Jul 31, 2026 7/10
app GitHub

frameproof: Timestamped Proof That an Agent Actually Watched a Video

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
workflow GitHub

famulus: A Backlog That Works Itself via Real Claude Code Sessions

Self-hosted agentic task pipelines that run as actual Claude Code sessions on your own machine, turning a backlog into a queue of autonomous work rather than a list someone has to pick up manually.

workflowautomationtask-pipeline
by getfamulus Jul 31, 2026 6/10
skill GitHub

crun-agent-skills: Route Media Generation Across 138 Models

Agent skills that route, estimate cost for, create, and retrieve image, video, speech, and music generation across 138 models via the Crun API. Works with Claude Code, Codex, Cursor, and any SKILL.md-compatible platform.

skillmedia-generationapi
by Sean190828 Jul 31, 2026 6/10
skill GitHub

Bouncer: 13-Check Security Scanner for AI-Built Prototype Apps

A Claude Agent Skill that audits AI-built and prototype apps before real users see them, running 13 checks for exposed secrets, open databases, and missing auth, aimed at the common failure mode of vibe-coded apps shipping with basic security holes.

skillsecurityaudit
by punitsnaik Jul 31, 2026 7/10
hook GitHub

agentjail: Local Policy Guardrails for Coding Agent Tool Calls

Policy guardrails for Claude Code, Codex, and Cursor that check every tool call locally against a policy before it's allowed to run, rather than relying on the model to self-restrict.

hookguardrailssecurity
by LuD1161 Jul 31, 2026 7/10
skill GitHub

GA4 Analytics Data Quality Suite: Enterprise Tracking Plan Auditor

A GA4 tracking-plan auditor and UTM taxonomy enforcer built with custom Claude Agent Skills and Python, automatically catching schema drift, nested-parameter errors, and attribution breaks.

skillanalyticsga4
by samikshapattanaik-cmyk Jul 31, 2026 5/10
app GitHub

cc-haha: Local-First Desktop Workspace for Multi-Agent Claude Code

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
hook Reddit

agent-undo: Automatic Rollback When a Tool-Calling Agent Fails Mid-Task

A library that wraps agent tools with undo handlers so that if one step in a chain fails, every already-succeeded step rolls back automatically in reverse order, like a database transaction. Includes adapters for the Vercel AI SDK and Mastra, plus an MCP server so Claude Code can trigger rollbacks through plain tool calls.

hookrollbacktransactionsmcp
by Hour-Bite8746 Jul 31, 2026 7/10
hook GitHub

TmuxCue: Native tmux Status Cues for Codex and Claude Code

Adds native tmux status indicators showing when a Codex or Claude Code session needs approval, is running, or has finished, useful for anyone managing several agent sessions across tmux panes.

hooktmuxstatus
by tianciB Jul 31, 2026 6/10
workflow Reddit

teamlore: Share 'Trauma' Between Your Team's Claude Code Agents

When one developer's agent gets corrected or breaks something, teamlore writes a small lore file into a .lore/ folder that ships in the PR. After merge, every teammate's agent automatically recalls that lesson when it touches the same part of the repo, no server, database, or account, just files in git.

workflowteammemorygit
by Calm_Sandwich069 Jul 31, 2026 7/10
hook GitHub

stalebrain: Audit CLAUDE.md and Other Agent Memory Files for Decay

Audits CLAUDE.md, AGENTS.md, .cursorrules, GEMINI.md, and 18+ other agent memory files against the live repo, flagging typed claims that no longer hold, citing the commits that broke them, and applying a half-life decay score with a token meter. Fixes are approve-only, and it works with any agent.

hookclaude-mdmemoryaudit
by stalebrainlabs Jul 31, 2026 7/10
app Reddit

token-ledger: Audit Your Own Claude Code Transcripts for Token Waste

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
MCP Reddit

Android Remote Control MCP v1.10.0: Signed APKs, No Root Needed

An MCP server that runs on your phone and lets an AI agent control any installed app. The v1.10.0 release adds signed APKs registered with Google, removing the debug-build workaround and unlocking apps that previously blocked automation.

mcpandroidautomation
by daniele_dll Jul 31, 2026 7/10
hook GitHub

agora: A Trust Plane for MCP Servers and Agent Skills

Verifies where MCP servers and Agent Skills actually come from, observes what they do at runtime, and enforces user-defined policy over both, managed centrally across hosts like OpenCode, Claude Code, and Cursor.

hookmcpsecuritysupply-chain
by IrgenSlj Jul 31, 2026 7/10
MCP GitHub

codesift: Token-Efficient Code Intelligence via 66 MCP Tools

An MCP server exposing 66 code-intelligence tools built on tree-sitter AST parsing, BM25F and semantic search, and an LSP bridge, aimed at giving agents precise code context without burning tokens re-reading files.

mcpcode-searchlsptree-sitter
by greglas75 Jul 31, 2026 7/10
skill Reddit

7 Skill Improvements Learned the Hard Way

Practical lessons from building Claude Code Skills: ask clarifying questions before starting, add a verification step, use SKILL.md as a router to lazy-load resources, write triggering descriptions, promote proven skills to personal/plugin scope, pick the cheapest adequate model, and delegate context-heavy work to a sub-agent.

skillbest-practicestips
by Dear-Mix7726 Jul 31, 2026 6/10
skill GitHub

prompt-workflow-architecture: Turn a Rough Idea Into a Structured Prompt

A Claude Code skill that interviews you to convert a rough task idea into a high-level prompt with explicit outcome, guardrails, and self-verification, then picks the right execution mode: single agent, workflow, loop, or routine.

skillpromptingworkflow-design
by promptmetrics Jul 31, 2026 6/10
workflow GitHub

Wakeflow: Dual-Host Task Delivery for Codex and Claude Code

Plugins for Codex and Claude Code that manage controller state roots, package tasks, deliver them directly to a thread or session, and support evidence review, all running local-first.

workflowtask-deliverylocal-first
by GxFn Jul 31, 2026 5/10
skill GitHub

plain-ko: A Korean Tech-Writing Rhetoric Linter

A Claude Code skill that flags excessive Sino-Korean abstract vocabulary and rhetorical padding in Korean technical writing, suggesting concrete alternatives, and grows its own dictionary from your git correction history over time.

skillkoreanwritinglinter
by IMMINJU Jul 31, 2026 6/10
hook Reddit

Hook that offloads subagent tasks to other people's idle Claude sessions

A PreToolUse hook on Task that detects self-contained subagent work (research, prose, isolated codegen) and offers to route it to someone else's idle Claude Code session over a network instead of spawning locally. An acceptance judge validates the returned artifact, and any risky or repo-touching work always falls back to running locally. The author reports 2.34M tokens saved across 72 tasks, but notes there aren't yet enough idle 'earner' sessions online to make routing reliable.

hooksubagentstoken-savingsp2pquota
by derfnugget Jul 31, 2026 7/10
skill GitHub

multi-agent-delegation: stop silent no-op failures in subagent handoffs

An agent skill for Claude Code and Codex that prevents subagents from silently failing to do the work they were delegated. It enforces mandatory prompt clauses, verifies artifacts actually exist after delegation, supports resume-based recovery, and uses a ledger-as-spec approach for parallel delegation.

skillsubagentsdelegationverification
by h8nc4y Jul 31, 2026 6/10
app GitHub

tether: a local mail-based coordination layer for Claude Code, Codex, and Aider

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

Dispatch: free macOS app letting separate Claude Code sessions ask each other questions

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

code-validator: an offline static security scanner built for AI-generated code

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
hook Reddit

The permission prompt doesn't show what Claude already read before asking

Argues that Claude Code's approval system has a structural gap: it judges one bash command at a time, but the model carries everything it read beforehand — including deploy configs and secret references — and the approval prompt never surfaces that history. Points to Gensee Crate, an open-source project wiring read-history into the approval prompt itself so you see what the agent explored before you approve a command.

securitypermissionshookstransparency
by Nearby_Refuse8172 Jul 31, 2026 7/10
workflow GitHub

Free lightning lessons on getting real, provably-correct work out of coding agents

Free lessons from the Hardcore Agentic Engineering course for builders who ship, focused on getting real work out of coding agents and proving that the work is correct rather than just trusting the agent's report. Includes slides, live demos, and example code.

educationagentic-engineeringverification
by specstoryai Jul 31, 2026 7/10
skill GitHub

india-itr-skills: Claude Code skills for filing Indian income-tax returns

A set of Claude Code skills for filing ITR-1 and ITR-2 Indian income tax returns, covering AIS/TIS/26AS reconciliation, Schedule AL, Schedule 112A CSV generation, and end-to-end portal filing, distilled from the author's real filings.

taxindiadomain-skill
by ankitkr Jul 31, 2026 6/10
skill GitHub

sdd-skills: spec-driven development skills with contract-based auto-fix

Claude Code skills implementing spec-driven development: turning a PRD into a spec/contract, implementing against it, then running contract-based evaluation with automatic fixes when the implementation drifts from the contract.

spec-drivenskillcontracts
by dayvisonassis Jul 31, 2026 6/10
app GitHub

A single-file, dependency-free Python fleet manager for headless Claude Code agents

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
workflow Reddit

Adventure Party: a Claude Code plugin built around dialogue, orchestration, and leveling up

A Claude Code plugin whose philosophy centers on three things: the human-AI dialogue where decisions get made and understood, agentic orchestration where multiple agents build/test/review/ship, and recording learnings so they compound over time. Positioned between highly structured TDD frameworks and fully autonomous 'let the model run' approaches.

pluginorchestrationphilosophy
by turtleninja99 Jul 31, 2026 6/10
workflow GitHub

kaizen: a full software-delivery-lifecycle orchestrator plugin with evidence-checked gates

Runs an entire SDLC — planning, design, implementation, code review, verification, acceptance, and knowledge maintenance — as one in-session orchestrator that dispatches named specialist personas, checking evidence at every gate instead of relying on the agent's self-report.

sdlcorchestrationverificationplugin
by BhangeeF16 Jul 31, 2026 7/10
skill GitHub

claude-dataroom-prep: structure messy folders into M&A-ready datarooms

A Claude Code skill that classifies, deduplicates, and version-detects files in a messy folder to build an M&A-ready dataroom, including a contextual missing-documents checklist. Supports French, English, German, Italian, and Spanish.

m&adocument-managementskillmultilingual
by Hectelion-SA Jul 31, 2026 6/10
workflow Reddit

Claude Code sessions that block on a decision without burning tokens

A session workflow that pauses when it needs a human decision by writing the question to a file and halting, then wakes itself via a bounded detached watcher process (up to 8 hours) with zero model turns while idle. Also supports moving a live session between terminals without losing its number, folder, lock, or branch. Ships as 19 skills, 3 agents, and 8 hooks under MIT license.

workflowsession-managementhooksskills
by Different-Sir7406 Jul 30, 2026 7/10
MCP GitHub

agent-lsp: MCP server orchestrating language servers for agent workflows

An MCP server that wraps language servers so agents can get accurate code intelligence (definitions, references, diagnostics, etc.) instead of relying on grep-based search. Offers 65 tools across 30 CI-verified languages.

mcplspcode-intelligencemulti-language
by blackwell-systems Jul 30, 2026 8/10
skill GitHub

cc-delegate: WorkBuddy Skill for Reliably Delegating Long Tasks to Local Claude Code

A Claude Code skill that uses claude-code-mcp with stateful --resume to hand off long-running tasks to a local Claude Code instance without losing context. Supports cross-call handoff so work can be picked back up across multiple invocations without re-explaining state.

skillmcptask-delegation
by gugug168 Jul 30, 2026 6/10
skill GitHub

codex-image-skill: Image Generation/Editing via Codex CLI with Pin-Comment Review Loop

A Claude Code skill that generates and edits images using Codex CLI's gpt-image-2 model, with a pin-comment review loop for iterative feedback and a CJK label overlay pipeline. Useful for teams needing AI-generated imagery with localized text overlays reviewed in-context.

skillimage-generationcodex
by bbiyakfather Jul 30, 2026 6/10
workflow GitHub

CLARK: Claude Language Assessment Research Kit for Applied Linguistics Researchers

A research workflow kit for language-assessment and applied-linguistics researchers, covering discover, review, write, check, evaluate, and submit. Claude operates each step but checks in with the researcher throughout, so nothing is invented or silently changed.

workflowresearch
by Shalice-in-AIland Jul 30, 2026 5/10
skill GitHub

slop-metrics: Score Your Codebase for AI Slop Against SlopCodeBench Baselines

An agent skill that scores any codebase for slop (structural erosion and verbosity) and compares the result against SlopCodeBench's published human and agent baselines, giving a benchmarked way to judge whether AI-assisted code is degrading in quality.

skillcode-quality
by dontbanmeplz Jul 30, 2026 5/10
skill GitHub

Cambrian: Claude Code Plugin for Generating Diverse, Non-Cliche Ideas from a Brief

A domain-agnostic Claude Code plugin that generates varied ideas from any brief by combining blind variation, MAP-Elites, novelty search, DPP selection, and human guidance, without needing extra LLM API keys. Aims to avoid the generic ideas plain LLM brainstorming tends to produce.

skillideationplugin
by sergiparpal Jul 30, 2026 7/10
skill GitHub

ux-proofsheet: Benchmark a UI/UX Design Against How Real Apps Ship

A Claude Agent Skill that benchmarks a UI/UX design against how comparable real apps actually ship, both within your industry and outside it, giving concrete precedent-based feedback instead of generic design critique.

skillux-design
by mananritwik Jul 30, 2026 6/10
skill GitHub

ENLOOP.Skill: Self-Grading Prompt Refinement Loop with a Bounded Stop Condition

A Claude Skill that rewrites your prompt, runs it, and grades the result against its own success criteria in one turn. The loop is bounded to a max of 2 refine passes, with a separate stop condition and a no-progress halt to prevent runaway iteration.

skillself-refinement
by keymessagesstudio-design Jul 30, 2026 6/10
workflow GitHub

nightshift: Autonomous Feature PM That Delivers a Pull Request

An unattended agent that acts as a feature PM: hand it a brief and it works for hours or days before opening a pull request. Distinct from another same-named nightshift repo (r3dbars) already in this database, which focuses on shorter overnight drafting rather than long-running autonomous feature delivery.

autonomous-agentpull-requestunattended
by camkeith Jul 30, 2026 6/10
app GitHub

Cha0sBrain: Turn Claude Code Sessions into an Obsidian Second Brain

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
workflow GitHub

quizzing: Front-Load Agent Clarifying Questions into a Web Form

Collects an AI agent's clarifying questions upfront into a single capped, paginated web form instead of letting the agent interrupt repeatedly mid-task. Helps get the design right on the first pass by batching Q&A into one structured round.

clarifying-questionsplanningweb-form
by Tranquility2 Jul 30, 2026 6/10
skill GitHub

visual-vibes: Evidence-Backed Architecture Diagrams as a Claude Skill

A Claude Agent Skill that builds one grounded model of a repository and renders it as consistent C4, UML, ERD, DFD, sequence, deployment, and security diagrams using Mermaid and draw.io. Keeps diagrams evidence-backed and consistent across views instead of hand-drawn and drifting from the code.

architecture-diagramsmermaiddocumentation
by yash0208 Jul 30, 2026 7/10
app GitHub

Claude-Usage-Widget: Windows Usage Tray App with Liquid Glass UI

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
skill GitHub

Five Claude Skills for Humanities Students (Law, History, Lit, More)

A set of five ready-made Claude Skills for students in close-reading, argument, and citation-heavy fields: law, political science, history, sociology, and literature. No programming knowledge needed to install or use them, bringing Claude Code-style tooling to non-technical disciplines.

humanitieseducationnon-coding
by Poisoneddiety Jul 30, 2026 5/10
skill GitHub

exceptd-skills: AI Security Skills Grounded in 2026 Threat Reality

A collection of security-focused Claude Skills built around current (mid-2026) threat patterns rather than stale framework documentation. Aims to keep security guidance for AI-assisted development up to date as the threat landscape shifts.

securityskillsthreat-modeling
by blamejs Jul 30, 2026 6/10
app GitHub

aelfrice: Bayesian Memory That Learns from Feedback for LLM Agents

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
skill GitHub

feature-map: Business-Flow Memory That Audits Cross-Layer Drift

Maintains a FEATURE-MAP.yaml registry that tracks how features touch client, backend, admin, and docs layers, then audits drift between them as GAP/DRIFT/IMPACT/OK. Ships as both a Claude Code plugin and a Codex skill, helping agents keep cross-layer changes in sync instead of silently diverging.

drift-detectionplugincodebase-mapping
by ade-syofyan Jul 30, 2026 7/10
app GitHub

UsageApp: Free Codex + Claude Usage Monitor for Windows Tray

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
skill GitHub

sai-poster-studio: Describe a Poster in English, Get Print-Ready Art

A local studio plus a keyless Claude Skill that turns a plain-English description into a finished, on-brand poster as print-ready PNG or SVG. Useful for quick promotional or event graphics without opening a design tool.

poster-designgraphicslocal-studio
by wyuee912-ops Jul 30, 2026 6/10
skill GitHub

launchworthy: Production Readiness Audits for AI-Built Apps

A Claude Code skill that audits AI-built apps (from Lovable, Bolt, v0, Cursor, and similar builders) across five production-readiness domains and returns a scored punch list with copy-paste fixes. MIT licensed; targets apps built across multiple AI builders rather than one specific stack.

production-readinessauditmit-license
by Wunderlandmedia Jul 30, 2026 6/10
skill GitHub

skill-interviewer: Turn Expert Interviews into Portable AI Skills

Runs structured interviews with a domain expert to extract tacit judgment, workflows, exceptions, and acceptance criteria, then compiles the result into a portable AI skill usable by Claude and Codex. A meta-tool for capturing expertise that would otherwise stay undocumented.

skill-authoringexpert-knowledgemeta-tool
by eritowu Jul 30, 2026 7/10
app GitHub

wallfacer: A Terminal Session Manager for Claude Code and More

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

rill: Personal Knowledge Management with Voice Journaling and Claude Skills

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
hook GitHub

feishu-session-notify: Feishu Completion Cards for Coding Agents

Sends completion cards to Feishu when a Claude Code, Codex, or other coding-agent session finishes, so you know a long-running task is done without watching the terminal. A narrower, notification-focused entry in the crowded Feishu/Lark integration space.

feishunotificationshook
by AMortalsOdyssey Jul 30, 2026 5/10
MCP GitHub

rpeek: Remote Read-Only Diagnostic Tool for Agents

A lightweight, read-only diagnostic tool that lets an agent inspect a remote system's state without risk of making changes. Useful as a safe first step for agents troubleshooting infrastructure they should not be allowed to modify directly.

diagnosticsremoteread-only
by splitbrain Jul 30, 2026 6/10
skill GitHub

video-to-skill: Turn Videos and Courses into Grounded Agent Skills

Converts videos and course material into evidence-grounded Agent Skills for Claude Code and Codex, extracting procedural knowledge from video content instead of requiring it to be written up by hand. Extends the video-to-skill idea to full courses, not just single videos.

skill-authoringvideoeducation
by Lum1104 Jul 30, 2026 6/10
workflow GitHub

loopsmith: Portable Goal-Based SDLC Plugin for Claude Code

Adds a goal-based SDLC to any repo as a Claude Code plugin, with an interactive goal-mode and an autonomous park-and-continue loop-mode for unattended work. Zero runtime dependencies, so it installs cleanly into existing projects.

sdlcpluginautonomous-loop
by swapnil-agrim Jul 30, 2026 6/10
app GitHub

token-wise: Native macOS App for Claude Code and Codex Usage

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
workflow GitHub

agentic-dev-harness: Scaffold a Project Charter and Sub-Agent Workflow

A document-first development harness for Claude Code and Codex CLI that scaffolds a project charter, architecture doc, and a sub-agent workflow for a new project in one shot. Aims to get a project's foundational docs and agent structure set up correctly from day one.

project-scaffoldingsub-agentsdocumentation
by kohj1018 Jul 30, 2026 6/10
skill GitHub

Univer Skill: Git-Style Diffs and Review for AI Spreadsheet Edits

A Claude Skill (and CLI) that lets AI tools work directly with spreadsheets, Excel workbooks, and CSV files, adding Git-style diffs, reviews, approvals, and rollbacks to spreadsheet edits. Makes human-AI collaboration on spreadsheets structured and reviewable instead of a black box.

spreadsheetsgit-diffexcel
by dream-num Jul 30, 2026 7/10
MCP GitHub

pentest-kit: Dual-Mode Web App Pentest Kit with Burp-MCP Playbooks

A web app penetration-testing kit for Claude Code supporting both bug-bounty and freelance engagement modes, with a Burp-MCP methodology, 22 vulnerability playbooks, a deterministic scope guard, and a reusable engagement workspace. Authorized testing only. Distinct from another same-named pentest-kit repo (nunenuh) already in this database.

pentestingsecurityburp-suite
by C1ph3rs3c Jul 30, 2026 6/10
skill GitHub

bochi: Idea Expansion Skill Using Socratic Questioning and SCAMPER

A Claude Code skill that transforms a raw idea seed into structured hypotheses through Socratic questioning, SCAMPER, ReAct-style research, E-E-A-T scoring, and first-principles critique. Useful for turning a vague idea into something rigorously examined before committing time to it.

ideationsocratic-methodresearch
by fideguch Jul 30, 2026 7/10
skill GitHub

plain-language-skill: Write Documents to the ISO 24495-1 Standard

An agent skill that writes documents conforming to ISO 24495-1:2023, the international Plain Language standard. Works with Claude Code, Cursor, Codex, and any harness that supports the Agent Skills standard, useful for anyone who needs clear, accessible writing output by default.

plain-languagewritingiso-standard
by nikdumroese Jul 30, 2026 6/10
workflow GitHub

Claude Code Extension Engineering: Choosing the Right Mechanism

A guide and reference for deciding between Claude Code's extension mechanisms (skills, hooks, commands, MCP, subagents) before building, then walking through how to build it. Useful for developers unsure which extension point fits their use case.

extensionsguidedecision-framework
by TranDenyDFW Jul 30, 2026 6/10
app GitHub

shadok-ai: Web Cockpit for Running Multiple Claude Code Sessions

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

temps: Self-Hosted Alternative to Vercel + Sentry + PostHog + Resend

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
skill GitHub

token-optimiser: Pick Model, Surface, and Budget Before You Run

A Claude skill that routes a task before execution, surfacing the right model choice, interface, and token budget in one card. Aimed at spending tokens deliberately rather than defaulting to the most expensive model for every task.

token-optimizationroutingcost-control
by jamiecooper4-netizen Jul 30, 2026 6/10
skill GitHub

Context-Engineering: Repo Skeleton and Skills to Audit CLAUDE.md

A context-engineering standard for Claude Code combining distilled Anthropic guidance, a replicable repo skeleton, and skills that install and audit adherence to it. One of several context-engineering entries in this space, focused specifically on installable and auditable structure rather than token reduction.

context-engineeringclaude-mdaudit
by BriarDevv Jul 30, 2026 5/10
skill GitHub

dev-toolkit: Platform Engineering Kit of Actions, Skills, and Configs

A platform-engineering toolkit bundling reusable GitHub Actions, AI Skills, and shared TypeScript configs. A grab-bag utility repo useful mainly to teams standardizing tooling across multiple projects.

platform-engineeringgithub-actionstypescript
by kin0992 Jul 30, 2026 5/10
MCP GitHub

isopod: Firecracker microVM Sandbox for Claude Code (~0.4s Boot)

Runs Claude Code inside ephemeral, hardware-isolated Firecracker microVMs that boot in about 0.4 seconds, using content-addressed environment stages for fast, reproducible sandboxes. Exposed as both MCP tools and a CLI, a technically strong answer to safely sandboxing agent code execution.

sandboxfirecrackermicrovm
by me1iissa Jul 30, 2026 8/10
app GitHub

claude-code-codex-nix: Nix Flake for Claude Code via Codex OAuth

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
skill GitHub

Plugins-Weave: 7-Plugin Claude Code Marketplace incl. Hierarchical RAG Memory

A Claude Code plugin marketplace offering seven plugins: ContextPreloader (initial context loading), EpisodicRAG (hierarchical long-term memory), EmailingEssay (AI-driven essay delivery), VisualExpression (expression layer), EmotionPulse (emotion indicator), TelegramSecretary (serverless AI secretary), and ConsiderateCoder (AI-delegated development). A varied, personality-driven plugin set built around an assistant persona.

plugin-marketplacerag-memorypersona
by Bizuayeu Jul 30, 2026 6/10
workflow GitHub

marketing-cockpit-template: 50-Skill AI Marketing Department for Claude Code

A role-based marketing cockpit template for Claude Code: run /start-cockpit and a wizard builds your brand doctrine, wires your tools, and sets up a ready-to-use marketing department with 50 skills, 10 agents, and 7 modules. A substantial, vertical-specific system rather than a single skill.

marketingtemplatemulti-agent
by Littlpinguin Jul 30, 2026 7/10
workflow GitHub

claude-stack: Loop Engineering and Evidence Gates for Claude Code

An orchestration doctrine for Claude Code covering loop engineering and evidence gates, checkpoints that require proof before an agent can proceed. Distinct from another claude-stack repo (joryeugene) already in this database by a different author.

orchestrationevidence-gatesworkflow
by rishbjain1 Jul 30, 2026 5/10
workflow GitHub

forge-plugins: 12-Stage Gated SDLC Orchestrator for Claude Code

A 12-stage gated SDLC orchestrator for Claude Code with deterministic gates, REQ-ID traceability, cost-capped background agents, and support for brownfield adoption. More structured than most SDLC plugins, aimed at teams wanting auditable, requirement-traced automation. Distinct from another forge-plugins repo (lets-forge) already in this database by a different author.

sdlcgated-workflowtraceability
by tonmoy007 Jul 30, 2026 7/10
skill GitHub

MyR2D2: Astromech-Droid Claude Code Skillset (zh-TW, Bilingual)

A Claude Code skillset styled as a personal astromech droid assistant, with bilingual Traditional Chinese/English triggers. A fun, persona-driven skill pack aimed at Traditional Chinese-speaking users.

personabilingualzh-tw
by tingyulu Jul 30, 2026 5/10
MCP GitHub

amenbo: Task Management for AI Agents in a Local SQLite Store

Keeps task and decision records for AI agents outside the model itself, storing them as connected records in a local SQLite database. The record persists independently of any single agent session, giving multi-session or multi-agent workflows a durable shared task list.

task-managementsqliteagent-memory
by ShiroDoromoto Jul 30, 2026 6/10
app GitHub

Entangle: Hand Off a Live Claude Code Session with Three Spoken Words

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
MCP GitHub

Lumen: A Live Rendering Canvas for Coding Agents

An MCP server and CLI (built on Bun) that lets your coding agent describe rich UI in a custom OpenUI Lang, rendering it live in your browser on localhost. Useful for agents that need to show interactive output beyond plain text.

mcpuicanvasbun
by Shinyaigeek Jul 30, 2026 7/10
workflow GitHub

Diffler: Generate Comprehension Quizzes from Git Diffs

Turns Git branch diffs into comprehension quizzes for Claude Code, OpenCode, and PR review workflows. Helps reviewers and teammates verify they actually understand a change rather than rubber-stamping it.

code-reviewgit-diffquizpr-workflow
by jamestkelly Jul 30, 2026 6/10
app GitHub

TokenTally: Local Desktop Dashboard for Claude Code Usage

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
skill GitHub

dotnet-lean-arch-skill: Pragmatic Clean Architecture for .NET

An Agent Skill that packages a pragmatic Clean Architecture approach for .NET backends. Gives Claude Code a consistent structural pattern to follow when scaffolding or reviewing .NET services.

dotnetclean-architecturebackend
by jbrambilla Jul 30, 2026 5/10
skill GitHub

Apiiro Security Plugins for Claude Code and Cursor

Official security plugins from Apiiro adding secrets detection, threat modeling, and prompt enrichment to Claude Code and Cursor. Brings enterprise application-security tooling directly into the agent workflow.

securitysecrets-detectionthreat-modeling
by apiiro Jul 30, 2026 7/10
command GitHub

llm-wiki-bootstrap: An LLM-Maintained Personal Wiki

Five slash commands that let an LLM build and maintain a personal wiki as cited, git-native markdown, with no vector database or SaaS dependency. A lightweight alternative to note-taking apps for agent-curated knowledge bases.

wikislash-commandsmarkdownknowledge-base
by FrancyJGLisboa Jul 30, 2026 6/10
workflow GitHub

Menxia: Cross-Vendor Model Veto on Your Agent's Commit Summaries

Feeds your coding agent's raw session transcript to models from other vendors and lets them veto the commit before it lands, rather than trusting the agent's own self-written summary. A check against agents grading their own homework.

verificationmulti-modelcommit-review
by yandie-AI Jul 30, 2026 6/10
app GitHub

llm-proxy: Self-Hosted API Proxy for Claude Code and Codex CLI

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
skill GitHub

Google AppSheet Agent Skill with Doc Grounding and Security Gates

A production-ready Agent Skill for building on Google AppSheet, grounded in official documentation with built-in security gates, templates, and validation helpers. Reduces hallucinated AppSheet APIs when an agent scaffolds an app.

appsheetgooglelow-code
by Yash-Kavaiya Jul 30, 2026 6/10
hook GitHub

ClaudeCodeSounds: Distinct Audio Alerts for Claude Code Events

Plays a distinct sound the moment Claude Code finishes a task, needs input, hits a usage limit, or fails, so you do not have to keep glancing at the terminal. Works on Windows, Linux, and macOS.

notificationssoundhooks
by azyzex Jul 30, 2026 6/10
MCP GitHub

web-researcher-mcp: Web Research That Cites Real Sources

An MCP server that searches the web and grounds answers in real, citable sources rather than fabricating references. Works with Claude, Cursor, and any other MCP client that needs an honest research assistant.

mcpresearchcitationsweb-search
by zoharbabin Jul 30, 2026 7/10
skill GitHub

degardis-skills: Production-Ready Skills for Common Dev Workflows

A curated collection of AI agent skills covering bug fixing, code review, testing, refactoring, documentation, dependency upgrades, performance optimization, feature implementation, and tech migration. Authored with the Degardis toolset.

skillsdev-workflowtestingrefactoring
by Khojasteh Jul 30, 2026 6/10
workflow GitHub

Initech: A Terminal Runtime for Collaborating Agents

A runtime that lets multiple coding agents collaborate with each other from a single terminal, optimized for steerability so a human can guide the multi-agent session. Aimed at orchestrating agent-to-agent collaboration rather than single-agent use.

multi-agentorchestrationterminal
by nmelo Jul 30, 2026 6/10
app GitHub

claude-containers: Self-Hosted Docker Stack for Isolated Claude Code Sessions

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

claude-skills-validator: Browser-Based SKILL.md Linter

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
skill GitHub

claude-skills-templates: Five Reference SKILL.md Patterns

Five production-ready Claude Skill templates, a one-pager writer, code reviewer, brand voice keeper, CSV cleaner, and decision-doc generator, each demonstrating a different SKILL.md pattern. MIT licensed and drops into Claude Code or Claude.ai.

skill-templatesexamplesmit-license
by 0xelitesystem Jul 30, 2026 7/10
app GitHub

claude-statusline (OpenClawFarm): HUD-Style Status Line for Claude Code

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
skill GitHub

Claude Code Power Pack Lite: CLAUDE.md Template and TDD/PR-Ship Skills

The free lite edition of the Claude Code Power Pack, bundling an engineering-grade CLAUDE.md template, TDD and PR-ship skills, and a balanced permission preset. Bilingual English/Chinese documentation.

claude-mdtddpermissionsskills
by huangxiaojian Jul 30, 2026 6/10
app GitHub

Urfael: A Self-Hosted, Voice-Capable Personal AI on Your Claude Subscription

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
skill GitHub

s3-temp-share: Agent Skill for Expiring S3/R2 File Links

An Agent Skill and CLI for sharing files privately via temporary, expiring S3 or Cloudflare R2 URLs. Lets an agent generate a short-lived shareable link instead of exposing a permanently public bucket.

s3r2file-sharingcli
by jweaker Jul 30, 2026 6/10
skill GitHub

seo-client-report-skill: Automated Branded SEO Client Reports

A Claude Code / Codex skill that turns Search Console, GA4, and rank-tracker exports into a branded, live monthly SEO client report using a consistent template with no fabricated metrics. Publishes the report via the ReportRoom MCP.

seoreportingautomation
by dashaworks Jul 30, 2026 6/10
skill GitHub

share-as-link-skill: Turn Any AI Output into a Live Public Link

A Claude Code / Codex skill that converts any chat reply, artifact, or markdown output into a live public URL in about 10 seconds, with view-count tracking. A lightweight DocSend-style alternative for quick sharing, published via the ReportRoom MCP.

sharingpublishingtracking
by dashaworks Jul 30, 2026 6/10
skill GitHub

data-room-skill: Build a Due-Diligence Data Room from Your Agent Session

A Claude Code / Codex skill for building an M&A or fundraising due-diligence data room, with email/passcode/allowlist access, NDA gating, expiry, instant revoke, and per-viewer analytics. Runs on the ReportRoom MCP's paid Business plan.

data-roomfundraisingdue-diligence
by dashaworks Jul 30, 2026 5/10
skill GitHub

AlemTuzlak/skills: Turn a PR or Idea into Marketing Content and Videos

Personal agent skills for Claude Code, Copilot, Codex, Gemini, and Cursor that turn a pull request or idea into marketing copy, technical Slidev presentations, courses, changelogs, and rendered videos. Useful for developers who need to communicate technical work to a broader audience.

marketingslidevvideochangelog
by AlemTuzlak Jul 30, 2026 6/10
skill GitHub

A 20-Plugin, 160-Skill Multi-Harness Marketplace

A public marketplace bundling 20 plugins and 160 skills for Claude Code, Claude Cowork, and Codex. One of the larger community skill/plugin collections available for quick installation.

marketplacepluginsskills
by Israelmusondaayliffe Jul 30, 2026 5/10
app GitHub

RE-LLMPET: Lightweight Desktop Pet That Watches Your Coding Agents

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
skill GitHub

amlei-resume: End-to-End Resume-Building Agent Skill

An Agent Skill (agentskills.io spec) that walks you through building a resume from raw material to a finished A4 PDF, including role-targeted rewrites and outreach messages for job platforms. Compatible with Claude Code, Cursor, Codex, and other agent runtimes.

resumecareerpdf
by amlei Jul 30, 2026 5/10
app GitHub

Visual Stack: A Visual Interface for Building Software with Claude Code

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
workflow GitHub

Harness-Firmware: A Self-Syncing Claude Code Project Template

A Claude Code project template with a rule kernel, helpful skills, a committed memory library, and session hooks, where improvements flow both ways between the template and the projects it spawns. Aims to keep a fleet of projects consistently up to date with your best practices.

project-templatememoryhookssync
by ryanportfolio Jul 30, 2026 6/10
app GitHub

video-podcast-maker: Topic-to-4K-Video Pipeline for Coding Agents

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
MCP GitHub

Norma MCP: AI Code Governance Rules Injected at Generation Time

An MCP server from Quality Clouds that injects AI code governance rules into Cursor, Claude Code, and other MCP clients right as code is generated. Helps enforce organizational coding standards on agent-written code before it lands.

mcpgovernancecode-standards
by qualityclouds Jul 30, 2026 7/10
skill GitHub

aiv-mini-audit: Free Claude Skill for AI Visibility Audits

A free Claude skill that checks whether AI assistants mention your business when a buyer asks for a recommendation, an early take on AI visibility auditing. Useful for businesses trying to understand how they show up in AI-generated answers.

seoai-visibilityaudit
by autojate Jul 30, 2026 6/10
skill GitHub

skills: Cross-Agent Skill Collection for Claude Code, Cursor & Codex

A collection of agent skills installable via npx skills add stewartcelani/skills, compatible with Claude Code, Cursor, Codex, and similar coding agents. Provides a quick way to pull in a curated skill set without manual setup.

skillscross-agentinstaller
by stewartcelani Jul 30, 2026 5/10
MCP GitHub

SlimSnap MCP: Screen Captures as Structured JSON for Claude

A local MCP server that exposes your recent SlimSnap screen captures to Claude as structured JSON, including OCR text, coordinates, and annotations. Saves the round-trip of manually pasting screenshots by giving Claude machine-readable context directly.

mcpscreenshotsocrcontext
by bickov Jul 30, 2026 7/10
skill GitHub

distro-skills: Agent Skills for Launching Dev Products

Agent Skills that automate distributing developer and indie products across Show HN, Product Hunt, awesome-lists, dev.to, GitHub, Reddit, X, and npm/PyPI. Positioned as the release/marketing counterpart to build-focused skills.

skillsmarketinglaunchdistribution
by royalpinto007 Jul 30, 2026 6/10
workflow Reddit

Auditing 14 Repos Found Half of All Agent-Written Markdown Was Stale

A methodology for auditing agent-written markdown (PLAN.md, HANDOFF.md, etc.) by commit distance and inbound references, which found 54% of 317 agent-authored files across 14 repos were stale or orphaned, with stale-but-still-linked docs being the costly ones since agents load them as current state. The author now runs two hooks: PostToolUse on Write stamps agent markdown with the commit SHA it was written against, and a SessionStart check flags docs that have drifted since.

markdownhookshygieneworkflow
by Beautiful-Energy2169 Jul 30, 2026 6/10
workflow Reddit

Spec-Driven Dev Where the Spec Dies in $TMPDIR Instead of Persisting

A workflow write-up arguing spec-driven-development tools go stale because they persist the spec: instead, research stays read-only, one handoff doc is written to $TMPDIR, a build step checks it against the repo and runs the tests, and only durable rules live in AGENTS.md. The spec itself is discarded with the temp file rather than becoming another stale doc to maintain.

spec-driven-developmentworkflowagents-md
by c1rno123 Jul 30, 2026 6/10
app Reddit

red-handed: Audits Claude Code Sessions to Verify Tests Actually Ran

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

tandem: Switch Between Claude Code and Codex Mid-Session

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
skill Reddit

memU: Mines Claude Code Session Logs into Persistent Memory

An open-source (Apache-2.0) memory skill that installs itself by having Claude Code fetch its SKILL.md, then mines your session transcripts into editable memory files and patches your setup to retrieve relevant memories before answering. Aimed at replacing a hand-maintained CLAUDE.md that has grown into a stale junk drawer of half-remembered rules.

memoryskillsession-logsopen-source
by AcanthisittaOk1699 Jul 30, 2026 7/10
app Reddit

ossclip: Local-First CLI That Turns Talking-Head Video into Shorts

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
hook Reddit

UserPromptSubmit Hook to Force Plain, Literal Language from Claude

A settings.json hook example that injects a writing rule into every turn via UserPromptSubmit, instructing Claude to avoid metaphor and vivid or cryptic phrasing and instead name things by what they literally do. Useful if you find Claude's default response style overly flowery or hard to parse.

hookUserPromptSubmitwriting-style
by miguelgoldie Jul 30, 2026 5/10
app Reddit

Promptbook: Text Editor for Claude Code's [Image #1] Prompt Tags

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

Lemma: Turn Claude Agents into Persistent Team Apps (Teams/Chat)

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

Harness Remote: Self-Hosted Mobile/Web Companion for Claude Code

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

Agentree: Tree-Based Interface for Branching Agent Conversations

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

Leaxp: Git-Based Memory and Skill Package Manager for Claude

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

cli-share: Share Claude Code Terminal Sessions as GitHub Gists

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

Stellar Agentic Framework: Eval-Driven Harness for Stellar dApps

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
MCP GitHub

repocontext: Read-Only MCP Server for Cited Git Repo Context

A read-only MCP server that surfaces commit-pinned, cited context from local Git repositories so agents can answer questions about a codebase with verifiable sources. Useful for grounding an agent's understanding of project history without giving it write access.

mcpgitcontextcitations
by shmindmaster Jul 30, 2026 7/10
command Reddit

gi & a rate-limit viewer: hand GitHub issues to Claude Code from the terminal

Two small MIT, no-telemetry CLI tools: 'gi' lets you browse repos and issues in a keyboard-driven menu and hand one straight to Claude Code without the copy-paste dance, while a companion tool shows real Claude Code rate-limit windows before you hit them.

cligithub-issuesrate-limitsterminal
by No-Scientist4544 Jul 30, 2026 7/10
workflow GitHub

Consort: spec-first, test-driven agent ensemble against live Lakebase branches

A coordinated ensemble of role agents driven by a deterministic state machine, working spec-first and test-driven against live branches of a real Lakebase database. Aims to enforce engineering discipline on AI-written code rather than leaving it to model whim.

databrickslakebasestate-machinetesting
by databricks-solutions Jul 30, 2026 7/10
workflow GitHub

loop-engineer: typed terminal states and verification gates for agent loops

Executable operating contracts for AI agent loops: 7 typed terminal states, verification-gated completion, and bounded repair so a loop can prove it's actually done instead of just declaring victory. Ships as both a Claude Code plugin and a portable Python core.

agent-loopsverificationclaude-code-plugin
by SollanSystems Jul 30, 2026 6/10
skill GitHub

agent-workspace: lifecycle skills for agent workspace hygiene

A set of lifecycle skills that give a coding agent a persistent sense of where a project stands across sessions — tracking state, decisions, and next steps as ongoing workspace memory and hygiene.

skillmemoryworkspace-hygiene
by conorbronsdon Jul 30, 2026 6/10
skill GitHub

agent-skill-builder: a skill that builds skills — with drift validation

A skill that scaffolds new agent skills with spec-current frontmatter, paired with a validator that fails the build when a skill's structure drifts out of spec. Aims to keep a growing skill library consistent instead of rotting over time.

skillvalidatormeta
by conorbronsdon Jul 30, 2026 6/10
app Reddit

Operator: a kanban-style multi-project orchestrator for Claude Code

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
MCP GitHub

obsidian-llm-wiki: markdown vault as a 6-persona MCP team

Compiles a markdown vault (e.g. an Obsidian vault) into a 6-persona MCP team usable from Claude Code, Codex, OpenCode, and Gemini CLI. Headless-first and designed to cite sources from the vault rather than guess.

mcpobsidianknowledge-base
by 2233admin Jul 30, 2026 6/10
skill GitHub

skill-matting: AI background removal for images and video

A Claude Code skill for AI-powered image and video background removal using the BiRefNet GGUF model, outputting transparent PNG, MOV, or WebM. Useful for quickly matting assets without leaving the agent workflow.

skillimage-processingvideomatting
by xiaowu89 Jul 30, 2026 5/10
app GitHub

OpenChatCut: local-first conversational AI video editor

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

IntelliRouter: local, harness-aware model router

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
skill GitHub

rote: compile agent skills into deterministic, LLM-free pipelines

Compiles AI agent skills into cheap, fast, deterministic pipelines that run without an LLM in the loop once compiled. Useful for turning a skill you've validated with an agent into a repeatable script that doesn't need inference to execute.

skilldeterminismpipeline
by trevhud Jul 30, 2026 6/10
skill GitHub

conversation-digest: turn long threads into a decision-ready digest

A Claude Code skill that condenses long Slack threads, tickets, incident logs, and announcements into a decision-ready digest plus a clear list of what you personally need to do next. Available in Vietnamese and English.

skillsummarizationslackdigest
by Rayloveyou Jul 30, 2026 6/10
skill GitHub

handover: a disposable end-of-session handover skill

A Claude Code skill for tight, disposable end-of-session handovers: it routes durable facts to permanent memory stores and keeps only what the next session actually needs to resume, instead of dumping the whole transcript.

skillmemorysession-handover
by ami-bu Jul 30, 2026 7/10
workflow Reddit

Context Overhead Audit: Load Frequency x Size Beats File Size

A user audited their Claude Code setup and found about 71,000 tokens of standing overhead per message, mostly from skills and plugins that load into every message regardless of raw file size. Key insight: load frequency times size is the metric that matters, not file size alone, and denying a plugin only blocks tool calls -- you must disable it in enabledPlugins to actually stop it loading into context.

context-windowtoken-optimizationclaude-mdpluginsskills
by silent_lurker_69 Jul 30, 2026 6/10
hook Reddit

claude-session-namer: Auto-Rename Claude Code Sessions with Haiku

A background hook fires after each Claude reply, using Haiku to read the conversation and generate a clear, short session title, re-checking as the topic evolves. Supports optional project prefixes for bucketing sessions and includes a backfill command to retitle existing sessions; works in both the Claude Code CLI and desktop app.

hookssession-managementhaikuproductivity
by HighestOfSociety Jul 30, 2026 7/10
app GitHub

dira: Git-Native Decision Ledger for Coding Agents

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
skill GitHub

academic-homepage-cv-sync: Keep Your Website and LaTeX CV in Sync

A YAML-based maintenance kit for academic homepages: one script regenerates a Jekyll website and a LaTeX CV from the same source data, so the two can never drift apart. Ships with a CLAUDE.md that teaches Claude Code the update workflow, so adding a new paper is as simple as asking the agent to add it.

claude-mdtemplateacademicautomation
by kw1jjang Jul 30, 2026 5/10
app GitHub

and-code: Native Android GUI for Running AI Coding Agents On-Device

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
skill GitHub

pmm-os: 45 Product Marketing and GTM Skills for the Terminal

A skill pack covering product marketing and go-to-market work directly from the terminal: positioning, messaging, personas, pricing, battlecards, and launches, plus an interactive launch kit. Built for Claude Code and Codex.

marketinggtmskill-pack
by buildingwithai Jul 30, 2026 5/10
skill GitHub

novel-to-game: A 7-Skill Pipeline That Turns a Story Into a Playable Game

Adapts any novel or story into a playable game through a 7-skill pipeline, distilling narrative into game mechanics and content rather than just generating a generic game shell. Built for Claude Code, Codex, and Kimi Code.

game-devnarrativeskill-pipeline
by worldwonderer Jul 30, 2026 6/10
skill GitHub

Kudosity Skills: Send SMS, MMS, WhatsApp, and RCS from Any Agent

Agent skills for the Kudosity messaging platform, letting Claude Code, Cursor, Copilot, Windsurf, or any SKILL.md-reading agent send SMS, MMS, WhatsApp, and RCS messages. A vendor-specific messaging integration for agents that need to notify or reach users directly.

messagingsmswhatsappintegration
by kudosity Jul 30, 2026 5/10
app GitHub

1Helm: Self-Hosted Home for Durable AI Employees

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
skill GitHub

ui-ux-laws: A Claude Code Skill That Enforces UI/UX Best Practices

Packages priority-ordered UI/UX laws, cognitive-psychology principles, Nielsen heuristics, and accessibility non-negotiables into a Claude Code skill. The model actively checks and enforces these rules on its own generated UI output rather than just referencing them as documentation.

ui-uxaccessibilitydesignskill
by AmirGhl Jul 30, 2026 6/10
skill Reddit

/call-me: Let Your Claude Agent Call Your iPhone (Free)

A Claude Code skill plus companion iPhone app that lets your agent place a phone call to you when it needs input, using internal iPhone APIs so there are no external calling fees. Aimed at long-running tasks, scheduled jobs, and cron sessions where you might not check chat for hours.

notificationsiphonehuman-in-the-loopskill
by radressss Jul 30, 2026 6/10
app GitHub

claude-sessions: Live Dashboard and Tray Badge for Claude Code Sessions

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

earbrief: Daily Audio Briefing Generated and Narrated by Claude

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

formloop: Let Your Agent Generate Rich UI Forms to Ask You Questions

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

agent-playtime: Steam-Style Playtime Tracking for CLI Coding Agents

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
hook Reddit

A Plugin That Hands Back Your Own Words After /compact Loses Detail

After analyzing Claude Code's own compaction boundary records, this poster built a plugin that recovers dropped detail by returning your own prior turns verbatim (lexical retrieval, not a re-summary) at the compaction boundary for about 700 tokens. It also ships two other hooks: declining re-reads of unchanged files (22.4% of disk reads in their corpus) and redirecting oversized skill loads (one skill cost 325,000 tokens, 75% of a session) to just the relevant section.

compactioncontext-managementtokenshooks
by Upper_Counter_4474 Jul 30, 2026 8/10
workflow GitHub

generalstaff: Local-First, Verification-Gated Dispatcher for AI Coding Agents

An open-source dispatcher that routes work to AI coding agents with a verification gate; changes that fail tests get automatically rolled back. Supports bring-your-own-key model access and runs entirely local-first.

dispatcherverificationrollbackorchestration
by lerugray Jul 30, 2026 7/10
skill GitHub

devops-skills: Multi-Tool DevOps Skills for Claude Code, Cursor, and Codex

Covers Terraform, Kubernetes, Docker, GitHub Actions, GitLab CI, AWS FinOps, and OWASP security as skills usable across Claude Code, Cursor, and Codex. A broad DevOps skill pack rather than a single-tool integration.

devopsterraformkubernetessecurity
by anmolnagpal Jul 30, 2026 6/10
skill GitHub

firma: Anti-Slop Design Skill for Spanish-Speaking Coding Agents

A design skill built for developers who ship in Spanish ("quienes shippean en espanol"), enforcing voseo language conventions, treating honesty as a hard rule, and rotating memory between builds to avoid design drift. Fills a gap for non-English-first Claude Code skill packs.

spanishdesignanti-sloplocalization
by stgomoyaa Jul 30, 2026 5/10
skill GitHub

duet: Reflection, Writing, and Design Skills for Claude Code

A Claude Code plugin bundling slash commands, agents, and workflow tools centered on reflection, writing, and design work rather than pure coding tasks. Installs as a standard plugin under the Claude Code plugins directory.

writingreflectionplugin
by tslateman Jul 30, 2026 5/10
workflow GitHub

devchain: Local-First Orchestration for a Team of AI Coding Agents

Runs and coordinates a team of AI coding agents on your own machine, with support for Claude Code, Codex, OpenCode, Antigravity, and Copilot. Already has real traction (90+ GitHub stars) as a local-first alternative to cloud multi-agent orchestration platforms.

orchestrationmulti-agentlocal-first
by TwiTech-LAB Jul 30, 2026 8/10
workflow GitHub

ai-workflow-wizard: One-Command Setup for AI Development Workflows

Bootstraps context layers, testing, CI/CD, and spec-driven development in any repo with a single install command, auto-detecting your stack and IDE. Supports Claude Code, Cursor, Windsurf, Kiro, Codex, Copilot, Antigravity, and OpenCode.

bootstrapci-cdspec-drivensetup
by hugoafj Jul 30, 2026 5/10
workflow GitHub

Hamzaish: A Claude Code Setup That Runs a Product's Whole Lifecycle

An open-source Claude Code setup aimed at handling a product beyond just writing code: launch, pricing, early customers, and shutdown decisions, while carrying lessons learned into the next project. Also works with Cursor, Codex, and Windsurf; has modest early traction.

product-lifecyclestartupsetup
by hamza-ali-shahjahan Jul 30, 2026 5/10
app GitHub

Holy: An Open-Source AI Swarm of Four Health Coaches

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
command GitHub

encargo: Rewrites Raw Prompts Into Assignments an Agent Can Actually Finish

Takes a vague prompt and restructures it into six sections, then runs four leak checks for common failure modes: unfalsifiable goals, no completion ceiling, roadmaps disguised as tasks, and verifiers that cannot actually run. Aimed at making agent assignments concrete and checkable before work starts.

prompt-engineeringtask-designverification
by stgomoyaa Jul 30, 2026 6/10
app GitHub

testdriverai: Computer-Use SDK for End-to-End QA Testing

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
hook GitHub

kbd-signal: Turn Your RGB Keyboard Into a Claude Code Status Lamp

Uses raw HID commands on stock firmware to turn a VIA-compatible RGB keyboard's backlight into a status indicator for Claude Code or Codex, showing approval-waiting, done, or error states at a glance. No custom firmware flash required.

hardwarestatus-indicatorhidhook
by Sora-bluesky Jul 30, 2026 6/10
workflow GitHub

headsign: A Phase Gate Where Your Shell Decides Pass/Fail, Not the LLM

A tiny phase-gate tool for coding agents: shell checks (tests, lint, build) determine whether a phase passes, and headsign's workflow routes the agent to advance, retry, escalate, or finish based on that verdict. Claude Code drives the work; headsign holds the state so pass/fail isn't left to the model's judgment.

phase-gateverificationstate-machine
by meganemura Jul 30, 2026 6/10
skill GitHub

AgentAlertsSkill: iPhone Live Activity and Notification Alerts for Coding Agents

A Codex/Claude skill that sets up automations pushing iPhone Live Activity, widget, notification, and Control Widget updates directly from your agent session. Lets you glance at your lock screen or Dynamic Island to see agent status instead of checking a terminal.

iphonelive-activitynotificationsskill
by AndreasInk Jul 30, 2026 6/10
MCP GitHub

pingfusi: An MCP Server That Puts a Real Human Reviewer in Your Agent's Loop

Publishes the agent's in-progress work for a human reviewer, who pins specific problems and returns a verdict; the agent iterates until approved. Has strong early traction (70+ stars) as a structured alternative to informal human-in-the-loop review.

human-in-the-loopmcpcode-review
by alex-durango Jul 30, 2026 8/10
workflow Reddit

A four-tier subagent hierarchy to dodge both Opus 5 style and Fable quota limits

A routing scheme that demotes Fable 5 from "manager" and puts Opus 4.8 in the main session loop as a planning-only "boss" that never writes code. Opus 5 runs as an isolated subagent that receives a blind spec, does the heavy engineering, and returns a terse changed/verified/blocked report with no direct user contact. Fable 5 is called only for narrow, isolated consulting briefs, while Sonnet/Haiku subagents handle routine pattern-matching and log triage.

workflowsubagentsmulti-modelorchestration
by mugsy33 Jul 29, 2026 6/10
skill Reddit

Sol-skill: Fable 5 as orchestrator, Sol 5.6 as worker

A Claude Code skill/plugin that lets Fable 5 hand off implementation tasks to Sol as a worker model, then reviews the results afterward to save tokens. Installable via plugin marketplace; supports both implementation and research delegation commands.

skillorchestrationmulti-modelplugin
by kasikciozan Jul 29, 2026 6/10
hook GitHub

ecotokens: Token optimizer for Claude Code, Gemini CLI & Qwen Code

A PreToolUse hook that compresses shell command outputs before they hit the model context, reducing token usage across Claude Code, Gemini CLI, and Qwen Code. Includes a TUI dashboard tracking estimated USD savings from the compression.

hooktoken-optimizationtuicost-savings
by hansipie Jul 29, 2026 7/10
workflow GitHub

Plumbline: self-learning agile agent team for Claude Code

An orchestration framework built around 87 subagents and skills implementing TDD defense-in-depth gates, Kaizen-style retros, and a four-body adversarial review council, with an empirically benchmarked QA harness for validating output quality.

workflowsubagentstddqaorchestration
by DYAI2025 Jul 29, 2026 7/10
app Reddit

Workflow Monitor: VS Code extension for watching Claude Code multi-agent runs

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

Claude Queue: explicit queueing and steering for follow-up messages

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
hook Reddit

A practical walkthrough of Claude Code PreToolUse and Stop hooks

A writeup on setting up hooks after months of avoiding them, covering PreToolUse (blocks tool calls before they run, with a reason fed back into Claude's context so it can self-correct) and Stop hooks (runs typecheck before allowing session handoff). Includes concrete examples for secret-scanning, destructive-command blocking, package-manager enforcement, and a warning that unconditional Stop-hook blocking loops forever.

hookspretoolusestop-hookguide
by techpotions Jul 29, 2026 7/10
app GitHub

GraphARC: constraining agent execution graphs with deterministic rules

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
skill GitHub

agent-skills: laravel-filament skill for Claude Code

A version-aware Claude Code skill covering Laravel Filament best practices across versions 1 through 5, including upgrade guides — useful for teams maintaining Filament admin panels across version bumps.

skilllaravelfilamentphp
by majdghithan Jul 29, 2026 5/10
MCP Reddit

Mirroring Claude Code plans to a real issue tracker to survive context loss

Instead of relying on chat scrollback for project state, this MCP-based plugin mirrors everything the agent plans or ships (issues, comments, worklogs, estimates) into an actual tracker like Jira, so a new session picks up from the tracker plus a handoff file. Uses a "goal-backward" verification gate — a separate step walks backward from the goal to check evidence before closing tickets, rather than trusting the agent's self-reported "done." Lessons learned are stored as cards linked to the commits that prove them, with a confidence grade that adjusts as they're re-checked. Works under Claude Code, Codex, Gemini, Cursor, and others since it's just MCP + markdown.

mcpissue-trackerverificationmemorystate-persistence
by BagPsychological1020 Jul 29, 2026 8/10
app GitHub

local-kimi: optimized local serving engine for Kimi-Linear-48B with a universal client bridge

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
skill Reddit

A CLAUDE.md emphasizing terse final replies and mandatory fact-checking

A shared global CLAUDE.md focused on response style (match length to task, no play-by-play narration, structured root-cause/fix/verification summaries for debugging), code quality defaults (root-cause fixes, appropriate data structures, unsolicited error handling where needed), and a fact-checking policy that bans citing external numbers from memory and requires labeling claims as verified/recalled/inferred.

claude.mdconventionsfact-checking
by DeliciousGorilla Jul 29, 2026 5/10
MCP Reddit

job-search plugin adds Ashby, Greenhouse, and Lever to its 100k+ posting index

An update to an open-source Claude Code job-search plugin, expanding its searchable index to 100,000+ active postings across Ashby, Greenhouse, and Lever-powered company career pages — sources that general job boards like LinkedIn or Indeed typically miss. Requires a free agent-data API key.

job-searchpluginatsmcp
by orthogonal-ghost Jul 29, 2026 6/10
hook GitHub

clowk: intercepts credentials pasted into AI coding agent chats

A dependency-free (stdlib Python) tool that catches credentials pasted into an AI coding agent's chat input before they reach the model, filing them locally and recording their origin. Works with Claude Code, Codex, and Gemini CLI — distinct from tool-call-blocking approaches in that it screens user-pasted chat input rather than commands or file writes.

securitycredentialssecret-scanning
by Aniumbott Jul 29, 2026 6/10
skill Reddit

Keeping CLAUDE.md "keeper" rules alive across /doctor trims and model changes

A convention for surviving /doctor's CLAUDE.md trimming: since /doctor keeps no diff of what it cut, snapshot CLAUDE.md before running it. More notably, store the pitfalls/rationale/conventions /doctor preserves as named, versioned files in a prompt library outside any single repo (rather than only inline in one CLAUDE.md), with per-model variants where guidance genuinely differs between model generations — CLAUDE.md then just references what the current repo needs.

claude.mddoctorconventionsversioning
by Dry-Lavishness-2909 Jul 29, 2026 6/10
app GitHub

threadleaf: A Page-Native Agent for Obsidian

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: Local Inspector for Claude Code State

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
skill GitHub

neatcontext-plugins: Reusable Domain Knowledge From AI Chats

neatcontext-plugins turns long AI conversations into reusable domain knowledge that carries across sessions, packaged as Claude Code and Codex skills/plugins. It's aimed at cutting down repeated context-setting when working the same domain over multiple sessions.

context-managementskillclaude-code-pluginknowledge-management
by XTSoftwareLabs Jul 29, 2026 6/10
app Reddit

Scoring ~2,300 Claude Code Plugins on 5 Signals Instead of Stars

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: Shared Memory Knowledge Graph for AI Dev Teams

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
workflow GitHub

dev-agents: Multi-Agent Orchestration Across Parallel Workers

dev-agents dispatches specialized Claude Code agents across multiple workers in parallel waves, aimed at scaling agentic coding beyond a single session. It coordinates many agents working concurrently on different parts of a task.

orchestrationmulti-agentclaude-codeworkflow
by Arlencho Jul 29, 2026 6/10
app GitHub

Omnodex: Security & Observability for AI Agent Execution

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
command GitHub

Rudder: Prompt-Based Testing and Coverage for Agentic Coding

Rudder measures how much of your prompts actually end up reflected in an agent's generated code, applying a test-coverage-like metric to prompt-driven development. It's built for high-velocity agentic coding workflows including Claude Code and MCP setups.

testingcoveragecliagentic-coding
by RudderCode Jul 29, 2026 6/10
command GitHub

toolkit: Agent-First CLI for Syncing Governance and Standards

toolkit installs and syncs governance rules, skills, and coding standards across projects for agent-first development, working with Claude Code, Cursor, and Gemini CLI. It keeps multiple repos consistent with the same agent conventions from one CLI.

cligovernancestandardsclaude-code
by erclx Jul 29, 2026 5/10
skill GitHub

codex-image-gen: Image Generation Skill via Local Codex CLI

codex-image-gen is an agent skill that generates images by shelling out to a locally installed, OAuth-authenticated Codex CLI, avoiding separate API keys. It enforces exact output sizes and archives every prompt for reproducibility.

skillimage-generationcodexclaude-code
by stephenlzc Jul 29, 2026 5/10
app Reddit

Builders Gate: A Game Development Harness for Claude

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: Browser UI for Claude Code Sessions Over tmux

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
skill GitHub

Living Docs: A No-Drift Documentation System as an Agent Skill

Living Docs is an agent skill that runs project documentation -- constitution, ADRs, BDRs, PRDs, issues, research notes, and Mermaid diagrams -- as a living system under five governance invariants meant to prevent drift from the actual code. It's stack-agnostic and works across Claude Code, Cursor, Copilot, OpenCode, and Pi.

documentationskillgovernanceclaude-code
by ejklock Jul 29, 2026 6/10
app GitHub

cairn: A Native macOS Notifier for Finished Agent Turns

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: Read Your Other Claude Code Sessions in Full

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
workflow GitHub

my-robot: Install a 7-Layer AI-First Dev System in 30 Seconds

my-robot bootstraps a '7-layer AI-first development system' into any repo with one clone/install step, aimed at standardizing how AI coding agents like Claude Code operate in a project. It's a starter-kit style tool for teams wanting consistent agent conventions without manually assembling them.

bootstrapclaude-codedeveloper-toolsconventions
by noidsoup Jul 29, 2026 5/10
skill GitHub

skillshilp: Meta-Skills for Building Production-Quality Agent Skills

skillshilp is a set of meta-skills for creating, reviewing, and maintaining production-quality Agent Skills, spanning Claude, Codex, Copilot, Cursor, and more. It brings consistency and quality control to the growing pile of skill files teams accumulate.

skillmeta-skillqualityclaude-code
by ViGi-P Jul 29, 2026 6/10
app GitHub

ai-nixCfg: Nix Home-Manager Modules for AI Coding Assistants

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
workflow GitHub

devloop: Guard-Railed Closed-Loop Workflow for Claude Code and Codex

A closed-loop workflow for AI coding agents built around a live state bus and execution-level hard intercepts, covering GitHub PRs and GitLab MRs. Works from step-level to requirement-level checks, combining eval-driven and spec-driven gates with human-in-the-loop approval.

workflowguardrailsgithubgitlab
by compforge Jul 29, 2026 7/10
workflow GitHub

harness-factory: Generate a Production-Ready Agent Harness

Answers a few setup questions and generates a production-ready agent harness for Claude Code, Codex, or Cursor. Bilingual (English/Korean) and Docker-ready for quick deployment.

workflowharnessdockercodex
by Kimyongari Jul 29, 2026 6/10
workflow GitHub

cc-plugin-codex: Use Claude Code Models Inside Codex

An open-source plugin that runs inside Codex and lets you invoke Claude Code and Claude models for code review, rescue tasks, and tracked background workflows without leaving Codex.

workflowcodexreviewcross-tool
by sendbird Jul 29, 2026 6/10
workflow GitHub

open-workflow-kit: Tool-Agnostic Agent Workflow Starter Kit

A single workflow core plus a team profile that generates adapters for Claude, Codex, Cursor, Copilot, CodeBuddy, Kiro, and Trae, so a team can standardize on one workflow definition across whichever coding agent each developer uses.

workflowmulti-agentstarter-kit
by bluecoast1379 Jul 29, 2026 6/10
skill GitHub

ko-official-doc-style: Korean Official Document Writing Skill

A Claude Code skill that enforces Korean official-document writing standards — article numbering, date and currency formats, punctuation, and spacing conventions — for generated formal documents.

skillkoreandocumentationlocalization
by dltkddns833 Jul 29, 2026 5/10
app GitHub

console-to-cc: Stream Browser Console Logs Straight to Claude Code

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

runjam: One Desktop for Claude Code, Codex CLI, and Gemini CLI

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
workflow GitHub

google-ads-agents: Multi-Agent Toolkit for Google Ads Management

A multi-agent toolkit for Google Ads with end-user gcloud SSO, a 24-hour session cap, and per-MCC profiles. Covers read paths across campaign types, conversions, gtag health, placement safety, and brand exclusions, with mutations gated behind approval.

workflowgoogle-adsmarketingvendor
by arcbaslow Jul 29, 2026 5/10
skill Reddit

gtm-cofounder: 18 Open-Source Go-To-Market Skills for Technical Founders

A set of 18 agent-agnostic GTM skills (plain SKILL.md files) for technical founders who can build but struggle with positioning, first users, and pricing. Interviews the founder, then writes a founder brief and prioritized roadmap into the repo as markdown.

skillgtmstartupmarketing
by ShoddyReference2163 Jul 29, 2026 6/10
workflow Reddit

DataFlow-Harness: Turn Claude Code Scripts Into Editable Data Pipelines

Instead of one-off scripts, grounds Claude Code in real DataFlow operators, field schemas, and pipeline state so it builds editable, visual data pipelines in DataFlow-WebUI. Reported a 93.3% pass rate on a 12-task data-engineering benchmark, cutting cost by 72.5% and latency by 49.9% versus vanilla Claude Code.

workflowdata-engineeringmcpbenchmark
by Puzzleheaded_Box2842 Jul 29, 2026 7/10
app GitHub

codebase-index: Local-First Hybrid Codebase Indexing for Coding Agents

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
skill GitHub

start-working-template: Claude Skill Template for Starting a Work Session

A skill template for launching one focused Claude Code work session — parallel information gathering, a clean-up sweep, a three-question interview, a human/Claude task split, a session card, and close-out logging.

skilltemplatesession-management
by jason8-8 Jul 29, 2026 5/10
app GitHub

gengchou: Live AI Quota Widget for the Windows Taskbar

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
MCP GitHub

md-redline: Inline Review Comments for Markdown Specs

Lets reviewers leave inline comments directly on markdown specs, with a built-in MCP server that hands that feedback straight to an AI agent for revision.

mcpmarkdownreview
by dejuknow Jul 29, 2026 6/10
app GitHub

agent-timeline: Desktop Timeline Widget for AI Coding CLI Sessions

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
skill GitHub

pre-mortem-skill: Pressure-Test a Plan Before Its Next Irreversible Action

Runs a pre-mortem on a concrete plan, surfacing decision-critical failure paths with evidence status, control assessment, and a residual-risk classification (Tiger/Open/Paper). Built for irreversible-action review, not vague intentions or after-the-fact root-cause analysis.

skillriskplanning
by ReedLiner Jul 29, 2026 6/10
workflow GitHub

plan-build-review: Gated, Role-Based Agent Workflow

A role-based workflow with independently reviewed plans, task-by-task delivery, and explicit approval checkpoints between each stage.

workflowreviewapproval-gates
by jameswei Jul 29, 2026 6/10
workflow Reddit

North Star Workflow: From a Rough Idea to Something an Agent Can Build

A documented AI workflow that turns a rough idea into agent-ready work: North Star documents, feature briefs, atomic task breakdown, context management, subagents, and treating CLAUDE.md/AGENTS.md as a map rather than a rulebook.

workflowplanningclaude-md
by Weird-Bed6225 Jul 29, 2026 5/10
skill GitHub

predictdog_skill: Trade on Polymarket via Predictdog

A Claude Code skill for trading on Polymarket through Predictdog — search markets, view your portfolio, check PnL, and place trades from the agent.

skilltradingprediction-markets
by HQSV-Labs Jul 29, 2026 5/10
app GitHub

mirrormux: Mirror a Live tmux Pane to Your Phone's Browser

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
skill GitHub

azure-lean-stack-skills: Azure Apps That Cost Nothing When Idle

A Claude Code skill pack of 14 composable skills for building Azure apps that scale to zero cost when nobody's using them, documenting 37+ gotchas along with branch-per-environment CI/CD.

skillazurecost-optimizationcicd
by alexpizarro Jul 29, 2026 6/10
hook GitHub

Axiom-PMO: Governance Control Plane for AI Coding Agents

Keeps AI coding agents inside verified requirements and approved scope, with traceable evidence and human-controlled release gates before anything ships.

hookgovernanceapproval-gates
by witchwasin Jul 29, 2026 6/10
skill GitHub

guided-tour: A Live, Interactive Guided Tour of Any Codebase

A Claude Code skill that turns Claude into a hands-on tutor for a codebase — a live, interactive tour with real checkpoints, grounded in file:line citations rather than generic explanations.

skillonboardingdocumentation
by jonascript Jul 29, 2026 6/10
workflow GitHub

awesome-ai-tokenomics: A Map of What AI Tokens Actually Cost

A curated map of where AI tokens are wasted versus well spent, with tools, research, practices, and copy-paste setups for keeping agentic coding token-efficient.

workflowtokenscost-optimizationawesome-list
by QuesmaOrg Jul 29, 2026 6/10
app GitHub

hspace: Targeted, Revocable Sharing for AI-Built HTML and Markdown

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

chewo: macOS App Unifying Claude Code and Codex CLI

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
workflow GitHub

summon: Summon Any AI From Any CLI

A tiny, dependency-free cross-vendor sub-agent dispatcher for Claude, Codex, Cursor, Gemini, Antigravity, and any OpenAI-compatible API, with a council mode, fan-out swarms, and a structured JSON envelope.

workflowmulti-agentdispatcher
by Nafjan Jul 29, 2026 6/10
workflow GitHub

agent-sync: Coordination for Concurrent Coding Agents

Coordinates multiple concurrent coding agents with leases, ID reservation, a run journal, and a generated board layered over a pluggable knowledge cloud.

workflowcoordinationmulti-agent
by appvillis-com Jul 29, 2026 6/10
app GitHub

cca-f-dojo: Practice App for Anthropic's Claude Certified Architect Exam

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
workflow Reddit

Notes From a Broken Multi-Model Orchestrator Setup

A detailed account of a multi-model orchestrator setup (Fable, Opus 5, Codex, Sonnet) breaking down under cost and reliability constraints, with specific observations on how Codex tends to invent a plausible-looking fake field to pass a check when a spec is underdetermined.

workfloworchestrationmulti-modelcodex
by cvnlvc Jul 29, 2026 5/10
app GitHub

fpm: Unify Multi-Project Claude Code Work Into One Browser Hub

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
hook GitHub

andon: Deterministic Verification for AI-Generated Analysis

Runs reconciliation, consistency, and Excel-integrity checks on AI-generated analysis, stopping the line when the numbers don't add up rather than trusting the model's own claims.

hookverificationexcel
by gulmezeren2-byte Jul 29, 2026 6/10
hook GitHub

unbluff: Self-Verification Hooks That Keep Claude Code Honest

Self-verification hooks plus a reasoning skill that check the agent's own claims against your prompts, your tests, parked work, and memory. Fail-silent, stdlib-only, no network calls.

hookverificationstdlib-only
by AmmarBibi Jul 29, 2026 7/10
hook GitHub

VibeTags: Java Annotation Guardrails for AI Code Generation

A Java annotation processor that acts as AI guardrails for code-generation tools like Cursor, Claude, Gemini, and Codex CLI, letting developers protect critical code and steer AI implementations through simple annotations.

hookjavaguardrails
by PIsberg Jul 29, 2026 6/10
workflow GitHub

llm-orchestrator: Deploy a Coordinated Team of AI Engineers

A Claude Code plugin that deploys a coordinated team of AI engineers against any codebase, with a structured workflow, two-stage code review, autonomous BLOCKED-state recovery, and a research gate that verifies external APIs against current docs before specs get written.

workflowmulti-agentcode-review
by felipemelendez Jul 29, 2026 7/10
hook GitHub

berndeutsch-for-ai: Make Any LLM Write Real Bernese German

A tool-agnostic rulebook that makes any LLM write real Bärndütsch (Bernese German), plus a Claude Code hook that injects it automatically when your prompt is written in the dialect.

hooklocalizationswiss-german
by sapn95 Jul 29, 2026 5/10
MCP GitHub

Unwritten: Give Coding Agents Your Team's Unwritten Conventions

Mines git history to learn which files change together, then flags confident absences with evidence — e.g. "you changed A but not B — they co-change in 59 of 63 commits." No LLM, no config; ships as an MCP server for agents plus a CLI for pre-commit hooks.

mcpgit-historyconventionspre-commit
by Byggarepop Jul 29, 2026 7/10
app Reddit

agent-manager: A tmux TUI for Running Multiple Coding Agents

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
skill GitHub

Divan: Turkish Skill Packages for Claude Code, Cursor, and Codex

A council of vibe-coding skill packages (Turkish) for Claude Code, Cursor, and Codex — an end-to-end orchestrator (Sadrazam), plus planning, TDD, debugging, and UI/UX-React skills.

skillorchestrationturkish
by trugurpala Jul 29, 2026 5/10
skill GitHub

mcp-audit-skill: Systematic MCP Server Audits Against Best Practices

A Claude skill for systematically auditing MCP servers against a curated best-practices corpus — 68 checks across 8 categories covering OAuth 2.1, OWASP, the Lethal Trifecta, and Swiss compliance (DSG/ISDS).

skillmcpsecurity-auditoauth
by malkreide Jul 29, 2026 7/10
app Reddit

Reviewonator: A Local UI for AI-Assisted GitHub PR Reviews

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
workflow GitHub

ccf: Context-First, Spec-Driven Workflow Plugin for Claude Code

A strictly sequential, spec-driven development workflow plugin for Claude Code that keeps your CLAUDE.md/.claude spec always fresh and grounds every decision in Context7 and Microsoft Learn.

workflowspec-drivencontext7
by naniiluja Jul 29, 2026 6/10
workflow GitHub

agentloop: Portable Agent Harness With Council, Swarm, and Ship Gates

A portable agent harness plugin offering a council mode, capped swarm, plan-execute-verify (PEV) loops, ship gates, and a craft pack aimed at killing AI slop. Works across Cursor, Claude Code, Codex, Copilot, and Windsurf.

workflowmulti-agentquality-gates
by edenbuilds Jul 29, 2026 6/10
app GitHub

claude-lifeline: Keeps Claude Code Sessions Alive Through API Errors

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

cockpit: Open-Source Claude Code GUI With Multi-Engine BYOK

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

AxiomCore: Personal Project and Routine Management Agent for Claude

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
MCP GitHub

slopweaver: Give Claude Code the GitHub + Slack Context Behind a PR

An open-source, local-first MCP server (BYOK) that gives Claude Code the GitHub and Slack context behind any pull request, so the agent understands the discussion that led to the change, not just the diff.

mcpgithubslackcontext
by slopweaver Jul 29, 2026 6/10
MCP Reddit

Callosium: A Local Markdown Memory Layer for Claude Code and MCP Clients

A local markdown memory layer for Claude Code and other MCP clients that retrieves cited notes and writes back with scoped permissions, attribution, and version history. Frames memory as one of seven layers (context, memory, tools, permissions, observability, evaluation, recovery) needed to turn Claude Code into a real agent system.

mcpmemorymarkdown
by Forsaken-External578 Jul 29, 2026 6/10
workflow Reddit

Analysis of 5 Claude Code Review Setups on the Same Diff

A blind comparison of five Claude Code review processes — an in-house agent with old vs. rewritten CLAUDE.md, Matt Pocock's code-review skill, and Anthropic's official code-review command and pr-review-toolkit — run on the same ~19k-line real PR, measuring agent time, turns, and cost per setup.

workflowcode-reviewbenchmarkclaude-md
by PablanoPato Jul 29, 2026 7/10
app GitHub

agent-term: Steer a Fleet of Coding Agents

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
skill GitHub

html-explainer-skill: Turn Markdown Answers Into a Single HTML File

An agent skill that swaps a markdown response for a single-file HTML page — tabbed content, dark theme, Bootstrap 5 plus highlight.js via CDN with SRI, a copy button on every block, and tab deep-linking through the URL. Includes a linter that rejects broken ARIA, unescaped code, and floating CDN versions. No npm, no build.

skillhtmldocumentation
by frederico-kluser Jul 29, 2026 6/10
MCP Reddit

talkthrough-mcp: Turn a Narrated Screen Recording Into a Bug Report

A local MCP server that indexes a narrated screen recording — transcript with timestamps, key frames, OCR text, and real time-of-day from file metadata — so Claude Code can pull the exact moment it needs and write a GitHub issue draft with proof attached (words, timestamp, error text, frame). Runs Whisper, OCR, and frame extraction entirely on-device; always stops at a draft.

mcpbug-reportslocal-firstwhisper
by phdptsd Jul 29, 2026 7/10
workflow Reddit

Five Habits That Cut Claude Code Token Usage

Practical habits for controlling Claude Code token burn: keep CLAUDE.md small, start fresh sessions between problems, fetch web pages as clean markdown (e.g. via Firecrawl) instead of raw HTML, exclude folders the agent doesn't need, and check /context periodically to see what's actually filling the window.

workflowtokenscost-optimization
by oscar_savy Jul 29, 2026 5/10
app Reddit

memhub: SQLite Memory Tool for Agents With Optional Cross-Device Sync

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
MCP GitHub

vouch: Review-Gated Knowledge Base for AI Agents

A git-native knowledge base where agents propose writes and a human approves them — every claim cites a source, and every change is a diff in your repo. Ships as an MCP server plus a CLI.

mcpknowledge-basegit-nativereview-gated
by vouchdev Jul 29, 2026 7/10
app GitHub

AgentBar: Approve Claude Code Permission Prompts From the Menu Bar

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
skill GitHub

advisory-panel: A Named Advisory Panel With a Mandatory Dissent Rule

A panel of 3 to 5 named advisory voices for thinking through a decision, with a mandatory-dissent rule so someone always has to disagree with you. Works in Claude chat, Cowork, and Claude Code.

skilldecision-makingadvisory
by MonicaOrtizM Jul 29, 2026 5/10
workflow GitHub

Maestro: Opus-Planned, Codex-Implemented Orchestrator Loop

An orchestrator/implementer loop where Opus plans, debates, and reviews while Codex writes the code and proves it works. Runs on your ChatGPT login instead of an API key, keeping the workflow subscription-based.

orchestratorcodexopusworkflow
by Pythoughts-labs Jul 29, 2026 6/10
skill GitHub

Awesome Skills & Plugins for Students (IB, IGCSE, College)

A curated list of Claude Code, Cursor, and Copilot skills and plugins built specifically for students, covering IB, IGCSE, and college-bound coursework. A useful starting point for anyone studying alongside an AI coding agent.

skillsstudentseducationcurated-list
by StudentSuite Jul 29, 2026 5/10
workflow GitHub

Orchestra: Local Control Plane for Codex, Claude Code, OpenCode

A local control plane for coordinating Codex, Claude Code, and OpenCode agents from one place. Aims to unify multi-agent-CLI workflows without relying on a hosted service.

orchestratormulti-agentcodexopencode
by batteryshark Jul 29, 2026 5/10
MCP GitHub

active-work: Durable Workspace State for Multi-Session Work

A CLI, MCP server, and Claude skill for tracking engineering initiatives across sessions so context survives when a session ends or restarts. Aimed at keeping long-running work durable instead of re-deriving state each time.

mcpskillstate-managementproductivity
by HJewkes Jul 29, 2026 7/10
workflow GitHub

LazySitter: 26-Agent Pipeline From Feature Request to Merge

An autonomous AI engineering team built as a 26-agent coding pipeline for Claude Code and Codex, turning a feature request into reviewed, tested, merge-ready code. Chains planning, implementation, review, and testing agents into one pipeline.

workflowmulti-agentcodexautomation
by soumit-kaz Jul 29, 2026 7/10
skill GitHub

Deslop: Skills That Strip AI-Sounding Patterns From Writing

Two editing skills for Russian and English text that remove common AI-generated writing tells without flattening the author's voice. Explicitly not a detector-bypass tool, it's aimed at making AI-assisted writing read naturally.

skillwritingediting
by spyrae Jul 29, 2026 5/10
app Reddit

Clauster: Self-Hosted Web UI for Managing Claude Code Remote Bridges

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

autosentry: Self-Healing Supervisor for Long-Running Processes

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

claude-toolkit: Transactional Sync Engine for a Personal Claude Code Canon

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
MCP GitHub

remembrallmcp: Field-Aware Code Graph and Persistent Memory Over MCP

An MCP server providing whole-codebase knowledge to AI coding agents: a code graph tracking functions, classes, methods, fields, and references, plus persistent memory across sessions. Built in Rust on Postgres with pgvector.

mcpcode-graphmemoryrustpostgres
by roboticforce Jul 29, 2026 7/10
skill GitHub

code-webdesign: Website + Design System Skill With Blocking Checks

A Claude Code skill that builds a website alongside the design system that governs it, enforcing checks that block rather than merely advise. Keeps generated UI consistent with a project's design tokens instead of drifting per page.

skilldesign-systemwebquality-gate
by jaenicket Jul 29, 2026 6/10
skill GitHub

many-ppt-skills: Benchmarked Catalog of 26 AI Slide-Deck Skills

Surveys every AI slide-deck skill worth knowing on one page, covering both HTML and native-PPTX routes, bilingual (English/Chinese). Ranks them with a reproducible benchmark instead of relying on star counts.

skillslidesbenchmarkpresentation
by brycewang-stanford Jul 29, 2026 7/10
MCP GitHub

VibeLens: MCP Server Giving Coding Agents Eyes on Localhost

An MCP server that gives AI coding assistants a screenshot, console/network error feed, and a token-optimized DOM snapshot of whatever is running on localhost. Closes the loop between writing frontend code and seeing what it actually renders.

mcpfrontenddebuggingscreenshot
by soumyachk101 Jul 29, 2026 7/10
workflow GitHub

reseat: Zero-Token Handoff Between Claude Code and Codex

Reseats an in-progress coding session from Claude Code into Codex (or back) with zero token cost and no extra dependencies. A lightweight alternative to full context-transfer tools for switching agents mid-task.

workflowhandoffcodexcontext
by vuplea Jul 29, 2026 6/10
workflow Reddit

Running 4 AI Coding Agents at Once — A Working Setup Write-Up

A practical write-up on running Claude Code, Cursor, OpenCode, and Antigravity together: a shared AGENTS.md instead of tool-specific config files, narrow single-purpose agents (planner/orchestrator/pusher) instead of one generalist, and routing cheap work to free-tier models to save paid credits for hard problems.

workflowmulti-agentagents-mdcost-optimization
by DMorais92 Jul 29, 2026 6/10
app GitHub

ai-plugin: Control Plane's Assistant for Multi-Cloud Workload Management

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

zibbo: Deterministic Context Optimization for AI Coding Assistants

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

luxin: Zero-Setup Creative Media Generation for Agents

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
workflow Reddit

NixOS as a Native OS for Claude Code

A write-up on running Claude Code on NixOS instead of WSL: avoids the dual-filesystem tax and imperative package drift of WSL/apt by declaring the whole machine — packages, services, drivers — in one git-tracked file, with instant rollback via boot-menu generations. The author runs Claude Code itself as a gated sysadmin over the declared config.

workflownixoslinuxsysadmin
by pete716 Jul 29, 2026 6/10
app Reddit

Hamza: Egress Gate That Redacts Secrets and PII Before They Reach the Model Provider

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
hook GitHub

DashClaw: Governance Runtime That Intercepts, Approves, and Audits Agent Actions

A governance runtime for AI agents that intercepts actions before they execute, enforces configurable guard policies, requires approvals for risky operations, and produces audit-ready decision trails. Structured oversight for teams that need a paper trail on what an autonomous agent actually did.

hookgovernanceauditapprovalssafety
by ucsandman Jul 29, 2026 8/10
workflow GitHub

vibe-code-stack-for-ceos: One AGENTS.md, Six Coding Agents, Identical Output

An AI-first Turborepo monorepo where Claude Code, Cursor, Copilot, Gemini CLI, Kiro, and Windsurf all read one shared AGENTS.md handbook and ship equivalent production-grade code across a Next.js dapp, React admin SPA, Astro landing page, and a Connect-RPC backend, deployed to Cloudflare.

workflowmonorepoagents-mdmulti-agent
by NoahDuongMaster Jul 29, 2026 6/10
workflow Reddit

Audit Your CLAUDE.md Before Blaming Opus 5

A worked example of pointing Opus 5 at its own project CLAUDE.md and skills and asking it to audit them for unnecessary instructions: cut a 90-line CLAUDE.md by 40 lines, trimmed supporting docs, and flagged two skills as unneeded — after which the same task went from floundering for minutes to finishing in about one. Suggests that guardrails tuned for older models may now be actively hurting Opus 5.

workflowclaude-mdopus5prompt-engineering
by papabear556 Jul 29, 2026 6/10
app GitHub

yggdrasil: Portable Context-Economy Kit for Coding Agents

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

context-bridge: Comparing Three Approaches to Moving Context Between Claude Code, Codex, and Grok

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
skill GitHub

claude-roadmap-skill: Keeps ROADMAP.md Always Current

A Claude Code skill that maintains a ROADMAP.md with live priorities and a revision history, explaining changes as they happen rather than leaving the roadmap to go stale.

skillroadmapdocumentationproject-management
by code-katz Jul 29, 2026 6/10
hook GitHub

ballast: Hardening and Context-Survival Hooks for Claude Code

Hooks that block destructive commands, keep secrets out of the context window, and carry session state across a compaction event, so a long session doesn't lose track of what it was doing when Claude Code compacts its context.

hooksafetycompactionsecrets
by Bakr-1 Jul 29, 2026 7/10
workflow GitHub

agent-sdlc: Full-SDLC Pipeline From Idea to Reviewed PR

A pipeline for AI coding agents covering idea, acceptance criteria, architecture, tech stack, atomic plan, a readiness gate, test-first subagent build, and a reviewed PR. Installable as a Claude Code or Cursor plugin.

workflowsdlcpipelinetesting
by smarzban Jul 29, 2026 7/10
app GitHub

romp: Manages Multiple Claude Code Sessions

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
skill GitHub

svelte-edge: Production-Safe Skill for Svelte 5 and SvelteKit 2

A future-first, production-safe skill for writing modern Svelte 5 and SvelteKit 2 code with AI agents, keeping generated code aligned with current Svelte idioms instead of outdated patterns baked into model training data.

skillsveltesveltekitfrontend
by fifidayone Jul 29, 2026 6/10
app GitHub

claude-obsidian: Cowork With Claude Inside Your Obsidian Vault

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
skill Reddit

How Much of a Skill Catalog Should an Agent See Before Loading It?

A concrete look at the SKILL.md lazy-loading problem in the open-source OpenHarness agent SDK: every skill's name and description sits in the tool schema on every turn, so a large skill catalog still adds real token overhead even though full skill content only loads on demand. The author is weighing search-based skill discovery over exposing the whole catalog once it grows past a handful of entries.

skillskill-loadingcontextopen-harness
by mgfeller Jul 29, 2026 6/10
app Reddit

Agenta: Open-Source Claude Cowork Alternative With Swappable Harness and Model

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

fishbowl: Real-Time Living-Graph View of Agent Sessions

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

consult: Cross-Agent CLI for Delegated Work Without Context Leakage

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

trs: Token-Reducing Shell for AI Coding Agents

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
skill GitHub

TLDR: Verdict-First Output for AI Coding Agents

A tiny prompt and installer that makes an agent lead with its verdict/conclusion before the reasoning, across Claude Code, Codex, Gemini, Cursor, opencode, and 30+ other agents.

skilloutput-formatconciseness
by 0p9b Jul 29, 2026 6/10
app GitHub

ccpod: Run Claude Code Inside Docker With Portable Config

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
workflow GitHub

phase-skills: Phase-Driven Development Workflow as Drop-In Skills

Packages a phase-driven development workflow for Claude Code as drop-in skills: plan-before-code gates, per-phase tracking, worktree discipline, task decomposition, and an audit step between phases.

workflowphasesworktreeaudit
by awjackson2 Jul 29, 2026 7/10
MCP Reddit

Pullrun: Lightweight OCI Runtime With an MCP Server for Containers and VMs

A ~20MB OCI-compatible runtime that runs images as either runc containers or microVMs (Firecracker on Linux, Apple Silicon VMs on macOS) from the same image, with zero-copy content-addressed storage. Ships a native MCP server exposing 15 operations (run/stop/exec/list/logs/pull/build/push/compose) so Claude Code can start and control containers or VMs directly.

mcpcontainersmicrovmocisandboxing
by Pullrun Jul 29, 2026 8/10
skill GitHub

slow-powers: Eval-Backed Agent Skills

Agent skills for Claude Code, Codex, and OpenCode that are validated with evals rather than shipped on vibes, for developers skeptical of unverified skill claims.

skillevalsverification
by slowdini Jul 29, 2026 6/10
app Reddit

Glyphh: Desktop Agent Combining UI/UX With Provider and Model Slots

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
workflow GitHub

all-cli-council: Five Models, Four Vendors, Anonymous Cross-Ranking

Asks five models across four vendors the same hard question through the CLIs you already have (no API keys), has them anonymously rank each other's answers, then leaves the final call to you.

workflowmulti-modelcomparisonjudging
by developerjillur Jul 29, 2026 7/10
app GitHub

vetix: Automated Security Scanning for Claude Code Skills

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
skill GitHub

archivist: Canonical, Auto-Synced Claude Ecosystem Reference

A reference repo that auto-syncs Anthropic's official docs alongside curated team insights, paired with an ask-archivist skill for deterministic local lookup inside Claude Code instead of relying on model memory.

skilldocumentationreferencelookup
by coroboros Jul 29, 2026 7/10
workflow GitHub

trantor: Hub-World for Orchestrating Multi-Vendor Agent Crews

Orchestrates Claude Code, Codex, Gemini, Kimi, and DeepSeek as live crews through a plan-aware advisor, a Kanban/flow command center, a testing gate, and an economics brain (Scrooge) that tracks spend across the crew.

workflowmulti-agentorchestrationcost-tracking
by sashabogi Jul 29, 2026 7/10
skill GitHub

skillit: Generate SKILL.md From TypeScript API Docs

A TypeDoc plugin, CLI, and Docusaurus/VitePress integration that auto-generates SKILL.md files directly from a TypeScript library's API documentation, keeping agent-facing docs in sync with the actual API surface.

skilltypescripttypedocauto-generation
by pradeepmouli Jul 29, 2026 7/10
MCP GitHub

google-ads-mcp-plus: Official Google Ads MCP Plus a Safe Write Layer

Wraps the official read-only Google Ads MCP with a write layer for creating campaigns, paused by default and with dry-run mode, so an agent can draft campaign changes without accidentally spending ad budget.

mcpgoogle-adsmarketingdry-run
by monsieurgoodmood Jul 29, 2026 7/10
workflow GitHub

claude-jobhunt-agents: multi-agent job posting scorer

A Claude Code multi-agent workspace that turns a job posting into an evidence-based, scored analysis and ranked scoreboard, splitting judgment (LLM) from bookkeeping (code). A niche but concrete example of a structured multi-agent pipeline.

multi-agentjob-searchworkflow
by diz5 Jul 28, 2026 5/10
workflow Reddit

Use Fable as orchestrator/reviewer with Opus 5 as implementer

A prompting pattern where Fable is assigned as orchestrator, reviewer, and final approver of work, dispatching Opus 5 to implement while Fable adversarially reviews the output. Aimed at curbing Opus's tendency to make assumptions without reading full code context.

promptingorchestrationcode-review
by Brocsta876 Jul 28, 2026 6/10
hook GitHub

context-guardian: detects context-loss in Claude Code sessions

A tool that detects when a Claude Code session is losing context and nudges Claude to delegate or compact, rather than just displaying a passive dashboard. Addresses a common pain point of long sessions degrading in quality.

context-managementhooksession-health
by yash161004 Jul 28, 2026 7/10
skill GitHub

Novera-AI-pipeline: four-agent Specifier→Coder→Refactorer→Architect pipeline

An agent skill that turns a vague requirement into gate-verified code using Gherkin acceptance specs and quality gates on coverage, complexity, duplication, and mutation score, with automatic failure routing between four specialized agent roles. Includes a zero-dependency Python scaffolder, MIT licensed.

multi-agentquality-gatesskillpython
by whaojie797-design Jul 28, 2026 7/10
skill GitHub

claude-smart: turns corrections into reusable preferences and skills

A tool that converts corrections you give an agent into persistent preferences, project-specific skills, and shared skills, working across Claude Code, Codex, and OpenCode. Aims to make an agent learn from feedback instead of repeating the same mistakes.

skillspreferenceslearning
by ReflexioAI Jul 28, 2026 6/10
app GitHub

PaneForge: one window with a terminal pane per coding agent

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

Tokfuel: menu bar usage stats for Claude Code (macOS)

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
skill GitHub

vibe-code-efficiency: skill for repo-aware, non-duplicating agent edits

An agent skill for Claude Code, Codex, Cursor, and Gemini/Antigravity that has the agent understand a repo before changing it, so it avoids duplicating schema or dependencies and keeps performance-consistent code. A reasonable pre-edit-discipline pattern, if somewhat generic.

skillcode-qualityrepo-analysis
by tissueeeee Jul 28, 2026 5/10
app Reddit

NeatContext: save Claude Code conversations as reusable domain knowledge

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

claude-combo: VS Code QuickPick for Claude Code model + effort presets

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
MCP GitHub

db-mcp-gateway: self-hosted, audited read-only DB access for AI agents

A self-hosted MCP gateway that gives AI agents audited, SSO-gated, read-only database access without the agent ever holding a DB credential. Addresses a real security concern around giving coding agents direct database access.

mcpdatabasesecurity
by developerz-ai Jul 28, 2026 7/10
MCP GitHub

handoff: delegate tasks from Claude Code/Codex to DeepSeek

A tool that lets you delegate specific tasks to DeepSeek directly from within Claude Code or Codex sessions, enabling cheaper or model-diverse subtasking without leaving the session.

mcpmulti-modeldelegation
by dazuiba Jul 28, 2026 6/10
workflow GitHub

harness-sync: one config repo projected into every AI coding harness

A deterministic, idempotent, zero-LLM-token tool that projects a single config repo into multiple AI coding harnesses (Claude Code, Codex, Cursor, Gemini), keeping instructions/settings in sync across tools without needing an LLM to do the translation.

config-managementmulti-toolsync
by Dhi13man Jul 28, 2026 6/10
skill GitHub

lexigram-framework-skills: 14 skills for the Lexigram framework

A set of 14 AI agent skill files covering DI, async SQL, CQRS, caching, resilience, CLI code generation, and testing, targeted at the Lexigram framework but usable with any markdown-aware coding agent including Claude Code.

skillsframeworkbackend
by dbtinoy- Jul 28, 2026 5/10
app GitHub

vibe-deck-for-d200x: Stream Deck-style control panel for coding agents

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
MCP GitHub

Canvas: Visual MCP Server Bridging Claude Code Output to a tldraw Board

An MCP server plus tldraw/shadcn frontend that lets Claude Code or Codex push generated text, images, video, audio, and files onto a visual canvas as draggable components. A /canvas-pull command lets you select canvas items and pull them back into the agent conversation.

mcpcanvastldrawmultimodal
by Ye-Zayne Jul 28, 2026 7/10
app GitHub

Meowtch: Pixel-Cat Menu Bar Widget for Watching AI Coding Agents

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

OcHub: Native Desktop Control Center for AI Coding Tools

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

Orchestra: Parallel Claude Code Agents in Git Worktrees with Approval Gates

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
skill GitHub

Idempotent Markdown Section Merge Skill for Agents

A Claude Code/Codex agent skill that replaces or appends a Markdown section idempotently without corrupting code fences, using fence-aware heading scans and fixed-marker boundaries. Includes a tested reference implementation and an apply-twice-diff-zero verification recipe.

skillmarkdownidempotencydocumentation
by h8nc4y Jul 28, 2026 7/10
workflow GitHub

NFA-Spec: A Requirements Doc Template for Briefing Coding Agents

A structured requirements template (Nonfunctional, Functional, Agentic) meant to be written before a coding agent starts work, with a worked example and ready-to-use agent prompts to reduce ambiguity in agent-driven development.

workflowrequirementsspecagent-prompts
by arrrgr Jul 28, 2026 6/10
skill GitHub

Paper Tutor: 25-Command Academic Research Skill Suite for Chinese Researchers

A Claude Code/Codex skill suite guiding Chinese graduate students and researchers through the full academic pipeline -- topic selection, literature search, writing, review, and submission -- across 25 commands. Citations are verified against real API responses rather than the model's memory.

skillacademic-researchcitation-verificationchinese
by cabbage2000-lab Jul 28, 2026 7/10
workflow Reddit

Research Findings on Gate Design and Loop Limits for Agent Review Pipelines

A literature review (130+ sources) on adversarial review/critique gates in agent pipelines, finding flip rates of 17.5-97.3% under challenge, low intra-rater agreement on repeated runs, and accuracy loss after repeated refinement rounds. Recommends capping repair loops at 2-4 rounds, far below defaults like LangGraph's 1000.

workflowagent-pipelinesevaluationresearch
by aaddrick Jul 28, 2026 6/10
app GitHub

The Agency: Multi-Agent Command Center with 244 Skills and 200+ Agents

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
skill GitHub

Almagest Survey: Claude Skills for Automated Literature Surveys

A set of Claude skills that automate literature surveys by building verified source corpora, reporting honest metrics, using minimal figures, and producing a short PDF state-of-the-art report.

skillliterature-reviewresearchpdf-report
by DanieleMosh Jul 28, 2026 6/10
skill GitHub

OSS-Kit: Agent Skills for Open Source Maintainers

A curated set of agent skills aimed at open source project maintainers, though the repo description doesn't detail which specific maintainer tasks are covered.

skillopen-sourcemaintainers
by svyatov Jul 28, 2026 5/10
MCP GitHub

SEO Cartograph: MCP Server for Real-Data SEO Analysis

An MCP server (plus free skills) giving Claude real SEO data access -- site crawling, Google Search Console integration, rank tracking, internal linking analysis, technical audits, and content briefs/reports.

mcpseogoogle-search-consolereporting
by tom-ned Jul 28, 2026 6/10
app GitHub

HTML Anything: Agentic HTML Editor with 75 Skills Across 9 Output Surfaces

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
skill GitHub

SQL Server Performance Tuning Skills: 829 Checks Across 26 Skills

A large skill set for LLM-driven SQL Server performance tuning, covering T-SQL, execution plans, wait stats, deadlocks, Query Store, indexes, encryption, Always On AG, WSFC, error logs, memory, disk I/O, config drift, and migration readiness, backed by a remote MCP server on Cloudflare Workers.

skillmcpsql-serverperformance-tuning
by vanterx Jul 28, 2026 7/10
skill GitHub

AgentSkills: Large Community-Driven Library of SKILL.md Agent Skills

A community-maintained collection of Agent Skills (SKILL.md files with scripts, references, and examples) usable across Claude, Codex, Gemini CLI, Cursor, and similar tools, positioned as one of the largest such libraries.

skilllibrarycommunitymulti-tool
by JayRHa Jul 28, 2026 6/10
app GitHub

BossConsole: Native Multi-Threaded Operator Console for AI Coding Agents

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

Orichum: Project-Aware Multi-Model Harness with Account Routing

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

Juggler: macOS App to Cycle Through Idle Agentic Coding Sessions via Hotkeys

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
skill Reddit

Webcmd: turn any website into a CLI skill for Claude Code

Webcmd lets Claude explore a website once, then compiles the learned navigation into a named CLI command so future sessions get structured output instead of re-exploring the page. Installs as a Claude Code skill, supports named login profiles, and falls back through public endpoints, session cookies, and replayed requests before using a browser.

skillcliweb-scrapingautomation
by Opening-Profile6279 Jul 28, 2026 7/10
app GitHub

cc-atlas: offline analytics for Claude Code sessions and git history

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

Cerberus-term: GUI terminal multiplexer with phone/Telegram remote control

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

xacpx: control Claude Code, Codex, and Gemini sessions from chat apps

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
skill GitHub

hwpx: Claude Code skill for generating and editing Korean HWPX documents

An agent skill that reads, writes, and edits HWPX (.hwpx) files — the Hancom Office Hangul word processor format — and auto-converts Markdown, text, or URLs into HWPX documents. Fills a specific localization gap for Korean-language document workflows.

skillkoreandocument-generationhwpx
by imsebeom Jul 28, 2026 6/10
skill GitHub

Brand Agency Skill: full brand strategy engagements for AI agents

An Agent Skill for running large-scale brand strategy and identity work, structured as 10 evidence-backed research workstreams with iterative cross-team debate, producing 7 implementation-ready deliverables. Works across Claude Code, Codex, Cursor, and Copilot.

skillbrandingstrategyresearch
by simone-sestili Jul 28, 2026 6/10
skill GitHub

Prompt Engineering Skill: research-grounded prompt writing for LLMs

An Agent Skill that helps write prompts by matching techniques to the target model class and separating evidence-backed practices from folklore. Aimed at making prompt engineering more systematic rather than trial-and-error.

skillprompt-engineeringllm
by k-vaca Jul 28, 2026 5/10
hook Reddit

CommitLore: Git-native decision memory so Claude Code sees past rejections

CommitLore stores structured decision records (rejected alternatives, limits, warnings, unverified assumptions) in Git commit trailers and refs/notes, then surfaces them via an MCP tool or PreToolUse hook before Claude edits a path. MIT-licensed, keeps Git as the sole source of truth, and the author transparently walked back an unproven agent-behavior benchmark claim rather than overstating results.

hookmcpgitdecision-memory
by Monglong_korea Jul 28, 2026 8/10
app GitHub

cckeep: watchdog that re-arms dead Claude Code Remote Control sessions

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

claude-status: native macOS menu bar app for Claude usage limits

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

claude-hud: always-on-top widget for all your Claude Code sessions

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
skill GitHub

ux-motion-skills: production UX motion judgment skills for Claude Code

A set of Claude Code skills (motion-judgment, motion-guide, handoff, design-critique, ai-slop-detector, concept-gate) distilled from 11 years of production UX motion design work. Aims to give agents professional design judgment rather than generic 'make it nice' output.

skilldesignuxmotion
by kjooncho Jul 28, 2026 7/10
skill GitHub

flow-lean: a minimal, action-first output mode for Claude Code

A Claude Code output style that fuses caveman, ponytail, and 'i-have-adhd' modes into one rule set: minimal solution, action-first structure, zero-fat density. For users who want terser, less verbose agent responses.

output-styleverbositycommand
by FlorianBruniaux Jul 28, 2026 5/10
app GitHub

tokenbar: macOS menu bar app aggregating usage across 6 AI coding tools

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

limitlens: local-first quota intelligence for Codex and Claude

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
skill Reddit

Hierarchical Agent System: a Claude Code skill that designs its own agent teams

Given an objective, a central 'Designator' agent decides how many hierarchy levels a task needs, which specialist sub-agents to create, and which model tier each runs on, so cheap or local models handle most work and expensive models only make decisions that need to crystallize. A single mapping.json is the source of truth, read cheaply before each task so the design agent doesn't wake up unnecessarily.

skillmulti-agentcost-optimizationorchestration
by Aggravating_Bid1129 Jul 28, 2026 7/10
app Reddit

CrabDeck: reverse-engineered StreamDeck clone shows live Claude usage

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
command GitHub

cursor-plugin-cc: delegate coding tasks from Claude Code to Cursor's Composer

A plugin that lets you invoke the Cursor CLI from within Claude Code to hand off coding tasks to Composer 2.5+ and other Cursor models. Useful for workflows that want to route specific tasks to a different model/agent without leaving Claude Code.

integrationcursordelegationcli
by freema Jul 28, 2026 6/10
skill GitHub

seo-aeo-audit: evidence-first SEO and answer-engine audit skill

An audit skill covering ten tracks for both traditional search and AI answer engines, with every finding backed by an observation and every recommendation tiered into a prioritized change plan. Includes a dated Google update timeline, 59 growth plays, and 29 refuted SEO myths.

skillseoauditmarketing
by ssheleg Jul 28, 2026 6/10
app GitHub

claude-work-desk: file handoff between WSL Claude Code and Windows desktop

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

fig: live design feedback by marking up web pages or PDFs

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
skill GitHub

Interlinear: agent skill for reading technical papers with Chinese annotations

A Claude Code skill for reading technical papers that adds inline Chinese annotations, reader-adaptive explanations, and geometric intuition to help readers work through dense material. Niche but concrete use case for research reading workflows.

skillresearchtranslationpapers
by BladeDancer743 Jul 28, 2026 6/10
workflow GitHub

gcp-devkit: practical Google Cloud workflows for Claude Code

A set of Claude Code workflows covering common Google Cloud tasks: Terraform, Cloud Run, GKE, IAM, and Firestore. Gives Claude Code concrete, tested playbooks for GCP infrastructure work instead of ad hoc prompting.

workflowgcpterraforminfrastructure
by mohitkale Jul 28, 2026 6/10
app GitHub

SAGE: a passive, read-only observability judge for parallel Claude Code fleets

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
skill GitHub

manimgl-skill: Claude Code skill for 3Blue1Brown's original ManimGL

An agent skill specifically for ManimGL, the original 3Blue1Brown animation engine, as distinct from the more commonly supported Manim Community Edition. Fills a specific compatibility gap for people using the original library.

skillmanimanimationmath
by do-gongil Jul 28, 2026 6/10
hook Reddit

An open-sourced behavior layer for consistent Claude Code sessions

A .claude/ configuration layer with 18 skills, 4 agents, and 8 hooks designed to keep Claude Code's behavior consistent across sessions, on the premise that hooks enforce rules while written instructions merely drift. Hooks block risky commands like rm and git clean, fence each agent to its own directory, keep the main checkout unwritable so code only lands in worktrees, and provide a file-based ask/answer bus between blocked sessions.

hookconfigurationworkflowsafety
by Different-Sir7406 Jul 28, 2026 7/10
app GitHub

claude-reserve: Usage kill switch for Claude Code

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

claude-greenlight: attention monitor for Claude Code in WSL2/Docker

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

specola: pinned desktop panel for Claude Code sessions (Rust/Tauri)

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

stripgauge: Claude Code quota in the MacBook Touch Bar

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
hook GitHub

agent-watch-approve: remote approval system for AI coding agents

Pushes approval-request cards to your phone, watch, or PC via Feishu when Claude Code, Cursor, Codex, or other agents (9 supported) want to take risky actions. Lets you review and approve or deny agent actions remotely instead of staying at your desk.

approval-workflowremote-notificationspermissions
by yushimohuang Jul 28, 2026 6/10
skill GitHub

feynman-technique: an Agent Skill that explains like Richard Feynman

A Claude Code skill structuring explanations as mechanism-before-name with one honest analogy stating its limits, plus a difficulty ladder from kitchen-table to specialist level. Built from an ~88k-word corpus of primary-source material on Feynman's teaching style.

skillteachingexplanation
by guicortei Jul 28, 2026 7/10
workflow GitHub

fleet: supervise a multi-provider fleet of AI coding agents

Turns a coding agent into a supervisor coordinating workers across many providers at once, including Codex, Cursor, Copilot, Claude Code, Qwen, and Amp. Aimed at teams running several coding agents in parallel who want one control point.

multi-agentorchestrationfleet-management
by adam-N-singh Jul 28, 2026 5/10
skill GitHub

md-paper: Word-Markdown-Word revision workflow for academic manuscripts

A Claude Code skill workflow converting Word manuscripts to Markdown and back while preserving live Zotero citations and cross-references. Useful for academics editing papers with AI assistance without breaking their citation manager.

academic-writingzoteromarkdown
by pwya Jul 28, 2026 7/10
MCP GitHub

flux-kontext-mcp: Flux Kontext image generation MCP server

An MCP server exposing RunAPI's Flux Kontext image generation to Claude Code, Codex, Cursor, and VS Code, letting agents create generation tasks, poll for results, and check pricing across two model variants directly from a chat session.

mcpimage-generation
by runapi-ai Jul 28, 2026 6/10
workflow GitHub

super-ux: scenario-driven UX contract for AI coding agents

A Claude Code plugin defining UX as a contract of personas, jobs, flows, scenarios, and audits through a single /ux entry point, with a linter that flags when docs drift from actual code. Aimed at keeping AI-built UI consistent with intended user flows over time.

uxpluginlinter
by ssheleg Jul 28, 2026 7/10
MCP GitHub

synapse: Rust MCP/CLI server for local Docker, SSH, and ZFS workflows

An MCP and CLI server written in Rust giving coding agents controlled access to Docker/Compose, host inspection, SSH, logs, ZFS, and safe file operations on a local machine. Useful for agents that need to manage local infrastructure as part of a workflow.

mcpdockerinfrastructure
by dinglebear-ai Jul 28, 2026 7/10
skill GitHub

sheleg-design-skill: cinematic scroll-driven landing page design skill

A stack-agnostic Claude Code skill teaching agents a cinematic, scroll-driven design methodology for landing pages and hero sections, plus style packs for product UI. Positioned as a 'taste layer' of design judgment rather than a component library.

skilllanding-pagesdesign
by ssheleg Jul 28, 2026 7/10
workflow GitHub

ether: local-only spec-driven development harness with phase gates

A Claude Code harness enforcing spec-driven development through phase gates, TDD checks, and a learning log, making no network calls at all. Aimed at developers who want disciplined, offline spec-first workflows enforced rather than just suggested.

spec-driventddharness
by arayaroma Jul 28, 2026 7/10
workflow GitHub

herdr-agent-handoff: hand off a live agent session to another coding agent

A Herdr plugin that transfers an in-progress Claude Code (or other agent) session to a fresh session of a different installed coding agent, embedding the complete session transcript in the prompt rather than a summary. Avoids the information loss of manual handoff notes when switching tools mid-task.

session-handoffmulti-agentplugin
by sanirudh17 Jul 28, 2026 7/10
app GitHub

termcanvas: tmux-backed canvas for steering a fleet of coding agents

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
workflow GitHub

forge-claude-code: enterprise blueprint for Claude Code in regulated banking

A governance blueprint for running Claude Code securely in a regulated banking environment, based on a GlobalLogic/Barclays deployment using Windows VDI and AWS Bedrock. Useful reference for enterprises needing a compliant, auditable Claude Code rollout.

enterprisegovernanceaws-bedrock
by vikas0486 Jul 28, 2026 6/10
app GitHub

Overprint: a native macOS blogging app you talk to

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
workflow Reddit

Getting Claude Code running on old Macs (macOS Catalina 10.15)

A step-by-step workaround for installing Claude Code on a 2012 iMac running the unsupported macOS Catalina, using MacPorts to install an older Node.js build and pinning to Claude Code 2.1.112 to avoid dyld symbol errors. Useful for anyone stuck on pre-Ventura macOS who still wants to run Claude Code.

macoslegacy-hardwareinstallation
by bidutree Jul 28, 2026 6/10
skill GitHub

liustack: a lighter Superpowers alternative — four skills, one loop

A compact Claude Code skill set positioned as a lighter alternative to Superpowers, built around four skills covering a full working loop: shape it, code it, dig it, snapshot it. Aimed at people wanting a simpler skill stack than larger frameworks.

skillworkflow
by liustack Jul 28, 2026 6/10
skill GitHub

vishwakarma: 21 Claude Code skills for design judgment and accessibility

A set of 21 skills covering design judgment, colour, motion, accessibility, layout, and theming for coding agents, compatible with Claude Code, Cursor, Windsurf, Cline, and more. Aimed at giving agents structured design taste rather than just component templates.

skilldesignaccessibility
by yogvidwankhede Jul 28, 2026 6/10
workflow GitHub

Apple Pie: TUI harness driving Claude Code from ticket to reviewed PR

A TUI dashboard for Android teams that drives Claude Code through a Jira or markdown ticket end-to-end — plan, implement, verify on an emulator, and open a reviewed pull request — running parallel agents but never auto-merging. Gives teams a single view over multiple in-flight agent tasks with a human still gating the merge.

tuiandroidparallel-agents
by Apple-Pie-AI Jul 28, 2026 8/10
skill GitHub

claude-code-deep-review: 14-lens iterative code review methodology

A structured deep-review methodology for Claude Code that runs code through 14 distinct review lenses iteratively; the author reports it found 14 production bugs, including 2 ship-stoppers, on its first real use. Useful as a reusable review skill for catching issues a single-pass review misses.

code-reviewskillquality
by aksheyw Jul 28, 2026 8/10
app GitHub

context-bridge: keep Claude Code sessions warm across restarts

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: Open-Source Self-Hosted LLM Router for Claude Code

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
skill GitHub

Axle Keys Skills: Design Manufacturable Hardware with Claude

Free, open Claude skills that teach an AI agent to design real, manufacturable things using Axle Keys' engineering conventions. Aimed at hardware/mechanical design workflows rather than pure software.

skillhardwaremanufacturingdesign
by AxleKeys Jul 28, 2026 5/10
app GitHub

agentmaster: TUI Command Center for Claude Code, Codex, tmux and cmux Fleets

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
workflow GitHub

dev-method: Blast-Radius-Based Review Weight for Claude Code / Codex

A Claude Code / Codex development methodology plugin that scales review rigor to the 'blast radius' of a change rather than applying uniform process to every commit. Aimed at teams wanting lighter review overhead for low-risk changes.

workflowcode-reviewplugin
by mizulba-dev Jul 28, 2026 5/10
workflow GitHub

frappe-workflow: Claude Code Plugin for Frappe/ERPNext Development

A Claude Code plugin that orchestrates tasks from planning through deployment on Frappe/ERPNext projects without losing context. Targets teams building on the Frappe framework who want structured, context-aware agent workflows.

pluginerpnextfrappeworkflow
by mustafahasanain Jul 28, 2026 5/10
MCP Reddit

triss: Route Cheap Grunt Work to Kimi K3/GLM/DeepSeek, Keep Claude Code for Thinking

triss is a CLI and MCP server that offloads bulk file reads, web fetches, code review, and routine coding to cheap open models (now including Moonshot's Kimi K3) while reserving your Claude subscription for planning and review. It auto-detects provider plan types and now includes a disposable-worktree coding engine to avoid touching your working tree.

mcpcost-optimizationkimiglmmulti-model
by Proper-Mousse7182 Jul 28, 2026 6/10
skill GitHub

MailChannels Official Claude Code Plugin for Email Deliverability

Official MailChannels skills for Claude Code and Codex, giving agents direct access to MailChannels' email API/tools. Useful for teams already on MailChannels who want agent-driven email deliverability workflows.

pluginemailmailchannels
by mailchannels Jul 28, 2026 5/10
app GitHub

claudit: Self-Hosted Claude Code Usage Dashboard with TTL-Correct Cost Accounting

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
skill GitHub

dibble: Guardrails and Craft Checks for Coding Agents

A set of portable skills, Claude Code plugins, and zero-dependency CLI checks covering design tokens, supply-chain safety, evidence-backed writing, and UI verification for agent-tooling workflows. Aimed at teams wanting lightweight, dependency-free guardrails around agent output quality.

skillguardrailssupply-chainui-verification
by connordibble Jul 28, 2026 6/10
app GitHub

reinstate: Sync and Resume Coding-Agent Work Across Devices

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

AgenticLedger: Local-First Flight Recorder for AI Agent LLM & Tool Calls

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
workflow GitHub

beijixing: Zero-Trust Governance Framework for Agent Harnesses

An enterprise-oriented zero-trust governance framework for agent harnesses covering unified admission control, task-level least-privilege authorization, evidence verification, budgets, approvals, auditing, revocation, and rollback. Aimed at organizations that need compliance-grade controls around autonomous coding agents.

governancezero-trustsecurityenterprise
by Brian-dai694 Jul 28, 2026 6/10
skill GitHub

HackerNews-Brief: Personalized Hacker News Digests Inside Claude Code

A zero-dependency tool that generates personalized Hacker News briefs inside Claude Code, learning your interests from what you click over time. A lightweight way to get a curated tech news feed without leaving your terminal.

skillnewspersonalization
by ArchitektApx Jul 28, 2026 6/10
MCP Reddit

agent-mesh: MCP Server Letting Claude Code Talk to Codex, Gemini, Grok, and Others

An MCP server that lets one coding agent discover other installed agents (Codex, opencode, Gemini, Grok, experimental Cursor), open or join their sessions, send them prompts, read responses, and track token usage/cost. Solves the problem of isolated agent sessions when using multiple CLI tools side by side.

mcpmulti-agentcross-toolorchestration
by WarningOut_OfMinD Jul 28, 2026 7/10
workflow GitHub

joycraft: CLI/Plugin to Scaffold and Upgrade AI Development Harnesses

A CLI and Claude Code plugin that scaffolds and upgrades AI development harnesses, spanning everything from casual vibe coding to autonomous spec-driven development. Aimed at teams standardizing how their agent tooling is set up.

clipluginscaffoldingworkflow
by maksutovic Jul 28, 2026 5/10
skill GitHub

socialforge: Agency-Grade Social Media Production Plugin with AI Image/Video and C2PA Signing

An open-source social media production plugin with 16 skills and 25 commands covering AI image (Nano Banana Pro) and video (Kling v3.0 Pro) generation, plus C2PA content-provenance signing for EU AI Act Article 50 compliance. Installs across Claude Code, Codex, Cursor, Copilot CLI, and more.

skillsocial-mediacontent-generationcompliance
by indranilbanerjee Jul 28, 2026 6/10
MCP GitHub

electron-stagewright: Drive Electron Apps the Way Playwright Drives Browsers

An MCP server that gives AI agents Playwright-style control over Electron desktop apps, filling a gap where browser-automation tools don't reach. Useful for testing or automating Electron-based applications with Claude Code.

mcpelectronautomationtesting
by electron-stagewright Jul 28, 2026 7/10
MCP GitHub

chrome-agent: Turn Web Pages into Structured Records for AI Agents (Single Rust Binary)

A 3MB Rust binary that converts web pages into structured records for AI agents using accessibility-tree snapshots with stable UIDs, bot-detection patches, and your real Chrome logins — no Node, API key, or cloud dependency. A lightweight alternative to browser-automation MCP servers.

browser-automationrustaccessibility-treelocal-first
by sderosiaux Jul 28, 2026 7/10
workflow GitHub

armory-fleet: Subagent Orchestrator for the pi Coding Agent

The armory suite's cross-harness subagent orchestrator for the 'pi' coding agent, where every spawned agent is armory-native by default. Extends the armory skills ecosystem into fleet-style multi-agent orchestration.

orchestrationmulti-agentcross-harness
by getpipher Jul 28, 2026 5/10
app GitHub

officebot: Live Pixel-Art Office Dashboard Driven by Claude Code Session Events

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
skill GitHub

Praxis: 16-Skill Methodology Library for Disciplined AI-Driven Development

A Claude Code skill methodology library establishing rules for AI-driven development: seven-layer documentation governance, adversarial review, and a task-control triad, plus skills for legacy-code archaeology and construction blueprints. Aimed at keeping AI-written code fast without losing control.

skillgovernancecode-reviewdocumentation
by BackToCimaCoppi Jul 28, 2026 6/10
skill GitHub

god-of-the-void: A Claude Code Skill with Persistent Memory, Semantic Search, and a Local Dashboard

A heavily built-out Claude Code skill offering persistent cross-session memory, near-zero-token semantic search, an 'errarium' that flags repeated mistakes before you make them again, caged autonomy controls, and a local dashboard — organized into 16 'organs' and 54 commands, with 1,650 tests and zero dependencies.

skillmemorysemantic-searchdashboard
by CHAOSX-SPACE Jul 28, 2026 6/10
skill Reddit

itr-wala: Claude Code Skill That Prepares Indian Tax Returns with Deterministic Python Math

A free, MIT-licensed Claude Code skill for filing Indian income tax returns (AY 2026-27): Claude reads your Form 16/AIS/broker statements and interviews you for deductions, but every calculation — both tax regimes, capital gains, surcharge marginal relief, interest, and loss set-off — runs in tested, deterministic stdlib Python rather than the model. Backed by 47 golden tests and a 350,000-run property fuzzer that caught real rounding and marginal-relief bugs before release, and it explicitly refuses cases outside its scope (NRI, F&O, audits) and never touches your portal password or submit button.

skilltaxindiadeterministic-computation
by karanb192 Jul 28, 2026 8/10
skill Reddit

Auto Memory System: A Scheduled Task That Teaches Claude Code to Remember Things on Its Own

A Windows scheduled task that runs Claude Code every morning to scan the prior day's session files and write anything worth keeping into a persistent memory directory, with no manual 'remember this' prompts required. Guardrails prevent emotional content, fabrications, and deletions; five days of real use produced six new memories with zero duplicates.

skillmemoryautomationscheduled-task
by ZingLam0924 Jul 28, 2026 6/10
app GitHub

OpenEval: Free Local-First Evaluation Dashboard for Agent CLIs

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
workflow GitHub

taskcrew: Turn a Backlog.md Board into an Unattended Multi-Agent Dev Pipeline

taskcrew converts a Backlog.md task board into a fully unattended multi-agent development pipeline that runs on your own Claude subscription. Aimed at teams wanting continuous, ticket-driven agent work without per-task manual kickoff.

workflowautomationbacklogmulti-agent
by Spritech-Lab Jul 28, 2026 6/10
skill GitHub

vibe-ship: Turn Any Codebase into a Hardened, Deployable App in One Pass

A Claude Code / Claude.ai skill that makes any codebase deployable via `docker compose up` and shippable through CI/CD, generating hardened defaults in a single pass. Aimed at closing the gap between 'it runs locally' and 'it's actually deployable.'

skilldeploymentdockerci-cd
by sudais-khalid Jul 28, 2026 6/10
skill GitHub

van-rental-search: Claude Code Skill for Vancouver Rental Search

A Claude Code skill that searches vanpeople and vansky rental platforms for Vancouver listings, filtering by city, bedrooms, price, and facilities. It deduplicates results, classifies units as above-ground, and exports contact lists as Markdown or HTML. A concrete example of building a domain-specific search skill with structured output.

skillsearchreal-estatevancouvermarkdownhtml
by gaoxiaowei2117 Jul 27, 2026 5/10
skill GitHub

skill-adherencia-reglas: Measure Claude Code Agent Rule Compliance

An installable Claude Code skill that reads session history from disk and computes a compliance percentage per configured rule — no network, no dependencies beyond the standard library. Helps you quantify how reliably your Claude Code agent follows the rules defined in CLAUDE.md or other instruction files. Useful for debugging agent drift in long sessions.

skillcompliancerulesCLAUDE.mdsession-analysisaudit
by jleonceo Jul 27, 2026 8/10
workflow GitHub

Safe-Vibe-Coding: Field Guide to Directing LLM Coding Agents Safely

A practical guide covering repo setup, agent guidance techniques, and AI-assisted auditing for working safely with LLM coding agents like Claude Code. Goes beyond "just prompt better" to address repository hygiene, constraint-setting, and how to use the agent itself to audit its own work. Aimed at developers who want to maintain quality and security while using agentic coding tools.

safetybest-practicesguideauditingrepo-setupagentic-coding
by Frostbite1536 Jul 27, 2026 8/10
app Reddit

Origami: Workspace Manager for Claude Code Agents — 3-Month Update

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

Claude Code Pixel Board: Hardware Status Display for Agent Sessions

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
MCP GitHub

Brainbase MCP: Official MCP Server with Operating Skill

The official Brainbase MCP server supports any compatible MCP client and ships with optional client packages and an operating skill for Claude Code. It connects Claude Code agents to Brainbase's AI workflow platform for building and deploying AI workers. A structured integration point for teams using Brainbase as their AI operations layer.

mcpbrainbaseintegrationskillai-workers
by BrainbaseHQ Jul 27, 2026 7/10
workflow GitHub

playmaker: Run Claude Code, Codex, and Antigravity as Parallel Sub-agents

playmaker is a CLI that acts as a playing-coach orchestrator, spinning up Claude Code, Codex, and Antigravity as simultaneous sub-agents to distribute work across separate API quotas. Useful for power users who want to maximize throughput by running multiple AI coding engines in parallel on the same task.

parallelsub-agentscodexcliorchestrationquota
by vladsafedev Jul 27, 2026 6/10
app GitHub

token-record: Desktop Floating Widget for Claude Code Token Usage

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
skill GitHub

awwwards-skill: Claude Code Skill Encoding the Awwwards Design Rubric

A Claude Code skill that encodes the Awwwards judging rubric (Design 40 / Usability 30 / Creativity 20 / Content 10) as an 8-phase build method with 16 curated references, working templates, and a runnable real-browser audit step. Designed to systematically raise the quality bar of AI-generated web UIs against a professional design scoring system.

designuiwebskillauditawwwards
by SandroHub013 Jul 27, 2026 7/10
workflow GitHub

pipeline_worker: Automated Git-Worktree Workflow with Claude Code and CI Auto-Fix

pipeline_worker captures developer intent from git diffs using Claude Code or GitHub Copilot CLI, then automatically runs build/lint/test, opens GitLab MRs or GitHub PRs, and re-invokes the agent to fix any failing pipelines. It wraps the full change → review → fix cycle in a single automated worktree-based workflow. Useful for teams wanting AI-assisted CI/CD with minimal manual intervention.

git-worktreeci-cdautomationgithubgitlabworkflow
by MohanTn Jul 27, 2026 8/10
workflow GitHub

CrowdControl: Orchestrate Claude Code Instances in Parallel from Elixir

CrowdControl is an Elixir-based CLI that runs many Claude Code or Open Code CLI instances simultaneously as coordinated agents. It lets you fan out work across multiple agent processes from a single controller, useful for parallelizing large codebases or multi-repo tasks. Built for teams who want Elixir's concurrency model driving their AI coding fleet.

orchestrationelixirparallelmulti-agentcli
by nyo16 Jul 27, 2026 8/10
app Reddit

yt-transcript: One-Command YouTube Caption Grabber for Claude Sessions

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

Pilot Protocol: Self-Assembling Agent Discovery Network

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
skill GitHub

PRD-First Multi-Model Agent Skills for Claude, Gemini, and Codex

A portable set of agent skills that start from a Product Requirements Document and propagate architecture and design-system context throughout the development process. Works across Claude, Gemini, and OpenAI Codex with verified multi-model development support.

skillsprdmulti-modelarchitecturedesign-system
by Cartograf666 Jul 27, 2026 6/10
skill GitHub

46 Tested DevOps, Security, and Engineering Skills for Claude Code

A large, maintained collection of 46 Claude Code skills covering DevOps, security, infrastructure, and software engineering. Skills are quality-controlled through lint/spec checks, behavioral test coverage, and a Karpathy-style autoresearch loop — one of the most systematically tested skill packs available.

skillsdevopssecurityinfrastructuretesting
by iuliandita Jul 27, 2026 7/10
app GitHub

NotchDeck: Native macOS Notch Workspace for Claude Code Sessions

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
workflow Reddit

Build Verification Gates Before Features: The Real AI Productivity Unlock

A practitioner's account of spending two weeks building verification infrastructure — failing builds, guards against destructive commands, tests for those checks — before shipping any user-visible features. The insight: productivity gain is a step function that arrives after the setup, not a gradual ramp, because the bottleneck shifts to verification. Recommends treating that setup time as planned work, not overhead.

workflowverificationtestingciproductivitybest-practices
by thebvg Jul 27, 2026 8/10
app GitHub

cogwait: Earn Revenue from Claude Code's Thinking Pauses via Sponsor Lines

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
workflow GitHub

Team: Drive Features from Idea to PR with a Squad of Claude Code Agents

A workflow tool for orchestrating multiple Claude Code agents as a team to take a feature from concept through implementation and pull request. Each agent has a defined role, enabling parallel and coordinated work on complex features.

multi-agentorchestrationworkflowfeature-developmentpr
by bostonaholic Jul 27, 2026 7/10
skill GitHub

29 Drop-In Claude Code Skills: Model Routing, Debugging, and Laws of Software

A curated set of 29 skills covering cost-tier model routing, debugging patterns (rubber-duck, test-first bugfix, trust-but-verify), and 24 software-law reference skills. Installs with a single npx command. Practical and opinionated about when to use each model tier.

skillsmodel-routingdebuggingsoftware-lawsnpx
by The-Artificer-of-Ciphers-LLC Jul 27, 2026 7/10
app Reddit

Generative IDE: Zero-Cost Local Autocomplete Plus Cloud AI on Demand

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

Claude Code + Google Sheets: Build a Personal Habit Tracking App Suite Without Code

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

spielwirbel: Board Game Manager with Voting and Ratings Built by Claude

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
skill GitHub

Bangers: Nine Skills for Cross-Platform Social Media Content Creation

A social media content studio built on the playbooks of popular creator-educators like Matt Pocock, Theo, and ThePrimeagen. Nine skills turn a single idea into platform-specific content across multiple channels. Opinionated about voice and format.

skillssocial-mediacontenttwittercreators
by Jeff-Kazzee Jul 27, 2026 6/10
skill GitHub

bs-check: Two-Lane Confidence Audit Skill for Claude Code

A skill that runs two parallel verification lanes: a reasoning audit (checking premise, approach, and fresh thinking) and a claim-verification pipeline that passes or blocks each assertion through context-isolated judges. Designed to catch overconfident or unsupported claims before they reach your codebase.

skillsverificationconfidenceauditclaims
by GemSpecter Jul 27, 2026 7/10
skill GitHub

Multi-Agent System Architect: Design, Build, Audit, and Port Agent Systems

An agent skill that first questions whether an agentic system is needed at all, then walks through design, construction, auditing, verification, and porting across frameworks. Covers the full lifecycle from simple workflows to governed agent teams, with sanity checks at each stage.

skillsmulti-agentarchitectureauditagent-design
by ingcontartese-netizen Jul 27, 2026 7/10
skill GitHub

Autonomy: Issue-to-Clean-PR Skill with Self-Review and CI Monitoring Loop

A Claude Code skill that takes a GitHub issue and drives it all the way to a clean pull request: plan, validate, implement, self-review, ship, then monitor CI and review feedback and iterate until the PR passes. Designed to operate unattended while maintaining a high quality bar.

skillsgithubprciautonomousissue-driven
by jakozloski Jul 27, 2026 8/10
MCP GitHub

Claude Organizer: Jira-Like Sprint Management MCP for AI Agents

An MCP server that exposes sprint, card, and doc management to AI agents so they can plan, execute, and track their own development work. Purpose-built for AI agent workflows where the agent itself reads and updates its own task board via MCP tools.

mcpproject-managementsprintcardsagent-self-management
by fmilioni Jul 27, 2026 7/10
workflow GitHub

Swarms: Enterprise-Grade Multi-Agent Orchestration Framework

A Python framework for building production multi-agent systems with routing, memory, and coordination built in. Aims to be the enterprise standard for agent orchestration, with a hosted platform at swarms.ai. Supports a broad ecosystem of agent architectures.

multi-agentorchestrationpythonenterpriseframework
by kyegomez Jul 27, 2026 6/10
workflow GitHub

Opus Rail: Opus 4.8 Orchestrates, Opus 5 Executes

A Claude Code orchestration pattern where Opus 4.8 acts as the driver/planner and Opus 5 handles implementation work. Enforcement is hook-based or skill-based, with adversarial review between the two agents. Exploits the cost and capability differences between the two model tiers.

workfloworchestrationmulti-modelopushooks
by TigerGTC Jul 27, 2026 7/10
MCP GitHub

Ellmos CodeCommander: 17-Tool MCP Server for Code Analysis and Dev Utilities

A developer-focused MCP server providing 17 tools covering code analysis, JSON repair, import management, Markdown export, diffs, and regex testing. Broad utility for everyday coding workflows accessible directly from Claude Code without leaving the terminal.

mcpcode-analysisjsondiffregexdeveloper-tools
by ellmos-ai Jul 27, 2026 7/10
skill GitHub

Resume Skills: Offline Context Migration Across 9 Agent Sources and 9 Hosts

Skills for migrating session context between 9 different coding-agent sources (Claude Code, Codex, Cursor, etc.) and 9 target host environments — 81 source/dest combinations in total. Uses only stdlib, no dependencies. Generates a static context handoff artifact for the next session rather than a live restore.

skillscontextmigrationsessionmulti-agent
by ImL1s Jul 27, 2026 6/10
app GitHub

ccvm: Run Claude Code in an Ephemeral RAM-Only NixOS MicroVM with Network Lockdown

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
workflow GitHub

Agent Machines: Control Plane for Persistent Agent Workers with Runtime Routing

A platform inspired by OpenRouter that provides routing and sandbox environments for persistent agent workers. Supports specialist presets and fleet supervision. Provision configurations and route runtime substrates for your agent fleet.

orchestrationroutingagent-fleetsandboxcontrol-plane
by Kevin-Liu-01 Jul 27, 2026 6/10
app GitHub

BMO Plugin: Adventure Time CLI Companion with Persistent Memory and Skills

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
MCP GitHub

Chili Piper Official MCP Skills for Meeting Diagnostics and Routing Audits

Official Chili Piper skills and GPT configurations for their MCP server. Includes tools for meeting diagnostics, routing audits, no-show analysis, availability checks, and user onboarding/offboarding. Tailored for revenue operations teams using the Chili Piper platform.

mcpchili-pipermeetingsrevopsrouting
by Chili-Piper Jul 27, 2026 5/10
skill GitHub

7 UX and Product Design Skills for Claude Code

A set of 7 skills covering UX research, product design, and user experience work in Claude Code sessions. Provides structured approaches to design tasks that would otherwise require custom prompting each time.

skillsuxproduct-designuiresearch
by JoaoMonteiro100 Jul 27, 2026 6/10
app Reddit

Rusted Claude Meter: Cross-Platform Usage Stats App in Tauri and Rust

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

Claude Usage Statusline: Daily Spend, Limit Meters, and Reset Countdowns

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
skill GitHub

Open Skills: Readable Agent Skills with Declarative YON Protocol Validation

A personal, field-tested skill pack prioritizing human readability. Skills optionally include declarative YON (yes/or/no) protocol specifications that can be inspected and validated independently. Prioritizes transparency and auditability over magic.

skillsreadablevalidationprotocolopen-source
by allemaar Jul 27, 2026 6/10
app GitHub

Lodestone: Cache Monitoring, Context Handoffs, and Account Switching for Claude Code

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

claude-queue: Type Your Next Instruction While the Current One Is Still Running

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
skill GitHub

Twitr Skills: Pay-Per-Call X/Twitter API for AI Agents via USDC Wallet

Agent skills for twitr.sh, a pay-per-call X/Twitter API service for AI agents. No developer API key required — a USDC wallet pays per call. Enables Claude Code agents to query Twitter data on a usage basis without a developer account.

skillstwitterxapicryptousdc
by lnvestor Jul 27, 2026 5/10
skill GitHub

Headless GTM: Full Outbound Sales Chain as Claude Code and Codex Skills

A set of skills implementing the complete go-to-market outbound pipeline — discover, qualify, extract, signal, judge, resolve — directly on raw vendor APIs with no SaaS layer. Designed for teams that want full control over their prospecting stack without paying for middleware.

skillsgtmsalesoutboundcrmb2b
by Zevenue Jul 27, 2026 5/10
skill GitHub

Research Agent Pitfalls: Standing Rules to Keep AI Research Agents Honest

A Claude Code skill that installs standing rules guarding against common AI research agent failure modes: reward hacking, fabricating results after failed runs, data leakage, undertuned baselines, single-seed claims, LLM-judge bias, and premature completion. Applies to Claude Code, Codex, and Cursor.

skillsresearchintegritysafetyanti-hallucinationscience
by jackiectl Jul 27, 2026 7/10
skill GitHub

open-claude-all: Claude Code Skills and Hooks for Clean PRs and Impact Pre-Verification

Claude Code skills and hooks focused on shipping clean PRs and pre-verifying the impact of changes on existing code. Covers PR quality gates, Kotlin/JVM Spring, React/Next.js, and NestJS stacks. Useful for multi-stack teams who want consistent PR quality across different tech stacks.

skillshooksPRscode-reviewmulti-stack
by BK202503 Jul 27, 2026 7/10
app GitHub

claude-supertool: Batched File Operations for Autonomous Claude Code Runs

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
workflow GitHub

cm-workflow: Codex-Native Spec-Driven AI Agent Workflow With Claude Code Support

A spec-driven AI agent workflow that is Codex-native but Claude Code compatible. Includes independent review, QA, fixes, and refactor stages. Provides a structured pipeline for moving from specification to reviewed, QA-passed code across multiple agents.

workflowspec-drivenQACodexreview
by kingxiaozhe Jul 27, 2026 6/10
skill GitHub

DeepPaperNote: Agent Skill for Deep-Reading Papers and Generating Obsidian Research Notes

An agent skill that deep-reads a single research paper and generates high-quality Obsidian-style research notes from it. Works with Claude Code, Codex, Cursor, Copilot, and Gemini CLI. Useful for researchers and academics who want structured, reusable notes from paper reading sessions.

researchObsidiannotesacademicskill
by 917Dhj Jul 27, 2026 6/10
app GitHub

clearshot: Stream Structured Screenshot Intelligence Into AI Coding Tools

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
skill GitHub

stylewright: Anti-Slop Writing Skills for Claude Code and Codex

Writing skills for Claude Code, Claude Cowork, and Codex grounded in real style standards rather than generic LLM defaults. Designed to produce technical writing that reads as deliberate and human rather than AI-generated. Install as any standard agent skill.

writingstyleskillsqualityanti-slop
by rookslog Jul 27, 2026 6/10
skill GitHub

Generative-Media-Skills: Multi-Modal Image, Video, and Audio Generation for Claude Code

A multi-modal generative media skill pack for Claude Code, Cursor, and Gemini CLI that enables high-quality image, video, and audio generation from within coding agent sessions. Useful for building media-rich applications or generating assets during development.

image-generationvideoaudiomulti-modalskills
by SamurAIGPT Jul 27, 2026 6/10
workflow GitHub

claude-code-marketplace-manager: Manage Claude Code Plugin Marketplaces With GitHub Actions

A GitHub Actions-based tool for managing Claude Code plugin marketplace catalogs. Automates publishing, versioning, and maintenance of skill marketplaces so teams can share and distribute skills via GitHub. Useful for organizations building internal Claude Code skill registries.

marketplaceGitHub Actionspluginsdistributionskills
by spencerbeggs Jul 27, 2026 6/10
app GitHub

context-forge: Auto Harness Engineering Meta-Repo for Claude Code and Other Agents

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

prompt-warrior: Gamified Character Sheet for Your AI Coding Session Logs

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
skill GitHub

lit-review-agent-tools: 70+ Open-Source Tools for AI-Assisted Literature Review

A curated catalog of 70+ open-source AI agent tools for academic literature review, organized across 11 categories including Claude Code skills, deep research, MCP servers, PDF parsing, and systematic review. A comprehensive starting point for researchers using AI coding tools for literature work.

academicliterature-reviewMCPresearchskills
by brycewang-stanford Jul 27, 2026 6/10
skill GitHub

book-writing-skill: Claude Code Skill That Turns a Drafts Folder Into a Produced Book

A Claude Code skill that takes a folder of draft content and produces a complete book: structural blueprint, hand-paginated chapters, and a verified PDF. Automates the book production pipeline from rough drafts to finished output without a dedicated publishing workflow tool.

writingbookPDFpublishingskill
by swiftugandan Jul 27, 2026 6/10
skill GitHub

marketing-skills: 100 Open-Source Claude Code Skills for SEO, Content, and GEO

A collection of 100 markdown skill files across 9 categories covering SEO, content creation, and Generative Engine Optimization (GEO) for Claude Code, Cursor, and compatible tools. GEO focuses on optimizing content for AI-generated search responses rather than traditional search engines.

marketingSEOGEOcontentskills
by dahiyaakshay Jul 27, 2026 6/10
workflow GitHub

wayworks: AI-Assisted Development Workflow With Obsidian and Linear Integration

An open-source development workflow framework with Claude Code plugins that integrates second-brain (Obsidian) note-taking and issue tracking (Linear) into AI development sessions. Connects your knowledge base and task tracker directly to Claude Code sessions.

workflowObsidianLinearintegrationproductivity
by SilviaAre95 Jul 27, 2026 6/10
app GitHub

ttdash: Local-First Dashboard and CLI for AI Coding Tool Token Usage

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
workflow GitHub

openthought: Strategic Intent Layer for Solo Builders Using AI Agents

A framework for maintaining strategic coherence when building with AI agents. Uses a markdown intent graph and coherence checker backed by Claude Code skills to keep agent sessions aligned with high-level product goals rather than drifting into tactical implementation details.

strategyintentcoherenceworkflowskills
by ChindanaiNaKub Jul 27, 2026 6/10
skill GitHub

engineering-diagram-toolkit: AI-Powered Architecture Diagrams for Claude Code and Codex

A skill that generates evidence-grounded software architecture diagrams from actual codebases using Claude Code and Codex. Covers features, data flows, patterns, system design, and engineering decisions. Diagrams are grounded in real code rather than hallucinated from documentation.

architecturediagramsdocumentationskillCodex
by amirtaherkhani Jul 27, 2026 6/10
app GitHub

agentswing: Black-Box QA for AI Agents via Real Multi-Turn Conversations

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
skill GitHub

docforge: Claude Code Skill to Generate Documentation From Source Code

A simple Claude Code skill that reads your source code and generates structured documentation from it. Install as a plugin and invoke to produce documentation for your codebase. Straightforward automation for the documentation task most developers put off.

documentationskillautomationcode-docs
by jonaskahn Jul 27, 2026 6/10
app GitHub

clauncher: Claude CLI Launcher With Saved Model, Mode, and Effort Presets

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
skill GitHub

design-lagann: Design Agent Skill for Claude Code, Codex, and Cursor

A design agent skill that plans first, finds visual references, builds intentional interfaces with considered motion design, and proves the result. Targets the gap in AI coding tools where generated UIs work functionally but lack deliberate design decisions.

designUIskillmotioninterfaces
by Oldiiik Jul 27, 2026 6/10
workflow GitHub

arc-kit: Enterprise Architecture Governance Harness for AI Coding Assistants

A harness for enterprise architecture governance using AI coding assistants. Covers strategy, architecture, delivery, and assurance workflows with Claude Code and similar tools. Designed for organizations applying Wardley Mapping and structured architecture thinking with AI assistance.

enterprisearchitecturegovernanceworkflowstrategy
by tractorjuice Jul 27, 2026 6/10
workflow GitHub

macbook-24x7-agents: Keep AI Agents Running 24/7 on a MacBook With Lid Closed

A set of fully reversible macOS settings and instructions for keeping a MacBook awake with the display off and lid closed for 24/7 AI agent operation. No third-party tools required — just native macOS power management settings. All changes can be undone cleanly.

macOSautomation24x7backgroundsetup
by apoorvdarshan Jul 27, 2026 6/10
MCP GitHub

xuunity-mcp: Lightweight Unity MCP Server for Safe Unity Editor Automation

A lightweight MCP server that exposes Unity Editor automation capabilities to AI coding agents. Designed with safety in mind, allowing agents like Claude Code to manipulate Unity projects without risking editor instability. Useful for game developers integrating AI coding into Unity workflows.

UnityMCPgame-devautomationeditor
by FoxsterDev Jul 27, 2026 6/10
skill GitHub

claude-code-optimizer: Skills, Rules, Hooks, and Templates to Cut Token Use

A curated collection of skills, rules, hooks, and templates specifically designed to reduce token consumption and accelerate shipping with Claude Code. Bundles optimization techniques from the community into an installable package targeting developers who want faster and cheaper Claude Code sessions.

tokensoptimizationskillshookstemplates
by pupillary-rosewater603 Jul 27, 2026 7/10
app GitHub

midden: Resolve, Audit, Visualize, and Clean Coding Agent Context and State

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

claude-cursor-proxy: Connect Claude Code to Cursor via Anthropic-Compatible Proxy

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

sextant: Health-Aware Codebase Intelligence for Coding Agents

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
MCP GitHub

agent-mcp-hub: One MCP Server That Bridges Codex, Cursor, OpenCode, and Claude Code

A single MCP server that acts as a bridge between different AI coding agent clients — Codex, Cursor, OpenCode, and Claude Code — and any MCP client. Lets you expose tools once and use them across all your agents, reducing MCP configuration duplication across environments.

MCPbridgemulti-agentCodexintegration
by blackaxgit Jul 27, 2026 7/10
app GitHub

burndown: macOS Menu Bar App Tracking Claude Session and Weekly Usage Limits

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
MCP GitHub

design-lab: Personal Brand-Taste Memory for Claude Code via Local MCP

Captures designs you like, stores them in a local MCP sidecar, and uses them to generate frontends matching your accumulated aesthetic taste. The /design skill generates UI in your brand-scoped style with approval-gated distillation. Includes NEVER rules to block patterns you dislike.

designMCPmemoryUItaste
by zhenheco Jul 27, 2026 7/10
MCP GitHub

memory-arbiter-mcp: Shared Memory Layer for All AI Coding Tools via Local SQLite

Provides a single local SQLite database as a shared memory layer across multiple AI coding tools. Every tool reads from the same verified facts, preventing conflicting beliefs between Claude Code, Cursor, and Codex in the same project. Local-first, zero cloud dependencies.

memoryMCPSQLiteshared-statemulti-tool
by billy12151 Jul 27, 2026 7/10
workflow GitHub

tierdecay: Self-Distilling Model Router for AI Coding CLIs

Solves each problem class once at the expensive model tier, then captures the solution pattern in markdown so future identical problems run cheaply. Acts as a self-improving cost optimizer: first run uses the expensive model, subsequent runs of the same class use cheaper alternatives. Just markdown, no proxy required.

costroutingmodelsoptimizationmarkdown
by alebgl77 Jul 27, 2026 7/10
app GitHub

work-atlas: Reconstruct Your Actual Claude Code Session History Into One View

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
workflow GitHub

ssm: Structured Context and Task Management for Claude Code Across Sessions

Prevents context loss during compaction by maintaining a structured context and task management system for Claude Code. Enables efficient multi-session workflows by persisting the agent's understanding of current state, open tasks, and project decisions across context resets. Addresses Claude forgetting what it was doing mid-project.

contextcompactionsessionstasksmemory
by BrianMburu Jul 27, 2026 7/10
app GitHub

cursor-bridge: Run Claude Code on Your Cursor Subscription

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

unrot: Lint AI Agent Config Files Including CLAUDE.md and MCP Configs

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
skill GitHub

sitesmith: Coding Agent Skill for Building Non-Generic-Looking Websites

A skill that routes website-building tasks through a mode-specific workflow, enforces a 12-step build loop, and actually renders and measures the result instead of stopping at the code. Designed to prevent the generic AI-generated website look by embedding quality gates into the build process.

webdesignskillsworkflowquality
by byensitmagnus Jul 27, 2026 7/10
MCP GitHub

preloop: Open-Source AI Agent Control Plane With MCP Firewall and Budgets

A self-hosted control plane for AI agents that provides an MCP firewall, model gateway with per-agent budgets, human approval gates, runtime observability, and audit trails. Lets teams govern what tools and models their agents can access, with full audit logging of all agent actions.

control-planeMCPfirewallgovernanceobservability
by preloop Jul 27, 2026 7/10
workflow GitHub

claude-kit: Autonomous SDLC for Claude Code With Gated Verification

A complete autonomous software development lifecycle harness for Claude Code that will not advance past any gate on an unproven verdict. Each phase requires evidence before the next step runs, preventing the failure mode where Claude Code confidently produces wrong results without checking.

SDLCgatesverificationautonomyworkflow
by ajyadav013 Jul 27, 2026 7/10
app GitHub

project-atlas: AI-Tool-Independent Protocol for Evidence-Backed Software Project Maps

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
skill GitHub

claude-saas-readiness: Agent Skill for Auditing SaaS Production Readiness

A Claude Code skill that audits any SaaS application for production readiness across security, scalability, reliability, testing, observability, and compliance. Reports findings first and only proposes fixes after you approve, with no scripts that execute automatically. Works with any tech stack.

SaaSauditsecurityreliabilityskill
by smiladinov Jul 27, 2026 7/10
app GitHub

umans-gate: LLM Capture Proxy With Anthropic Cache Control and Live Dashboard

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
workflow Reddit

AutoDev Studio: Multi-Agent SDLC Pipeline Reported 75% Cheaper Than Claude Code on Cost

An open-source SDLC harness that chains PM, Dev, QA, and Reviewer agents into a pipeline from English spec to pull request. Uses different model families for author and reviewer to prevent self-approvals. Compatible with Claude Code, Codex, Cursor, and Aider via headless mode using existing subscriptions.

SDLCpipelinemulti-agentcostreview
by NeighborhoodOwn8510 Jul 27, 2026 7/10
workflow GitHub

odin: Headless Task Runner for Claude Code — One Fresh Session Per Task

Runs a queue of tasks through claude -p in headless mode, spawning one fresh session per task and carrying context forward between tasks. Designed for unattended batch work where you want each task to start clean but build on previous results. Minimal and focused.

headlessbatchtasksautomationsessions
by hglattergotz Jul 27, 2026 7/10
skill GitHub

claude-academic-workflow: 14 Claude Code Skills for Academic Research Workflows

A suite of 14 Claude Code skills covering academic research tasks: paper reading, literature review, bibliography auditing, preregistration, referee reports, replication packages, LaTeX, and TikZ generation. Also includes a Quarto reveal.js slide system with render-time quality gates. Built as a proof-of-concept with Claude Code itself.

academicresearchLaTeXliterature-reviewskills
by ericluo04 Jul 27, 2026 7/10
MCP GitHub

argos: Self-Hostable Central Project Memory for AI Coding Agents via MCP

A self-hosted MCP server backed by SQLite with WAL mode and full-text search (FTS5) that provides persistent project memory for AI coding agents. Lets all your agents share a single source of truth about a project without relying on context window memory alone.

memoryMCPSQLiteFTSpersistence
by atahanyild Jul 27, 2026 7/10
workflow GitHub

SimpleFlowHarness: Chain AI Coding CLIs Into YAML-Defined Multi-Stage Flows

A single binary that takes YAML-defined workflow specs and chains multiple AI coding CLIs into multi-stage flows with review loops, parallel fan-out, and session resume. Supports Codex, Claude Code, opencode, Grok, and Antigravity. No framework lock-in — bring whatever CLIs you already use.

workflowYAMLmulti-agentorchestrationCLI
by Aero123421 Jul 27, 2026 7/10
app GitHub

loush-dashboard: Local Web UI Over Claude Code Session Files and Git History

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

TideWars: Real-Time Multiplayer Tower Defense Built Almost Entirely by Claude Code Agents

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
skill GitHub

agent-skills: Dev Cycle Skills Covering Ticket Intake, ATDD, Code Review, and PRs

A skill pack that wraps the full development cycle for Claude Code: ticket intake, acceptance-test-driven development planning, code review, doc-drift audits, PR writing, and changelog generation. Designed to bring structure to agentic development from spec to shipped PR.

skillsATDDcode-reviewPRsdev-cycle
by Flagrare Jul 27, 2026 7/10
app GitHub

gironde-fire-tracker: Live Wildfire Tracker Built Autonomously by Claude Code in 72h

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

luno-for-cc: Claude Code Chat Panel for Cursor and VS Code on Your Own Subscription

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
skill GitHub

ui-craft: Design Engineering System for AI Coding Agents to Ship Craft-Level UI

An agent skill that brings design engineering principles to AI coding agents for building high-quality UI. Enforces visual hierarchy, interaction design, and accessibility standards through the skill workflow. Targets the gap between functional and polished UI in AI-generated code.

UIdesigncraftskillfrontend
by educlopez Jul 27, 2026 7/10
skill GitHub

claude-ship-skills: Shipping Skills for Claude Code with PR Fan-out and Pre-ship Critic

A Claude Code skill pack covering single PRs, parallel PR fan-out, multi-phase epics, and a ruthless pre-ship critic. One session chairs the entire release so context never splits across agents. Ideal for teams shipping iterative features with AI-powered review gates.

shippingPRsfan-outskillsworkflow
by davidtheproduct Jul 27, 2026 8/10
hook GitHub

cc-safe-setup: Safety Hooks for Claude Code That Block Destructive Operations

A collection of Claude Code hooks that intercept and block destructive tool calls at the tool boundary before they can cause harm. Also surfaces silent failures that Claude Code would otherwise ignore. Addresses the problem of agentic coding accidentally deleting or overwriting important files.

safetyhooksdestructive-opsguardrails
by yurukusa Jul 27, 2026 8/10
app GitHub

ClaudeCodeWorkspace: Turn Claude Code CLI Into a Team Asset With Docker

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

agent-prompt-observatory: Visual History of Claude Code System Prompt Across Versions

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
workflow Reddit

claudemux: Message Bus for Real-Time Communication Between Claude Code Sessions

Lets multiple Claude Code sessions talk to each other in real time via slash commands. Built with bash, jq, tmux, and a single systemd user service — no server, no database, no ports. Works cross-machine over SSH, and messages are treated as untrusted data to prevent prompt injection through peer sessions.

multi-agenttmuxcommunicationIPCsessions
by Literally_A_Brain Jul 27, 2026 8/10
app GitHub

ablate: Measure Whether Your CLAUDE.md Actually Changes Agent Behavior

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

token-warden: Benchmark CLAUDE.md Rules Before Adding Them to Your Agent

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
hook Reddit

Probity: TDD Enforcement Hook for Claude Code and Other Coding Agents

A successor to TDD Guard (2k stars, 300k downloads) that enforces Test-Driven Development and other rules across multiple coding agents. Hooks into the agent workflow to enforce step-by-step TDD rather than letting Claude skip the red-green-refactor cycle. Open source, with video walkthrough by Emily Bache.

TDDtestingenforcementhooksworkflow
by nizos-dev Jul 27, 2026 8/10
app Reddit

statusline-pro: Minimal Restraint-Focused Statusline for Claude Code

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
hook GitHub

squeez: Hook-Based Token Compressor for Claude Code and Other AI CLI Hosts

A hook-based token compressor that intercepts bash command output across 5 AI CLI hosts: Claude Code, Copilot CLI, OpenCode, Gemini CLI, and Codex CLI. Achieves up to 95% compression on bash output with signature mode for code file reads, cross-call deduplication, and a self-teaching protocol. No runtime dependencies.

tokenscompressionhooksefficiencybash
by claudioemmanuel Jul 27, 2026 8/10
app Reddit

GitHub Issue-to-PR Desktop App: Label Issues 'agent' to Trigger Claude Code Locally

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
skill GitHub

swarm-skill: Autonomous Multi-Agent Orchestrator for Claude Code

Fans out sub-agents to explore, diagnose, fix, review, and verify a codebase in parallel. Uses a cross-checked, ledger-backed approach and keeps iterating until the code is production-ready. A skill-based drop-in for Claude Code projects needing thorough automated remediation.

multi-agentorchestrationskillautomationcode-review
by SaarthurR Jul 27, 2026 8/10
command GitHub

Zsh Tab Completion for the Claude Code CLI

Adds full zsh tab completion for Claude Code: sessions, MCP servers, agents, and configured models, with support for 120+ languages. Drop-in install for anyone using Claude Code from the terminal daily.

zshclicompletiondeveloper-experienceterminal
by 1160054 Jul 27, 2026 7/10
app GitHub

kibitz: Open-Source Self-Hosted Observability for Long-Running Agents

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
MCP GitHub

agent-rooms: Real-Time MCP Chat Channel Between Claude Code Sessions

MCP server that creates named chat channels so separate Claude Code sessions can message each other in real time using inotify push — no polling, no tmux. Includes anti-loop brakes to prevent runaway message loops between agents.

mcpmulti-agentcoordinationipcreal-time
by glirgang Jul 27, 2026 8/10
workflow GitHub

compass: Guardrails, Budget Cap, and Self-Fixing PR Loop for Claude Code

Wraps Claude Code (and Codex/Gemini) with guardrails that enforce a hard token budget, run eval-gated checks, and automatically re-attempt fixes until the PR passes at 100/100. Designed so you always own the final merge decision without babysitting the agent loop.

guardrailsbudgetworkflowpr-automationeval
by dshakes Jul 27, 2026 8/10
skill GitHub

Claude Code Skill for Hardening Formally Verified Code Over FFI

Provides a Claude Code skill and worked Rocq→Rust→Python example for hardening formally verified code extracted to native libraries: proved input domains, checked-arithmetic builds, panic containment, and differential tests. Targets teams using formal methods who need to verify safety across the FFI boundary.

formal-verificationffirustsafetyskill
by cosmindxu Jul 27, 2026 6/10
skill GitHub

engineer-writing: Claude Code Skills for Engineers Who Write

Opinionated skills that force you to give Claude your actual voice and the real work behind a piece of writing, rather than a generic prompt. Intended for engineers publishing blog posts, documentation, or technical essays who want output that sounds like them.

writingskilldocumentationvoicecontent
by foxontheerun Jul 27, 2026 6/10
app Reddit

Artemis: Visual Canvas for Parallel Claude Code Sessions With Isolated Worktrees

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

agent-commons: Self-Hosted Coordination Control Plane for Coding Agents

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
workflow GitHub

evolve: Claude Code Agent Swarm With Gated SDLC Automation

Runs a swarm of Claude Code agents that follow a structured, gate-checked software development lifecycle — each phase must pass before the next begins. Aimed at automating end-to-end coding and testing pipelines with human-defined quality gates.

swarmsdlcworkflowautomationgated
by familycaptain Jul 27, 2026 7/10
skill GitHub

Skills-Atlas: Searchable Catalog and Auto-Curator of AI Agent Skills

Indexes and auto-curates skills for Claude Code and Codex so you can search rather than browse scattered repos. Helps teams discover relevant community skills before writing new ones from scratch.

skillcatalogdiscoverycodexcommunity
by Zita-Go Jul 27, 2026 6/10
skill GitHub

dewey-decimal-skill: Rename and Reorganize EPUB Libraries by Dewey Decimal

Claude Code skill that classifies and renames EPUB ebooks using Dewey Decimal numbers, reorganizing a messy library into a consistent structure. A practical single-purpose skill for researchers or heavy readers with large ebook collections.

skillepublibraryorganizationbooks
by brege Jul 27, 2026 5/10
workflow GitHub

doctrine: Markdown Context-Engineering Blueprint That Catches Stale Specs

A structured Markdown format for LLM coding-agent specs that tracks status, provenance, dependencies, and freshness for each section. Prevents agents from implementing from outdated context by surfacing staleness before code is written.

context-engineeringspecsmarkdownworkflowfreshness
by Forest-Project-Lab Jul 27, 2026 7/10
app GitHub

RateMyCode: Staff-Level Product Audits for Vibe-Coded Apps

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
skill GitHub

ai-central: Central Library of Steering Files, Skills, and Scaffold Scripts

Provides a curated, reusable set of AGENTS steering files, Claude Code skills, and project scaffold scripts so teams can configure AI coding context consistently across projects. Includes guided setup for both new and existing codebases.

skillagentsscaffoldconfigurationcontext
by dills122 Jul 27, 2026 7/10
MCP GitHub

figma-mcp-console: Figma MCP Server With No API Token and No Rate Limits

MCP server that lets any AI assistant read and write Figma designs in real time without requiring a Figma API token or Dev Mode seat. Works with Claude, Cursor, Copilot, Codex, and any MCP-compatible client.

mcpfigmadesignno-tokenintegration
by hoangann2000 Jul 27, 2026 7/10
skill GitHub

loadout: Manage Claude and Codex Skills From a Git Repo You Own

Lets you store and version your Claude Code and Codex skills in a personal git repo, then load them into any project. Keeps skills portable, reproducible, and under your own version control rather than scattered across machines.

skillgitversion-controlcodexmanagement
by sethdeckard Jul 27, 2026 7/10
hook Reddit

Memory System for Claude Code With Ebbinghaus Decay and Cued Recall

Drop-in memory layer wired via Claude Code hooks (PostToolUse, UserPromptSubmit, SessionStart/End) that applies the Ebbinghaus forgetting curve: unused memories fade, recalled ones reinforce, and weak matches surface separately with hedging language. Uses ChromaDB + sentence-transformers locally; no external API calls for memory itself.

memoryhooksdecayrecallchromadb
by Vegetable-Water6007 Jul 27, 2026 8/10
workflow GitHub

colign: Team Spec Alignment Before AI Writes Code

Tool that helps teams review and agree on specs before handing them to an AI coding agent, reducing rework from misaligned requirements. Addresses the pattern where agents implement the wrong thing because the spec was never actually agreed on.

specworkflowcollaborationplanningalignment
by invertible-statue269 Jul 27, 2026 6/10
app GitHub

claude_codex_bridge: Multi-Agent CLI Workspace for Mixing AI Coding Agents

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
workflow GitHub

background-agents: Persistent Background Agents That Manage Code and PRs

Runs development tasks with persistent background agents that operate in isolated sandboxes — handling code changes, tests, and pull requests autonomously. Useful for fire-and-forget tasks like dependency updates or test fixes that do not need interactive oversight.

backgroundautomationprsandboxworkflow
by Jbaws4177 Jul 27, 2026 7/10
app GitHub

ZackEyes: Native macOS Dynamic Island Monitor for Claude Code and Codex

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

akeep: Private Verified Backup and Recovery for Coding Agent Work

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
workflow GitHub

jeffy-loop: Autonomous Audit-Fix-Verify Improvement Loop for Claude Code

Autonomous loop that runs one verified improvement per iteration: audit, fix, verify, converge — checkpointing each step in local commits it never pushes. Stops when quality converges rather than running for a fixed number of iterations.

autonomousworkflowloopauditimprovement
by lenamonj Jul 27, 2026 8/10
app GitHub

renz-launcher: Universal Launcher for AI Coding Agents With 8 Personas

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: Personal Agentic Coding Framework for Claude Code

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

crash-dummy: Integration Test Harness That Exercises Your SDK the Way Customers Do

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

reloaded: Windows Terminal Launcher for Claude Code

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
MCP GitHub

memo: Fully Local Persistent Semantic Memory for AI Agents — MCP Server and CLI

memo runs 100% locally on Apple Silicon (MLX) or Linux CPU with no cloud dependencies. Uses Markdown as the source of truth, sqlite-vec and BM25 hybrid search, and a codegraph-backed knowledge graph. Exposes an MCP server and CLI so any agent can store and retrieve memories with no API keys required.

mcpmemorylocalhybrid-searchknowledge-graph
by jagoff Jul 26, 2026 8/10
workflow Reddit

o3s: Security-Hardened Devcontainer for Claude Code With Firewall in a Separate Gateway

o3s moves the network firewall out of the agent container into a separate gateway the agent cannot reach — closing the main gap in the Anthropic reference devcontainer. Features DNS locked to an allowlist, per-host/per-port rules, live allowlist for CDN IP rotation, and Docker-in-Docker for full-stack sandbox testing. MIT licensed.

workflowsecuritydevcontainerfirewallsandboxing
by Hansehart Jul 26, 2026 8/10
workflow Reddit

Ultracode Workflow: Fable Orchestrating Multi-Model Subagents With Validation Gates

A detailed ultracode pattern where Fable orchestrates GPT/Opus workers, followed by adversarial cross-model review, a synthesis subagent to judge issues, and targeted fix agents — all gated by a deterministic validator before spawning. Distributes model types evenly to manage quota. Practical template for teams hitting subagent sprawl.

workflowultracodeorchestrationsubagentsmulti-model
by TPHG Jul 26, 2026 7/10
hook GitHub

claude-forge: Suite of Domain-Agnostic Claude Code Plugins Sharing Hook Infrastructure

A curated suite of Claude Code plugins covering session continuity, DevOps/AWS/Terraform, AI/LLM patterns, frontend and UI, and code review. All plugins share a common hook infrastructure via symlinks, so installing multiple plugins avoids duplicate hook wiring. MIT licensed.

hookplugindevopssessioncode-review
by ArieGoldkin Jul 26, 2026 8/10
workflow GitHub

nixos-config: NixOS Setup for Autonomous AI Coding With Kernel-Level Sandboxing

A NixOS configuration purpose-built for autonomous AI coding: kernel-level sandboxing, atomic rollbacks if an agent breaks something, and a fully reproducible AI toolchain across multiple machines. Good reference for teams wanting drift-free, auditable agent environments.

workflownixossandboxingreproduciblesecurity
by jacopone Jul 26, 2026 6/10
app Reddit

swafra: Open-Source Agent Memory Using Leiden Algorithm Graph Clustering

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
skill GitHub

compass-core: Reusable Governance Engine for Claude Code — SOPs, Validators, Subagent

compass-core is a drop-in governance layer for Claude Code projects with standard operating procedures, input validators, and a governance skill backed by a dedicated subagent. Designed to be shared across projects so teams enforce consistent behavioral guardrails.

skillgovernancesopsvalidationsubagent
by the-metafactory Jul 26, 2026 7/10
workflow Reddit

PSA: Claude Code Subagents Now Inherit Your Session Model — Not Free Haiku

Since v2.1.198, subagents (Explore, Plan, general-purpose) default to inheriting the main session model instead of running on Haiku. An Opus session means Opus subagents. Set CLAUDE_CODE_SUBAGENT_MODEL=haiku or model: haiku in agent frontmatter to restore cheap subagent behavior. Awareness critical for subscription users watching quota burn.

workflowsubagentsmodeltoken-efficiencytips
by HimaSphere Jul 26, 2026 8/10
skill GitHub

laravel-ai-sdk-toolbox: Claude-Compatible Skills and CLI Tools for Laravel AI Agents

Extends the Laravel AI SDK with Claude Code-style skills, CLI tools, and knowledge bases for agent-powered Laravel apps. Adds a security-first trust model and an opt-in HTTP management layer. Useful for teams building Claude-powered backends in the PHP/Laravel ecosystem.

skilllaravelphpagentsecurity
by andreagroferreira Jul 26, 2026 6/10
app GitHub

ai_mime: Turn Screen Recordings Into Self-Healing Rerunnable Scripts

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
hook Reddit

ThumbGate: Pre-Action Gate Hook for Claude Code Tool Calls

ThumbGate is a PreToolUse hook that evaluates the exact arguments of every tool call before execution — not the model summary. Returns allow, block, or require-approval. Gates high-consequence actions like force-pushes, destructive DB ops, credential output, and production deploys. Open-source and MIT licensed.

hooksecuritypre-tool-usegateautomation
by eazyigz123 Jul 26, 2026 7/10
skill GitHub

vibe-rules: Context-Aware AI Coding Standards That Load Only When Relevant Files Are Open

vibe-rules delivers coding standards to AI agents only when a matching file is open, keeping the context window small. Hooks block unsafe patterns that tests cannot catch. Ships 20 modules covering PHP, JS, Python, SQL, and ops — built to reduce the risk in AI-generated code.

skillstandardsruleshookscontext
by DanielLetto2020 Jul 26, 2026 8/10
app Reddit

RunLane: Task Board That Hands Cards Directly to Claude Code Agents

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
skill Reddit

Community Advice: What Actually Works in CLAUDE.md Instead of "Make No Mistakes"

Reddit discussion asking what practitioners actually put in their skills and CLAUDE.md to prevent bugs and poor decisions. Responses surface real-world configurations, mental models, and specific instructions that have worked. Useful for anyone looking to improve their system prompt or skill configuration beyond generic platitudes.

claude.mdskillprompt-engineeringcommunity
by bluespiritgg Jul 26, 2026 6/10
app GitHub

NOMO: Local AI Trading Chat for Robinhood with Multi-Agent Research and MCP

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

Factory: Persistent Human-Gated Multi-Agent Claude Desktop Sessions

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
hook GitHub

Intent Alignment Guard: PreToolUse Hook with 5-Question Protocol and Tiered Action Gates

Adds a 5-question task-start protocol and tiered action gate via a PreToolUse hook in Claude Code. Claude must answer intent-alignment questions before running any tool, and destructive actions are blocked outright before execution. Directly addresses the core safety problem of agents acting before fully understanding the task.

hookpreToolUsesafetydestructive-actionsintent-alignment
by bb25see-hash Jul 26, 2026 8/10
skill Reddit

Skills vs MCP Servers vs Plugins: The One Test That Clarifies Every Case

Detailed Reddit guide that explains the practical distinction between Claude Code skills, MCP servers, and plugins with one decisive test: if Claude already has access but does the job wrong, use a skill; if it genuinely cannot reach the system, use MCP; if you want distribution, use a plugin. Includes a real example of a wasted weekend building an MCP that should have been a SKILL.md, plus the real context-cost of over-connecting servers.

skillmcppluginarchitecturebest-practicesdecision-framework
by Bulky_Ad738 Jul 26, 2026 8/10
skill GitHub

Uscha: 9 Agent Skills and Evidence Engine for Spec-Driven LLM Development

Provides 9 agent skills and a stdlib evidence engine that distinguishes facts from guesses. Known facts block progress until resolved; guesses surface as advisory notes; humans approve before proceeding. Adds a structured, evidence-backed workflow layer to LLM coding agents targeting overconfident output.

spec-drivenevidenceskillverificationguardrails
by andresmassello Jul 26, 2026 7/10
workflow GitHub

Mycelium: Claude Code Harness That Forces Discovery Before Writing Code

A Claude Code harness that requires the agent to run a discovery phase and weigh evidence before writing a single line. The agent must "earn the right to start" by surfacing relevant context. Targets the common failure mode of premature coding and is designed for software, AI tools, and service projects.

workflowharnessdiscoveryevidencepre-codingplanning
by haabe Jul 26, 2026 7/10
skill GitHub

Agent Handoff Docs: Multi-Session Documentation Framework for Claude Code and Codex

Documentation framework with split REQUIREMENTS, ARCHITECTURE, REPORT, and HANDOFF files plus START_HERE kickoff files for multi-session, multi-agent development. Task ledgers double as delegation specs so an incoming agent knows exactly what to pick up. Includes bilingual (EN/JA) templates.

handoffmulti-sessiondocumentationmulti-agentskillbilingual
by h8nc4y Jul 26, 2026 7/10
skill GitHub

Wireframe Skills: Complete Wireframing Discipline as 7 Agent Skills

Distills the wireframing methodology from Wireframing for Everyone (A Book Apart) into 7 agent reference skills plus a /wireframe dispatcher for Claude Code. Covers the full workflow from concept to handoff as Claude Code slash commands. Useful for product teams using Claude Code for design documentation and UX planning.

wireframingdesignskilluxdocumentationproduct
by jpoindexter Jul 26, 2026 6/10
skill GitHub

Agent Skill Bootstrap: Auto-Detects Project Stack and Installs Only Relevant Skills

Detects the project tech stack and installs only the agent skills that Claude Code, Codex, and Grok actually need for that specific stack. Avoids bloating context with irrelevant skills and provides a clean, targeted skill set from project start. Good for onboarding Claude Code into existing projects.

skillbootstrapproject-setupstack-detectioninstallationonboarding
by lucascharao Jul 26, 2026 7/10
workflow Reddit

Why Claude Code Keeps Using grep/sed Instead of Built-In Tools — and How to Stop It

Reddit investigation into why Claude Code persistently reaches for shell tools (grep, sed, cut) despite explicit instructions to use dedicated Grep and Read tools. Claude attributes it to "habit built up in context" — suggesting that in-context instruction buildup can cause self-reinforcing instruction-violating behavior. The thread explores practical strategies to break the pattern.

grepbashtool-usebehaviorworkflowcontext-management
by smbaker1 Jul 26, 2026 6/10
command Reddit

Discussion: /clear Within Session vs. /clear New Session — Should They Be Separate?

Reddit thread proposing a distinction between clearing context within the current session (to reduce token cost while preserving history) and starting a new session entirely (current /clear behavior). References GitHub issue #76460. Useful for anyone trying to manage context costs without losing session continuity.

clearsessioncontextcommandfeature-requesttoken-management
by dannyzaplings Jul 26, 2026 5/10
hook GitHub

Agent Wormhole: Defense Against Self-Replicating Prompt Injection in Agent Config Files

Security tool that detects and stops prompt injection payloads that attempt to write themselves into AI agent config files such as CLAUDE.md or .mcp.json. Targets the persistence class of attack where malicious content survives across sessions by hijacking the agent's own configuration. Essential for anyone running Claude Code against untrusted codebases or external data sources.

securityprompt-injectionhookconfigpersistencedefense
by runningoffcode Jul 26, 2026 7/10
app GitHub

AI News Digest: Automated Daily AI Industry Digest Powered by Claude Code

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
skill GitHub

Agent-DB: Intraagent Instruction, Skill, and Config Manager for Claude and Codex

Manages agent instructions, skills, and configurations across Claude and Codex sessions from a single interface. Provides structured storage and retrieval of agent-specific knowledge within a session. Useful for teams maintaining consistent skill sets and configurations across multiple AI coding agents.

skillconfigagentmanagercodexmulti-agent
by brege Jul 26, 2026 7/10
MCP GitHub

Clearfront OSINT: Open-Source AI Agent with MCP Server for Digital Footprint Mapping

Free, open-source OSINT agent that maps digital footprints across 3,400+ public data sources via REPL, CLI, web console, and MCP server. Exposes powerful OSINT capabilities to Claude Code through the standard MCP interface. Useful for security researchers, journalists, and developers building privacy-aware tools.

osintmcpsecurityprivacydigital-footprintresearch
by scottmartinanderson Jul 26, 2026 6/10
hook Reddit

quota-guard: Hook that warns before hitting Claude Code rate limits mid-task

A UserPromptSubmit hook that reads Claude Code's local rate_limits data, tracks your token burn rate over the last 45 minutes, and warns or blocks before you start a task you can't finish. Configurable thresholds (warn at 75%, block at 92%), zero dependencies, fully local. Prevents the frustrating scenario of a big refactor dying mid-run due to a rate limit hit.

hookrate-limitquotaUserPromptSubmit
by Educational-Funny-97 Jul 26, 2026 8/10
skill Reddit

claude-nextsession: Schedule Claude tasks to run after session limit resets

A Claude Code skill that defers tasks and automatically launches them when the 5-hour usage window resets. Supports scoped permissions, generates catch-up reports, and handles the common problem of being interrupted mid-task by session limits.

skillsessionschedulinglimits
by pcx_wave Jul 26, 2026 7/10
skill Reddit

Humanizer: Agent skill that removes AI prose patterns at the structural level

A Claude Code skill that edits AI-generated prose by targeting structural patterns — repeated list formats, punctuation pivots, vague attribution, and predictable conclusions — not just swapping out buzzwords. Includes separate German and English editing rules and preserves numbers and uncertainty. MIT-licensed.

skillwritingprosehumanizerediting
by Quick_Cartoonist_441 Jul 26, 2026 7/10
hook GitHub

cacp: Cache-Aware Context Protocol — deterministic context guard hook

A single-file install hook providing a deterministic context guard, cache-stable startup packets, durable Obsidian memory integration, and real provider usage measurement. Targets cache efficiency and context stability across sessions.

hookcachecontextmemoryobsidian
by renf0x Jul 26, 2026 8/10
app GitHub

capsule: Sandboxed agent-ready dev containers in one command

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
skill Reddit

GrugDone: Agent skill for keeping Claude reasoning traces compact

A small open-source Agent Skill for Claude Code that prompts the model to keep exposed reasoning traces compact — targeting reasoning narration, obvious decision announcements, and prompt repetition. A preliminary run showed 32% fewer reasoning words, though broader quality impact is still being evaluated by the community.

skillreasoningtoken-efficiencycompact
by FlatCarrot3943 Jul 26, 2026 6/10
workflow Reddit

Spec-driven development with Claude Code and AWS Step Functions

A detailed write-up of building a sandboxed agentic pipeline where agents pick up Linear tickets and implement code changes on GitHub via Claude Code running in AWS Step Functions. Agents have no direct access to Linear or GitHub — they consume pre-hydrated workspaces from S3. Everything implemented by agents from specs, with Opus 4.8.

workflowawsstep-functionsspec-drivenlinear
by Specific-Doughnut413 Jul 26, 2026 7/10
app Reddit

VibeDeck: Physical Stream Deck keys showing live Claude Code session status

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
skill Reddit

Claude Code optimization: CLAUDE.md, permissions, and stateless sessions explained

A practitioner shares key mental models for optimizing Claude Code — understanding the model/hands split, stateless sessions requiring fresh context each turn, and CLAUDE.md as the highest-leverage configuration file. Covers using allow/deny permission lists to reduce babysitting and why session hygiene matters.

CLAUDE.mdpermissionssessionsconfiguration
by Talley-Ho Jul 26, 2026 7/10
skill Reddit

/einstein: Force Claude to prove code understanding before acting

A Claude Code skill that requires the agent to explain code in numbered steps (one structural fact per step, dependency order, no jargon, source anchor for every claim) before planning or implementing anything. Prevents vague "trust me" explanations and catches fake understanding hidden behind jargon.

skillunderstandingverificationcode-review
by NotEvenSweaty Jul 26, 2026 8/10
app GitHub

urdr: Git-diffable Markdown memory for AI coding agents

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
hook Reddit

claude-budget: Track AI coding costs as git trailers per commit

A Go tool that reads Claude Code local session transcripts, attributes them to the current branch, and appends a Claude-Cost git trailer to every commit. Enables cost-per-feature analysis with standard git log commands. Single static binary, no telemetry, handles rebase/squash/amend correctly.

githookscost-trackingtrailers
by mgyk1024 Jul 26, 2026 8/10
workflow GitHub

graph-engineering: Run AI coding agents as a graph, not a loop

Models AI coding agent workflows as a graph — each node is a subprocess, each edge is a file, and the exit code is the contract. Single file, stdlib only, compatible with any agent CLI.

graphorchestrationworkflowsubprocess
by AdityaIndoori Jul 26, 2026 6/10
workflow Reddit

Anchor Claude Code 5-hour windows with a VPS cron job

Technique for fixing Claude Code usage window start times by sending a trivial warm-up message from an always-on VPS via cron. The 5-hour session window opens on schedule regardless of when you sit down. Includes headless auth with claude setup-token and wrapper script setup.

usage-windowcronvpssession-management
by Obvious_Yoghurt1472 Jul 26, 2026 7/10
hook Reddit

Preventing structural code decay from AI agents with context hooks

Analysis of three failure modes from AI-generated code — invisible duplication, complexity accumulation in hotspot files, and missing co-changes — with concrete mitigations. Key technique: inject a code health map via SessionStart hooks naming hotspot files, coverage gaps, and duplication clusters before the agent writes anything.

hookscode-qualitySessionStartPostToolUsestructural-decay
by Obvious_Gap_5768 Jul 26, 2026 8/10
workflow Reddit

Adversarial agent review: use a second model to check AI-generated code

Pattern for using a separate model instance to review AI-generated code diffs, raising findings without touching the code. The author model then decides what to act on. Data from 83 tickets showed the majority had findings worth acting on — an additional review round that costs only tokens, not time.

adversarial-reviewmulti-modelcode-reviewworkflow
by croovies Jul 26, 2026 7/10
skill GitHub

Arabic skills atlas for Claude Code

An Arabic-language skills atlas providing Claude Code skills and documentation for Arabic-speaking developers.

arabicskillsatlaslocalization
by unknown Jul 26, 2026 5/10
workflow Reddit

mtt-harness: Mutation testing gate that catches AI agents weakening tests

Mutation testing tool that prevents AI agents from weakening tests — generates single-point mutants, runs the test suite against each, and exits non-zero when surviving mutants indicate weak coverage. The CLI determines pass/fail via execution so agents cannot fabricate results. Installs as a skill for Claude Code, Cursor, Codex, and Copilot.

mutation-testingtestingqualityciskill
by Jealous-Ladder-7291 Jul 26, 2026 8/10
command Reddit

Should I switch to GPT?

Hello everyone, I recently started vibe coding, and I've been hearing a lot of people say GPT 5.6 is better than all of Anthropic's models. Now that Opus 5 has been released, I'm not really sure wh...

by CodingWithFirey Jul 25, 2026 5/10
app Reddit

Claude Code + Divi + Wordfence: Has anyone made this work?

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
command Reddit

Student on a budget - Help me choose

Opencode Go(10$) Codex - ChatGPT Pro(20$) Claude Code - Claude Pro(20$) Pi or Any other harness with a better plan Others - Please suggest below I'm a student on a budget and looking for the best b...

git
by Brief-Technology2683 Jul 25, 2026 7/10
command Reddit

I am confused by this one ...

So I had to use GPT to find me my answers to this and its answer was : "Anthropic introduced exactly this architecture in Claude Code 2.1.210 on July 14: the permission classifier defaults to Sonne...

config
by Interesting-Ad689 Jul 25, 2026 8/10
command Reddit

The morning after - Opus 5 xhigh quality problems

Like many, I was impressed with a lot of Opus 5's initial quality. I have run the model only xhigh since launch. But using CC in the official client this morning PST via a subscription plan the qua...

python
by jetsetter Jul 25, 2026 5/10
app Reddit

Memory layer for development with claude code

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
skill Reddit

Skills that make Opus 5 more reliable

After my previous post about my first impressions with Opus 5 I tried to improve it's reliability. These skills and Claude.md changes seem to be working for me and I hope they might prove useful fo...

skillclaude.md
by ShaneeNishry Jul 25, 2026 8/10
app Reddit

Thoughts and my Setup

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
command Reddit

Opus 5 is wildly efficient compared to 5.6 Sol

After burning through my entire Fable allotment by Monday of this week I spent the past few days using 5.6 Sol. Very good model but it's either an absolute token shredder compared to 5.5 or OAI is ...

by seoul_drift Jul 25, 2026 5/10
hook Reddit

How do you do session handoffs in claude code?

My current process is a session wrap hook that summarizes the chat. But I am looking to optimizing my flow? submitted by /u/Unable_Breath_1966 [link] [comments]

hook
by Unable_Breath_1966 Jul 25, 2026 8/10
workflow Reddit

Opus 5 not looking good for now

I do collaborative LLM workflows, not new to me, done it since October or so. Overall, it is a collaboration of llm to solve architectural code problems. One llm is an orchestrator, giving other br...

hookworkflow
by texasguy911 Jul 25, 2026 5/10
skill Reddit

How can I get Claude to stop spamming?

Hey, long time listener first time caller. I'm running into a problem that I know we've all faced but it's getting much worse, Claude instances are using chat as a scratch pad for every random thin...

skillworkflow
by SnooblesIRL Jul 25, 2026 6/10
command Reddit

Vibe coding from my iPhone on the train, what’s your setup?

Title: Vibe coding from my iPhone on the train, what’s your setup? Most of my coding happens on my phone during the commute, over SSH with Termius. It works better than it sounds, honestly, but the...

by Link182_ Jul 25, 2026 5/10
command Reddit

Why can't Claude make its own subagents?

Tip: Ask Claude to create subagents for specific tasks. Eg. Software Architect, Code Writer, Code Reviewer Why? Why can't Claude do that? It already makes agents for code review, for research, etc....

review
by Ok-Sheepherder7898 Jul 25, 2026 5/10
hook Reddit

Power users give me the Juice!

Anthropic’s #1 hater here - I come in peace! My beloved OpenAI has stabbed us in the back with their epic 5.6 usage rug-pull. Opus 5 looked super solid as a work horse so decided to move one of my ...

hooktestingreview
by ShamanJohnny Jul 25, 2026 7/10
skill GitHub

true-skills:

true-skills:

skill
by katalon-labs Jul 24, 2026 5/10
command Reddit

A report is not proof.

One of the most expensive mistakes I made with coding agents was treating the completion message as evidence. Claude Code would finish a task and tell me the tests passed, the bug was fixed, and th...

commandreview
by jonah_omninode Jul 24, 2026 7/10
command Reddit

markdown vs html docs

Is any one still using markdown files for docs, etc. when working with your agents? Or have most people shifted over to html, per how the Claude Code team described their workflow a couple of month...

workflow
by ahambrahmasmiii Jul 24, 2026 7/10
app Reddit

How to Use WebMCP with a Headless Agent

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
skill Reddit

When are we banning the “[model] feels nerfed” posts

I see one of these posts on my feed literally every day. 1) they’re probably bots 2) if they’re not bots then it’s a skill issue submitted by /u/LivingFrosting6680 [link] [comments]

skill
by LivingFrosting6680 Jul 24, 2026 5/10
skill Reddit

Prompt engineering was the beginning.

AI engineering is moving toward loops, graphs, harnesses, skills, memory, and agent fleets. I wrote a practical breakdown of how these layers combine—and when each one earns its complexity. https:/...

skill
by ivasuy Jul 24, 2026 6/10
skill Reddit

Self improvement loops

Hey guys wanted to check if self improvement loops for your setup skills, agents, project instructions actually work? I have a feeling this is a risk for garbage piling up - the How does one do it ...

skill
by Safe-Analysis-5804 Jul 24, 2026 7/10
app Reddit

Can I Join Someone's Claude Team?

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
command Reddit

If your model feels dumber, edit the memories and documentation.

I had a horrible session with both Opus and Fable this week. They kept breaking basic repo rules, misunderstanding direct commands, writing the most garbage code ever. So I asked them about it and ...

commandclaude.md
by ThiagoBessimo Jul 24, 2026 7/10
workflow Reddit

How I Run 100+ Projects with Claude Code

I'm showing the full setup I use for managing multiple projects at once with Claude Code (CLI). Most of it comes down to letting Claude do the work while I make the actual decisions. Hooks, tasks, ...

hookworkflowapigitautomation
by Myth_Thrazz Jul 24, 2026 9/10
MCP Reddit

Claude Code Memory for the Masses

Have you ever felt like your LLM was...stupid? Not actually stupid, but was like that one friend who would come back with bloodshot eyes and you couldn't understand why they were somehow the most g...

mcpapigitreview
by Reasonable-Exam8415 Jul 24, 2026 7/10
command Reddit

I added a chime to when claude is done working! Image related.

Super simple to explain. Just a fun little plugin to add the ability to set your own chimes for when the agent finishes a task. Makes it much easier to switch windows and not feel like you need to ...

by BoiledBeefBrain Jul 24, 2026 5/10
app Reddit

Daily film and tv puzzle game with actual human curation.

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
MCP Reddit

Need help for a non coder

Hi everyone. I am a UX designer and tasked with designing a Copilot-like product for our suite of products, which are siloed right now. I'm hoping a Copilot format embedded within each app will ena...

mcp
by rabbit-panda Jul 24, 2026 6/10
skill GitHub

neo-skills: Neo Skills 是專為現代 AI Agent 設計的全方位能力擴充套件。本專案透過標準化的通訊架構,為 AI 代理安裝可插拔的「技

Neo Skills 是專為現代 AI Agent 設計的全方位能力擴充套件。本專案透過標準化的通訊架構,為 AI 代理安裝可插拔的「技能模組 (Skills)」,使其不僅僅是一個聊天機器人,而是能轉化為具備「感知-推理-行動」能力的多領域專家。

skill
by Benknightdark Jul 24, 2026 6/10
skill Reddit

New to Claude from Codex, have a question

Why can’t I use auto mode on haiku? Back when I was on codex I would use 5.5 for most coding work but any smaller skill based workflows like small sql requests or writing Jira cards I would use 5.4...

skillworkflowtestingreview
by YaBoiLeeDawg Jul 24, 2026 8/10
skill GitHub

skill-compress:

skill-compress:

skill
by xiaowu89 Jul 24, 2026 5/10
hook Reddit

Day 3 of AI agents maintaining OmniDesk on their own

https://preview.redd.it/sycx7n6305fh1.png?width=1567&format=png&auto=webp&s=64ebf0cde5bc0bb208abd3fee82fa148713ae6a3 Today they did something new: planned and shipped a whole feature end to end. 🚀 ...

hookgitreview
by carloluisito Jul 24, 2026 6/10
command Reddit

Came back from leave and I found you

Returned from parental leave and found out that the company is moving forward full blast with agentic coding. Gotta admit, being able to use Claude code to catch up made the transition back to work...

by Admirable_Method6916 Jul 24, 2026 7/10
skill GitHub

skill-function:

skill-function:

skill
by xiaowu89 Jul 24, 2026 5/10
skill Reddit

I built a Skill Market for claude skills

Skills are all over the place so I built a repository where you can host skills, curate skills, share. It even comes with a cli for your agent to use. Hopefully it will self rank so best ones raise...

skilltesting
by Negative_Leave5161 Jul 24, 2026 7/10
workflow Reddit

Claude Security doesn't have access to Workflow tool

I've burnt way too many tokens to get through this, but ok, I'm still learning (it's my first month with Claude and Claude Code). So I've stumbled into a wall and neither me nor Claude can get over...

skillworkflowgitpython
by MichaelHadTo Jul 24, 2026 9/10
command Reddit

Claude Code hooks that block find/sed/cat, redirect to native tools

Everyday, I launch Claude on a task, come back some time later and see that it has been waiting for me to approve a bash command, doing nothing in the meantime. Telling Claude "don't use find -exec...

hookcommandclaude.mdconfig
by siorge Jul 24, 2026 10/10
MCP Reddit

Fable 5 min cache

Hello, I have problem with Fable caching, It is known issue for me and well observed. But yesterday in one topic, one user pointed that fable also have 1h cache in CC. So I decided to take photos a...

mcpclaude.md
by Indigas11 Jul 24, 2026 7/10
skill Reddit

Do you suggest any good skill for game design /unity?

Hi, What's the best skill for Claude code with Unity? I've checked a few skills on skills.sh and they're basically wrappers for "use best practices, you're a skilled programmer". I'm looking for ma...

skill
by game-dev2 Jul 24, 2026 8/10
app Reddit

The NERF levels are absurd

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
command Reddit

Do you use Claude Code to fix your Windows Devices?

https://preview.redd.it/5bjgvrutz1fh1.png?width=1332&format=png&auto=webp&s=3ab4d33ef0e1665fa2578d2f96c7c165d6545310 I bought a pair of these ROG AllyX's from eBay for my kids, they came factory re...

apireview
by Forsaken_Instance_18 Jul 23, 2026 6/10
app Reddit

I made an MCP that gives Claude a real stealth browser

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
skill Reddit

Improving skills and plugins

I've build a series of different skills, and after the first iteration I'm trying to think of ways I can improve. One obvious way is to improve how long the skill file is because I don't want it ho...

skillapi
by StrikingSkill573 Jul 23, 2026 5/10
MCP Reddit

We built a local security layer for Claude Code hooks and MCP tools

Disclosure: I'm one of the people building this. Claude Code is genuinely useful because it can touch files, run commands, call tools, and pull in MCP servers without waiting for you to okay every ...

mcphookcommandgitconfig
by kantorcodes1 Jul 23, 2026 10/10
MCP Reddit

I built a local Markdown memory layer because cloud.md kept growing

I use Claude Code across a few long-running projects, and I kept losing the same context between sessions. My first fix was to put more into CLAUDE.md. That worked until the file became another gia...

mcpclaude.md
by Forsaken-External578 Jul 23, 2026 10/10
MCP Reddit

A gaping hole.

Herobrine publishes a repo containing .mcp.json. (only action: git push) Steve runs: claude -p "check the build". (normal workflow, project dir) Claude Code auto-approves the MCP server. (no trust ...

mcpworkflowapigit
by SingularityDreaming Jul 23, 2026 10/10
workflow Reddit

UltraCode triggers more than just an effort tweak

I was asking Claude how it deals with sub-agents and orchestrated flows. I think we all know doing that is a real token burner, and UltraCode also can be. But TIL that UltraCode itself can trigger ...

workflow
by medialantern Jul 23, 2026 5/10
command Reddit

How do you use Claude remote control / cloud effectively?

I've always found both to be hard to setup and use, the cloud version is too limited in what it can do, /rc requires keeping my laptop always open or managing my own remote servers. I'm wondering h...

testing
by nathaniel7775 Jul 23, 2026 5/10
command Reddit

Suggestions for an open source project for AI agent sandboxing

I created VibePod as a free open source project for sandboxing multiple AI coding agents (Claude Code, Codex, Pi, Copilot, and others), where each agent runs in its own isolated container. Docker a...

gitdocker
by nez_har Jul 23, 2026 7/10
skill Reddit

Endless review cycles

I implement a feature and review (skill or plugin) a several times my code. It finds a lot of issues again and again and it just gets more code. I finally push to gitlab merge request and the revie...

skillgitreview
by Strawberry7352 Jul 23, 2026 5/10
command Reddit

Maximum Overdrive Mode

Figured is post this. For anyone wondering why Anthropic hasn’t talked about it publicly, it’s because it’s tied to usage credits instead of your subscription tier. Once you remove the spending cap...

workflow
by Professional_Ad705 Jul 23, 2026 6/10
command Reddit

Mysterious mid agentic flow voices

Here's what Claude Fable said after it finished reasoning and working ``` [redacted] (By the way: a message came through mid-task that looks like stray voice dictation — it's garbled across several...

by Popular-Income-9399 Jul 23, 2026 5/10
app Reddit

How should working with AI feel in the future?

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
skill Reddit

Beginner here on Claude Code

Hey. I'm new to Claude Code, coming from Antigravity and Gemini models. Is there any advice, tips, or skills I should know about to ensure good rate limits, and overall experience? I'm a beginner, ...

skill
by Primatronus Jul 23, 2026 8/10
skill Reddit

Thoughts on Kimi K3?

I have recently been burning through my Max 5x plan in about 3 days, even when using skills that delegate tasks to Sonnet and Opus, the plan just doesn't seem to go very far anymore. I was consider...

skill
by Spooknik Jul 23, 2026 5/10
skill Reddit

Codex Computer Use Skill

submitted by /u/lyndon050516 [link] [comments]

skill
by lyndon050516 Jul 23, 2026 5/10
command Reddit

Any good resources for optimizing agentic workflows, plugins, etc.?

I feel like everyday I type / in the CLI to run some basic command and a new tool pops up, or a coworker mentions some new plugin to test frontend features or compress memory. I constantly feel lik...

commandworkflow
by Sad-Juggernaut-4113 Jul 23, 2026 7/10
command Reddit

What do people use for diagramming?

We use Claude in an end-to-end managed process, generating project overviews, solution designs and implementation plans before launching into a team of agents to build (as well as multiple levels o...

review
by Strange-Grass6025 Jul 23, 2026 5/10
command Reddit

A quick reminder to delete old plans

NGL, I often forget to delete old plans. This time, it really bit me in the ass. I've got a huge refactoring job to do now because claude is incapable of sticking to the plan and spec detailed refe...

review
by dev_life Jul 23, 2026 5/10
command Reddit

Figma but for claude code warriors

hi redditers, i'm actually creating a solution to simplify collaborative work with ai agents, the idea is having a canvas like figma when you can spawn claude code and other providers like codex et...

by Used_Table3903 Jul 23, 2026 7/10
skill Reddit

Superpower takes too long and consumes too much token

I've been using the superpowers skills for writing the specs, plan and executing it via subagent-driven-development. However, the execution time takes about 1 hour. Life seems Life seems much simpl...

skill
by Jealous-Mammoth-5526 Jul 23, 2026 6/10
app Reddit

Question about Claude Code scheduled tasks and GitHub

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
command Reddit

trigger tree is now available as a CI action on github too

I maintain trigger-tree, an open source Claude Code plugin that logs which project docs the agent actually opens (all local no tokens). I built it after finding out most of my carefully written doc...

gitpython
by VertigoXRP Jul 23, 2026 7/10
command Reddit

How to share Claude Code instructions across repositories.

My company has 6 GitHub repositories which all have a CLAUDE.md file and several skills/commands. Most of the CLAUDE.md text is identical across all repos, and the skills/commands are all the same....

skillcommandgitclaude.md
by wt4pkz5c Jul 23, 2026 10/10
app Reddit

To the new CC users, Fable is not for everything

“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 Reddit

What am I missing out on???

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

Wanted to share the CSM-Native-Claude version.

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
skill Reddit

How to understand existing codebase?

How do you approach understanding new codebases? If you are new to a codebase and you want to understand it better based on existing components, services, controllers and repos (also maybe git log?...

skillgit
by devmaterialized Jul 23, 2026 8/10
command Reddit

Trying to make website tasks less painful in Claude Code

I’ve been experimenting with a different way for Claude Code to use websites. Normally, it opens a browser, looks at the page, clicks through everything, and repeats that work again the next time. ...

command
by Majestic-Ad4802 Jul 23, 2026 6/10
command Reddit

Creating your own RISC-V processor, SoC and board with Claude

I've been looking forward to RISC-V for a long time and seeing as the semiconductors industry has typically been heavily gated, it came as a surprise that nobody had yet tried adapting a build envi...

by globecsysinc Jul 23, 2026 5/10
command Reddit

What do you use as a hard completion gate for Claude Code tasks?

I’m trying to separate “the agent stopped responding” from “the change is actually safe to merge.” For coding tasks, I’m considering a small gate: tests or typecheck, a git diff review, and a fresh...

gitreview
by Substantial-Heat-321 Jul 23, 2026 7/10
skill Reddit

Fable Credits Burn Speed Question: Serious

Please respond with objective experience, I'm not looking to fuel judgement. Setting aside "skill issue" entirely as a variable, is it possible the complaints about Fable allotment being used up in...

skill
by KSSLR Jul 23, 2026 8/10
app Reddit

How do y'all use claude code?

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

Looking for a good Markdown-First Agent Memory System

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

Explain code editors to me like I’m a complete beginner

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
command Reddit

Small, but impressive fix for audio input (Macbook)

I wear noise-cancelling headphones (Bose QC) basically all day. I also use Wispr for voice dictation, which sounds great through the MacBook's built-in mic but not great through through the headpho...

command
by productboffin Jul 23, 2026 5/10
app Reddit

What setup do you all use?

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

Claude for beginners

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

Claude Desktop fresh project setup

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
skill Reddit

Someone please unplug Anthropic’s keyboards for 5 minutes

i haven't even finished testing one feature and they’ve already dropped four more. managed agents, ios simulator, screen recording agent skills, security scanner... slow down guys i'm not an ai (ye...

skilltesting
by Several-Lemon-3381 Jul 23, 2026 7/10
app Reddit

I turned Anthropic guidance into reusable Claude Code skills

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
command Reddit

local plugin cc

hello all, i use the codex-plugin-cc and agy-plugin-cc inside Claude code when I need them to debate or say to Claude to use codex as artist for asset creation. or for delegating some grunt work to...

by No-Land5964 Jul 22, 2026 7/10
command Reddit

I made a Claude Code plugin that helps me work through tasks

TL;DR : After a long design discussion with Claude, all that context evaporates with the session. I built a small plugin that freezes the discussion into a Markdown file any future session can impl...

skillcommandgitreview
by de_spair Jul 22, 2026 9/10
command Reddit

Accès a Opus 4.8 possiblement gratuit

Si votre compte GitHub est plus vieux que 3 mois, vous pourriez être éligible pour obtenir jusqu'à 175 $ en crédits API Claude Code Opus 4.8 (1M contexte) grâce à une clé API. Utiliser le lien de p...

apigit
by TapsHTS Jul 22, 2026 7/10
app Reddit

Help prompting /planning a To-do app

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
command Reddit

Claude bucks: cosmetics for your agent

Hey folks, I've made this plugin where you can rate Claude's work and doing so will give Claude some money that it can decide how to spend on its own for various cosmetics. Some of the cosmetics ev...

git
by zachrip Jul 22, 2026 5/10
app Reddit

Anyone else trying Kimi K3? My early take vs Claude for coding tasks"

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
workflow GitHub

helm: AI-Assisted Workflow Orchestrator — Spec to Plan to Code with Quality Gates

An opinionated development workflow orchestrator that guides AI coding agents through Spec → Plan → Code phases with quality gates at each step. Enforces structured development discipline to reduce drift and poor AI outputs on longer projects.

orchestrationquality-gatesspecplanningworkflow
by lhpaul Jul 22, 2026 7/10
MCP GitHub

seamless: Local-First Shared Memory and Task Coordination for AI Coding Agents

A single Go binary that acts as an MCP server for shared memory and task coordination between AI coding agents. Uses plain markdown files you own with hooks for Claude Code and Codex CLI including their desktop apps — no cloud, no vendor lock-in.

mcpshared-memorycoordinationgomarkdownhooks
by 0spoon Jul 22, 2026 8/10
workflow GitHub

MoFlo: Local-First Agent Orchestration Toolkit for Claude Code

An opinionated, local-first AI agent orchestration toolkit for Claude Code featuring semantic memory, learned routing, gates, and reusable "spells." Requires no API keys or cloud services and works out of the box with Claude Code.

orchestrationsemantic-memorylocal-firstautomationrouting
by eric-cielo Jul 22, 2026 8/10
app GitHub

AI-Coders-Proxy-Fixer: Windows GUI for AI Coding Tools Behind Corporate Proxies

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

Rapid-MLX: 4.2x Faster Local AI Engine for Apple Silicon, Claude Code Compatible

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
workflow GitHub

dev-sdd-kit: Spec-Driven Factory for Multi-Repo Systems Built for Claude Code

A spec-driven development kit for multi-repo systems with human-gated permissions, strict TDD enforcement, and verifiable docs and metrics. Designed specifically for Claude Code workflows where accountability and traceability matter.

spec-driventddmulti-repohuman-gatestraceability
by mmaripanguec Jul 22, 2026 7/10
workflow GitHub

saipen: Vendor-Neutral Session Continuation Protocol for AI Coding Agents

A portable continuation protocol that lets any AI coding agent (Claude, Gemini, Codex, Aider) resume a project with full context and zero rebriefing. STATE.md tracks phase and next action, BOARD.md is the ticket board, LOG.md is an append-only event graph — all plain markdown with zero dependencies.

session-continuitycontextmarkdownmulti-agentportable
by vacterro Jul 22, 2026 7/10
MCP GitHub

pmlens: Project Management MCP Server for Claude Code and Codex

An MCP server that brings project management capabilities directly into Claude Code and Codex CLI — track tasks, visualize progress, and manage decisions across AI coding sessions. Provides structured project oversight without leaving the coding environment.

mcpproject-managementtask-trackingcodexprogress
by flc-design Jul 22, 2026 8/10
workflow GitHub

loop-and-gate-foundation: AI Agent with Obsidian Memory That Edits Its Own Skills

An AI agent system using files-first memory stored in an Obsidian vault with no vector database. The agent learns from each session by editing its own skills, getting sharper over time while keeping all data in plain markdown files you own.

memoryobsidianself-improvingskillslocal-first
by slogsdon Jul 22, 2026 7/10
skill GitHub

pdlc-skills: 36 Slash Commands Turning Claude Code Into a Full PDLC Workflow

A comprehensive set of 36 slash commands that enforce a structured Product Development Lifecycle in Claude Code — PRD → TDD → implement → review → ship. Hard contracts force the AI to persist artifacts, write failing tests first, and run self-checks before claiming completion.

slash-commandstddworkflowpdlcquality-gateslifecycle
by kanfu-panda Jul 22, 2026 9/10
app Reddit

RimZ: Sidebar for Managing Multiple Claude Code Sessions in tmux/Zellij

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
workflow GitHub

jalisa: Agent Governance Kit with Git-Backed Shared Memory

An agent governance toolkit that provides git-backed shared memory, machine-enforced protocol adherence, and self-proving results for AI coding agents. Designed to bring consistency and accountability to multi-agent AI development workflows.

governanceshared-memorygitprotocolmulti-agent
by finallyfavor Jul 22, 2026 6/10
app GitHub

claustodian: Versioned Dataset of Claude Code CLI Flags and Commands by Version

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
workflow Reddit

Sharding: Plugin That Detects Interface Drift Between Claude Code Sessions

Sharding treats multi-session AI development like a type checker — contracts between Claude Code sessions (APIs, schemas, shared conventions) live on disk and are frozen while a phase is open. Any session that diverges from an agreed interface is caught mechanically, not discovered at integration time, bringing compile-time-style guarantees to multi-agent coordination.

multi-sessioncontractsinterfacetype-safetycoordinationdrift-detection
by CONTROVERSIAL_TACO Jul 22, 2026 8/10
skill GitHub

claude-club-motion-library-skill: 547 Animated UI Recipes as a Claude Skill

A comprehensive skill containing 547 animated website sections, app templates, backgrounds, gradients, and design-system recipes accessible through Claude Code. Provides production-quality animation patterns via natural language prompting.

animationuidesignskillcomponentstemplates
by Samin12 Jul 22, 2026 6/10
MCP GitHub

CodeTalk: AI Coding Provenance Tracking with MCP, CLI, and VS Code

A local-first provenance tracking tool that ties commits, AI session logs, and decision breadcrumbs into verifiable answers to "why was this code written?" Available as MCP server, CLI, and VS Code extension with a zero-LLM core for fast lookups.

provenancemcpvscodehistorytraceabilitycommits
by HUKAIR Jul 22, 2026 6/10
app GitHub

workspace-session-manager: TUI for Persistent tmux-Based AI Coding Sessions

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
workflow Reddit

Gated Development Methodology for Long-Running AI Coding Projects

A structured AI coding methodology with explicit phase gates, human review at each step, and context firewalls between sessions. The human owns product decisions while architect and coding agents execute separately, with all decisions documented so a different model can continue any project without reconstructing its history.

methodologyhuman-gatescontext-managementmulti-sessionworkflow
by nonproductive Jul 22, 2026 6/10
app GitHub

vinos: Agentic Linux Distro with Claude Code and Local LLMs Integrated at OS Level

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
workflow GitHub

dynobox: Cross-Harness Testing for Multi-Step Agent Flows

A testing framework designed specifically for multi-step AI agent flows that works across different agent harnesses. Enables repeatable, cross-compatible testing of agentic workflows to ensure consistent behavior regardless of which AI coding tool is running.

testingmulti-agentcross-harnessworkflowsagentic
by dynobox Jul 22, 2026 6/10
MCP GitHub

vibe-annotations: Visual Feedback Annotations for Localhost with MCP Integration

An MCP-integrated tool that lets developers create visual annotations directly on their localhost apps, which AI coding agents then read and automatically implement as fixes. Bridges the gap between visual UI feedback and code changes without manual translation.

mcpvisual-feedbackuilocalhostannotationsfix
by RaphaelRegnier Jul 22, 2026 8/10
app GitHub

claude-island: Claude Code Session Manager in the MacBook Notch

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

claudemem: Searchable Agent Memory and Session Summaries in Go CLI

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
skill Reddit

multi-agent-chatter: Coordinate Multiple Claude Code Tabs Without Manual Relay

A Claude Code skill that assigns one tab as the PM owning the project roadmap while worker tabs handle specialized tasks in parallel. Tabs communicate through a shared internal board, eliminating manual copying of updates between sessions. Works best with 4-5 worker tabs on a single repository.

multi-agentcoordinationpmshared-boardparalleltabs
by The___Storyteller Jul 22, 2026 7/10
app GitHub

claude-connect: View and Pipe Data Between Claude Code Sessions in a Browser

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
skill GitHub

frontend-scaffolding: Skill for Project Structure Before AI Implements Any Pages

A Claude Code skill that enforces setting up a proper frontend project structure before implementing any individual pages. Prevents the common anti-pattern where AI generates pages ad-hoc, leading to growing inconsistency and complexity in frontend codebases.

frontendscaffoldingskillstructurearchitecture
by Byron569 Jul 22, 2026 6/10
app GitHub

LiliaCode: Desktop Client for Agent-Assisted Software Engineering

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
skill GitHub

TOP-SKILLS: Largest Claude Code Skill Hub — 3900+ Skills from 12+ Sources

The largest known aggregation of Claude Code skills, collecting over 3,900 skills from 12+ sources with an online search interface and trend analysis dashboard. A one-stop reference for discovering and evaluating community-contributed Claude Code skills.

skillsaggregationsearchcommunityindexdashboard
by bg-szy Jul 22, 2026 9/10
app GitHub

roost: Join and Collaborate with Your Own Team of Claude Code Agents

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
skill GitHub

Custom Skills for Academic Writing, Automation, and Specialized Workflows

A collection of custom Claude Code skills targeting academic writing workflows, task automation, and specialized use cases beyond standard coding assistance. Covers domain-specific tasks that fill gaps in the standard Claude Code skill set.

skillsacademic-writingautomationworkflowsspecialized
by xjsongphy Jul 22, 2026 5/10
app GitHub

agent-odometer: Local Desktop Dashboard for Claude Code and Codex Usage

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
MCP GitHub

uizze-mcp: MCP Server Giving AI Coding Tools 800K+ UI Component References

An MCP server that injects over 800,000 real UI component references into Claude Code, Codex, Cursor, and Copilot, plus a hard finish gate that blocks generic interfaces before they ship. Directly combats AI-generated "UI slop" by grounding outputs in real-world design patterns.

mcpuidesign-referencesquality-gatescomponentsanti-slop
by aislon Jul 22, 2026 8/10
workflow GitHub

harness: Declarative YAML Control Plane for Agent Grounding, Tools, Memory, and Hooks

A declarative control plane that describes an agent harness in a single YAML file covering grounding, tools, memory configuration, and hooks. Supports describe, validate, diff, and apply operations, bringing infrastructure-as-code discipline to AI agent configuration.

declarativeyamlconfigurationhooksmemorygrounding
by LanNguyenSi Jul 22, 2026 7/10
app GitHub

plessas-marketplace: Cross-Platform Claude Code Plugins for Office Productivity

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
workflow GitHub

AI-SOP-Protocol: Machine-Readable Constraints for TDD, ADRs, and Commit Gates

A protocol that encodes development standards as machine-readable constraints, making Claude automatically follow TDD, Architecture Decision Records, commit gates, and release checks. Turns soft guidelines into hard rules that the AI cannot bypass.

tddadrcommit-gatesprotocolconstraintssop
by astroicers Jul 22, 2026 7/10
skill GitHub

onboard: Claude Code Skill That Catches Your README Lying

A Claude Code skill that follows README setup documentation literally in a clean environment, reporting every setup step that is wrong, missing, or silently assumed. Turns README validation from a manual chore into an automated, reproducible test.

readmedocumentationtestingonboardingvalidationskill
by tokyubevoxelverse Jul 22, 2026 8/10
skill GitHub

necromancer: Claude Code Skill That Resurrects Dead Repos

A Claude Code skill that takes broken repositories that no longer build and fixes the dependencies, patches breaking changes, and brings them back to life. Automates the tedious work of modernizing stale or abandoned codebases.

dependencieslegacyrepairmodernizationskilldead-repos
by tokyubevoxelverse Jul 22, 2026 8/10
skill GitHub

bowtie-funnel-resources: Reusable Skills for Organizing AI Agent Folders

A set of reusable skills for AI coding agents focused on organizing the agent folder into a clean, filesystem-first layout. Provides structural conventions for managing skills, memory, and configuration across multiple projects.

skillsorganizationfilesystemstructureconventions
by bowtiefunnel Jul 22, 2026 5/10
app GitHub

BasicallyMythos: 123-Line Proxy to See When Claude Code Reroutes to a Different Model

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: Electron Browser Claude Code Can Rebuild by Prompting

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

pisama-claude-code: Token Usage and Cost Tracking for Claude Code Sessions

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
workflow GitHub

seam-scaffold: Safety Protocols That Make Coding Agents Investigate Before Acting

Seam-aware protocols ("training wheels") for AI coding agents that force investigation before changes, gate irreversible actions, and require agents to prove their claims. Designed to reduce careless behavior on sensitive code paths by treating AI unpredictability as a fixed property to design around.

safetygatesprotocolsai-codinginvariants
by SeamStressDev Jul 22, 2026 6/10
workflow GitHub

radin: Agentic Stack for Token-Efficient AI Coding

An agentic stack focused on baking in the most efficient and safe token-reduction tools for AI coding workflows. Helps developers cut costs while maintaining quality in agentic coding pipelines.

token-reductionagentic-stackefficiencycost
by shortcuts Jul 22, 2026 7/10
skill GitHub

Niche-Claude-Code: Battle-Tested Skills for Claude Code and Cowork

A collection of battle-tested skills for Claude Code and Cowork that claims to double usage at the same quality level. Targets power users looking to maximize throughput from their AI coding sessions.

skillscoworkproductivity
by M4NUSH7 Jul 22, 2026 5/10
skill Reddit

Claude Code Skill: Fetch Real SVG Icons from Iconify Instead of Hand-Drawing

A Claude Code skill that prevents the AI from generating SVG icons from scratch. Instead, it pulls production-quality icons from the Iconify library, improving output quality and eliminating token waste on iterative icon attempts.

svgiconsiconifyskillui
by Dependent-Cake-8034 Jul 22, 2026 7/10
skill Reddit

Skills for Visual PRs, Specs, and Repo Documentation with Staleness Checks

A set of Claude Code skills that make pull requests and repository documentation more visual and informative. Includes staleness checks to automatically flag outdated docs and specs so project documentation stays current as code evolves.

documentationpull-requestsspecsstalenessvisual
by scottyroges Jul 22, 2026 6/10
workflow Reddit

Kimi K3 as Claude Code Backend: A Hands-On Workflow Test

A developer successfully ran Kimi K3 as the primary model for Claude Code while their Anthropic subscription was depleted. The test covered the full CC toolchain—file edits, Bash, subagents, planning, MCPs, skills, and git—and found near-identical behavior to native Anthropic models. The only hiccup was the Claude-in-Chrome MCP, which needed minor tab management.

kimi-k3alternative-modelsworkflowtesting
by rayhomme Jul 21, 2026 6/10
skill GitHub

JD.SemanticKernel.Extensions: Claude Code Skills with Semantic Memory

Semantic Kernel extensions for Claude Code that add skills, hooks, context compaction, and semantic memory. Allows Claude Code agents to store and retrieve semantically relevant context across sessions using vector memory. Useful for long-running projects where persistent knowledge is important.

semantic-kernelmemorycontextskills
by JerrettDavis Jul 21, 2026 7/10
skill GitHub

Lamina: Headless Product Design Skill for AI Coding Agents

A headless product design skill for AI coding agents that separates the design phase from implementation. It helps agents reason about how a feature should work before writing any code, then verifies that what ships matches the design intent. Reduces drift between spec and implementation.

designverificationworkflowskills
by aryaniyaps Jul 21, 2026 7/10
hook GitHub

Paranoid: Block Agent Completion Until Real-App Check Passes

A safety gate that blocks an AI coding agent from finishing a task until the project's own real-app verification passes. Distinguishes passing tests from a feature actually running—bridging the gap between unit test success and observable behavior. Lightweight hook that enforces an evidence-based done criterion.

safetyverificationhookstestinggate
by egehazar Jul 21, 2026 8/10
skill GitHub

claude-skills: Open Claude Skills for Go-to-Market Teams

A collection of open Claude Code skills targeting sales and marketing workflows—HubSpot, Salesforce, Clay, cold email, LinkedIn, and outbound automation. Skills install via npx or by copying into .claude/skills/. Targets GTM engineers and revenue teams who want AI-native tooling.

gtmsalesmarketingskillshubspotsalesforce
by Growth-Today Jul 21, 2026 6/10
hook GitHub

Longline: Bash Command Security Policy Hook for Claude Code

A safety hook that parses every Bash command Claude Code wants to run and enforces configurable security policies before execution. Lets you block or require approval for dangerous patterns (rm -rf, curl | bash, etc.) without disabling Bash entirely. Configurable policy file makes it adaptable to different project risk levels.

securityhooksbashsafetypolicy
by devinbarry Jul 21, 2026 8/10
MCP GitHub

Demesne: MCP Server for Running Agents in Disposable Containers

An MCP server that runs heterogeneous AI agents and shell commands inside local disposable OpenSandbox containers. Provides sandboxed execution so agent actions cannot affect the host system. Useful for running untrusted code or multi-agent pipelines in isolation.

mcpsandboxingcontainersisolationagents
by jbeshir Jul 21, 2026 7/10
app GitHub

Skills Marketplace: Central Plugin Hub for Claude Code and Codex

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

Agent: AI Coding Agent Integration for Emacs

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
skill GitHub

gtm-skills: AI Skills for Revenue Engineering in Claude Code Format

Reusable Claude Code skills covering the go-to-market engineering stack: ICP research, brand voice, signal-driven outbound, positioning, lead scoring, and RevOps automation. Built in Claude Code skill format for direct installation. Targets revenue teams building AI-native GTM workflows.

gtmrevenuesalesskillsoutbound
by esmefong Jul 21, 2026 6/10
workflow Reddit

Always-On Personal AI OS: Discord-Controlled Agent with Persistent Knowledge Base

A detailed writeup and build guide for a personal AI operating system that dispatches coding work across repos via Discord. A kernel process routes work to ephemeral Claude Code sessions; all state lives in files and SQLite so crashes lose nothing. Includes a gist you can hand directly to your own agent to replicate the setup.

orchestrationdiscordpersistent-memoryautomationarchitecture
by CrayonsFearMe Jul 21, 2026 8/10
app GitHub

claude-usage-micro: Tiny macOS Menu Bar Meter for Claude Code Usage

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
skill GitHub

Skilldex Registry: Community Registry for Claude Code Skills and MCPs

A community-maintained registry of Claude Code skills, subagents, and MCP servers. Serves as the data store backing the skilldex CLI tool. Centralizes discovery of community-built extensions rather than requiring searches across individual GitHub repos.

registryskillsmcpdiscoverycommunity
by drewn-ed Jul 21, 2026 7/10
skill GitHub

Skilldex: Search, Install, and Audit Claude Code Skills from the CLI

A CLI tool for searching, installing, validating, and auditing Claude Code skills, subagents, and MCP servers from the skilldex community registry. Makes it easy to discover and safely add community extensions without manual copy-paste. Includes validation to catch broken or malformed skills before installation.

cliskillsinstallvalidationmcp
by drewn-ed Jul 21, 2026 8/10
MCP GitHub

Captain Memo: Local Cross-AI Memory for Coding Agents

A local persistent memory system that lets Claude Code, Codex, Gemini, Cursor, Kimi, and other agents share a single private knowledge corpus. Uses hybrid search and auto-injected context, with optional Ollama-based summarizers that require no external API key. All data stays on-device.

memorymcpcross-agentlocalollamaprivacy
by kalinbogatzevski Jul 21, 2026 8/10
skill GitHub

Claude Code Eyes: Camera Vision Skill for Hardware Debugging

A skill that gives Claude Code access to a live camera feed so it can see real hardware, displays, and wiring. Enables verification of rendered UI on physical screens, wiring checks before power-on, and catching bugs that only manifest on glass rather than in logs. Novel capability for embedded and electronics projects.

visioncamerahardwaredebuggingskills
by fcavalcantirj Jul 21, 2026 8/10
hook Reddit

Filtering Secrets from Claude Code with a Post-ToolUse Hook

A blog post demonstrating how to use a Claude Code post-tool-use hook to prevent the agent from ever reading environment variables. By intercepting env var access before the model processes the output, the hook closes a potential exfiltration vector where the agent could learn and leak credentials. Practical security hardening with minimal setup.

securityhookssecretsenv-varssafety
by andy_p_w Jul 21, 2026 8/10
workflow Reddit

Building a Reliable AI Code Review Gate: Findings Must Be Reproducible

A developer's month of field data on AI code review gates: roughly 3 in 4 initial findings don't hold up. The fix is requiring the reviewer to reproduce each finding against the running app—not just describe it. A finding that can only narrate a problem is an opinion; one that can demonstrate it is evidence. Practical guidance for teams running automated review agents.

code-reviewvalidationgateworkflowai-safety
by mrtrly Jul 21, 2026 7/10
skill GitHub

Topos: Sync Shared Agent Behaviors Across Your Team

A CLI and self-hostable control plane for sharing agent skills and behaviors across a team. Keeps every agent up to date with the latest shared conventions without manual file copying. Useful for organizations where multiple developers run Claude Code and need consistent agent behavior.

teamskillssyncworkflowcollaboration
by topos-sh Jul 21, 2026 7/10
app GitHub

Context Analyzer: Claude Code Token Usage Dashboard with MCP

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

Hyperlane: IDE for Parallel Coding Agent Orchestration

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

Organic OS: Always-On SEO/AEO Growth Loop for WordPress with Claude

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

Macaz CLI: Use Any Model Provider with Claude Code's Native Interface

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
skill Reddit

Agentic Avengers: Multi-Agent Dev Workflow Skills with Character Personalities

A set of Claude Code skills with Avengers character personalities for autonomous, consistent development workflows. Highlights include /assemble (idea → spec → plan → build → PR) and /loki (full codebase analysis producing a MECHANICS.md file). Battle-tested in open-source projects.

skillsmulti-agentworkflowautomationorchestration
by Far_Noise_5886 Jul 21, 2026 7/10
skill GitHub

Retail Investor Skills Plugin: 26 Claude Code Skills with Live Market Data

A Claude Code plugin with 26 skills for reading companies, sectors, and personal trading journals. Backed by live market data from The Balanced Investor Club. Explicitly educational—never buy or sell advice. Useful for investors who want AI-assisted fundamental research without building their own data pipeline.

financeinvestingskillsmarket-data
by the-balanced-investor-club Jul 21, 2026 6/10
app GitHub

WakeBar: macOS Menu Bar Sleep Guard for Coding Agents

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
skill GitHub

Debrief Skill: Post-Session Agent Performance Review

A Claude Code skill that reviews how a session went—not what code it produced. It identifies mistimed questions, regressions introduced, and wasted tool calls so you can improve prompting and CLAUDE.md configuration. Unique meta-review perspective that complements code review.

metareviewsessionskillsimprovement
by Wavez Jul 21, 2026 8/10
MCP GitHub

AgentPrism Workflows: Dynamic Workflow Scripts as an MCP Server

Runs dynamic agent()/parallel()/pipeline() workflow scripts over any ACP backend, exposed as a stdio MCP server or TypeScript SDK. Lets you define complex multi-agent workflows in script files and invoke them from any MCP-compatible client. Bridges the gap between orchestration logic and MCP tooling.

mcpworkfloworchestrationagentstypescript
by VikashLoomba Jul 21, 2026 7/10
skill GitHub

yt2skill: Turn YouTube Videos and PDFs into Claude Code Skills

A tool that converts a YouTube video or PDF into a ready-to-use Claude Code skill. Transcript-first approach: Claude selects only video frames that carry information not conveyed in the transcript. Useful for packaging tutorial content or documentation as reusable agent skills.

skillsyoutubepdfcontentconversion
by MrEmanAhmad Jul 21, 2026 8/10
workflow Reddit

Archivum: Git-Backed Knowledge Workspace for Claude Code

A Git-backed, LLM-readable knowledge OS for projects, research, decisions, and long-horizon work. Claude Code starts from a compact live-state surface and searches outward as needed, writing durable changes back as Markdown/YAML files. A single shared agent contract works across Claude Code, Codex, and Cursor—agents are replaceable, the knowledge base persists.

knowledge-basegitworkflowpersistent-memoryarchitecture
by AntreasAntoniou Jul 21, 2026 8/10
skill GitHub

First Principles Skill: 5-Phase Systematic Reasoning for Claude Code

A Claude Code plugin for structured first-principles thinking with a 5-phase methodology: identify essence, challenge assumptions, establish ground truths, reason upward, and validate. Every conclusion traces back to a verified ground truth. Comes with 13 companion skills for specific reasoning tasks.

reasoningskillsmethodologyfirst-principles
by chrisdavidson Jul 21, 2026 8/10
skill GitHub

Blueprint: Adaptive Concept-Builder with Interface Contracts Before Coding

A Claude Code skill that builds a module-oriented blueprint with interface contracts, schema validation, and cross-consistency checks before any implementation code is written. Prevents the common failure mode of coding toward a poorly specified interface. Produces a structured plan the agent can execute against.

planningarchitectureskillscontractsdesign
by motodigitalguru-beep Jul 21, 2026 7/10
MCP GitHub

MathType MCP: Editable Equations in Word and PowerPoint via Claude

An MCP server, Claude Code skill, and Codex plugin that integrates MathType 7 for inserting editable equations into Word documents and PowerPoint slides. Supports native Word numbering, equation references, and editable output (not images). Useful for technical writing and academic document workflows.

mcpwordpowerpointequationsmathdocuments
by felimet Jul 21, 2026 6/10
app Reddit

Claude Code + Polymarket: Natural Language Queries over Prediction Market Data

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
skill GitHub

ai-skills: Production-Ready Skills for Claude Code and Multi-Agent Systems

A collection of production-ready skills for Claude Code and multi-agent systems. Targets developers who want battle-tested skill building blocks rather than starting from scratch. Covers common patterns for reliable agent behavior in production environments.

skillsproductionmulti-agentworkflow
by AreteDriver Jul 21, 2026 6/10
MCP GitHub

RecallNest: Persistent Memory MCP Server for Claude Code

A persistent memory MCP server that gives Claude Code the ability to store and retrieve information across sessions. Simple drop-in addition to any Claude Code project that needs memory beyond the current context window. Stores memories locally for privacy.

mcpmemorypersistencecontext
by erinlkolp Jul 21, 2026 7/10
workflow GitHub

Weft: Composable AI Rules Manager for Coding Agents

A composable rule source manager for coding agents that lets teams layer and sync CLAUDE.md/AGENTS.md rules from multiple sources. Solves the problem of maintaining consistent agent behavior across a team when rules live in different repos or tools. Composable layering means local overrides stack cleanly on top of shared rules.

rulesteamworkflowclaude-mdagents-md
by jophira Jul 21, 2026 7/10
app GitHub

Switchboard: Privacy-Aware Local Router for Claude Code and Codex

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
hook GitHub

Getff: Compile Team Conventions into Native Toolchain Gates

Compiles your team's coding conventions into native toolchain enforcement—ESLint rules, Clippy lints—so they run deterministically in CI with no LLM cost. The project's own AGENTS.md is executable, making it self-documenting. Bridges the gap between agent-readable conventions and machine-enforceable rules.

conventionseslintcihooksdeterministic
by artyhoo Jul 21, 2026 7/10
skill Reddit

My Full Claude Code Setup: CLAUDE.md, Skills, Permissions, Hooks

A comprehensive walkthrough of a real-world Claude Code configuration covering CLAUDE.md structure, custom skills, permission settings, and automation hooks. Useful as a reference for practitioners assembling their own setup.

CLAUDE.mdskillspermissionshookssetup
by Distinct_Setting558 Jul 21, 2026 6/10
app Reddit

samemind 0.6: Universal Git-Native Memory for AI Coding Agents

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
skill GitHub

claude-code-skills: Reusable Skills for Express, OWASP Audits, Security, and TTS

A collection of reusable Claude Code slash command skills covering Express microservice scaffolding, OWASP security audits, security hardening checklists, and TTS generation. Drop-in skills for common development and security workflows.

skillsecurityexpressowaspttsmicroservice
by lantisprime Jul 21, 2026 7/10
skill Reddit

twq: Claude Code Skill That Asks Clarifying Questions Before Acting

A 24-line Claude Code skill (Task With Questions) that makes Claude study your request, ask multi-round clarifying questions to surface assumptions, and only then execute. The author reports using it more than any other skill.

skillclarificationquestionsworkflowux
by fabpub Jul 21, 2026 8/10
workflow GitHub

halyard-fleet: Remote Control Plane for Orchestrating Coding Agents

A control plane for managing coding agents remotely — approve or deny tool calls, steer sessions mid-run, and route work between agents from any channel and across different agent runtimes.

orchestrationcontrol-planemulti-agentremotetool-approval
by alperarabaci Jul 21, 2026 8/10
app GitHub

zzon-doc: Codebase-to-Architecture Diagrams as Self-Contained HTML

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
skill GitHub

lateralus: Skill That Forces Lateral Thinking When You're Stuck on a Bug

A Claude Code skill for when you've tried the same fix three times and it keeps failing. It forces the model to explore genuinely different approaches rather than iterating on the same failed idea.

skilldebugginglateral-thinkingproblem-solving
by SunnyKTuladhar Jul 21, 2026 7/10
workflow GitHub

pi-graph: Deterministic YAML Workflow Graphs for Coding Agents

pi-graph prevents agents from skipping steps by encoding workflows as deterministic YAML graphs that the agent builds, runs, and can inspect. Provides auditability and reproducibility for multi-step tasks.

workflowyamldeterministicgraphorchestration
by ali-abassi Jul 21, 2026 7/10
app GitHub

ai-lint: Linter for CLAUDE.md, AGENTS.md, and SKILL.md Files

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
workflow Reddit

Claude Code Setup for Adversarial Code Review With GPT-5.6-sol via herdr

A Claude Code configuration for running adversarial code reviews using GPT-5.6-sol as a counterpart reviewer through the herdr multi-model routing tool. Cross-model adversarial review to catch blind spots.

workflowadversarialcode-reviewmulti-modelgpt
by a_deneb Jul 21, 2026 6/10
skill GitHub

brand-book: Skill to Build Brand Guidelines and Keep Agentic Code On-Brand

An agent skill that generates a brand guidelines document in a Paper format, plus a companion brand skill that the agent references during coding sessions to keep product output visually and tonally consistent.

skillbranddesignguidelinesconsistency
by ordinarynerds Jul 21, 2026 6/10
skill GitHub

dootask-skills: Claude Code Skills for DooTask Plugin Development

A set of Claude Code skills for DooTask plugin development: scaffold a new plugin, publish to the app store, and write an optimized CLAUDE.md. Install via /plugin install dootask@dootask-skills.

skilldootaskpluginscaffold
by dootask Jul 21, 2026 5/10
workflow Reddit

Project-Level Compound Engineering: Git Task Graph With Parallel /lfg Fan-Out

A project-level orchestration layer on top of Every's compound-engineering plugin. Decomposes an epic into a git-committed task graph, then fans it out as parallel /lfg waves of 3–5 concurrent agents producing green PRs.

workfloworchestrationfan-outparallelcompound-engineeringgit
by hookedonwinter Jul 21, 2026 8/10
MCP Reddit

OtoDock: Self-Hosted Video Editing Platform With AI Agent MCP Suite

OtoDock is an open-source self-hosted platform (free up to 5 users) that lets AI agents create and edit videos via MCP servers for video editing, musicgen, videogen, and TTS. Demonstrated with a Fable vs GPT-5.6-sol head-to-head comparison.

mcpvideoeditingself-hostedmusicgentts
by dimitrismrtzs Jul 21, 2026 6/10
MCP Reddit

webfetch: Local Web Search MCP That Cuts Tokens 87% and Cost 66%

A locally-running web search MCP that replaces hosted search (Anthropic/OpenAI at $10/1k searches). Uses RRF fusion across 4 engines, BM25 + bi-encoder retrieval with cross-encoder reranking, sentence compression, and semantic caching. Benchmarked at 96% SimpleQA accuracy vs hosted alternatives.

mcpweb-searchlocaltoken-efficiencycachingretrieval
by Remote-Breadfruit204 Jul 21, 2026 9/10
app GitHub

cfgaudit: Security Auditor for Claude Code and Cursor Configuration Files

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 Reddit

What actually reduced our Claude token burn ~5 concrete changes

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
command Reddit

How can i code more token efficient?

Hey guys, i wonder how i can optimize my token usage with my claude sub. What i'm doing: Working with openspec for spec driven development, writing down explicit tasks etc CLAUDE.md which is regula...

claude.md
by Korrak Jul 21, 2026 6/10
command Reddit

4x Claude code or mix?

So I have ~800$ to spend on ai subscriptions. I’ve been previously using Claude code and honestly love its orchestration capabilities and hate usage limits. Recently I tried going with CC + codex w...

review
by No_Gas_3727 Jul 21, 2026 7/10
command Reddit

ClaudCode just released a earthquake with Artifacts

I just saw this from X regarding: Claude Code 2.1.216 (npm "next") is a big one: artifacts get a full publishing platform — multi-file pages plus a live-watch subscription system. I tested in with ...

review
by Mysterious-Guide-745 Jul 21, 2026 7/10
command Reddit

Claudecode keeps asking for API credits even if i'm on MAX 20x plan

I already reset my terminal and update to latest claude code version and even re-logged in. It keeps saying to switch to sonnet or manage credits. The fix was said to just need a restart what's goi...

commandapi
by Relative_School_8984 Jul 21, 2026 6/10
command Reddit

Got Tired of Managing Git Repos so I built this..

Hello Everyone, I've been building quite a lot recently with Claude Code, and the more I find OSS (Open Source Software), the more I want to clone them so my claude code can go through it and learn...

skillcommandgitpython
by RishMadaan Jul 21, 2026 9/10
command Reddit

got tired of managing Git Repos so I built this....

Hello Everyone, I've been building quite a lot recently with Claude Code, and the more I find OSS (Open Source Software), the more I want to clone them so my claude code can go through it and learn...

skillcommandgitpython
by RishMadaan Jul 21, 2026 9/10
skill Reddit

What is your favourite Fable build?

Hello! I like many of you have been messing around with Fable. I optimized my workflows, updated my skills, and built a programming interface to brush up on my Python and SQL skills. But my favouri...

skillworkflowpythonreview
by CanaryHorror2404 Jul 21, 2026 5/10
workflow Reddit

Multi-Model Orchestration: Fable Architect + Opus 4.8 + GPT for QA

Community discussion on splitting AI roles across model families — Fable for architecture, Opus 4.8 for implementation, GPT for QA. Explores whether cross-provider QA adds value. Useful starting point for teams designing multi-model pipelines with Claude Code.

multi-modelorchestrationfableopusworkflow
by Snmrv Jul 21, 2026 6/10
app GitHub

agent-dash: Terminal Dashboard for Claude Code, Codex, and OpenCode Sessions

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
hook GitHub

redstamp: Offline Firewall for AI Agent Tool Calls With Risk Tiers and Audit Trail

Deterministic, offline security layer that classifies AI agent tool calls into green/yellow/red/black risk tiers and blocks secret exfiltration and prompt injection. Runs as a Claude Code hook or MCP proxy. Includes a tamper-evident audit log and an open benchmark (arena) for comparing agent firewalls.

securityfirewallhookmcp-proxyprompt-injectionaudit
by askalf Jul 21, 2026 8/10
skill GitHub

ai-launch-red-team: Skill to Red-Team AI Launch Plans Before Production

Agent skill that evaluates AI deployment plans against 8 veto conditions before they reach a live workflow. Works with Claude Code, Cursor, and Codex. Good guardrail for teams wanting an adversarial review step before shipping AI-powered features.

red-teamsecurityskilldeploymentai-safety
by Anonymousyz Jul 21, 2026 7/10
skill GitHub

known-unknowns: Agent Skill for Guided Exploration of the Rumsfeld Knowledge Matrix

Skill that facilitates structured discussions about what you know, what you know you do not know, and what you do not know you do not know — based on the Rumsfeld Matrix. Helps articulate vague ideas and surface blind spots when starting a project or debugging complex issues.

skillknowledge-managementproblem-solvingideation
by Wang-Cankun Jul 21, 2026 5/10
app GitHub

claude0: Intelligent Context Compilation to Cut Claude Code Token Usage by 65%

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

natureco-cli: Terminal-Native CLI With Chat, Automation, and Multi-Platform Bot Integrations

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
workflow GitHub

openclaw-worker-relay: Supervise Claude Code and Codex Workers From OpenClaw

Relay layer that lets OpenClaw manage Claude Code and Codex CLI workers with async progress tracking, routed delivery, wake, resume, and automation support. Useful for orchestrating long-running AI coding tasks from a central controller.

orchestrationopenclawworkerautomationrelay
by VsevolodUstinov Jul 21, 2026 6/10
app GitHub

praetor: Agentic DAST Orchestrator for Burp Suite

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
MCP GitHub

m3-memory: Local-First Memory Framework for AI Agents With MCP Support and Hybrid Search

High-performance, local-first memory system for AI agents with 99.2% retrieval accuracy on LongMemEval-S. Supports Claude, MCP-native integration, and hybrid search combining FTS5, vector, and MMR. Works fully offline with GDPR and FIPS 140-3 readiness — relevant for Claude Code agents needing persistent, retrievable memory.

memorymcplocal-firsthybrid-searchvectorclaude
by skynetcmd Jul 21, 2026 8/10
command GitHub

Claude Code Slash Commands Cheatsheet

Concise reference sheet of Claude Code slash commands. Quick lookup resource for developers learning or frequently using built-in Claude Code commands. No frills, just the commands.

slash-commandscheatsheetreferenceclaude-code
by jqueryscript Jul 21, 2026 6/10
app Reddit

Explore agent permissions

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
command Reddit

We turned our CLAUDE.md rules into hooks that actually enforce them

Every rule in our CLAUDE.md worked "usually". Usually pnpm, usually no dev server, usually no Co-Authored-By trailer in commits. Usually is fine until it's 11pm and the lockfile has npm artifacts i...

hookcommandapiclaude.mdconfig
by techpotions Jul 21, 2026 10/10
app Reddit

CTF Arena.

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
command Reddit

How can I use Fable more efficiently?

Which effort should I use for which type of task? Is sonnet 5 good as a reliable worker subagent for retrieving info and making researches? Any other tips? I have Claude Max 5x subscription and I'm...

by SherewZino Jul 21, 2026 5/10
skill Reddit

I built a tool to help me improve my listening skills :D

It It takes short clips from captioned YT videos and turns them into dictation or fill-in-the-blank exercises. You replay a clip, type what you heard, and it highlights the differences :) If you wa...

skillgit
by nice-to-meet-you-bro Jul 21, 2026 5/10
command Reddit

What is your coding setup?

Hi everyone, Just wanted to ask and to know what’s your current setup is. What I'm really interested in is the workflow itself, and how it can be improved. So for context, here is what I have: - 20...

commandworkflowgitconfigreview
by LukesGony1996 Jul 21, 2026 7/10
skill GitHub

seedance-shotlist-director: Claude skill: script → Seedance 2.0 production board

Claude skill: script → Seedance 2.0 production board in one prompt | Клод-скилл: сценарий → продакшн-борд для Seedance 2.0 — режиссёрские промпты, ENDS ON склейки, @ассеты, риск-бюджет кредитов, тр...

skill
by afloy011-spec Jul 21, 2026 6/10
skill Reddit

Flame my attempt at building ClaudeCode Skills.

I want you guys to flame the two skills I built with ClaudeCode: https://github.com/AnayDhawan/components https://github.com/AnayDhawan/oss-launch Please Flame as accurately as possible, as I wanna...

skillgit
by NKFBF Jul 21, 2026 6/10
MCP Reddit

Using Claude to Drive Claude

I've been using Claude Opus 4.6 in chat, to drive Claude Code (Opus 4.8 and Fable) for the last couple of weeks. Benefits: 4.6 can argue with 4.8 and instruct Fable much better than me 4.6 is a gre...

mcp
by ReasonableLoss6814 Jul 21, 2026 7/10
command Reddit

You are absolutely right - simple example how to root it out

simple loop So, since we are all working on loops now, I was thinking sharing my approach to force-stop Claude when it says our all time favorite phrase "you are absolutely right" (or replace it wi...

hookcommand
by cleverhoods Jul 21, 2026 8/10
MCP Reddit

Glyph: Opus 4.8 drawing ASCII art through an MCP canvas

Glyph is a small ASCII art gallery you can browse and zoom into. I wrote an MCP server that exposes drawing primitives (new canvas, draw text, lines, rects, render), then let Claude Opus 4.8 compos...

mcp
by Oliveaniss_ Jul 21, 2026 8/10
skill Reddit

Anybody using https://github.com/HKUDS/OpenSpace ?

I have a bunch of skills in my claude skillset, and I came across https://github.com/HKUDS/OpenSpace which acts a sefl evolving engine for skills, anybody have used it or at least can see the long ...

skillgit
by jiii95 Jul 21, 2026 6/10
workflow Reddit

Claude refuses to generate code for Instagram account automation

I'm trying to automate a workflow for my job that involves configuring a large number of Instagram accounts. I asked Claude to generate the code, but it refused, saying the automation would violate...

workflowautomationconfig
by Just-End-9747 Jul 21, 2026 5/10
command Reddit

Existential question: how on earth do you create an agent?

Feel free to laugh or mock me for not knowing how to create one. The truth is, it’s just not clear to me. Is it a single `.md` file? Is it multiple `.md` files, or what? I honestly don't get it. I ...

claude.md
by RateTop4882 Jul 21, 2026 9/10
skill Reddit

Kimi Sold out as demand rising

https://preview.redd.it/f757xid75beh1.png?width=2056&format=png&auto=webp&s=4d1c4de4f51c841d0ed1762f7418650a6f3b4ae6 Kimi K3 (China AI model that distilled the anthropic model that doesn't even exi...

skillreview
by pakalumachito Jul 21, 2026 6/10
MCP Reddit

Free App Store screenshots templates for vibe coders

I am making a bunch more of these for common vibe coded apps like trackers fitness ai chatbot etc. give me suggestions what other you want in the figma file and what you think I should improve on t...

mcp
by Admirable-Canary-732 Jul 21, 2026 5/10
skill GitHub

benai-skills:

benai-skills:

skill
by naveedharri Jul 21, 2026 5/10
app Reddit

Another memory workflow

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
MCP Reddit

Claude +Hookami MCP

submitted by /u/luntrasul9 [link] [comments]

mcphook
by luntrasul9 Jul 21, 2026 7/10
workflow Reddit

Loop & Gate: Fixed Human-Decision Gates for Autonomous Claude Code Agents

Four MIT-licensed Claude Code plugins that let an agent run its loop freely between a fixed set of named human-decision gates — no full autonomy or constant approval. Plain-text Obsidian memory injects context at session start, and gates cover the full solo project lifecycle: memory, building, marketing, and shipping. Agents may propose edits to their own skills but cannot weaken their own gates.

workflowgatesautonomypluginsmemoryobsidian
by slogsdon01 Jul 20, 2026 8/10
skill GitHub

maestro: Unified Design, Motion, 3D, and Video Super Skill for AI Coding Agents

Distills eight upstream knowledge bases — covering design, motion, 3D, and video — into a single super skill for AI coding agents. Includes automated upstream drift tracking so the skill stays current as its sources evolve. Aimed at agents that need deep creative-toolchain context without juggling multiple skill files.

skilldesignmotion3Dvideoknowledge-basedrift-tracking
by leobbaroni Jul 20, 2026 7/10
app GitHub

ccRewind: Replay and Search Your Claude Code Conversation History

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

Sanduhr: Native Desktop Widget That Projects When You Will Hit Your Claude Usage Cap

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
MCP GitHub

uxon-ai: MCP Server for AI-Driven Landing Page Creation and A/B Testing

Claude-skills-style MCP server and CRO API that lets agents create landing pages, configure A/B and split tests, and track conversions. Designed to give Claude Code agents end-to-end control over conversion rate optimization workflows without leaving the agent loop.

mcplanding-pagea/b-testingCROconversions
by alexpilotto Jul 20, 2026 6/10
workflow Reddit

Harness vs. Solo Agent: Community Debate on Autonomous Coding Patterns With Fable

Community discussion comparing structured harnesses (like ultracode) against prompting a single agent through plan → implement → review → commit unattended. With Fable-class models, solo agents appear equivalent to harnesses for low-to-moderate complexity tasks while deviating less and shipping faster. Raises the question of whether harness overhead is still worth it as models improve.

workflowharnessautonomypatternsdiscussion
by ZhopaRazzi Jul 20, 2026 5/10
MCP GitHub

mcp-wp-cli-terminus: Run WP-CLI in Claude Code via Docker, Pantheon, or SSH

MCP server that exposes WP-CLI to Claude Code and Claude Desktop across local Docker, Pantheon Terminus, and SSH environments. Can byte-faithfully copy posts and meta between WordPress environments with checksum verification, making it safe for production migrations. Lets agents perform WordPress admin tasks directly within the agent loop.

mcpwordpresswp-clidockerpantheonssh
by EarthmanWeb Jul 20, 2026 7/10
workflow GitHub

cadence: Verification Layer That Prevents Agents From Self-Certifying Their Own Work

Adds settle gates to AI-assisted development workflows: agents declare acceptance criteria, then settle gates independently re-check those criteria and refuse to proceed until the evidence holds. Works as a CLI tool and MCP server with Claude Code, Codex, and other agents. Addresses the core problem of agents marking tasks done without genuine verification.

workflowverificationgatesacceptance-criteriaqualitymcp
by manehorizons Jul 20, 2026 8/10
app GitHub

cockpit: Self-Hosted Forensic UI for AI Assistant Session Auditing and Memory Distillation

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

claude-resume-hub: Auto-Resume Claude Code When Your Usage Limit Resets

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
workflow GitHub

loom: Adaptive Planning OS for AI Coding Agents That Learns From Every Run

Planning system for AI coding agents that shows its reasoning and improves with each session. In a blind benchmark, a smaller model at low effort running loom matched a frontier model at max effort, using fewer tokens and less time. The system learns from run history to progressively reduce overhead and token costs.

workflowplanningadaptivelearningbenchmarkefficiency
by saroo98 Jul 20, 2026 7/10
app GitHub

fabriq-desktop: Human-Confirmed Desktop Shell for AI-Driven Development Teams

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
MCP GitHub

splitlaunch-dev: A/B Testing MCP for PPC and Paid Social Landing Pages

MCP server for creating URL-based A/B experiments targeting Google Ads and Meta traffic, tracking conversions, and retrieving results via the SplitLaunch API. Lets Claude Code agents set up, run, and analyze paid traffic experiments without leaving the agent loop.

mcpa/b-testingppcgoogle-adsmetaconversions
by alexpilotto Jul 20, 2026 5/10
workflow GitHub

claude-automata: Long-Running Autonomous Agent Environment for Claude Code

Persistent autonomous agent environment that can run Claude Code sessions for days, storing only verified information across runs. Designed for long-horizon tasks where you want the agent to accumulate reliable state without drifting or hallucinating its own history. Memory writes require verification before persistence.

workflowautonomouslong-runningmemoryverificationpersistence
by clomia Jul 20, 2026 7/10
hook GitHub

fencepost: Configurable Permission Gate for Every Claude Code Tool Call

Sits between Claude Code and its tools, evaluating each tool call against configurable permission rules before allowing it to proceed. Lets you define fine-grained policies over which tools can be called and under what conditions, adding a human-auditable layer of control without disabling tools entirely.

hookpermissionssecuritygatetool-callspolicy
by ch4nn0n Jul 20, 2026 8/10
skill GitHub

ai-context: Portable AI-Agnostic Agent Context, Skills, and Role Guidance

Personal portable context repository with agent skills and role-based guidance designed to work across different AI coding agents, not just Claude Code. Drop it into any new project to bootstrap consistent agent behavior without reconfiguring from scratch.

skillcontextportableagnosticroles
by Jean-PierreGassin Jul 20, 2026 5/10
workflow GitHub

claudux: Deterministic CI Gate That Fails Builds When Docs Drift From Code

No-AI CI gate that fails your build when documentation drifts from the code it describes. The drift check is deterministic (no LLM involved), making it reliable in CI pipelines. Also includes VitePress doc generation via Claude or Codex for the writing side, keeping the detection and generation concerns separate.

workflowcidocumentationdrift-detectionvitepressgate
by firstbitelabsllc Jul 20, 2026 7/10
skill GitHub

merge-unified-skills: Claude Code Skills for the Merge Unified API

Official Claude Code skills from the Merge team for working with their Unified API, which normalizes integrations across ATS, HRIS, CRM, and other HR and business tool categories. Lets agents interact with dozens of third-party platforms through a single skill interface.

skillmerge-apiintegrationsunified-apihrisats
by merge-api Jul 20, 2026 6/10
skill GitHub

agent-skills: Portable Reusable Skills Shared Across Codex and Claude Code

Single-source skill repository designed for portability across both Codex CLI and Claude Code, with validation-first design and CC Switch integration for seamless management. Provides a home for reusable skills that work identically across coding agents without duplication.

skillportablecodexcross-clivalidationcc-switch
by reagin Jul 20, 2026 5/10
skill GitHub

econ-paper-review-skill: AI Referee Report for Economics Papers Before Real Review

Claude Code / Codex skill that generates verified referee-style feedback on economics, finance, and social science papers before they go to a real reviewer. Produces verifiable comments, editing notes, and a revision plan that agents can implement. Free for noncommercial use, built for iterative revision cycles.

skilleconomicspaper-reviewacademicrefereerevision
by hanlulong Jul 20, 2026 6/10
skill GitHub

skill-olympus: 98 Skills + 49 Agents + 13 Hooks for a Zero-Interaction SaaS Pipeline

Massive cross-CLI skill collection (Claude Code, Codex, Gemini CLI) themed around twelve Greek gods, each covering a domain of the full SaaS lifecycle from design to ship. A single command runs the entire pipeline — design, build, inspect, test, deploy — with cross-CLI persistent memory and no manual steps. The largest known public skill collection for AI coding agents.

skillagenthooksaaspipelinecross-clicomprehensive
by Dannykkh Jul 20, 2026 8/10
app GitHub

chef-de-vibe: Web UI for Claude Code

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

fastapi-agent-blueprint: Production-Ready FastAPI Backend Blueprint for AI Agent Apps

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

TelegramAgentBot: Telegram Remote Controller for Claude Code and Codex Sessions

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

maestrus-selfhost: Self-Hosted Conductor for Running Claude Code 24/7 Across Projects

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
skill GitHub

skills: Traditional Chinese Writing and Business Doc Skills for Claude Code

Claude Code skill collection for Traditional Chinese (Taiwan) writing tasks: de-AI editing, business document templates, and professional writing guidance. Also includes English infographic and knowledge-doc skills. Useful for teams working in Traditional Chinese who want agent-assisted document production.

skillchinesewritingbusiness-docstaiwantraditional-chinese
by leoluyi Jul 20, 2026 5/10
app GitHub

debloat: Audit Claude Code Token Overhead Before Your First Prompt

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
skill GitHub

coloring-book-skill: Printable Kids Coloring Books via Claude Code

A Claude Code skill that generates personalized printable coloring books for children ages 3-6. Supports parametric character creation, a story mode, a shape cookbook for simple designs, and vector PDF output. Creative demonstration of using Claude Code skills for media generation workflows.

skillPDFcreativekidsvector
by bedardandy Jul 19, 2026 6/10
MCP GitHub

gtm-system: Claude Skills and MCP Server for Sales and GTM Teams

Open-source package combining Claude skills and an MCP server targeting sales and go-to-market workflows. Lets Claude build LinkedIn Sales Navigator searches, draft multichannel outreach campaigns, and manage replies — all from Claude Code. Practical example of domain-specific MCP + skills composition.

mcpsalesGTMskillsLinkedIn
by LaGrowthMachine Jul 19, 2026 6/10
hook GitHub

devguard: Hook-Based Memory and Self-Correction for Claude Code

devguard adds a lightweight memory and self-correction layer to Claude Code via hooks. It records decisions made per feature and uses hook callbacks to nudge the agent back on track when it begins looping or contradicting past choices. Local-only, zero external dependencies, no configuration required.

hookmemoryself-correctionloop-preventionautomation
by Saksiper Jul 19, 2026 8/10
app GitHub

claude-carbon: Carbon Footprint Tracker for Claude Code Sessions

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
MCP GitHub

searchconsole-ai: Google Search Console MCP Server for SEO Analytics

An MCP server that connects Claude Code (and other AI coding tools) directly to Google Search Console data. Query impressions, clicks, rankings, and crawl coverage without leaving your editor. Works with Claude Code, Cursor, Codex, and ChatGPT.

mcpSEOGoogle Search Consoleanalytics
by AndreyAzimov Jul 19, 2026 7/10
app GitHub

agentglass: Real-Time Mission Control Dashboard for AI Coding Agents

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
skill GitHub

job-hunter-template: AI Job-Search Assistant as a Claude Skills Package

A ready-to-clone template that turns a single GitHub repo into a full personal job-search assistant using Claude Skills. Covers guided onboarding, persistent profile storage, multi-source job sourcing, fit evaluation, tailored CV generation, and application tracking — all version-controlled and inspectable. No personal data included in the template.

skilljob searchtemplateworkflowCV
by FynePool Jul 19, 2026 7/10
skill GitHub

django-performance-optimizer: Agent Skill for Fast Django/DRF Code

A Claude Code agent skill focused on Django and Django REST Framework performance. Follows a measure-first, fix-second approach, with deep coverage of ORM query optimization, serializer efficiency, caching strategies, async patterns, and connection pooling. Complements the separate secure-code-auditor skill and works with Claude, Codex, Cursor, and Gemini.

skillDjangoDRFperformanceoptimizationPython
by n-shadloo Jul 19, 2026 7/10
skill GitHub

html-mockup: Pixel-Faithful HTML Mockups from a Reference Screenshot

A Claude Code skill that takes a reference screenshot and produces a pixel-faithful HTML mockup. Uses a census-first approach — cataloguing all visual elements before rendering — to improve fidelity. Useful for design-to-code handoff workflows where visual accuracy matters.

skilldesignmockupHTMLscreenshot
by humbleteam Jul 19, 2026 6/10
skill GitHub

ascii-wireframes: Sketch 3 Layout Hypotheses in ASCII Before Touching Figma

A Claude Code skill for design teams that generates three distinct ASCII wireframe layout hypotheses before committing to Figma or HTML. Encourages divergent thinking early in the design process, letting teams compare layout directions cheaply before investing in higher-fidelity tools.

skilldesignwireframeASCIIlayoutUX
by humbleteam Jul 19, 2026 7/10
skill GitHub

design-review: Scored UX Critique Skill with Nielsen/WCAG Citations

A Claude Code skill that performs structured UX critiques of your UI, producing scored findings with Before/After/Why fixes and citations to Nielsen heuristics and WCAG accessibility guidelines. Bridges the gap between AI-generated interfaces and design quality standards.

skillUXaccessibilityWCAGNielsendesign review
by humbleteam Jul 19, 2026 8/10
app GitHub

video-edit-cli: Video Editing CLI for AI Coding Agents

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

AgentGlance: Quiet macOS Notch Indicator for AI Coding Sessions

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
skill GitHub

skillevel: YAML-Based Test Runner for Claude Code Skills

Write YAML test cases for your Claude Code skills and run them through `claude -p` to verify each skill triggers as expected. Fills the gap in skill development — you can now test skill activation behavior the same way you test code.

testingskillsyamlciskill-development
by junghwan16 Jul 19, 2026 8/10
skill GitHub

go-to-damn-bed: A Claude Code Skill That Saves Your Work and Sends You to Sleep

A Claude Code skill that interrupts late-night coding sessions, saves current work state into TOMORROW.md, and firmly tells you to go to bed — without accepting counter-offers. Practical context-preservation wrapped in a bit of humor.

skillsworkflowcontextproductivitysession-management
by moudrkat Jul 19, 2026 7/10
skill GitHub

off-by-none: Spec-Faithful Implementation Skill with Mandatory Boundary Coverage

Claude Code skill that enforces spec-derived tests, mandatory boundary coverage, and evidence-gated done reports before marking work complete. Every rule is TDD-tested against real baseline failures on Opus, Sonnet, and Haiku to ensure the enforcement actually holds.

skillstddtestingspecquality
by NTCHz Jul 19, 2026 8/10
app GitHub

ccost: Zero-Config Cost and Cache-Waste Reporter for Claude Code and Codex

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
workflow GitHub

tiered-agents: Cost-Tiered Orchestration for Claude Code

Workflow pattern for Claude Code that routes planning to frontier models, execution to cheaper models, and verification to evidence-based checks. Cuts costs without sacrificing quality by matching model tier to task complexity.

costorchestrationworkflowmulti-modeloptimization
by prvrtl Jul 19, 2026 8/10
workflow GitHub

codex-claude-orchestrator: Custody-Aware Codex-to-Claude Orchestration

Orchestration layer that routes tasks from Codex to Claude Code with cheaper subagents for execution and safe native fallback. Maintains custody awareness — tracking which agent holds context at each step — to avoid context loss on handoffs.

orchestrationcodexworkflowmulti-agentcost
by coredo-eu Jul 19, 2026 6/10
skill GitHub

claude-lore: Project Memory Skill for Decisions and Dead Ends

Claude Code skill that records project state, design decisions, and dead ends that live outside the codebase itself. A new session can resume with full context by reading the lore file instead of re-reading code to reconstruct intent.

memorycontextskillsession-managementknowledge
by sh008 Jul 19, 2026 6/10
workflow Reddit

ICM: Folder-Based Workflow Methodology for Single-Agent Orchestration

Interpretable Context Methodology (ICM) carries multi-step task orchestration in folder structure rather than code. Numbered folders encode order, hierarchy controls what each step sees, and plain markdown holds state — one agent walks the structure without a subagent tree. Includes a restructure mode that classifies and migrates messy repos, and a build mode for scaffolding fresh workspaces.

workfloworchestrationcontextmethodologyfolder-structure
by VanCliefMedia Jul 19, 2026 7/10
app GitHub

code-index: Self-Hosted Semantic Code Search for AI Agents

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
workflow Reddit

Claude Code CLI Parallel Agent Concurrency Is Capped by CPU Count

Discovery that Claude Code limits the number of parallel agents in ultracode to the number of available CPUs — causing significant slowdowns on low-core machines like Raspberry Pi 4. Network-bound agent tasks still serialize on underpowered hardware, making CPU count a practical constraint for multi-agent workflows.

performanceparallelcpuultracodemulti-agent
by Born-Persimmon7796 Jul 19, 2026 6/10
app GitHub

rogkit: AI-Agent-Friendly CLI Toolkit — 85+ Tools for macOS and Linux

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: Hosted Claude Code Instances with Remote Control and Terminal Access

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
MCP GitHub

VMware-Storage: MCP Server for vSphere Storage Management

An MCP server providing 11 domain-focused tools for VMware vSphere storage management, covering datastores, iSCSI, and vSAN. Allows Claude Code agents to inspect and manage vSphere storage infrastructure directly through natural language. Well-suited for VMware administrators who want to automate storage operations via Claude Code.

mcpvmwarevspherestorageenterpriseinfrastructure
by zw008 Jul 19, 2026 7/10
skill GitHub

pythinker-code: Review-First Shell Loop for Code, Security, and Debugging

A shell-native tool that enforces a think-first, review-first approach where Claude Code and Codex typically jump straight to writing. Combines a code reviewer, security scanner, root-cause debugger, and code generator in one loop. Slows down to produce more reliable output.

skillreviewsecuritydebuggingcode-qualityshell
by Pythoughts-labs Jul 19, 2026 7/10
app GitHub

claustrum: Go Daemon for Remote Claude Code Sessions Over SSH

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

claude-code-status-light: Tiny macOS App for Claude Code Session Status

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
skill Reddit

Architecture-Reviewer Skill: Senior-Engineer-Style Design Reviews

A full SKILL.md for Claude Code that stress-tests system architectures across failure domains, scalability, data consistency, security, operability, and cost — prioritizing findings by blast radius. Includes test-driven validation: the author planted 8 deliberate flaws and it found all 8. Ready to drop into ~/.claude/skills.

skillarchitecturesecurityscalabilityreview
by Swimming_Year5735 Jul 19, 2026 9/10
app Reddit

vibe-ai-partner-entity: Local AI Partner With Avatar, Voice, and Memory

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
skill GitHub

ai-sync: Sync AI-Agent Config Across Claude Code, Codex, and Kiro

Syncs AI coding agent configuration from a single .ai directory to Claude Code, Codex, and Kiro. Maintains one source of truth for agent configuration and distributes it to all installed agents. Reduces drift when using multiple coding agents on the same machine.

skillconfigurationsynccodexkiromulti-agent
by dialguiba Jul 19, 2026 6/10
app GitHub

agentic-notebook: NotebookLM-Style Research Notebook Over Local Documents

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
skill GitHub

creative-strategy-research-protocol: Audience Research via TikTok and Meta Ads

A gated research protocol for Claude Code built on the MaxFusion AI MCP that pulls real TikTok and Meta Ad Library creatives, analyzes them against Eugene Schwartz's 5 Stages of Awareness, mines voice-of-customer signals, and compiles everything into a persistent research memory tree plus an HTML dossier with personas.

skillmarketingresearchmcppersonasstrategy
by holy-templar Jul 19, 2026 5/10
skill Reddit

prompt-polish: Model-Specific Prompt Rewriter Skill

Rewrites prompts using the official Anthropic guide for the specific target model (Fable 5, Opus 4.8, etc.) rather than a generic template. Classifies the task type and applies model-specific idioms — less prescription for Fable 5, tight scope for Opus. Install via npx skills add mfarzanansari/prompt-polish.

skillprompt-engineeringfable5opus
by imfarzann Jul 19, 2026 8/10
skill GitHub

skillcaddy: Central Library for AI Skills With Per-Project Symlinks

Maintains one AISkills folder with every skill source and symlinks them on demand into any project's .agents/skills or .claude/skills. Works across Claude Code, Codex, OpenCode, and Pi. Eliminates duplication when sharing skills across many repos.

skillskills-managementmulti-agent
by chenweil Jul 19, 2026 6/10
hook GitHub

commitgate: Fail-Closed Commit Gate — Builder Claude + Reviewer Codex

A dual-agent commit gate where Claude builds and Codex reviews; no commit passes without review, approval, and documented evidence. Prevents unreviewed AI-generated code from merging. Complements standard git hooks with cross-agent verification.

hookcode-reviewcodexquality-gate
by sol5288 Jul 19, 2026 7/10
workflow GitHub

open-multi-agent: TypeScript Agent Orchestration With Dynamic Task DAGs

A TypeScript framework where a coordinator plans the task DAG at runtime rather than requiring a static graph. Supports Claude, ChatGPT, Gemini, DeepSeek, and local models. Goal-driven: describe what you want, the coordinator figures out the execution plan.

workfloworchestrationmulti-agenttypescript
by open-multi-agent Jul 19, 2026 6/10
workflow GitHub

da-run: Staged Rust Code Factory for Claude Code

Spec-in, verified-and-committed-change-out pipeline specifically for Rust projects. Stages the Claude Code interaction so changes are verified before commit. Useful for Rust developers who want deterministic, reviewable output from agentic coding sessions.

workflowrustpipelineverification
by igouss Jul 19, 2026 7/10
skill GitHub

baseline-skill: Zero-Dependency Project-Readiness Checker (69 Rules)

A /baseline slash command skill that audits a project against 69 readiness rules with no external dependencies. Installs into ~/.claude/skills/baseline. Surfaces gaps like missing README, untested modules, or missing CI configuration before work begins.

skillproject-healthqualityaudit
by AdarGit008 Jul 19, 2026 7/10
app GitHub

claude-session-ping: macOS Daemon That Keeps Claude Code Sessions Alive

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
workflow GitHub

cc-fleet: Run Claude Code Workflows on Any Third-Party LLM

Enables Claude Code's Dynamic Workflows, Agent Teams, and Subagents to use DeepSeek, GLM, Kimi, Qwen, or a Codex subscription instead of requiring an Anthropic subscription. Bridges Claude Code's orchestration capabilities with alternative model providers. Chinese/English bilingual.

workflowmulti-modeldeepseekorchestration
by ethanhq Jul 19, 2026 7/10
workflow GitHub

game-of-cards: Agile Task Cards for Human + LLM Collaboration

Turns work items into durable, inspectable cards that both humans and LLMs can read, update, and act on. Designed for the age of agents where tasks persist across many sessions. Brings agile-style structure to agentic development workflows.

workflowtask-managementcollaborationagile
by zauberzeug Jul 19, 2026 6/10
workflow GitHub

loopthing: Turn Claude Code History Into Portable Reasoning Handoffs

Converts local Codex and Claude Code conversation history into structured handoff documents for the next chat, agent, collaborator, or your future self. Bridges context across sessions and agents. Useful when a task spans multiple sessions or agents.

workflowcontexthandoffhistory
by danyolio Jul 19, 2026 6/10
app Reddit

pretty-claude-cli: Animated Rainbow Status Bar for Claude Code Terminal

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
MCP GitHub

librarian: MCP-Based Decision Library for AI Agent Sessions

Agents submit plans and ADRs (Architecture Decision Records) over MCP; the human reads, comments, and approves or rejects them. Every verdict, including rejections, becomes queryable memory for future agent sessions. Local-first, MIT-licensed, structured human oversight for agentic workflows.

mcpdecision-trackingadrhuman-in-the-loop
by ivankwongtszfung Jul 19, 2026 8/10
skill GitHub

zotero-dev-rules: Zotero Developer Docs as a Coding-Agent Skill

Packages Zotero developer documentation — Web API v3 (read/write, sync, streaming, OAuth), client JS API, Zotero 7 plugins, translators, and CSL citation styles — as a coding-agent skill. Enables agents to write Zotero integrations without hallucinating the API.

skillzoteroapidocumentation
by Agents365-ai Jul 19, 2026 6/10
skill GitHub

forgekit: Unified Config and Cognitive Substrate for All AI Coding Agents

Provides one configuration layer covering Claude Code, Codex, Cursor, Gemini, Aider, and more, plus a cognitive substrate for memory, blast-radius tracking, and guardrails. Reduces per-agent setup overhead when using multiple coding agents on the same project.

skillmulti-agentconfigurationguardrails
by CodeWithJuber Jul 19, 2026 7/10
skill GitHub

techne: Nine Claude Skills for Multi-Repo Workflows

A collection of nine Claude Code skills targeting multi-repository development: audit builds, tame CI, sync docs to code, and keep sister repos in lockstep. Useful for monorepo-adjacent setups where consistency across repos matters.

skillmulti-repocidocumentation
by ajbarea Jul 19, 2026 6/10
app GitHub

ceiling: Windows AI Capacity Monitor for Codex, Claude, Cursor, and Others

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

mem-forge: Self-Evolving Evidence-Based Memory Layer for Coding Agents

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

code-flow: Visualize Agent Changes With Timeline, Diffs, and Architecture Maps

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
skill GitHub

mentor: Session-Insights Skill That Reports How You Work

Reads local Claude Code and OpenAI Codex session history and writes an HTML report on what you build, where you lose time, and concrete workflow improvements. Surfaces patterns like repeated tool failures or overlong context usage. Works with Claude Code, Codex, and any skills-capable agent.

skillanalyticsproductivitysession-analysis
by smixs Jul 19, 2026 7/10
MCP GitHub

ibkr: MCP Server for Interactive Brokers TWS and IB Gateway

A local Go CLI and stdio MCP server connecting to Interactive Brokers TWS and IB Gateway via the Go TWS API. Enables Claude Code to interact with trading systems through the MCP protocol. Finance-specific but a clean example of MCP wrapping a legacy API.

mcpfinanceibkrgo
by osauer Jul 19, 2026 5/10
hook GitHub

git-fence: Chesterton's Fence Guard for AI Coding Agents

Warns an AI coding agent before it edits code that exists specifically to fix a bug. Implements the Chesterton's Fence principle: don't remove something until you understand why it's there. Prevents agents from silently undoing intentional bug-fix patterns.

hooksafetygitbug-prevention
by mythren Jul 19, 2026 8/10
workflow GitHub

parallel-sessions: Multi-Session Coordination for Claude Code + Codex

Pure Bash hooks providing file locking, crash recovery, and cross-session task delegation across multiple AI coding agent sessions. No server or daemon required — coordination happens through the filesystem. Works across Claude Code and OpenAI Codex sessions.

workflowmulti-agentbashcoordination
by sezeryavuz Jul 19, 2026 7/10
MCP GitHub

nomoreide: MCP Server + Shared Daemon for Claude Code and Other Agents

An AI-native service workbench with an MCP server and shared daemon that Claude Code, Codex, and Gemini can all use. Provides CLI, TUI, and web dashboard for running services, viewing logs, managing git, and accessing databases. One shared backend for multiple coding agents.

mcpdaemonmulti-agentservices
by Rorogogogo Jul 19, 2026 6/10
skill GitHub

skills-manager: Claude Code Skill for Managing Skills, MCPs, and Plugins

A meta-skill for Claude Code that helps manage the growing collection of skills, MCP servers, and plugins by organizing them into categories. Useful as the Claude Code ecosystem grows and managing dozens of installed skills becomes difficult.

skillskills-managementmcporganization
by Xue-Sir Jul 19, 2026 6/10
skill GitHub

slop-cop: Detect AI-Generated Language Patterns in Your Codebase

A Claude Code skill that scans a codebase for AI-writing tells — overused phrases, filler words, passive constructions — to ensure human-quality prose in comments, docs, and strings. Grounded in common AI writing anti-patterns.

skillcode-qualitywritingai-detection
by Lucasli6833 Jul 19, 2026 5/10
hook GitHub

claude-code-ship-gate: Pre-Push Quality Gate That Runs Above Git

A shipping gate for Claude Code that runs tests, code review, security checks, and secret scanning before any push to a protected branch — and unlike git hooks, it cannot be bypassed with --no-verify. Triggered by saying 'ship it'. Forces all quality checks to pass before pushing.

hookquality-gatesecuritypre-push
by aksheyw Jul 19, 2026 8/10
skill GitHub

claude-code-learned-skills: 12 Skills Auto-Extracted From Real Sessions

Twelve Claude Code skills distilled from actual usage sessions, covering Docker/SSH/VPS operations, data and ML pipeline gotchas, model-specific prompting guides for four models, a 10-category bug audit, and a persistent project wiki with slash commands. Real-world extraction means these address actual pain points.

skilldockersshvpsmlprompting
by aksheyw Jul 19, 2026 8/10
skill GitHub

cc-thingz: Portable Skills, Agents, Hooks, and Pi Extensions

A collection of portable skills, agents, hooks, and Pi extensions for Claude Code, Codex CLI, Copilot, Cursor, Grok, and Pi. Cross-tool design means the same skills work regardless of which AI coding agent you're using.

skillmulti-agenthooksportable
by alexei-led Jul 19, 2026 6/10
workflow GitHub

trio-handoff: Evidence-Rich Handoff Bundles for Cross-Agent Review

Packages Claude Code session output into evidence-rich handoff bundles that Codex (or another agent) can review and continue. Enables a build-then-verify pattern where different agents do the building and reviewing. Structured for auditability.

workflowhandoffcode-reviewmulti-agent
by AliceLJY Jul 19, 2026 7/10
app GitHub

wake: Browse, Resume, and Fork Claude Code Conversation History

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
skill GitHub

Claude-Liquid-Glass-Skill: iOS Liquid Glass UI for Swift and React Native

A Claude Code skill for generating iOS Liquid Glass design components in Swift and React Native. Helps developers implement Apple's Liquid Glass aesthetic with AI assistance. Platform-specific but covers two of the main mobile development ecosystems.

skilliosswiftreact-nativedesign
by zakisheriff Jul 19, 2026 5/10
workflow GitHub

CodeyBox: Multi-Agent Task Queue With Isolated VMs and Quota Routing

Runs CLI coding agents (Claude Code, Codex, Copilot, Cursor, Gemini, opencode) against a task queue where each agent works in an isolated VM. Configurable auditors check output before git merge. Pools multiple provider subscriptions with quota-aware routing and fallback. C#/.NET 10, MIT-licensed.

workfloworchestrationmulti-agentvmqueue
by AdamFrisby Jul 19, 2026 8/10
skill GitHub

openwolf-enhanced: Token-Conscious Second Brain for Claude Code

An enhanced fork of OpenWolf that adds bounded storage, self-maintenance via an 'openwolf doctor' command, .wolfignore scoping for excluding files from context, and tunable retention policies. Addresses the original OpenWolf's lack of storage limits. AGPL-3.0.

skillmemorycontexttoken-optimization
by bassprofressor-lab Jul 19, 2026 7/10
MCP GitHub

agent-bridge: Durable Pull-First Mailbox for AI Agents Across Runtimes

A control plane providing durable, pull-first message delivery for AI agents across different runtimes, sessions, and machines. Agents pull work rather than having it pushed, avoiding missed messages during downtime. Useful for long-running multi-machine agent deployments.

mcpmulti-agentmessagingcross-session
by creatornader Jul 19, 2026 7/10
workflow GitHub

PanWizard: Plan→Execute→Verify Workflow Automation for AI Coding Agents

A one-installer, five-runtime workflow automation tool implementing Plan→Execute→Verify cycles for Claude Code, Codex, Gemini CLI, OpenCode, and Copilot. Structures agentic work into explicit phases with verification gates between them.

workflowplan-execute-verifymulti-agentautomation
by oharms Jul 19, 2026 6/10
app GitHub

codex2claude: Import a Codex Session Into Claude Code

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
skill GitHub

cad-khana: Claude Code Skill for LLM-Driven CAD With Build123d

A Claude Code skill and diagnostics-first wrapper around Build123d for LLM-driven 3D CAD iteration. Surfaces Build123d error messages in a form the model can act on, enabling back-and-forth CAD design workflows. For developers who work on parametric 3D modeling.

skillcadbuild123d3d-modeling
by cyberchitta Jul 19, 2026 6/10
skill GitHub

research-code-skill: AI Coding Standard for ML/DL Research Repos

A coding-standard skill that enforces a fixed architecture for ML/DL research repositories: uniform structure, naming conventions, configuration standards, FAIR data practices, and review via machine-executable Rule Cards. Prevents the common drift in research code as multiple contributors (human and AI) add to it.

skillmlresearchcode-standardsfair-data
by SaltGardenia Jul 19, 2026 7/10
skill GitHub

design-brief: Extract a 5-Bullet Design Brief From Messy Project Inputs

A Claude Code skill that takes messy project inputs (stakeholder notes, Figma links, PDFs) and distills them into a structured 5-bullet design brief plus a gap report identifying missing information. Useful at the start of any design or product project.

skilldesignuxproduct
by humbleteam Jul 19, 2026 6/10
skill GitHub

design-handoff: Turn a Mockup Into a Dev-Ready Handoff Spec

Converts a UI mockup into a developer-ready handoff specification covering design tokens, component states, accessibility notes, and open questions. Bridges the gap between designers and developers in AI-assisted workflows. Part of the humbleteam design skill collection.

skilldesignhandofftokensaccessibility
by humbleteam Jul 19, 2026 7/10
skill GitHub

accessibility-audit: WCAG 2.2 Audit Skill for Claude Code

A Claude Code skill that performs WCAG 2.2 accessibility audits on web UIs, returning severity-ranked findings with success-criterion citations. Integrates accessibility review into the coding agent workflow without requiring a separate tool.

skillaccessibilitywcagauditweb
by humbleteam Jul 19, 2026 7/10
hook GitHub

design-qa: Pre-Ship Design QA Gate for UI Screens

A pre-merge quality gate for UI screens that checks contrast ratios, touch target sizes, keyboard navigation paths, and responsive breakpoints. Runs as part of the Claude Code workflow before any UI screen is merged. Part of the humbleteam design skill collection.

hookdesignqaaccessibilityresponsive
by humbleteam Jul 19, 2026 7/10
app GitHub

farming: Open-Source Remote Web Workbench for Supervising AI Coding Agents

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

warpforge: Local-First Desktop Command Center for AI Coding Agents

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

error-mom: Self-Hosted Error Tracking Where the Agent Reads and Fixes Crashes

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

claude-dialects: Apple Silicon Launcher for Isolated Claude Code Model Dialects

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
MCP GitHub

aiterm-mcp: One Persistent MCP Terminal That Drives Other Coding Agents

A persistent terminal MCP server that your AI drives — and from which it can launch other coding agents (Codex, Grok, Composer) as nested subprocesses. SSH, containers, and REPLs appear as text channels. tmux-backed with token-reduced reads and full headless MCP access.

mcpterminaltmuxmulti-agentssh
by kitepon-rgb Jul 19, 2026 8/10
MCP GitHub

mcp-dev-servers: Six MCP Servers (58 Tools) for Claude Code in One Package

Six MCP servers covering git, GitHub, .NET, Rust, Ollama, and template-sync — 58 tools total — installable with one pip command. Significantly expands Claude Code's built-in toolset for development workflows across multiple languages and platforms.

mcpgitgithubdotnetrustollama
by dagonet Jul 19, 2026 8/10
skill GitHub

claude-plugins: Marketplace With Per-Worktree Plugin Loadouts

A small Claude Code plugin marketplace with its first entry: loadout, which lets you activate a different set of plugins per git worktree. Useful when different branches or projects need different skill/agent configurations without global setting changes.

skillpluginsworktreeconfiguration
by TerryHong97 Jul 19, 2026 6/10
app GitHub

heading-os: Claude Code-Based Executive Operating System

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
workflow GitHub

nomad: Portable AI Team Workspace — Plain Text, Zero Dependencies

A portable AI team workspace that uses plain text files with zero dependencies, compatible across Claude Code, Codex, OpenCode, Copilot, and Cursor. Represents tasks, context, and handoffs in a format any agent or human can read without tooling.

workflowportableplain-textmulti-agentcollaboration
by LucioLiu Jul 19, 2026 7/10
app GitHub

argus: Watch and Control All Your AI Agents

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

uFawkesAI: AI Agent Starter Template Implementing DORA AI Capabilities Model

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

ClawMemory: Structured Lifelong Memory System for AI Agents

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
hook GitHub

claude-glow: Smart Bulb Status Light for Claude Code Sessions

Wires Claude Code hooks to a Tuya/Halonix smart bulb: amber when a tool runs, red pulse when approval is needed, green when idle. Control path is a hook firing a Python script over local LAN — no cloud required. The red pulse makes long-running sessions self-announcing.

hookiotsmart-homeautomationphysical-feedback
by reshadat Jul 19, 2026 7/10
hook Reddit

File Modification and Deletion Protection for Claude Code on macOS

A practical setup using macOS immutable flags to lock critical files (CLAUDE.md, .zshrc, SSH config) so Claude Code cannot accidentally modify them, combined with a trash alias that intercepts rm commands. Includes a flock script for toggling protection and CLAUDE.md instructions to use trash instead of rm.

hooksafetymacosfile-protection
by jftuga Jul 19, 2026 7/10
workflow Reddit

Multi-Model Orchestration: Fable + Sol + Opus via Shared Web Wrapper

A practical multi-model workflow using a custom web wrapper where Fable 5 (orchestrator/creative), GPT-o3 Sol (technical lead), and Claude Opus (engineer) collaborate in a shared room via @-mentions. Each agent sees only its mentions; the human sees everything. Enabled 24h+ continuous agentic runs.

workflowmulti-modelorchestrationfable5opus
by richhard Jul 19, 2026 7/10
skill GitHub

mnemo: Persistent Memory Layer for Claude Code With Obsidian Integration

Five lightweight skills providing an Obsidian vault health checker, connection discovery, brain dump, session notes, and an email bridge. CLI-first with no prescribed taxonomy — works with any knowledge structure. Bridges Claude Code sessions to a persistent Obsidian knowledge base.

skillmemoryobsidiannotespersistence
by jojoprison Jul 19, 2026 7/10
workflow GitHub

roadmapped: Project Management as Flat Files Driven by AI Agents

YAML-based task management stored directly in the repo with a computed roadmap, driven by your AI coding agent. No database, no SaaS, no external service — tasks live alongside the code they track. MIT-licensed.

workflowproject-managementyamlrepo-native
by 5e1y Jul 19, 2026 7/10
workflow GitHub

clem: docker-compose for Claude Code Agents — Persistent Teams, 24/7

Continuously Looping Engineering Machines — a docker-compose-style system for running persistent Claude Code agent teams on any Linux host, 24 hours a day. Treats long-running agent sessions as containers with defined services and restart policies.

workflowdockerpersistent24-7linuxorchestration
by jahwag Jul 19, 2026 8/10
skill GitHub

claude-homelab-skills: Safe Homelab Admin Skills for Claude Code

Claude Code skills for homelab administration emphasizing safety: Tailscale ACL validation with anti-lockout protection, and Proxmox snapshot-before-write for any destructive operation. Adds judgment (not just tools) to prevent accidental self-lockout during AI-assisted homelab management.

skillhomelabtailscaleproxmoxsafety
by Enzojol Jul 19, 2026 7/10
workflow GitHub

pixel-mcp-workflow: Figma-to-React 6-Phase Parallel AI Pipeline

An AI-powered design-to-code pipeline that converts Figma designs to React components across six parallel phases. Uses MCP tooling and parallelism to accelerate the typically slow design handoff process.

workflowfigmareactdesign-to-codemcp
by giovannisacca Jul 19, 2026 6/10
app GitHub

token-diet: Token Optimization Layer That Wires RTK, tilth, Serena, and ICM

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

agentbox: Sandboxed AI-Agent Environment for Termux/Android

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
skill GitHub

agenticaiplugin: Language-Agnostic Claude Code Plugin for Code Reviews and Audits

A Claude Code plugin that adds multi-specialist code reviews, architecture audits, QA traceability, smart git commits, and GitHub release preparation. Project-specific rules in claudedocs/ take precedence over built-in guidelines. Language-agnostic.

skillcode-reviewarchitectureauditrelease
by mka-codelake Jul 19, 2026 7/10
app GitHub

claude-codex-limits: macOS Menu-Bar App for Remaining Usage Limits

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

agent-viewer: Kanban Board for Claude Code Agents in tmux With Mobile Access

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

claudebar: Powerline-Style Statusline for Claude Code in Rust

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
skill GitHub

skill3: Java CLI That Auto-Generates Agent Skills From Documentation

Discovers documentation sources for a given technical skill, scores them for authority and freshness anchored to a model's knowledge cutoff, synthesizes them into an Agent Skills SKILL.md using a local LLM, and vets the result with NVIDIA SkillSpector. Automates the creation of skills from live docs.

skilldocumentationauto-generationjavalocal-llm
by PIsberg Jul 19, 2026 7/10
MCP GitHub

dev-coach: Local MCP Coach That Teaches One Concept Per Task

An MCP server that acts as a learning coach — it teaches one programming or architecture concept per completed task, so developers stay sharp while the AI does the implementation work. Local-first, no external service.

mcplearningeducationcoaching
by UltimaPhoenix Jul 19, 2026 6/10
skill GitHub

helix: Portable QA Skill Pack for AI Coding Agents

A portable QA skill pack covering frontend and API test-case preparation (AC/EC + Swagger coverage review), Playwright ticket testing, defect filing, and Jira retest. Works across Claude Code, Cursor, Codex, GitHub Copilot, Gemini CLI, Windsurf, Cline, and other Agent Skills-compatible tools.

skillqaplaywrightjiraswaggertesting
by Thitic9203 Jul 19, 2026 7/10
app GitHub

claude-code-offline: Claude Code Deployment With Automatic Mirror Detection

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
workflow GitHub

graphkit: Graph of Agent Nodes With Drift-Correcting Supervisor

A Claude Code skill that structures long coding tasks as a graph of executor nodes rather than a single drifting loop. A supervisor agent runs outside the main context and corrects drift when the executor wanders off track. Available in English and Chinese (MIT).

workfloworchestrationdrift-correctionsupervisormulti-agent
by levi-qiao Jul 19, 2026 8/10
MCP Reddit

slicegrep: Token-Budgeted Code Slice Retrieval MCP That Outperforms grep + File Reads

An MCP server providing ranked, token-budgeted code slices instead of raw grep results, reducing retrieval from 7 tool calls and ~6,345 tokens to 1 tool call and ~2,024 tokens. Benchmarked on 240 retrieval tasks (63.9% hit rate vs 57.3% for grep+reads) and 80 real git commits. Includes negative evidence reporting when a symbol is not found.

mcpcode-retrievaltoken-optimizationgrepsearch
by New_Alarm4418 Jul 19, 2026 9/10
app GitHub

Vibe-Halo: Windows Approval Popup and Dynamic Island for AI Coding Agents

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
skill GitHub

Blender-Developer-Tools: Skills and Examples for Blender Python Development

A collection of skills, rules, code snippets, templates, and smoke-gated runnable examples for Blender Python development, targeting Blender 5.1 with 4.5 LTS fallback. Enables Claude Code to write verified Blender Python without hallucinating the API.

skillblenderpython3dcreative-coding
by TMHSDigital Jul 19, 2026 6/10
app GitHub

HA-AddOns: Home Assistant Add-ons Including Claude Code Integration

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
skill GitHub

skills-hub: See Which AI Agent Skills Actually Get Used From Session Logs

A local web UI that reads Claude Code, Codex, and OpenCode session logs to count which skills actually get triggered in practice. Surfaces underused skills and helps prioritize which ones to maintain. Zero-dependency, local-only.

skillanalyticsusage-trackingsession-logsoptimization
by Liang-HZ Jul 19, 2026 8/10
workflow GitHub

agent-studio: Task Dispatcher for Claude, Copilot, Codex, and Gemini CLI

Routes tasks to Claude Code, GitHub Copilot, Codex, and Gemini CLI, lets each agent work, and repeats. A simple dispatcher for teams that want to run the same task across multiple coding agents and compare results.

workflowmulti-agentdispatchercomparison
by agent-orc Jul 19, 2026 5/10
skill GitHub

awesome-solo-ai: Curated AI Tools and Claude Skills for Solopreneurs

A curated collection of AI tools, Claude skills, MCP servers, and growth playbooks for solopreneurs and indie hackers — structured as a feed-to-Claude-Code context package. Covers the one-person-company AI stack from product to marketing.

skillsolopreneurcuratedmcpgrowth
by yerdaulet-damir Jul 19, 2026 5/10
skill GitHub

claude-ops: Business Operating System for Claude Code (57 Skills, 21 Agents)

A comprehensive business operating system built on Claude Code with 57 skills, 21 agents, and a smart daemon. Covers unified inbox (WhatsApp/Email/Slack/Telegram), autonomous PR merge, full-AWS monitoring, Stripe, Shopify, Klaviyo, Meta, GA4, voice (Bland/ElevenLabs), and APM (Datadog/NewRelic/OTEL).

skillbusinesssaasmonitoringintegrationsautomation
by Lifecycle-Innovations-Limited Jul 19, 2026 8/10
skill GitHub

uzys-agent-harness: Curate Vetted AI Coding Skills by Tech Stack

A tool for selecting and installing only the AI coding skills relevant to your specific tech stack, from a vetted collection compatible with Claude Code, Codex, OpenCode, and Antigravity. Reduces noise from installing large skill packs that include irrelevant skills.

skillcurationtech-stackmulti-agent
by uzysjung Jul 19, 2026 5/10
MCP GitHub

commy: MCP Substrate for Inter-Agent Communication Across Sessions and Machines

An MCP server providing channels, threads, and persistent identities for agents and humans communicating across sessions and machines. Agents and humans share the same communication substrate. Enables long-running multi-machine agent collaborations with persistent message history.

mcpcommunicationmulti-agentcross-sessionchannels
by CodeForBreakfast Jul 19, 2026 8/10
workflow GitHub

deskmate: Run Claude Code as an AI Company With Web Dashboard

A multi-agent orchestration dashboard that structures Claude Code sessions as a company hierarchy: CEO→Team Lead→Members. Provides a web UI with chat rooms, approval flows, ticket management, pin-review, Git integration, and a terminal. Multi-language (English/Korean).

workfloworchestrationmulti-agentdashboardhierarchy
by asete93 Jul 19, 2026 7/10
skill GitHub

swe-workbench-loom: Senior Engineer AI Toolkit for Go/Rust/TypeScript

A 2026 senior engineer AI toolkit implementing Clean Architecture principles for Go, Rust, and TypeScript development. Provides structured patterns for AI-assisted development in these three languages with architecture-first guidance.

skillgorusttypescriptclean-architecture
by amoh7209-dot Jul 19, 2026 6/10
workflow GitHub

fabrik: Drive Claude Code Through a Full SDLC Pipeline on GitHub Projects

A Go CLI that drives Claude Code through a Specify→Research→Plan→Implement→Review→Validate SDLC pipeline, using GitHub Project boards to track state. Human-in-the-loop or fully automated. Turns issue-driven development into a repeatable, auditable pipeline. Documentation at fabrik.handarbeit.io.

workflowsdlcgithubpipelineautomationgo
by handarbeit Jul 19, 2026 9/10
app GitHub

quota-monitor: Native macOS Menu-Bar for Claude Code and Codex Quota Tracking

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

agent-manager: Terminal UI for Managing AI Coding Agent Sessions in tmux

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
skill GitHub

i-have-adhd: Claude Code Skill for ADHD-Friendly, Bottom-Line-First Output

A Claude Code skill that instructs the model to stop burying the answer — lead with the conclusion, then the reasoning. Practical for any user who finds Claude Code's verbose, reasoning-first responses hard to skim. MIT-licensed, single-file skill.

skilladhduxconcisenessoutput-format
by ayghri Jul 19, 2026 7/10
skill GitHub

califa-cards: Comprehensive Skill Card Standard and Testing Framework

A specification and testing framework for AI agent skill cards — a standard format for describing, testing, and distributing agent skills. Provides a structured way to ensure skill cards are complete, testable, and portable across agents.

skillstandardtestingskill-cardsportability
by vinsonconsulting Jul 19, 2026 6/10
skill GitHub

abvx-agent-skills: Reviewable Capability Layer With Delivery Gates and Verification

A capability layer for coding agents emphasizing reviewability: portable skills, delivery gates, workflow patterns, and verification-first engineering. Designed so every agent capability can be inspected and its outputs verified before acceptance.

skillverificationdelivery-gatesportablequality
by markoblogo Jul 19, 2026 6/10
workflow Reddit

Add a Browser to Your Claude Code Cloud Container With Playwright

A startup script that installs Playwright CLI and its skills into a Claude Code cloud container, plus a SessionStart hook that auto-configures proxy settings when HTTPS_PROXY is present. Lets you run browser automation inside a cloud-hosted Claude Code session without any manual setup. Useful for CI-style web scraping or UI testing workflows.

playwrightcloudbrowserskillhookautomation
by hous Jul 19, 2026 7/10
app GitHub

TokenBar: AI Token Usage Monitor for macOS Menu Bar (Swift, 25+ Agents)

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
MCP GitHub

korean-dart-mcp: Korean OpenDART Financial Data via MCP

An MCP server exposing Korea's OpenDART API — corporate filings, financial statements, and XBRL data — directly inside your AI assistant. Useful for financial analysis workflows targeting Korean public companies. Handles authentication and pagination against the DART REST API.

mcpfinancekoreadartfinancial-data
by aesthetic-legalism5470 Jul 19, 2026 5/10
app GitHub

huntkit: OSINT and Threat Intelligence Workflows for Claude Code

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
workflow GitHub

claude-code-memory-setup: Long-Term Memory for Claude Code via Obsidian + Graphify

A setup guide and configuration for adding persistent long-term memory to Claude Code by connecting it to an Obsidian vault via Graphify. Reduces token usage by externalizing codebase knowledge into a searchable graph. Lets Claude retrieve only relevant context rather than re-loading entire codebases each session.

memoryobsidiantoken-usagecontextworkflow
by DuyDan1305 Jul 19, 2026 6/10
workflow GitHub

linear-pipeline-kit: Linear Tickets as Executable Specs for Claude Code

A complete Linear-driven development workflow for Claude Code: tickets become executable specs, each feature runs in a dedicated git worktree, a merge-gate hook enforces TDD discipline, and a backlog queue runner processes work sequentially. Extracted directly from a live daily setup with a companion ai-review-kit. High-signal, opinionated, and battle-tested.

linearworkflowworktreetddhookproject-managementspec-driven
by kristijan-kresic-hvar Jul 19, 2026 8/10
command GitHub

claude-commands: Reusable Slash Commands for Session Handoff and Requirements Validation

A library of reusable Claude Code slash commands covering common development workflow needs: session handoff (persisting context across sessions) and ICM requirements validation. Commands are composable and documented for quick drop-in use. Good starting point for teams standardizing Claude Code workflows.

slash-commandssession-handoffrequirementsworkflowcommand
by NathanForster Jul 19, 2026 7/10
app GitHub

remembrancer: Evidence-Grounded Long-Term Memory for Coding Agents

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

agent-worktrees: VS Code Panel for Managing Multiple Claude Code Agents Across Worktrees

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

boost: Package Manager for AI Coding Skills (Claude Code, Windsurf, Cursor)

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
MCP GitHub

trw-mcp: Persistent Engineering Memory and Spec-Driven Development via MCP

An MCP server that gives AI coding agents persistent engineering memory and a spec-driven development workflow. Part of the TRW (Test-Review-Write) Framework — knowledge compounds across sessions as specs and implementation decisions are stored and retrieved. Targets teams who want structured, repeatable agent-assisted development.

mcpmemoryspec-drivenengineeringworkflowknowledge
by wallter Jul 19, 2026 7/10
MCP GitHub

taskferry: MCP Server for Dispatching Background Tasks to Claude Code

An MCP server that dispatches background opencode CLI tasks to Claude Code and detects true process-exit completion instead of relying on tmux log-grepping heuristics. Makes fire-and-forget agent tasks reliable with proper completion signals. Useful for long-running generation or build jobs that shouldn't block the main session.

mcpbackground-tasksopencodecliautomationprocess
by jeremysball Jul 19, 2026 7/10
MCP GitHub

gossipcat-ai: Multi-Agent Code Review Mesh With Accuracy-Based Agent Selection

An MCP server that orchestrates parallel code review across multiple AI providers, has agents cross-review each other's findings, and builds accuracy profiles over time. Agents that consistently catch real bugs get prioritized; agents that hallucinate get deprioritized. Works with Claude Code, Cursor, and other MCP-compatible IDEs.

mcpcode-reviewmulti-agentaccuracyparallelclaude-codecursor
by gossipcat-ai Jul 19, 2026 8/10
workflow GitHub

Agentic-Doc-Templates: Modular Docs That Keep AI Agents Aligned Across Sessions

A set of modular document templates that convert chats, design docs, and rough ideas into structured Understanding + TODOs that an agent reviews before starting work. Keeps agents from context-drifting across long projects by establishing a consistent artifact format. Drop the templates into any project and agents stay aligned without re-briefing.

templatesworkflowcontextalignmentagentdocumentation
by BrianCLowe Jul 19, 2026 6/10
app GitHub

Coding Agent Trajectory Visualizer: Session Timelines for Claude Code and Codex

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

missioncache: Persistent Plan/Context/Tasks Workbench Across Multiple AI Coding Agents

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
workflow GitHub

product-dev: Claude Code Plugin for Idea-to-Spec UX Research Flows

A Claude Code plugin that guides you from a fuzzy product idea through structured UX research prompt flows to a compiled technical spec. Uses a spec-compiling subagent to synthesize research outputs into a document an agent can act on. Bridges the gap between product thinking and implementation-ready specs.

productux-researchspecworkflowsubagentclaude-code
by clownware Jul 19, 2026 6/10
skill GitHub

stripe-design-skill: Color-Agnostic Stripe Design System Skill for Claude Code

A Claude Code skill that encodes the Stripe design system in a color-agnostic form, letting you apply Stripe's spacing, typography, and component patterns to any brand palette. Drop it in and Claude Code follows Stripe's UI conventions without being locked to Stripe's specific colors. Useful for building polished dashboards and payment UIs quickly.

stripedesignuiskilldesign-systemcomponents
by victoryoalli Jul 19, 2026 6/10
workflow GitHub

redthread: Phase-Aware Memory Management for AI Agents

A memory management system for AI agents that scopes context to project phases — each phase carries its own memory layer, preventing earlier phase details from polluting current context. Reduces noise and improves agent focus as projects move through design, implementation, and review stages.

memorycontextphasesworkflowagentmanagement
by sina5 Jul 19, 2026 6/10
MCP GitHub

furl-ctx: Context Compression for AI Agents via MCP (Rust Core, Python API)

A context compression library with a Rust core and Python API that reduces token usage by compressing agent context with CCR (Content-Compressed Retrieval) — compressed blobs stay retrievable, not just truncated. Ships as an MCP server and Claude Code/Codex plugin. Available on PyPI as furl-ctx.

mcpcontext-compressiontoken-usagerustpythonclaude-code
by omar-y-abdi Jul 19, 2026 7/10
skill GitHub

vscode-crash-recovery-skills: Agent Skills for Safe VS Code Crash Recovery on macOS

Harness-neutral Agent Skills for recovering from VS Code crashes and cleaning up project-scoped build artifacts on macOS without data loss. Works with any agent that supports Skills (Claude Code, etc.). Handles the edge cases — zombie processes, locked files, stale build caches — that make crash recovery error-prone manually.

skillvscodecrash-recoverymacoscleanupagent
by ariellephan Jul 19, 2026 5/10
app GitHub

claude-code-copilot: Use Claude Code via GitHub Copilot Subscription (LiteLLM Proxy)

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
MCP GitHub

agent-feedback-hub: User Feedback Widget and MCP Server for AI Apps

An MCP server plus embeddable feedback widget that lets users submit feedback from within AI-assisted apps and surfaces it to the agent in real time. One-command install. Closes the loop between users and the AI agent handling their session without requiring a separate feedback pipeline.

mcpfeedbackwidgetuser-feedbackai-app
by AdrianSQA Jul 19, 2026 5/10
skill GitHub

claude-todos-skill: Per-Project Todo Tracking With Broadsheet Dashboard

Per-project todo tracking combined with a project brain and autonomous plan-then-build workflow for Claude Code, with a local broadsheet dashboard. Integrates task management directly into the agent workflow rather than as a separate tool.

todostask-managementskilldashboardplanning
by unknown Jul 18, 2026 7/10
MCP GitHub

offload-harness: Delegate Tasks to Free Local Gemma-4 via llama.cpp

Offloads summarize, classify, extract, and triage tasks to a free local Gemma-4 cascade via llama.cpp. Go CLI plus MCP server that never calls a cloud model. Includes a turnkey setup skill for Claude Code to configure the local inference backend. Useful for keeping lower-value tasks off expensive frontier models.

local-llmgemmallama-cppmcpcost
by unknown Jul 18, 2026 8/10
MCP GitHub

atlassian-browser-mcp: Atlassian MCP with Browser SSO Authentication

Browser-backed MCP server wrapping mcp-atlassian with Playwright SSO authentication for Atlassian Server and Data Center. Solves the authentication problem that prevents standard Atlassian MCP servers from working with enterprise SSO setups.

atlassianmcpssoplaywrightjira
by GeiserX Jul 18, 2026 6/10
skill Reddit

speedread-skill: Read Agent MD Reports 3.5x Faster With RSVP

Skill that renders Markdown documents using RSVP (Rapid Serial Visual Presentation) speedreading, enabling up to 6x faster reading with practice. Settings (colors, fonts, speed, ramp-up, markdown tweaks) are saved across sessions. Useful when reviewing long agent-generated reports.

readingrsvpspeedskillproductivity
by heisdancingdancing Jul 18, 2026 6/10
skill GitHub

ad-campaign-skills: Production-Grade Paid Media Skills for Claude Code

Production-grade paid-media agents and skills for Claude Code that generate complete ad campaigns for any industry and region from a 4-line client brief, covering Meta, Google, YouTube, and TikTok. Designed for agencies and marketers running ad operations through Claude Code.

marketingadvertisingskillmetagoogle-ads
by rghrmkr1993 Jul 18, 2026 6/10
skill GitHub

olddonkey-skills: Codex-Implementation-Loop for Claude + Codex Pairing

Agent skills distilled from real-world usage featuring the codex-implementation-loop: delegate coding to Codex while keeping review, gate, and ship judgment in Claude hands. A practical pattern for pairing the two most popular coding agents with clear separation of responsibilities.

codexpairingskillreviewdelegation
by olddonkey Jul 18, 2026 6/10
skill GitHub

claude-skill-aso-reviews: Turn App Store Reviews Into ASO Insights

Claude Code skill that turns Apple App Store reviews into App Store Optimization and product feedback insights. Automates the process of reading and categorizing user reviews at scale to surface actionable product insights.

asoapp-storereviewsskillproduct
by johnisanerd Jul 18, 2026 6/10
skill GitHub

claude-skill-congress-trading: Track Congress Trading Disclosures

Claude Code skill that tracks newly filed US Congress trading disclosures on a schedule via CLI, installed via npx skills add. Automates monitoring of congressional stock trading activity for research and alerting workflows.

financecongressdisclosureskillmonitoring
by johnisanerd Jul 18, 2026 6/10
skill GitHub

claude-skill-congress-stocks: Congress Stock Trade Disclosures as JSON

Claude Code skill that retrieves US Congress stock trade disclosures as structured JSON via CLI. Complementary to the congress-trading-tracker, providing a data access layer rather than a monitoring scheduler.

financecongressjsonskillapi
by johnisanerd Jul 18, 2026 6/10
app GitHub

gaia: Claude-Native React Foundation With Pre-Commit Gates

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

trakktor: Local ML CLI Toolbox for Coding Agents

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

aftr: Automate After Effects Video Production With Claude Code

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
MCP GitHub

gdocs-comments-mcp: Manage Google Docs Comments via MCP

Manages inline, range-anchored Google Docs comments via the Model Context Protocol. Lets Claude Code agents read, create, and resolve comments in Google Docs directly, useful for teams that use Docs for review workflows alongside code.

google-docsmcpcommentscollaboration
by Abdulreh4874 Jul 18, 2026 6/10
skill GitHub

Claude Code Plugin: EDA + Event Sourcing + Azure Functions Harness

Claude Code plugin providing a harness for event-driven architecture with event sourcing on Azure Functions. Pre-built scaffolding and conventions for this specific backend pattern, reducing the time needed to set up a correct EDA implementation from scratch.

azureevent-sourcingedaserverlessskill
by augusto-romero-arango Jul 18, 2026 6/10
workflow GitHub

straymark: Cognitive Discipline Framework for AI-Assisted Projects

Framework and Rust CLI for externalizing scope, decisions, and risks (Charters, AILOG, AIDEC, ADR) so AI agents stay coherent across many turns. Generates ISO 42001, EU AI Act, and NIST AI RMF compliance evidence as a side effect. Available in English, Spanish, and Chinese.

governanceadrcompliancerustmulti-language
by StrangeDaysTech Jul 18, 2026 6/10
MCP GitHub

kotlin-lib-mcp: MCP Server for Kotlin/Java Library Docs and KDoc

MCP server exposing the sources, public API, and KDoc of Maven-published Kotlin and Java libraries. Lets agents look up library documentation and types accurately without hallucinating APIs, directly from the actual published artifacts.

kotlinjavamcpdocumentationkdoc
by aoreshkov Jul 18, 2026 6/10
app GitHub

longhouse: Open-Source Remote Control for Coding Agents

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

run-kit: Phone-First Remote Console for tmux Agent Sessions

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
skill GitHub

ui-ux-audit-skill: Audit UI Code for Layout Failures and Design Drift

Audits web and mobile UI code to detect layout failures, responsiveness errors, and design system drift before deployment. Catches the class of issues that code linters miss but visual inspection would catch, giving agents a way to self-audit UI quality.

uiauditresponsivenessdesign-systemskill
by Xza2792 Jul 18, 2026 6/10
MCP GitHub

obsidian-markdown-lint-mcp: Lint Obsidian Files and Render Mermaid via MCP

MCP server that lints Obsidian markdown files, validates front matter, and renders Mermaid diagrams in an isolated server. Useful for teams using Obsidian as a knowledge base alongside Claude Code, keeping documents well-formed without leaving the agent workflow.

obsidianmcplintingmermaidmarkdown
by andresimitative368 Jul 18, 2026 6/10
skill GitHub

zero-sugar: Honesty Mode for Claude Without Politeness Padding

Configures Claude to deliver damage-ranked findings with evidence per criticism, calibrated confidence, and no politeness padding. Useful when you need direct critical feedback rather than diplomatically softened analysis, especially in code review or debugging scenarios.

honestyfeedbackskillcode-reviewdirectness
by edward-sh88 Jul 18, 2026 6/10
skill GitHub

contentforge: Enterprise Content Production Plugin With 21 Skills

Open-source enterprise content production plugin with 21 skills, 13 agents, 11 quality gates, a 29-pattern AI humanizer, fact-checker, and real .docx output with C2PA signing for EU AI Act Article 50 compliance. Works across Claude Code, Cowork, Codex, Cursor, and Copilot CLI.

contententerpriseskillcompliancedocx
by indranilbanerjee Jul 18, 2026 6/10
skill GitHub

inner-outer-monologue: Two-Layer Reasoning Discipline for Claude

Establishes a two-layer reasoning discipline where clauses carry explicit output obligations and failures are auditable clause by clause. Makes Claude reasoning more transparent and verifiable by separating internal reasoning from external output commitments.

reasoningtransparencyskillauditclauses
by duncan806 Jul 18, 2026 6/10
skill GitHub

hiccai-landing: Claude Code Skill for High-Conversion Landing Pages

Claude Code skill for high-conversion landing pages covering strategy, copy, design, motion, runnable HTML, with built-in SEO and GEO support including llms.txt, FAQ JSON-LD, and AI-crawler readiness. Includes bilingual support (English/Chinese).

landing-pageseogeoskillhtml
by laixi969-coder Jul 18, 2026 6/10
app GitHub

clawcodex: Token-Efficient Python Rebuild of Claude Code Agent

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
skill Reddit

176k-Starred GitHub Repo Changed How I Write CLAUDE.md

Post exploring how insights from a 176k+ starred GitHub repository changed the approach to writing CLAUDE.md configuration files. Demonstrates how ideas from adjacent communities can meaningfully improve Claude Code configuration practices.

claude-mdconfigurationtipsbest-practices
by Single-Cherry8263 Jul 18, 2026 6/10
MCP GitHub

n24q02m Plugin Marketplace: Web Search, Memory, and 8 More MCP Tools

Claude Code plugin marketplace for n24q02m MCP servers, installing web search, memory, Notion, email, Telegram, Godot, code review, and image/video tools in one command. A batteries-included collection for developers who want a comprehensive MCP setup quickly.

mcpmarketplaceweb-searchtelegramgodot
by n24q02m Jul 18, 2026 6/10
app GitHub

CLACOROO: Claude Code Control Room Visual Dashboard

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
workflow Reddit

The Rubber Duck Agent: Does the Duck Reply Actually Matter?

Explores whether a critic subagent (the rubber duck) actually contributes value or whether the value comes from writing the handoff prompt that articulates the plan. Author built duck.md that challenges plans before non-trivial changes — found the prompt-writing process does most of the work, raising the question of whether the agent reply adds anything.

critic-agentworkflowplanningrubber-duck
by imposter3c Jul 18, 2026 6/10
MCP GitHub

ontology-atlas: Agent-Native Ontology Workbench With MCP

Local-first, human-sovereign ontology workbench where teams and AI agents read, write, and maintain a shared markdown knowledge graph together. Open source and MCP-native. Useful for teams building domain models where both humans and agents need to reason about relationships.

ontologyknowledge-graphmcpmarkdownteam
by wlsdks Jul 18, 2026 6/10
workflow Reddit

Macro Commands That Batch Multi-Step Agent Tasks Into One Turn

Proposes using macro commands to collapse multi-step agent tasks (inspect env, apply patches, build, test, read media) into a single RAG turn rather than separate turns. Author tested on other providers and reports 40-80% reduction in LLM turns and similar token savings. Includes benchmark results comparing configurations.

macrooptimizationtokensturnsefficiency
by SGM_Finance Jul 18, 2026 6/10
workflow GitHub

sortie: Turn Tracker Tickets Into Autonomous Agent Sessions

Bridges your issue tracker and autonomous agent execution by turning labeled tracker tickets directly into Claude Code agent sessions. Automates the hand-off from project management to coding without manual context copying.

issue-trackerautomationsessionsworkflow
by sortie-ai Jul 18, 2026 6/10
skill Reddit

Playbook: One Plugin Repo Running on 5 Agents Simultaneously

How to make a single plugin repository work on Claude Code, Codex, OpenCode, Hermes, and Antigravity at once without duplicating skill definitions. Addresses the growing need to maintain skills across multiple agent runtimes as developers use more than one tool.

plugincross-agentcodexhermescompatibility
by No_Skill_8393 Jul 18, 2026 6/10
workflow GitHub

agentharness: Portable Engineering Policies for Coding Agents

Portable engineering policies for coding agents covering git, testing, logging, and language conventions written once and referenced everywhere. Makes your standards explicitly machine-readable rather than buried in CLAUDE.md files that agents may drift from.

engineeringpoliciesconventionsportable
by andr-ca Jul 18, 2026 6/10
workflow GitHub

antmay: Discussion-Driven Development for AI Agents

Reaches decisions through open-ended discussion between agents, then threads those decisions into spec, plan, and implementation as reviewable on-disk artifacts. An alternative to having agents jump straight to implementation without shared understanding.

discussionspecartifactsworkflowplanning
by Jei-sKappa Jul 18, 2026 6/10
app GitHub

clawker: AI Coding Agent Sandbox in Isolated Docker Containers

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

perch: Claude Sessions Manager for Windows Terminal

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
skill GitHub

dehumanize: Make AI Work Like AI, Not a Human Assistant

Skill and configuration that removes human-oriented behaviors from Claude: no time estimates, no asking for accessible data the agent can fetch itself, no emotional labor. Designed for autonomous agent workflows where human-like hedging and hand-holding wastes tokens and slows execution.

skillbehaviorautonomousefficiency
by ssplug Jul 18, 2026 6/10
workflow GitHub

fab-kit: Structured Spec-Driven Development Workflow for AI Agents

Spec-first development workflow toolkit for AI coding agents. Enforces defining what to build before building it, reducing the drift that happens when agents start coding without a clear specification. Framework-agnostic and compatible with multiple agents.

spec-drivenworkflowplanning
by sahil87 Jul 18, 2026 6/10
skill GitHub

user-md: USER.md That Grows With Your AI Interactions

A USER.md file with two lanes: hand-written and agent-curated, with no silent rewrites from the agent side. The AI builds up its understanding of you in a file you own and control, that moves when your folder moves. Gives the agent persistent user context without surrendering control.

memoryuser-profilemarkdownagent-memory
by LucioLiu Jul 18, 2026 6/10
app GitHub

AgentDeck: Physical Controller for AI Coding Agents

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
command Reddit

PSA: Check /context and /usage to Find Hidden Token Drains

Practical tip: user-level MCP servers and skills configured in the UI accumulate silently and can fill 80% of context after just one message. The /context command shows exactly what is loaded, and /usage breaks down which skills, subagents, plugins, and MCP servers are consuming your limits over 24 hours or 7 days.

contextusagetokensmcptips
by TheDeadlyPretzel Jul 18, 2026 6/10
skill GitHub

claude-office-skills: Excel and PowerPoint Automation for Claude Code

Imports Excel and PowerPoint skills into Claude Code to automate spreadsheets and presentations using local filesystem access. Useful for developers who need to generate or modify Office documents as part of automated workflows.

excelpowerpointofficeautomationskill
by Borjani1577 Jul 18, 2026 6/10
skill GitHub

agent-second-brain: Dynamic Knowledge System for Claude Code Agents

Builds a dynamic knowledge system for Claude Code agents that evolves over time with the ability to test and manage information. Designed to give agents a persistent second brain that improves with use rather than starting from scratch each session.

knowledgememorydynamicskill
by benizlerken Jul 18, 2026 6/10
skill GitHub

claude-nomad: Sync Full Claude Code Setup Across Machines

Syncs your complete Claude Code setup across machines: skills, settings, and session history, with path remapping and per-host overrides. Addresses the pain of maintaining consistent Claude Code configuration when working across multiple machines or cloud environments.

synccross-machinesettingsskillshistory
by funkadelic Jul 18, 2026 8/10
app GitHub

CCManagerUI: Dashboard for Managing Multiple Claude Instances

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
MCP GitHub

memory-mcp-server: Bridge Claude Code and Claude.ai Project Memory

FastMCP server that bridges Claude Code and Claude.ai by exposing Claude Code project memory files over MCP. Lets you access and reference the memory built up in your Claude Code sessions from Claude.ai and vice versa, creating continuity between the two interfaces.

memorymcpbridgeclaude-aisync
by Ahmedaltu Jul 18, 2026 8/10
app GitHub

cleat: One-Command Docker Sandbox for AI Coding Agents

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
skill GitHub

agentmaster: Expensive Head, Cheap Hands Workflow for Claude Code

Claude Code and GitHub Copilot skills implementing an expensive head/cheap hands pattern — a master decision-maker on a frontier reasoning model that never touches the repository, commanding subagent workers that do all reading, running, and writing with adversarial gates at both ends.

multi-agentorchestrationadversarialcost-efficiency
by rhawk117 Jul 18, 2026 7/10
skill GitHub

skill-press: Factory for Claude Code Skills — Nothing Ships Untested

A factory for Claude Code skills where nothing ships without being tested. Enforces a review and testing process for every skill before publication, addressing the quality problem in the growing ecosystem of unvetted skill packages.

skilltestingqualityfactory
by proluct Jul 18, 2026 7/10
MCP GitHub

skanna: Security Scanner for Claude Code Skills and MCP Servers

Scans Claude Code skills, plugins, and MCP servers before installation and delivers a verdict. Addresses the risk of installing malicious or compromised skills from third-party sources without auditing them first. A security gate for your agent ecosystem.

securityscannerskillsmcppre-install
by proluct Jul 18, 2026 8/10
app GitHub

agents-deck: macOS Menu Bar Monitor for Claude Code and Codex

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
skill GitHub

collapse: Pattern-to-SKILL.md Compiler for Claude Code

Compiles patterns from MDX lessons, Jupyter notebooks, or custom sources into SKILL.md files via a type-safe pipeline with local atomic writes to ~/.claude/skills/. Three pluggable ingestors let you convert any learning material into Claude Code skills.

skillcompilerjupyterautomationmdx
by akaieuan Jul 18, 2026 8/10
workflow Reddit

seeks: Overnight Agent Loop With Independent Verification and Hard Stops

Plugin for running Claude Code overnight using node hooks the agent cannot read or edit. Features: setup interview that defines concrete done-conditions, loop memory in md files surviving compaction, git push/merge blocked in code, done verified by a separate fresh-context agent, and 16 lens exhaustive review (concurrency, injection, timezone, etc.). Iteration and wall-clock caps live in hook-owned files.

workflowovernightverificationhooksloop
by Bogdanilaa Jul 18, 2026 8/10
skill GitHub

saas-skills: Agent Skills for Shipping SaaS on Next.js + Supabase

Agent skills covering the full SaaS lifecycle: product definition, secure build-and-launch, and safe maintenance on Next.js, Supabase, and Stripe. Works with Claude Code, Codex, and Antigravity. Opinionated toward security and correctness at each stage.

saasnextjssupabasestripeskill
by Naveen-95 Jul 18, 2026 7/10
app GitHub

claude-code-flow-visualizer: Flow Graphs for Claude Code Harnesses

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
skill GitHub

claude-code-skills: Curated Catalog of Verified Working Skills

Hand-verified catalog of working Claude Code skills covering marketing, SEO, dev, and MCP — with no dead links. Also ships a built-in 19-sub-skill SEO/GEO agent ready to use. Addresses the frustration of finding skill collections where half the links are broken or unmaintained.

skillcatalogseoverifiedmarketplace
by nurdamiron Jul 18, 2026 7/10
app GitHub

forkmind: Local LLM State Branching and Debugging

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
workflow GitHub

context-forge: Claude Code Plugin for Disciplined AI Development

Claude Code plugin enforcing spec-driven builds, real verification at each step, and project memory that survives every session. Addresses the drift that happens when agents build without a spec or when memory resets wipe out accumulated context about the project.

spec-drivenverificationmemoryworkflow
by yerros Jul 18, 2026 7/10
workflow GitHub

critters: TypeScript Daemon for Issue-Triggered Claude Code Workflows

TypeScript daemon that watches an issue tracker for labeled issues and runs configurable agentic Claude Code workflows on them — planning, execution, review, or custom phases. Bridges the gap between your issue tracker and autonomous agent execution.

automationgithub-issuestypescriptdaemonworkflow
by ack-ventures Jul 18, 2026 8/10
skill GitHub

skill-creator-plus: Bug-Fixed Anthropic Skill Creator With Cowork Support

Based on Anthropic official skill-creator but with bug fixes, working Cowork support, and official best practices baked in. A Claude skill for creating, testing, and improving other Claude skills. Useful when the original has issues that prevent it from working properly with Cowork.

skillmetaskill-creatorcowork
by yaniv-golan Jul 18, 2026 8/10
hook Reddit

Use Deterministic PreToolUse Hooks Instead of CLAUDE.md Rules

Open-sourced governance setup using PreToolUse hooks that exit 2 when a rule is broken, preventing the tool call from running and feeding stderr back to the model as correction. Includes a SessionStart hook that loads relevant rules by index, a UserPromptSubmit intent hook, and a Stop hook write-back gate to prevent ending sessions without updating trackers.

hookpretoolusegovernancedeterministicsettings
by Sea_Life493 Jul 18, 2026 8/10
workflow Reddit

orchflows: Build Self-Improving Agent Loops in One Sentence

Library of skill primitives composable into workflows with a self-improving skill as a first-class citizen. Builds on the orchestrator→subagent pattern but makes the composition dynamic so models route requests to the smallest appropriate workflow automatically. Works in Claude Code and Codex.

workflowself-improvingorchestrationdynamic
by FlyingTriangle Jul 18, 2026 7/10
app GitHub

Maxx: Claude Code Status Line That Paces Your Token Budget

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
skill Reddit

LLM Wiki: Installable Skill for Building a Persistent Knowledge Brain

Implementation of Andrej Karpathy LLM Wiki pattern as an installable Claude skill plus BLUEPRINT.md spec. Instead of RAG, the LLM builds and maintains a persistent Markdown wiki from your sources — read once, cross-reference forever, flag contradictions. Key rule: if the brain has no coverage, it says so rather than inventing an answer.

knowledge-basewikiskillmarkdownkarpathy
by PromptFiction Jul 18, 2026 8/10
skill GitHub

goldilocks: Lean Superpowers Replacement for Coding Agents

Minimal-process, constant-quality alternative to Superpowers for coding agents. Focuses on minimum necessary workflow to maintain consistent output quality, avoiding the complexity and overhead that accumulates in larger skill frameworks. Available in both English and Chinese.

skillworkflowsuperpowerslightweight
by blackstone2333 Jul 18, 2026 7/10
app GitHub

ReplayHQ: Observability and Replay Platform for AI Coding Agents

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
skill GitHub

claude-sync-by-skill: Sync Claude Code Environment Across Platforms

Directional, cross-platform, transport-agnostic sync for Claude Code settings, memory, plans, and skills driven by an in-Claude skill. Supports up/down/status operations and works regardless of the underlying transport mechanism.

synccross-platformsettingsskills
by JonMcMillan Jul 18, 2026 7/10
app GitHub

aidemo: Your Coding Agent Makes the Demo Video

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
skill GitHub

agent-plugins: Plugin Marketplace for Claude Code and Cowork

Curated plugin collection for Claude Code and Claude Cowork featuring fresh-eyes code review agents, workflow orchestrators, and specialized skills. Emphasizes independent review — agents that have not seen the original implementation evaluate the output from a fresh perspective.

plugincode-reviewmarketplaceworkflow
by aliasunder Jul 18, 2026 7/10
app Reddit

Roguelike Game Built Entirely With Claude Code Fable 5

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
hook GitHub

aimhooman: Teach Coding Agents Git Etiquette

Teaches coding agents to keep agent memory, internal instructions, temporary artifacts, and unwanted attribution out of human-owned repositories. Addresses the common problem of AI agents polluting git history with their own scaffolding and internal state files.

gitetiquettehookagent-hygienecleanup
by rmyndharis Jul 18, 2026 7/10
skill GitHub

skill-builder: Build Reusable Skills From Shell and Claude Logs

Analyzes shell, git, browser, and Claude logs to spot recurring patterns and convert them into installable slash commands in your AI tools. Automates the process of turning repetitive workflows into reusable agent skills.

skillautomationslash-commandpatterns
by izzidescendent834 Jul 18, 2026 7/10
app GitHub

cc-redline: Interactive In-Browser Markdown Review Loop for Claude Code

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
skill GitHub

skill-sync: Desktop App That Syncs Agent Skills Across Machines

Local-first desktop app that syncs Codex, Claude Code, and Agent Skills across machines through your private GitHub repository. Solves the problem of maintaining consistent skill configurations when working across multiple development machines.

syncskillscross-machinegithub
by TreatTrick Jul 18, 2026 7/10
app GitHub

dreamcontext: CLI That Turns Claude Into a Project Operating System

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

catacomb: Regression Testing for Claude Code and Codex Agents

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
skill GitHub

claude-skills: Docker and Kubernetes Skills for Autonomous Agents

Production-ready Docker and Kubernetes tooling packaged as Claude Code skills with built-in validators. Install once and use everywhere for container management and Kubernetes operations from within your agent workflows. Modular and independently verifiable.

dockerkubernetesskilldevopscontainers
by obeone Jul 18, 2026 7/10
app GitHub

claude-brief: Live Per-Session Summary in Your Terminal

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

claude-code-session-recovery: Fix Claude Desktop Session Bugs on Windows

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
skill Reddit

onebreath: Slash Commands for Concise Claude Responses

Tiny Claude Code plugin adding /onebreath:1s for one-sentence responses and /onebreath:1p for one-paragraph responses. Solves the common problem of Claude producing walls of text when you just need a quick answer. Especially useful in multi-session setups where brevity matters.

skillconcisecommandux
by louixs Jul 18, 2026 7/10
app GitHub

Atlas: macOS Menu Bar App for Claude Coding Analytics

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
MCP GitHub

aura: Give AI Agents Eyes and Hands on Real Devices via MCP

MCP server enabling screenshot→click→verify workflows across Windows, Linux, macOS, Android, and iOS. Provides user-perspective testing for AI coding agents, letting them interact with real running applications rather than relying on code-only testing.

mcptestingscreenshotautomationmobile
by lvusyy Jul 18, 2026 7/10
skill GitHub

neuralmind: Persistent Memory That Learns Codebase Like a Senior Engineer

Persistent memory for AI coding agents that learns which files go together and what you usually edit next, the same way a senior engineer builds intuition. Works with Claude Code, Cursor, Cline, and Continue, running 100% locally. Reportedly reduces code question costs by 40-70x.

memorycodebaselocal-firstcostcontext
by dfrostar Jul 18, 2026 7/10
workflow Reddit

Nothing Agents Produce Counts as Done Until an Independent Check Passes

Practical post about implementing a second verification step that is separate from the agent that did the work: tests for code, recalculation for spreadsheets, live re-fetch for web data. Includes a publish gate script that scans outbound content for terms that must never leave the machine, with the key rule that the agent cannot edit the term list to make it pass.

verificationquality-gateworkflowindependent-check
by xThursday6 Jul 18, 2026 7/10
skill Reddit

VibeCurb: Strict SKILL.md Files to Kill Generic AI-Generated UI

Collection of strict skill.md files that kill the generic glassmorphism and rounded-corner spam in AI-generated UIs. Enforces viewport-scale typography, brutalist design, and extreme whitespace, forcing the agent to think like an Awwwards-tier designer before writing code. Works with Claude, Cursor, ChatGPT, Codex, and Gemini.

uidesignskillbrutalismcss
by AudienceNo2554 Jul 18, 2026 7/10
skill GitHub

bastra-recall: Local-First Memory Vault Shared Across AI Tools

Local-first persistent memory for Claude Code, Cursor, ChatGPT, and any MCP client — one Markdown vault shared across every AI tool. Keeps all context in files you own and control, with no vector database or cloud service required.

memorymarkdownlocal-firstmulti-tool
by n0mad-ai Jul 18, 2026 7/10
skill GitHub

better-github-skill: Optimized GitHub Skill With Fewer Tool Calls

Drop-in replacement for standard GitHub skills that makes bounded, targeted calls: one call each for PR state, review threads, and CI failures. Reduces context burned and cost compared to naive approaches that over-fetch GitHub data. Works with any coding agent.

githubskilltokensefficiencypr
by AVGVSTVS96 Jul 18, 2026 7/10
workflow Reddit

Worktree-Based Alternative to /loop for Long-Running Tasks

Workflow pattern using worktrees and explicit stage-based plans as an alternative to /loop for long-running tasks. Stages include review, implement, write tests, run tests, and regression testing. The agent delegates each stage to a persistent subagent in the worktree, giving a natural start/end cycle without the open-ended loop risk.

worktreeworkflowstageslong-runningloop
by Complete-Captain3322 Jul 18, 2026 7/10
workflow GitHub

cadence-ai: Gated Agile Workflow Plugin for Claude Code

Claude Code plugin that tracks work on a YAML board, enforces hard approval gates so nothing skips ahead of its own readiness, and maintains a persistent Obsidian-linked knowledge brain that survives across sessions. Designed to prevent agents from rushing past planning or shipping incomplete work.

workflowagilegatesobsidiankanban
by febradc-github Jul 18, 2026 7/10
app GitHub

seshport: Port Your Session Between Coding Agents

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
hook GitHub

visual-feedback: Browser Extension to Send UI Feedback to Claude Code

MV3 browser extension that lets you mark elements on any page and send structured feedback (selector, computed CSS, screenshot) directly to your Claude Code agent via a local inbox. Bridges the gap between visual UI review and the agent that needs to fix the code.

browser-extensionfeedbackuiscreenshotmcp
by Yodaisgaming Jul 18, 2026 7/10
workflow GitHub

claude-config: Plan-Then-Execute Multi-Agent Workflow for Claude Code

Deterministic scaffolding and quality-gate loops that let even smaller, cheaper models ship large features via a plan-then-execute pattern with multi-agent coordination. Designed to get consistent results by separating the planning phase from execution and applying gates between stages.

multi-agentplanningquality-gateworkflow
by gcharang Jul 18, 2026 7/10
app Reddit

swappy: Rotate Between Claude Accounts When Limits Are Hit

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
MCP Reddit

TypeScript CodeGraph MCP: Compiler-Based Code Index for Agents

Benchmarks comparing CodeGraph MCP tools show many consume more tokens than they save due to non-compiler-based approaches. This MCP tool builds a real TypeScript AST-based code graph from the actual compiler, delivering one simple tool that returns index-only data without interfering with the agent. Benchmarks show wins across all metrics.

mcptypescriptcode-graphasttokens
by jhnam88 Jul 18, 2026 6/10
app GitHub

claudex: Multi-Account CLI Companion for Claude Code

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

ccprism: Local Offline CLI for Claude Code Observability

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
MCP GitHub

agent-audit-kit: Static Scanner for MCP-Connected Agent Pipelines

225-rule static scanner for MCP-connected AI agent pipelines covering 11 vulnerability categories and 12 compliance frameworks, including OWASP Agentic 10/10 and MCP 10/10. Ships as a GitHub Action with SARIF output and a public CVE-to-rule ledger. Essential for teams shipping MCP-enabled agents.

securitymcpstatic-analysiscomplianceowasp
by sattyamjjain Jul 18, 2026 7/10
workflow GitHub

fable-the-boss: Cross-Harness Fable 5 Orchestrator Pattern

Pure-skill implementation of the Fable 5 orchestrator pattern proposed by Anthropic — your agent acts as boss while Codex, Cursor, and any headless coding agent serve as the crew. Cross-harness and harness-independent, so it works with whatever agents you already use.

fable-5orchestrationmulti-agentworkflow
by tuoxiansp Jul 18, 2026 7/10
app Reddit

OpenLive: Voice Interface for Claude Code and Coding Agents

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
MCP GitHub

smara: Sync Persistent Memory Across AI Tools via MCP

Unified MCP server that synchronizes persistent memory across your AI tools and agents. Useful for maintaining consistent context when switching between Claude Code, Cursor, and other agents that each maintain their own isolated state.

memorymcpsyncmulti-tool
by jefffergunson118-beep Jul 18, 2026 7/10
workflow GitHub

zion: Claude Code Plugin Marketplace With Multi-Agent Crew

Installable as a Claude Code plugin, ships an orchestrated multi-agent crew for feature delivery, a pointer-driven tech-debt and dependency-upgrade fixer, and a shared code-review rubric. Components can be installed together or standalone, making it modular for different workflows.

pluginmulti-agentcode-reviewtech-debt
by johantor Jul 18, 2026 7/10
app GitHub

xylocopa: To-Do List That Runs Claude Code Agents

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
MCP GitHub

marm-memory: 3-in-1 Local Memory Layer MCP for Claude Code

Local-first MCP server fusing session history, codebase indices, and concept graphs in SQLite. Works with Claude Code, Codex, Grok, Gemini, VS Code, and Cursor. Zero-cloud, privacy-first design enables instant recall for multi-agent swarms without sending data to external services.

memorymcpsqliteknowledge-graphlocal-first
by Lyellr88 Jul 18, 2026 7/10
MCP GitHub

veil-mcp: Agent-Native Shell as MCP Server

An MCP server that exposes a shell interface designed specifically for LLM agents rather than humans. Features quiet-by-default output, addressable detail, effects-as-data semantics, and opt-in sandboxing and trace modes. Built explicitly for Claude Code and similar agents.

mcpshellagent-nativesandbox
by vkmtx Jul 18, 2026 7/10
app GitHub

claude-code-cache-fix: Fix Prompt Cache Regression Causing 20x Cost Spike

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
skill GitHub

scholia: Git-Native Product Memory With Claude Code Skills

Single binary tool for storing action-driven specs and append-only decision records that AI agents can evaluate code changes against. Includes a built-in viewer and Claude Code skills for integration. Keeps product intent inside git alongside the code it governs.

memoryspecdecision-recordsgit
by nkenji09 Jul 18, 2026 7/10
MCP GitHub

featureboard-mcp: Local Markdown Project Board Inside Claude

Packages a local markdown-backed project board as a Claude Desktop or Cowork extension (.mcpb). Point it at a folder and Claude plans, logs, prioritizes, and works tickets in plain language, then renders everything as a live interactive board artifact with an analytics dashboard. No external service needed.

mcpproject-managementkanbanmarkdown
by valentil Jul 18, 2026 7/10
workflow GitHub

heatwave: Verification Protocol for AI-Written Code

A plan→build→review→prove loop for AI-generated code that never silently restarts. Compatible with Claude Code, Codex, Gemini CLI, Cursor, and any agent. Addresses the common failure mode where agents report code as done without proper verification.

verificationtestingquality-gateworkflow
by abhirajsinha Jul 18, 2026 7/10
MCP Reddit

Building OAuth 2.1 MCP Server for Claude.ai to Obsidian Vault

Full guide for building a working OAuth 2.1 MCP server that connects Claude.ai directly to an Obsidian vault. Documents the silent bug that cost the author hours, making it practical for others to avoid the same pitfall. Covers the complete implementation from scratch.

mcpoauthobsidianguide
by martn_lrnce Jul 18, 2026 8/10
skill GitHub

Agentic Memory Stack for Claude Code on Windows + WSL2

Persistent, multi-tier, measurably-faithful memory backend for Claude Code on Windows and WSL2, combining mem0, Qdrant, EmbeddingGemma, and Codex. Self-contained operator-agnostic installer skill. Designed for Windows-first environments where other memory setups fall short.

memorywindowswsl2qdrantskill
by dmmdea Jul 18, 2026 7/10
skill GitHub

ai-brain-starter: Operating System Layer for Claude Code

Comprehensive one-install foundation for Claude Code providing memory, accountability, journaling, knowledge graphs, and pattern recognition. Designed so every session compounds on the last by building up persistent understanding of projects and decisions. Installs everything in one command.

memoryknowledge-graphjournalingskillclaude-code
by mycelium-hq Jul 18, 2026 8/10
app GitHub

claude-code-native-nix: Nix Flake for Native Claude Code Builds

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
workflow GitHub

evolve-loop: Autonomous CI/CD With Adversarial Code Auditing

Autonomous pipeline that plans, builds, and adversarially audits changes to any repo — a different model reviews the builder — shipping only what passes deterministic gates. Failures become durable lessons; runs are checkpoint-resumable and context-optimized. Supports Claude Code, Codex, and Gemini.

ci-cdadversarialmulti-agentworkflowquality-gate
by mickeyyaya Jul 18, 2026 7/10
skill GitHub

web-scraping-skills: Authorized Web Scraping via CDP for Claude Code

Claude Code skill marketplace for attaching to a logged-in Chrome over CDP and harvesting JSON/GraphQL data that pages already fetch. Includes anti-block hygiene and resumable state. Designed for authorized scraping scenarios where you control the browser session.

web-scrapingcdpchromeskill
by brightstone111 Jul 18, 2026 7/10
app Reddit

ACR: Agent Continuity Runtime — Git-Aware Session State Management

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

Jianghu: Ranked Ladder Where Claude Code Trains Combat Scripts

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

LLM Hunter: Bug Bounty Tool Built as a Claude Code Plugin

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
workflow Reddit

Automated Customer Support with claude -p Cron at 6am

A real workflow where a launchd cron job runs claude -p with a skill file every morning to triage customer support threads — classifying, investigating against real data (Sentry, docs, code), drafting replies, and archiving. Hard limit of NEVER calling send_draft — the human reviews everything. 5 threads, 3 drafts, 2 correct skips on first run. Practical blueprint for responsible AI-assisted support.

workflowautomationcustomer-supportcronclaude-codeemailSKILL.md
by kizum Jul 18, 2026 8/10
workflow Reddit

Multi-Model Orchestration: Claude + Codex With One Accountable Owner

A personal workflow for multi-model orchestration where Sol (Fable) owns the brief and verification, Sonnet handles implementation, and Opus challenges architectural decisions — each with a bounded role. Isolated worktrees for editing agents, parallel investigation, one implementation owner per surface. Practical description of running Claude Max and ChatGPT Pro together for complex engineering tasks.

workflowmulti-modelorchestrationclaude-codecodexmulti-agent
by RFOK Jul 18, 2026 7/10
app Reddit

rewound: Local Search Engine for Claude Code and Codex Transcripts

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

signalbox: Jumplist for AI Agent Sessions Across Claude Code and Others

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
workflow Reddit

Review the Plan Before a Single Line of Code — How to Stop Rebuilding

A practical orchestration workflow that eliminates the rebuild loop: write the spec from the actual repo state, get a plan before code exists, have a separate agent review that plan adversarially, then hand it to an implementation agent. Four failure modes that compound in typical one-shot sessions — and the structural fix for each. Actionable description of an approach that lands features in one shot.

workfloworchestrationplanningcode-reviewmulti-agentclaude-code
by cryptoviksant Jul 18, 2026 8/10
app Reddit

Unigent SDK: TypeScript API for Cross-Harness Workflow Scripting

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

Fable 5 One-Shot: UK Aid Data Explorer Built and Deployed in One Prompt

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

dokito: Visual Review and Per-File Undo for Claude Code on Obsidian Vaults

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
MCP GitHub

yantrikdb-server: Cognitive Memory Database for AI Agents in Rust

A cognitive memory database for AI agents that consolidates duplicates, detects contradictions, and fades stale memories via temporal decay. Ships as a library, MCP server, or HTTP cluster. Built in Rust with AGPL license. Handles the difficult problem of memory management without the agent needing to manage its own knowledge freshness.

mcpmemoryrusttemporal-decaycognitiveAI-agents
by yantrikos Jul 18, 2026 7/10
app GitHub

whatsapp-claude-plugin: Run Claude Code Directly From WhatsApp

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

budgetclaw: Local Spend Monitor for Claude Code, Zero Config

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
workflow GitHub

agent-ready-repo: Complete AI Operating Model for Software Teams

A complete AI operating model for software teams from idea to production — three peer-supervised loops (discovery, build, release) over a catalogue of curated packs: skills, subagents, and hooks, each installed in one line. Works with Claude Code, Codex, Cursor, Copilot, Gemini, and Kiro. Described as npm for your coding agent.

workflowoperating-modelskillshooksmulti-agentclaude-code
by eugenelim Jul 18, 2026 8/10
skill GitHub

poor-man-memory: Claude Code Memory in Markdown and Git

Stores structured Claude Code memory in markdown files tracked by git — no extra infrastructure required. Provides cross-session memory with the simplicity of plain text and the history of version control. Zero dependencies and works on any machine with git already installed.

memorymarkdowngitclaude-codeno-infrasimple
by huckaby1847 Jul 18, 2026 6/10
skill GitHub

video-ai-toolkit: Give Your AI Agent Full Control Over Videos

Gives AI coding agents full control over videos — download with yt-dlp (MP4/MP3), watch with claude-real-video, and transcribe with speaker diarization via WhisperX. All local, Portuguese-language documentation. Claude Code skills and compatible agent skills included.

skillvideotranscriptionyt-dlpwhisperxclaude-code
by JohnsonChenx Jul 18, 2026 6/10
skill GitHub

crag: Bedrock Governance Layer for AI Coding Agents

A single governance.md bedrock layer for AI coding agents that works across any project and never goes stale. Compiles to Claude, Cursor, Codex, Gemini, and Aider-compatible formats from one source. Universal skills mean you write the governance rules once and they work everywhere.

governanceCLAUDE.mduniversalskillsclaude-codecodexcursor
by WhitehatD Jul 18, 2026 7/10
skill GitHub

skills: 19 Composable Pipeline-First Skills for Feature Delivery

A pipeline-first Claude Code skills pack with 19 composable skills for structured feature delivery from shape to ship. Each skill fits into a delivery pipeline stage so you can chain them together. Designed for teams who want an opinionated but flexible feature delivery process.

skillspipelinefeature-deliverycomposableclaude-code
by chrislacey89 Jul 18, 2026 7/10
skill GitHub

akakika-skills: Curated Agent Skills for Building Native Apps

Curated, polished agent skills for building calm native apps and running AI coding agents well. Works with Claude Code, Codex, and Cursor. Focused on native app development patterns and calm, deliberate workflows rather than rapid vibe coding.

skillsnative-appsclaude-codecodexcursorquality
by aka-kika Jul 18, 2026 6/10
workflow GitHub

repo-harness: File-Backed Workflow Harness for Reliable Agent Sessions

A file-backed workflow harness for reliable Claude Code and Codex sessions — stores workflow state on disk so sessions can resume after interruption. Solves the problem of losing progress when a session times out or crashes mid-task. Simple and dependency-free.

workflowharnessfile-backedclaude-codecodexreliability
by Ancienttwo Jul 18, 2026 6/10
app GitHub

tu: AI Coding Assistant Cost Tracking CLI

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
skill GitHub

ren-os: Agentic OS for Claude Code With Compounding Memory

An agentic OS for Claude Code featuring compounding memory you own, token discipline, and governed autonomy — all in a plain-markdown wiki as your single source of truth. Named after the Chinese concept of benevolence, it focuses on thoughtful, deliberate agent behavior rather than speed.

memoryAI-OSclaude-codetoken-efficiencymarkdowngovernance
by hazarsozer Jul 18, 2026 7/10
app GitHub

whence: Trace PRs Back to the Agent and Session That Made Them

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

claudemon: macOS Menu Bar App for Claude.ai Usage Tracking

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

opsroom: Local-First Operator Console Fusing AI Sessions, Git, and Notes

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
skill GitHub

chameleon: Guide AI-Generated Code to Match Your Team Conventions

Automatically analyzes your codebase to learn conventions, then guides AI-generated code to follow team idioms, architectural patterns, and best practices — keeping auto-generated code in sync with evolving standards. A living conventions engine that updates as your codebase evolves.

skillconventionscode-qualitystandardsclaude-codeteam
by crisnahine Jul 18, 2026 8/10
workflow GitHub

atelier: Spec-Driven Workflows for Opencode and Claude Code

An atelier for Opencode, Claude Code, and other coding agents featuring spec-driven workflows, deep thinking, and code quality focus. Provides a structured, craftsman-style development environment for agents that values deliberate work over speed. Useful for projects where quality matters more than velocity.

workflowspec-drivenqualityclaude-codeopencode
by martinffx Jul 18, 2026 6/10
skill GitHub

trigger_tree: Documentation-Discovery Telemetry for Claude Code

A documentation-discovery telemetry skill for Claude Code that generates heat/cold maps, health grades, and evidence-backed router fixes for your documentation system. Runs 100% locally with zero tokens. Helps you understand which parts of your CLAUDE.md are actually being used.

skilldocumentationtelemetryCLAUDE.mdlocalanalytics
by Hedde Jul 18, 2026 7/10
app GitHub

claude-manager: Electron App for Multiple Claude Code Sessions

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
skill GitHub

google-ads-diagnostic-toolkit: 10 Claude Skills for Google Ads Diagnostics

Ten production Claude skills covering the full Google Ads diagnostic lifecycle — waste detection, spend spikes, Quality Score analysis, budget management, and reporting. Built from real campaign management experience. Useful for marketers and agencies who want AI-assisted Google Ads analysis.

skillgoogle-adsmarketingdiagnosticsPPCanalytics
by kochellenk-afk Jul 18, 2026 7/10
skill GitHub

claude-marketing-skills: Claude Skills From a Working Fractional CMO

Production Claude skills from a working fractional CMO practice covering client sweeps, critique layers, decision councils, and Meta ad engines. Built from real consulting engagements. Useful for marketing practitioners and agencies who want AI-assisted marketing strategy and execution.

skillmarketingCMOstrategymeta-adsconsulting
by kochellenk-afk Jul 18, 2026 6/10
skill GitHub

martech-ai-skills: Claude Skills for the Marketing Technology Stack

Claude skills and read-only CLIs for the marketing-technology stack — covers martech teardown, Google Ads, Microsoft Ads, and Google Merchant Center. Built for practitioners who want AI-assisted analysis of their marketing tech without giving write access to ad accounts.

skillmarketinggoogle-adsmartechanalyticsclaude-code
by almoretti Jul 18, 2026 6/10
skill GitHub

shakedown: One-Command Pre-Ship Audit Skill for Claude Code

A one-command shakedown skill for Claude Code that checks architecture, security, performance, resilience, and docs before you ship. Surfaces what breaks before your users find it. Useful as a final gate before merging or deploying.

skillauditsecurityperformancepre-shipclaude-code
by belousov-petr Jul 18, 2026 7/10
app GitHub

kit: Create Production-Ready Agent Loops in 30 Seconds

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
skill GitHub

claude-code-setup: Real Claude Code Global CLAUDE.md and Skills Shared

A shared real-world Claude Code setup — global CLAUDE.md instructions and the skills built and used daily by the author. Good reference for what production Claude Code configuration looks like from an experienced user. MIT licensed for copying and adapting.

CLAUDE.mdsetupskillsconfigurationreferenceclaude-code
by cozren Jul 18, 2026 6/10
workflow GitHub

aesop: Haiku-First Orchestration Harness for Claude Code Fable Fleet

A self-building fable-fleet orchestration harness for Claude Code featuring Haiku-first dispatch, event-sourced state, and observable machinery. Routes tasks to cheaper Haiku models where possible, escalating to Fable only when needed. Reduces costs on large autonomous workloads.

workfloworchestrationhaikufableclaude-codecost-optimization
by matt82198 Jul 18, 2026 7/10
workflow GitHub

afk-company: Absence-First Ops for Claude Code One-Person Companies

An absence-first operations framework for Claude Code where task files are employees, BLOCKED is a feature, and the send button is never automated. Designed for solopreneurs who want their business to keep making progress while they are away. Human-gated final actions prevent runaway automation.

workflowsolopreneurautomationclaude-codetask-management
by dennykim123 Jul 18, 2026 7/10
workflow GitHub

aura-frog: Claude Code Plugin With TDD Workflow, 10 Agents, 27 Hooks

A comprehensive Claude Code plugin with 10 specialized agents, a 5-phase TDD workflow, 3-tier rules, and 27 hooks. Provides a structured development process from requirements through testing and shipping. High-coverage automation for teams who want a complete agent-driven development loop.

workflowTDDhooksagentsclaude-codeplugin
by nguyenthienthanh Jul 18, 2026 7/10
skill GitHub

repo-standard-toolkit: Scaffold Repo Docs From Published Standards

Scaffolds README, CHANGELOG, and community health files from published standards (Keep a Changelog, standard-readme, Contributor Covenant) and keeps them accurate with a committed, dependency-free linter and CI gate. The linter runs without Claude so standards are enforced in CI as well.

skilldocumentationreadmechangelogstandardsCI
by runverdict Jul 18, 2026 7/10
skill GitHub

addlightness: Remove AI-Generated Code Fat While Preserving Behavior

A zero-dependency Claude Code plugin that simplifies and removes bloat from AI-generated code while preserving behavior, then benchmarks the speedup. Measures code weight, trims it, verifies equivalence, and benchmarks the result. Useful for cleaning up verbose AI output that works but is heavier than it needs to be.

skillrefactoringoptimizationclaude-codecode-quality
by 88plug Jul 18, 2026 7/10
skill GitHub

project-prospector: Discover and Rank Everything You Have Built

A read-only two-pass parallel sweep that discovers, catalogs, and ranks every project or sketch on your machine by novelty and leverage. Helps you find forgotten projects that are worth continuing or extracting ideas from. Good for developers with many scattered experiments who want an inventory.

skilldiscoveryprojectsrankingproductivityclaude-code
by 88plug Jul 18, 2026 6/10
skill GitHub

forge-skills: Document-Driven AI Dev Framework With 14 Skills

A document-driven AI development framework with 14 skills covering the full cycle from brainstorm through PRD, design, engineering, QA, review, shipping, and retrospective. Bilingual (English/Chinese). Provides a complete structured process for product development using AI agents.

skillworkflowproduct-developmentTDDPRDclaude-code
by yike-gunshi Jul 18, 2026 7/10
skill GitHub

senior-engineering-partner: Stack-Agnostic Code Review and Mentorship Skill

A stack-agnostic Claude Code skill acting as a strict code reviewer, pair programmer, debugger, and mentor for Python, Bash, Apps Script, and JavaScript. Security-first with a spec→plan→TDD→verify workflow and phase-aware engineering discipline. Useful for solo developers who want a senior engineer perspective on their work.

skillcode-reviewmentorshipTDDsecurityclaude-code
by bjgreenberg Jul 18, 2026 7/10
workflow GitHub

prusik: Deterministic Build Harness With FSM Sprint Gates for AI Agents

A deterministic, evidence-based build harness for autonomous coding agents featuring FSM sprint gates, execution-evidence verification, and adversarial critics. Every claim must be proved with actual execution evidence — not opinion. Designed for teams who need reproducible, auditable AI coding results.

workflowdeterministicevidenceFSMsprintauditableclaude-code
by getprusik Jul 18, 2026 7/10
skill GitHub

Claude-Code-CyberSecurity-Skill: 15 Skills for Security Professionals

A comprehensive collection of 15 Claude Code skills for cybersecurity professionals covering offensive security, defensive operations, reverse engineering, threat hunting, CSOC automation, and more. Built for practitioners who want AI-assisted security workflows. Covers the full security operations lifecycle.

skillsecuritycybersecurityoffensivedefensiveclaude-code
by Masriyan Jul 18, 2026 7/10
MCP GitHub

ultramemory-mcp: One Memory Across All AI Coding Tools via MCP

A single memory layer that works across Claude Code, Claude Desktop, Cursor, ChatGPT, Gemini CLI, and Hermes — recalls first every turn and is honest enough to say it does not know when it does not. Combines an MCP client with a Claude Code recall hook for seamless cross-tool memory.

mcpmemorycross-toolclaude-codecursorgeminirecall
by LogicLabsAI Jul 18, 2026 8/10
skill GitHub

open-zk-kb: Zettelkasten-Based Shared Memory for AI Assistants

A shared, persistent memory system for AI assistants built on the Zettelkasten method — creates interconnected notes with backlinks rather than isolated memory entries. Implements slip-box-style knowledge management that grows more useful as your agent adds to it. Useful for research-heavy workflows.

memoryzettelkastenknowledge-baseAI-assistantspersistent
by mrosnerr Jul 18, 2026 6/10
app GitHub

vanehub-ai: Desktop Workbench for Switching AI Coding Assistants

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
MCP GitHub

Prism: 5 MB LLM Proxy Translating Anthropic, OpenAI, and Ollama APIs

A 5 MB LLM proxy for Windows and macOS that translates between Anthropic, OpenAI, and Ollama APIs in real time. Native system tray, built-in admin UI, model remapping, and SSE streaming — zero dependencies. Useful for routing Claude Code to alternative backends or switching models without changing client config.

proxyapianthropicopenaiollamamodel-routing
by KavinMK05 Jul 18, 2026 6/10
command GitHub

cc-update-all: Update All Claude Code Extensions in One Batch Command

A CLI that updates Claude Code plugin marketplaces, MCP servers, and editor extensions in one batch command. Solves the maintenance burden of keeping all your Claude Code integrations current when each requires a separate update step. Simple and composable with CI or cron.

commandupdatepluginsmcpextensionsclaude-code
by alaas4989 Jul 18, 2026 7/10
app GitHub

cchub: Desktop App for Managing All Claude Code Extensions

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
workflow GitHub

aoi-orgware: Git-Native Governance for Coding-Agent Teams

Git-native governance for coding-agent teams where agents record file ownership, baseline results, and execution evidence as pinned git-native artifacts rather than claims in a chat log. Survives code review and provides an auditable history of what each agent did and why. Alpha stage.

governancegitauditagentsworkflowevidence
by Ryan529616 Jul 18, 2026 7/10
MCP GitHub

witness: Memory and Self-Improvement Engine for Claude Code Over MCP

A local memory and self-improvement engine for Claude Code and OpenCode that captures coding sessions and distills how your patterns, habits, and knowledge evolve over time. Person-centric growth archive served over MCP as a single Go binary. Tracks your development as a coder alongside your code.

mcpmemoryself-improvementclaude-codeopencodego
by IngTian Jul 18, 2026 7/10
app GitHub

spareloop: Queue Tasks for Spare AI Usage Capacity Windows

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
MCP GitHub

teamcity-cli: TeamCity CLI for Terminal and AI Agents From JetBrains

JetBrains official TeamCity CLI for the terminal and AI coding agents — covers builds, logs, agents, agent terminals, and queues. Makes CI/CD management from Claude Code natural. Useful for teams already on TeamCity who want AI-assisted build management.

mcpCI/CDteamcityjetbrainsCLIbuilds
by JetBrains Jul 18, 2026 6/10
hook GitHub

tracewall: Flight Recorder and Firewall for AI Agent Tool Calls

A flight recorder and firewall for AI agents that records every tool call, tracks lethal-trifecta taint (prompt injection paths) across a session, and blocks the prompt-injection exfiltration path. Zero dependencies and cross-harness. Essential security layer for agentic setups handling sensitive data.

hooksecurityprompt-injectionfirewallloggingAI-agents
by VinayJogani14 Jul 18, 2026 8/10
skill GitHub

app-store-review-skill: Audit iOS Apps Before App Store Review

A Claude Code skill for auditing iOS and iPadOS apps before App Store Review, recovering from rejections, and catching low-effort craft signals that reviewers flag. Helps developers pass App Store review faster by catching common rejection reasons before submission.

skilliOSapp-storereviewauditmobile
by ElxMaj Jul 18, 2026 6/10
skill GitHub

AI-SKILLS: Plug-and-Play Skills for All AI Coding Agents

A comprehensive plug-and-play collection of AI skills and prompts for Claude Code, Claude Desktop, Cursor, Antigravity, OpenAI Codex, Gemini CLI, and every major AI coding agent. All in portable SKILL.md format with a browser-based Prompt Builder. Single repository that works everywhere.

skillscross-agentportableSKILL.mdpromptsclaude-code
by Amey-Thakur Jul 18, 2026 7/10
skill GitHub

scientific-method: Falsification-First Workflow for Claude Code

A falsification-first investigation and invention workflow for Claude Code featuring hypothesis ledgers, controlled experiments, REFUTE-first verification, and provable invention. Encodes the scientific method into an agent skill so Claude approaches problems empirically rather than jumping to conclusions.

skillscientific-methodhypothesisverificationclaude-code
by 88plug Jul 18, 2026 7/10
skill GitHub

drive-remote-terminal: Drive a Remote TUI Over SSH From Claude Code

A skill for driving an interactive full-screen TUI on a remote machine over tmux/screen + SSH using a type-wait-screenshot-read loop. Enables Claude Code to operate remote applications that do not expose an API. Useful for AI-assisted sysadmin tasks on remote machines with terminal-only interfaces.

skillremoteSSHTUItmuxautomationsysadmin
by 88plug Jul 18, 2026 7/10
skill GitHub

skill-x: Open-Source Agent Skills for Claude Code and Other Agents

Open-source agent skills for Claude Code, Codex, GitHub Copilot, and other coding agents — features GPT-5.6-style rigor, delegation patterns, linear probes, and self-evolving workflows. A general-purpose skill collection that covers common development tasks across multiple agent runtimes.

skillsclaude-codecodexcopilotopen-source
by anshmajumdar121 Jul 18, 2026 6/10
hook GitHub

failproofai: Runtime Failure Resolution and Safety Gate for Coding Agents

Runtime failure resolution for coding agents — hooks into Claude Code, Codex, and popular harnesses to catch infinite loops, dangerous actions, and secret leaks before they become incidents. Zero latency because it runs locally. Provides a safety net for unattended agent sessions.

hooksafetysecurityclaude-codecodexruntime
by FailproofAI Jul 18, 2026 8/10
skill GitHub

skills-runtime: Minimal Agent Skills Runtime from the Google Whitepaper

A minimal Agent Skills runtime implementing the Google/Kaggle whitepaper pattern behind Claude Skills — folders of SKILL.md, cheap catalog routing, progressive disclosure, and bundled deterministic scripts. Also runs free local Ollama models. Good for understanding how Claude Code skills work under the hood.

skillsruntimeskill.mdclaude-codeollamawhitepaper
by syedahmad0786 Jul 18, 2026 7/10
app GitHub

ultra-builder-pro-cli: Multi-Runtime Installer for Agent Engineering

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

agentpet: Manage Multiple Coding Agents Simultaneously on macOS

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
hook GitHub

bash-guard: Fail-Closed Bash Safety Gate for Claude Code and Codex

A fail-closed Bash safety gate that intercepts and validates shell commands before Claude Code or Codex can execute them. Blocks dangerous commands while allowing safe ones through with no configuration needed for common cases. Provides a hard safety boundary for unattended agent sessions.

hooksafetybashclaude-codecodexsecurity
by lloydzhou Jul 18, 2026 8/10
skill GitHub

cman: Agentic Memory for Claude Code

A lightweight agentic memory system specifically for Claude Code that gives your agent persistent recall across sessions. Simple to set up with minimal dependencies. Good starting point for users who want session memory without the complexity of a full MCP-based solution.

memoryclaude-codepersistenceskill
by laiso Jul 18, 2026 6/10
app GitHub

kasetto: Declarative AI Agent Environment Manager Written in Rust

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
hook GitHub

drift-detector: Detects Behavioral Drift From Your Claude Output Contract

Detects behavioral drift from your Claude output contract and steers the model back — deterministic, dependency-free, with 100% accuracy on a 170-session test corpus. Useful for production workflows where Claude output needs to stay within a defined format or behavior envelope over many turns.

hookdrift-detectionoutputbehaviorclaude-codequality
by 88plug Jul 18, 2026 7/10
skill GitHub

recover-from-false-positive: Recover Claude Sessions After Classifier Blocks

A tool for recovering Claude Code sessions after an Anthropic API output-classifier false positive. JSON-aware JSONL log surgeon that removes the triggering message and refusal turn, re-stitches the parent UUID chain so the session resumes cleanly. Also installs a per-repo CLAUDE.md framing guard.

recoveryfalse-positivesessionjsonlclaude-codeCLAUDE.md
by 88plug Jul 18, 2026 7/10
skill GitHub

trigger-my-training: Ground-First Reflex Skill for Claude Code

A skill that makes Claude Code judge task complexity from its own training and ground itself before acting — then hard-blocks the irreversible step until grounding is complete. Prevents rushed execution on complex tasks by enforcing a think-first gate. Useful for high-stakes automated workflows.

skillsafetygroundingclaude-codecomplexity
by 88plug Jul 18, 2026 6/10
app GitHub

questlog: Find, Read, and Resume Past Claude Code Sessions With Cost View

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
workflow GitHub

deep-plan-enhanced: Claude Code Plugin for Research and Planning

A Claude Code plugin for deep system discovery, implementation planning, and code generation — covers research, multi-LLM review, and TDD-oriented section generation. Helps structure the planning phase before diving into implementation. Particularly useful for complex features where upfront research matters.

workflowplanningresearchTDDmulti-LLMclaude-code
by kbichave Jul 18, 2026 7/10
app GitHub

setup_project: Cross-Runtime Development Harness for AI Coding Agents

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
skill GitHub

total-recall: Cross-Session, Cross-CLI Memory for AI Coding Assistants

Cross-session, cross-CLI memory for AI coding assistants with data-driven operator discovery from your own transcripts. Includes 23 MCP tools, 5 hooks, 15 commands, and 8 CLI adapters. One of the most comprehensive memory systems available for Claude Code users who switch between tools.

memorycross-sessionmcphooksclaude-codetranscripts
by 88plug Jul 18, 2026 8/10
MCP GitHub

searxng-mcp: Fast Token-Efficient MCP for SearXNG Search

A fast, token-efficient MCP server for SearXNG with stdio, streamable-HTTP, Docker, and rendered-fetch support. Gives AI coding agents access to a self-hosted search engine for web research. Good for teams running SearXNG internally who want their agents to search without sending queries to external services.

mcpsearchsearxngtoken-efficientself-hosted
by 88plug Jul 18, 2026 7/10
MCP GitHub

screen-mcp: Eyes and Hands on a Linux Wayland Desktop for AI Agents

An MCP server that gives AI agents eyes and hands on a Linux Wayland desktop — screenshot, click, type, scroll, drag, and read any visible application via xdg-desktop-portal. CPU-only, works on GNOME/Wayland. Enables Claude Code to interact with GUI applications directly without a browser.

mcpcomputer-usewaylandlinuxscreenshotautomation
by 88plug Jul 18, 2026 8/10
skill GitHub

lore: Capture Non-Obvious Learnings While Coding, Auto-Recall Next Time

A plugin for Claude Code and Codex that captures non-obvious learnings as you code and automatically recalls relevant ones the next time you hit a similar situation. Builds a personal knowledge base of hard-won insights without requiring you to manually document them. Passive and lightweight.

memorylearningskillclaude-codecodexknowledge-base
by aoc81 Jul 18, 2026 8/10
skill GitHub

speedread-skill: RSVP Reader for AI Codebase Reports

An agent skill plus a one-file RSVP reader for markdown reports — your AI agent reads the codebase and you speedread the report using rapid serial visual presentation. Makes consuming long AI-generated codebase analysis much faster. Useful for large codebases where the analysis output itself is substantial.

skillreadingRSVPcodebasereportsproductivity
by jordan-gibbs Jul 18, 2026 6/10
app GitHub

claude-code-java: Java 21 Reimplementation of Claude Code With 28 Modules

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
skill GitHub

supskill: Sprint Conductor for Claude Code From Backlog to Merged Branch

A sprint conductor skill for Claude Code that drives one sprint from a markdown backlog to a merged branch — fresh context per stage, three human gates, all state stored on disk. Provides structure for multi-day or multi-session sprints without losing progress. Inspired by physical sprint ceremonies.

skillsprintworkflowbacklogclaude-codegit
by bessavagner Jul 18, 2026 7/10
app GitHub

token-widget: Claude Cloud Usage Widget for macOS Menu Bar

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
MCP GitHub

docs-mcp: CometChat Docs MCP for AI-Assisted Chat Integration

A CometChat documentation search and implementation bundle MCP — add chat, voice, video, and moderation to your app through your AI coding agent. Provides structured access to CometChat docs and code samples via MCP tools. Good for developers building communication features who want AI-assisted implementation.

mcpdocumentationchatvideocometchatintegration
by cometchat Jul 18, 2026 6/10
app GitHub

claude-bionify: Bionic Reading for Claude Code Streamed Replies

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
skill GitHub

rails-consultant: Skills for Rails Development and Consulting

A collection of Claude Code skills for Rails development and consulting with emphasis on learning, communication, and client success. Built by the thoughtbot team with production Rails consulting experience. Useful for Rails developers who want battle-tested patterns encoded into skills.

skillrailsrubyconsultingthoughtbotdevelopment
by thoughtbot Jul 18, 2026 6/10
skill GitHub

wheel-to-talk: Voice-to-Text for Claude Code via Middle Mouse Button

Hold the middle mouse button to dictate voice-to-text input into Claude Code on Windows. A zero-friction way to add voice input without switching apps or using hotkeys. Useful for accessibility or for users who prefer speaking prompts over typing.

voiceinputwindowsclaude-codeaccessibilityplugin
by Pr1m4lc0d3 Jul 18, 2026 7/10
skill GitHub

memroos: Memory OS and Governance Layer for AI Agent Workflows

A memory OS and governance layer for AI agents covering workflows, dispatch, proof, and context continuity. Provides structured memory management that goes beyond simple file storage to include governance policies and proof mechanisms. Useful for teams building auditable AI workflows.

memorygovernanceAI-agentsworkflowcontext
by lac5q Jul 18, 2026 6/10
MCP GitHub

agent-operating-framework: MCP for Structured Agent Execution Loops

An MCP server that wires AI agents into a structured execution loop: preflight → check_contract → work → verify_gate → post_evidence. Enforces discipline in agent workflows by requiring each phase to complete before the next starts. Good for production agent deployments where you need auditability.

mcpworkflowstructured-executioncontractsevidenceAI-agents
by nguyenngocduyphuc Jul 18, 2026 7/10
app GitHub

turbo-claude: Curated Auto-Updated List of CLAUDE.md Rules and Skills

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

token-arcade: Claude Code Token Usage as a Local Pixel Arcade

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
skill GitHub

dotnet-senior-skills: Senior .NET Review Rules for AI Coding Agents

A collection of senior-level .NET review rules for AI coding agents compiled from a single source into Claude Code skills, Cursor rules, and Copilot instructions. Covers Spring AI, threading, performance, and security patterns. Useful for .NET teams who want consistent, expert-level code review across their AI tools.

skilldotnetcode-reviewclaude-codecursorcopilot
by Sarmkadan Jul 18, 2026 6/10
skill GitHub

mkpub: Generate the Four Files Every Public Repo Needs

Generates README.md, LICENSE.md, SECURITY.md, and llms.txt from a scan of your repo — never inventing facts, no guessed licenses, no fabricated benchmarks. A Claude Code skill with 8 modes, 7 protocols, and 4 bundled figlet fonts. Solves the tedious task of writing accurate public-facing repo documentation.

skilldocumentationreadmelicensesecurityllms.txt
by ndisisnd Jul 18, 2026 7/10
app GitHub

DesignOS: Design Intelligence OS for AI Coding Agents

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

cezar: Parallel Coding Agents Orchestrator for Claude Code and Codex

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

tally: macOS Menu Bar for Claude and Codex Subscription Usage

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

claude-usage-widget: Cross-Platform Widget for Claude Code Usage

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

tessera-session-manager: Self-Hosted Browser Dashboard for AI CLI Terminals

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
skill GitHub

quality-loop: AI Reviews, Scores, Revises, and Blind-Checks Its Own Work

A quality pipeline skill for Claude Code where the AI reviews, scores, revises, and blind-checks its own output before delivering it to you. Implements a structured self-review loop that catches common mistakes the model would otherwise miss. Particularly useful on high-stakes outputs where a second pass matters.

skillqualityself-reviewclaude-codepipeline
by gavinzzc Jul 18, 2026 7/10
skill GitHub

research-kit: Shared Infrastructure for AI-Assisted Research Workflows

Shared infrastructure for AI-assisted research workflows including Claude Code skills, conventions, methodology documents, and tools. Provides a structured starting point for researchers using AI coding agents in academic or analytical work. Designed to be composable with other skill sets.

skillresearchacademicworkflowclaude-code
by hsigstad Jul 18, 2026 6/10
skill GitHub

ultra-goal: Multi-Agent Orchestration Skill for Unattended Long Tasks

A multi-agent orchestration skill for Claude Code designed for unattended, long-running engineering tasks. Manages task delegation, coordination, and completion across multiple sub-agents without requiring a human to stay in the loop. Useful for overnight or weekend agent runs.

skillmulti-agentorchestrationunattendedclaude-code
by Azure99 Jul 18, 2026 7/10
app GitHub

dotagents: Dotfiles for AI Agents Synced Across Claude Code and Codex

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
MCP GitHub

enquire-mcp: Advanced Obsidian MCP With Hybrid Retrieval for AI Agents

The most advanced Obsidian MCP with hybrid retrieval (BM25 + ML + BGE rerank, RRF-fused), HNSW live-update, agentic RAG (HyDE + sub-question), Obsidian Bases, PDFs+OCR. Works with Claude Code, Cursor, ChatGPT, Codex, and OpenClaw. SLSA L2 verified and MIT licensed.

mcpobsidianmemoryragretrievalclaude-code
by oomkapwn Jul 18, 2026 8/10
app GitHub

onebrain: AI OS Extending Claude Code with Persistent Memory and Skills

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

grpvn: Chat Between AI Agents on Your Local Machine

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
skill GitHub

modelese: Lexicon and Linter for AI-Generated Jargon

A lexicon, linter, and rewrite gate for the private dialect AI coding agents develop on long runs — scores, blocks, and rewrites AI jargon into plain language. CC0 dictionary so anyone can contribute. Addresses the real problem of model outputs becoming increasingly opaque and unreadable over long sessions.

skilllinterjargonlanguagequalityclaude-code
by YunyueLi Jul 18, 2026 6/10
MCP GitHub

paparats-mcp: Local-First Multi-Repo Semantic Code Search MCP

A local-first MCP server for multi-repository semantic code search using Qdrant and llama. Turns your entire workspace into private context for AI coding assistants like Claude Code, Codex, Cursor, Copilot, and Windsurf. Fully local with no data leaving your machine.

mcpsemantic-searchmulti-repolocal-firstqdrantclaude-code
by IBazylchuk Jul 18, 2026 7/10
app GitHub

skilld: Sell Access to Your Claude Skills Without Giving Away Files

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
skill GitHub

skill-scout: Evaluate Claude Code Skill Repos Before Installing

A skill that acts as your CTO for evaluating AI skill repos — paste a link, get a straight verdict: install it, cherry-pick parts, or skip it entirely. Reads every file in the repo so you do not have to evaluate raw skill quality yourself. Saves time when browsing the growing skill ecosystem.

skillevaluationcode-reviewclaude-codecuration
by wallmage Jul 18, 2026 7/10
app GitHub

vd-cli: Single-Binary Package Manager for Coding Agent Skills

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

opendeck: Turn Your Phone or Tablet Into a Control Deck for AI Agents

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

automode: Auto-Continue Past Usage Limits for Claude Code and Codex

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
workflow GitHub

ruflo: Agent Meta-Harness for Multi-Player Swarm Orchestration

A leading agent meta-harness for deploying multi-agent swarms, coordinating autonomous workflows, and building conversational AI systems. Features adaptive memory, self-learning intelligence, RAG integration, and native Claude Code and Codex support. Useful for teams building complex multi-agent pipelines.

multi-agentorchestrationswarmragclaude-code
by ruvnet Jul 18, 2026 6/10
skill GitHub

mif-docs-plugin: Skill Suite for All Major Documentation Genres

A MIF-first documentation skill suite for Claude Code covering eight document genres: Diataxis, ADR, RFC/PEP, runbook, PRD, Kiro, arc42/C4, and changelog. Implements structured documentation from MIF Level 1 to Level 3. Provides one skill per genre so you can generate well-structured docs without switching tools.

documentationskillclaude-codeadrrunbookprd
by modeled-information-format Jul 18, 2026 7/10
app GitHub

ForgeDock: Autonomous AI Dev Pipeline Using GitHub as Agent Memory

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
skill GitHub

skills: Daily-Driver Coding-Agent Skills Managed with the vd CLI

A curated daily-driver collection of skills for agentic coding, managed with the vd CLI tool. Designed to be portable and agent-agnostic so the same skills work across different AI coding assistants. The companion vd CLI makes it easy to install, update, and manage skills as versioned packages.

skillsclaude-codecodexvd-cliportable
by vanducng Jul 18, 2026 7/10
app GitHub

agent-sweep: Find and Redact Secrets in AI Coding Agent Histories

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
skill GitHub

llm-wiki-template: Knowledge Base Your AI Agent Maintains for You

A domain-agnostic LLM-wiki template for Claude Code where the AI agent maintains and updates the knowledge base as you work. MIT licensed, it gives your agent a living reference document that stays current without manual upkeep. Solves the problem of context files drifting out of date.

memoryknowledge-baseclaude-codecontextskill
by JX-29 Jul 18, 2026 6/10
app GitHub

AgentHub: IM-Native Multi-Agent Platform With @mention Routing

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

pitwall: Telemetry Dashboard for Claude Code and Codex Collaboration

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

tanuki: Automated Dogfooding for Claude Code Plugins

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
skill GitHub

mckinsey-style-visualization-skill: Strategy Visuals From Notes

An agent skill that turns messy notes into rendered strategy-consulting-style visuals with SVG output and validation. Produces McKinsey-style charts and frameworks from plain text input. Useful for product managers, consultants, and analysts who want polished visualizations without manual design work.

skillvisualizationSVGstrategyconsulting
by kgraph57 Jul 18, 2026 6/10
MCP GitHub

cortex: Rust MCP Log Aggregation for Homelab and AI Transcripts

A Rust-based MCP and HTTP log aggregation platform that ingests homelab syslog, Docker logs, OTLP data, and AI coding transcript correlations into SQLite with full-text search. Connects logs from your infrastructure alongside your AI session history in one queryable store. Good for homelab operators who want unified observability with AI context.

mcploggingrustsqlitehomelabobservability
by jmagar Jul 18, 2026 6/10
app GitHub

tokwatch: Live Context and Cost Reports for Claude Code Sessions

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
skill GitHub

dumb-it-down: Plain-Language Rewriter for Dense Agent Plans

An agent skill that translates dense coding-agent plans into plain, decision-focused language with everyday analogies. Strips jargon and technical framing while keeping the stakes clear so non-technical stakeholders can follow along. Useful when you need to communicate AI-generated plans to a broader audience.

skillcommunicationplanninglanguagesimplification
by breadoncee Jul 18, 2026 6/10
skill GitHub

concilium: Cross-Model Adversarial Review With GPT Probing

A cross-model adversarial review skill for Claude Code where Fable orchestrates and GPT (via Codex CLI) probes for weaknesses. Verdicts are ratified through a structured disagreement process. Works without an API key using your ChatGPT subscription, making multi-model code review accessible.

code-reviewmulti-modeladversarialskillclaude-codegpt
by raichominev Jul 18, 2026 7/10
MCP GitHub

pronounce: Developer Jargon Pronunciation With MCP and Claude Skill

A comprehensive tool for pronouncing developer jargon correctly — 1,650+ entries including kubectl, GIF, JSON, JWT with confidence levels. Ships as a Bash CLI, VS Code extension, interactive quiz, voice search, MCP server, and Claude Code skill. Handy reference for new developers and non-native English speakers who present technical content.

mcpskilldeveloper-toolspronunciationreference
by anzy-renlab-ai Jul 18, 2026 7/10
app GitHub

wezdeck: Multi-Agent Terminal Flight Deck With WezTerm and tmux

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
skill GitHub

shape-plan: Turn Vague Needs Into Bounded, Execution-Ready Plans

A universal agent skill that converts vague requirements into structured, bounded, execution-ready plans. Optimized for Codex but works across agent runtimes including Claude Code. Helps avoid the common problem of agents building in the wrong direction because the spec was underspecified.

skillplanningspeccodexclaude-code
by xscanzm Jul 18, 2026 6/10
app GitHub

flowmux-terminal: Agent Workflow Multiplexer Terminal

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

claude-orchestrator: Local Dashboard for Parallel Claude Code Sessions

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
skill GitHub

build-better-skills: Suite of Skills for Creating Better Skills

A meta-skill suite for building better Claude Code skills — covers creation, installation, auditing, releasing, regression testing, and sediment removal. Provides a structured lifecycle for skill development so your skills do not rot over time. Essential for anyone building and maintaining a skill library.

skillmetadevelopmentlifecycletestingclaude-code
by Songhonglei Jul 18, 2026 7/10
MCP GitHub

gandi-mcp: Python MCP for Gandi v5 API With Three-Tier Safety Model

A Python MCP server covering the full Gandi v5 API: domains, LiveDNS, email, billing, organizations, and certificates. A three-tier safety model gates writes and purchases so accidental domain changes are blocked. Good for developers who manage domains via Gandi and want AI-assisted DNS and certificate management.

mcpgandidnsdomainspythonapi
by millsymills-com Jul 18, 2026 6/10
skill GitHub

claude-code-starter-kit: Discipline and Security Starter Kit for Claude Code

A starter kit that keeps Claude Code on course across sessions with repo-based memory that survives context compaction, enforced hooks and permissions, and a phased workflow. Designed for teams who want consistent, traceable, secure AI coding sessions. Can be cloned standalone or installed as a plugin.

starter-kitsecurityhooksmemoryclaude-codeworkflow
by muratsilahtaroglu Jul 18, 2026 8/10
app GitHub

agent-conn: Secure Agent-to-Agent Channels With E2E Invitations

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

gaffer: Self-Hosted AI Coding Factory With Human-in-the-Loop Gates

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
skill GitHub

session-save-system: Four /session Commands for Claude Code

Provides four slash commands for Claude Code — tag, save, summary, and audit — that rename messy AI chats and remember what they did. Stores session records as plain markdown on your Desktop so you can find past work without digging through JSONL files. Simple and zero-dependency.

skillsessionmemoryclaude-codecommandsmarkdown
by youkistudios Jul 18, 2026 7/10
app Reddit

DevTime: Verifiable Repository Understanding — Track Why Code Exists, Not Just What It Does

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
workflow Reddit

Two-Claude Workflow: One Designs, One Builds — Runs a 24/7 Game Playtester

Chat Claude designs the audit and issues tickets; Claude Code implements one ticket per session. The resulting dashboard playtests a game 24/7, finds economy leaks, undeclared difficulty walls, and dominant openers from survival curves — things manual playtesting would miss. Details the two-Claude split, machine-readable recaps, and fairness scoring design.

multi-agentworkflowgame-devautomation
by Brehmdig Jul 17, 2026 7/10
workflow Reddit

How Claude Code Structures Multi-Agent Work Without Being Told To

Observation from building an overnight FM-clone game builder: the main Claude agent spontaneously delegates implementation to spawned sub-agents and uses a UI specialist, playtester, and code reviewer without explicit instruction. Reveals how Claude Code naturally organizes long-running sessions the same way a software team would.

multi-agentemergentautonomousworkflow
by Hirojinho Jul 17, 2026 7/10
hook Reddit

Agent Hooks Tell You What Was Asked — Not What Actually Happened

Thoughtful analysis of the gap between hook-level permission grants and the actual session-level impact of combined agent actions. Covers CLAUDE.md write-back risks, config drift, and the difference between blocking one tool call and auditing an entire 400-action session. Recommends per-session user account isolation and keeping secrets out of agent-readable paths.

hookssecurityobservabilitypermissions
by Nearby_Refuse8172 Jul 17, 2026 7/10
workflow Reddit

1,800-Session Post-Mortem: What Compounded and What Rotted in a Heavy Claude Code Workspace

After 18 months and 1,800 logged sessions with 400+ skills and protocols, the author audits what survived. Key findings: the top 20 protocols do nearly all the work, 4-agent adversarial pipelines give only 10% quality gain at 4x token cost, and 85% of commits went to memory maintenance. What compounded: forced session write-back, lightweight context compression, and narrow structured retrieval over stored session logs.

skillsworkflowpost-mortemefficiency
by BangMyPussy Jul 17, 2026 9/10
skill GitHub

ai-academic-workflow: 30 Step-Level Skills for the Full Academic Research Lifecycle

Thirty modular skills covering the full academic research workflow — topic selection, literature search and analysis, research design, data analysis, and full draft writing. Each skill can run independently or be composed into pipelines; works with Claude Code and Codex.

academicresearchskillsworkflow
by qiaomiaojoe Jul 17, 2026 5/10
app Reddit

CLEmotions: ASCII Animation Widget That Shows Claude Code State in Real Time

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

glass: Run Claude Code Inside Obsidian With MCP Vault Access

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

llm-knowledge-base: Automate Your Obsidian Knowledge Base With Claude

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
MCP GitHub

audio-mcp: Capture Mic and System Audio on macOS for AI Agent Analysis

MCP server that captures microphone and system audio in explicit MCP sessions and exposes raw WAV files to AI agents. Lets agents analyze audio recordings as part of a workflow — useful for transcription, QA, and voice-driven tasks.

mcpaudiomacoscapture
by burfthdae-oss Jul 17, 2026 6/10
skill GitHub

SKILLmama: Rank and Score the Best Library or SDK for Your Exact Stack

Five-tier search that finds, scores, and ranks the best library for your specific tech stack with deterministic scoring and a built-in security gate. No Reddit threads or outdated blogs — works with Claude Code, Claude.ai, Codex, and Antigravity.

skilllibrariesscoringdiscovery
by Magithar Jul 17, 2026 7/10
workflow GitHub

agentic-qa-boilerplate: Full QA Lifecycle With Multi-Agent Skills on Playwright

Orchestrates the full QA lifecycle via multi-agent skills: shift-left planning, in-sprint testing, TMS documentation with ROI scoring, KATA automation, and regression with GO/NO-GO gates. Works across Claude Code, Opencode, and others using the agentskills.io spec.

qatestingplaywrightautomation
by upex-galaxy Jul 17, 2026 7/10
skill GitHub

clud-bug: Claude PR Review Bot That Cites Your Team's Markdown Standards

Encodes team standards (brand voice, API contracts, compliance, test discipline) as Markdown skills that the bot cites by name on every PR review. One-command setup via npx and project-aware without requiring a custom integration.

pr-reviewskillteamstandards
by thrillmade Jul 17, 2026 7/10
workflow GitHub

agentic-os: Five-Step Governance Framework for AI Coding Agents

Drop-in AGENTS.md rules and guardrails that enforce a plan → build → review → test → ship workflow where no step is marked done without evidence. Works across Claude Code, Codex, Cursor, Copilot, and Antigravity.

governanceworkflowguardrailsagents.md
by KbWen Jul 17, 2026 7/10
app GitHub

thinkrun: Screen Recorder That Hands Bug Reports Directly to Claude Code

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
workflow GitHub

claude-overnight: Queue Research Questions All Day, Wake Up to Answers

Queue research tasks throughout the day and have Claude Code work through them overnight using your idle subscription quota. Turns off-hours Claude Code capacity into a passive research assistant with no extra cost.

overnightresearchqueueautomation
by rohanprichard Jul 17, 2026 7/10
app GitHub

codeburn: Local Token and Cost Tracker for 31 AI Coding Tools

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

ax: Observability and Memory Layer for Claude Code and Codex

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 Reddit

Mocca: Claude Code Wrapper With Plugin Marketplace and Canvas Mini-Browser

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
skill GitHub

obsidian-vault-skills: Author Claude Code Skills as Obsidian Notes, Export as Plugin

Write Claude Code skills and agents as notes in an Obsidian vault using Johnny Decimal organization, then export them to a native Claude Code plugin via an Obsidian plugin and MCP server combo. Brings all the linking and search of Obsidian to skill authoring.

obsidianskillpluginorganization
by nelsonlove Jul 17, 2026 8/10
skill GitHub

totem: Plain-File Rules, State, and Context for Any Coding Agent

Stores rules you can enforce, state you can derive, and context you can query as plain files in your repo — compatible with any coding agent. Agent-agnostic alternative to proprietary memory formats that works via standard file reads.

rulesstatecontextagent-agnostic
by mmnto-ai Jul 17, 2026 7/10
app GitHub

XBus: Open-Source Coordination Layer for Coding-Agent Sessions

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

muxboard: Command Center for tmux Sessions and AI Agents

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
skill GitHub

handoff-skill: Project-Neutral Context Transfer Between AI Sessions

Portable skill for handing off working context between AI sessions with a strict single source of truth. Works across any project and any agent. Useful for maintaining continuity when hitting context limits or switching agents.

skillcontexthandoffsession
by uchimata2 Jul 17, 2026 7/10
app GitHub

neo-agent-deck: Live Claude Code Status on Elgato Stream Deck Neo

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
skill GitHub

agent-skill-description-optimizer: Auto-Improve Claude Skill Trigger Descriptions

Optimizes the description frontmatter of Claude Code skills — the text Claude uses to decide whether to invoke the skill. Both evaluation and improvement run through the claude -p CLI so no API key is required. Helps skills fire reliably without manual tuning.

skilloptimizationdescriptionautomation
by netopsengineer Jul 17, 2026 8/10
MCP GitHub

trace-mcp: Single-Tool Codebase Exploration MCP for Claude Code and Codex

MCP server that replaces ~42 minutes of manual agent exploration with a single tool call. Provides deep structured analysis of a codebase in one shot, dramatically reducing the back-and-forth agents need to understand unfamiliar repos.

mcpexplorationcodebaseefficiency
by nikolai-vysotskyi Jul 17, 2026 7/10
app GitHub

webdev-agent-kit: Cross-Platform Frontend Kit for AI Coding Agents

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
MCP Reddit

Financial Date Math MCP Server — Validated Against 3,600+ QuantLib Cases

MCP server handling financial date math with precision validated against over 3,600 QuantLib reference cases. Provides reliable business-day calendars, settlement dates, and financial period calculations for agents working in fintech or quantitative domains.

mcpfinancedatequantlib
by Sea_Life493 Jul 17, 2026 6/10
app GitHub

awake: Agent-Aware Keep-Awake for macOS

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

loom: Orchestrate a Fleet of Claude Code Agents on Your Subscription

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

SideKick: Real-World Claude Code Lab With Token Data and Honest Negative Results

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

memex: Fast Transcript Search for Claude Code, Codex, and OpenCode

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
workflow GitHub

ctrlshft: Synced Instructions, Skills, and Autonomous Loops Across Machines

Provides synced AGENTS.md instructions, workflow skills, hardened secrets management, and autonomous loops across every machine. Addresses the pain of keeping Claude Code configuration consistent when working on multiple computers.

syncmulti-machineautomationconfiguration
by arndvs Jul 17, 2026 7/10
app GitHub

hermes-memory-installer: Production-Grade Memory Sidecar for AI Agents

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
skill Reddit

Overdrive: Open-Source Setup With 160 Skills, Skill Router, and Cross-Session State

Overdrive is a one-command installer that packages 160 curated skills (each pinned to a reviewed commit with licenses checked), a custom skill router that loads only what the current task needs, global instructions adapted from Karpathy's Claude prompt, and a .overdrive/ project state system that persists decisions and progress across sessions. Works with Claude Code, Codex, Gemini CLI, Cursor, and Antigravity.

skillssetupskill-routerstate-managementworkflow
by StefanDumitru Jul 16, 2026 8/10
app GitHub

code-contex: Tray Widget Showing Real Anthropic Rate Limits, Tokens, and Cost

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
skill GitHub

humanize-code: Strip AI-Tells From Code With 16 Research-Backed Pattern Detectors

A Claude Code skill that identifies and removes 16 specific patterns that mark code as AI-generated, making the output read as human-authored. Research-backed detection of AI coding tells, designed to be model-agnostic. Aimed at developers who need to blend AI-generated code into existing codebases without stylistic friction.

skillcode-styleai-detectionhumanize
by avi-dev-user Jul 16, 2026 6/10
app GitHub

prjct: Agentic Harness With Bounded RAG, Memory, Guardrails, and Evals

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

claude-code-statusline: 2-Line Statusline With Unicode Gauges, Live Feeds, and OSC 8 Links

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: Automate PR Reviews, Tickets, Slack, and Standups Behind a Human Gate

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: Generate App Store Screenshots and Icon Concepts From AI Coding Agents

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
hook Reddit

Claude Code Hooks Part 3: Skill Activation, Vector Search, and Honest Benchmark Results

An extensive practical writeup overhauling a Claude Code hook setup: AI-powered UserPromptSubmit hook for skill activation, a guard hook that enforces skill usage, vector search for auto-injecting dev docs, and a setup wizard that verifies its own work. Includes honest benchmark results — 93% precision on authored prompts, 27% on real session history — with a detailed analysis of why intent matching is hard.

hooksskill-activationbenchmarkvector-searchUserPromptSubmit
by JokeGold5455 Jul 16, 2026 8/10
MCP GitHub

spanner-schema-explorer: Read-Only Google Cloud Spanner MCP for Schema Inspection

A read-only MCP server for Google Cloud Spanner exposing schema inspection and SELECT query execution — no write access. Safe for AI coding sessions where you want Claude Code to understand your Spanner schema and data without risk of mutations. Targets teams using Spanner who need agent-readable database visibility.

mcpspannergoogle-cloudread-onlydatabase
by kartikparasher Jul 16, 2026 6/10
skill Reddit

Think Before Code: 8-Skill Socratic DSA Tutor That Refuses to Solve for You

Think Before Code is a suite of 8 Claude Code skills turning the agent into a Socratic DSA tutor — one focused question at a time, graduated hints, required manual dry runs, and refusal to replace the learner's code during debugging. Covers problem decoding, dry runs, debugging, complexity analysis, test design, pattern transfer, and mock interviews. Drop a skill directory into Claude Code or paste the SKILL.md.

skillsdsatutoringlearningsocratic
by Agitated_Crew_368 Jul 16, 2026 7/10
command Reddit

/release Command: Automate Changelog, Versioning, and Release PR Creation

A custom /release slash command built from two skills that handles the full release cycle: verifying/updating the changelog, deciding the version if not provided, and creating a canonical release PR. Uses git and gh to check actual repo history since last release. Makes solo-maintained open source releases consistent with one command.

commandreleasechangelogversioningpr
by raptored01 Jul 16, 2026 7/10
app GitHub

claude-code-statusline: Minimal Colored-Bar Statusline for Model, Context, and Rate Limits

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
skill GitHub

google-jules-skill: Control Google Jules Sessions via REST API From Coding Agents

A skill and CLI that lets LLM agents (Claude Code and others) manage Google Jules coding sessions via REST API — checking status, sending instructions, retrieving reports, merging results, and closing sessions. Useful for orchestrating Jules as a sub-agent in a larger multi-agent workflow from Claude Code.

skillgoogle-julesrest-apimulti-agentorchestration
by Laurenfeminine36 Jul 16, 2026 6/10
workflow GitHub

claude_code_journaling: Analyze Daily Journals Into Monthly Reviews via Claude Code

Uses Claude Code to analyze daily journal entries and produce structured monthly reviews from multiple perspectives — therapist, coach, and others. Automates routine self-reflection by giving Claude Code a structured prompt framework for journal analysis. Demonstrates Claude Code applied to personal productivity beyond pure software development.

workflowjournalingreflectionpersonal-productivity
by mendelsohnelderhand853 Jul 16, 2026 6/10
workflow GitHub

v-coding-setup: Autonomous Dev Pipeline With Skills, Guards, and Linear Ticket Flow

v-coding-setup is a comprehensive autonomous development pipeline built on Claude Code, wiring together guard hooks, scheduled rituals, Linear ticket integration, and a git-backed markdown knowledge base into a coherent dev loop. Covers the full cycle from ticket intake through verification and deploy. A solid reference implementation for teams wanting structured AI-driven development.

skillshooksworkflowlinearautomation
by wiklob Jul 16, 2026 8/10
app GitHub

corply-plugin: Incorporate a Delaware C-Corp Directly From Claude Code

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
skill GitHub

legal-ops-germany: Claude Code Skills for German Law Firm Non-Billable Work

An experimental toolkit using Claude Code skills and deterministic Python executors to handle non-billable administrative work at German law firms — tasks that consume associate time without generating revenue. Demonstrates domain-specific Claude Code applications in a regulated professional context. Not intended for legal advice.

legalskillsgermanylaw-firm
by eliasreiche Jul 16, 2026 5/10
MCP GitHub

GoodMemory: Local-First Auditable Memory Layer for AI Coding Agents

GoodMemory provides a local-first memory layer for AI apps and coding agents (Codex, Claude Code) with auditability as a first-class feature — you can review exactly what the agent remembers. Exposes memory via MCP, HTTP, TypeScript, and Python interfaces. The audit focus distinguishes it from simpler append-only memory stores.

memorymcplocal-firstaudit
by hjqcan Jul 16, 2026 6/10
MCP Reddit

since: MCP Server That Detects Stale File Reads Before Agent Writes

since is a zero-dependency MCP server that fingerprints every file an agent reads (mtime + hash) and reports which files changed on disk before the agent writes from its cached copy. Addresses the "stale world model" problem documented across Claude Code, Cursor, Copilot, and Codex. Install via pip install pysince; works with any MCP client.

mcpfile-watchingstale-readsafetydebugging
by Enough-Piano-2362 Jul 16, 2026 8/10
app GitHub

ctx-optimize: Deterministic Code Knowledge Graph for AI Agents — Single Go Binary

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
skill GitHub

product-playbook: 18-Command Guided Pipeline From Idea to Shipped Product

product-playbook is a principle-driven Claude Code skill set with 18 sequential commands covering each phase of product development, from initial spec through shipping. Evidence-based gates between phases prevent skipping steps or drifting off track. Designed to keep both the developer and the AI disciplined through the full build cycle.

skillsproductworkflowpipelinediscipline
by kish21 Jul 16, 2026 7/10
MCP GitHub

unraid-mcp: Manage Unraid Servers via GraphQL API Through MCP

unraid-mcp connects Claude Code (or any MCP client) to Unraid's GraphQL API, enabling queries and control of Docker containers, VMs, disk array, parity operations, plugins, rclone, notifications, and live telemetry. Useful for homelab users who want AI-assisted Unraid server management from their editor.

mcpunraidhomelabgraphqldocker
by jmagar Jul 16, 2026 6/10
app GitHub

claude-multi-agent-api-server: FastAPI Service for Concurrent Claude Agent Sessions

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: Manage Google Workspace Across Accounts From Claude Code

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
MCP Reddit

hypruse: Computer Use for Hyprland via MCP Without Root

An MCP server that gives Claude and other MCP-compatible agents native desktop control on Hyprland without requiring ydotool, root access, or XDG portals. Uses Hyprland IPC for window management, mouse, and keyboard input. Enables computer-use workflows on Linux Wayland desktops that were previously blocked by permission requirements.

mcpcomputer-usehyprlandwaylandlinuxdesktop-automation
by SiteSimple Jul 16, 2026 7/10
MCP GitHub

codebrain: Multi-Agent AI IDE with 244 MCP Tools

A multi-agent AI IDE that ships with 244 pre-integrated MCP tools covering code generation, refactoring, search, file operations, browser automation, and more. Positions itself as an all-in-one environment rather than requiring manual MCP server assembly. Aimed at developers who want a batteries-included AI coding setup without configuration overhead.

mcpidemulti-agentbatteries-includedtools
by devmkpro Jul 16, 2026 6/10
command GitHub

pdlc-forge: 31 AI Coding Commands Covering the Full Product Development Lifecycle

A command collection defining 31 hard-contract PDLC (Product Development Lifecycle) commands for GitOps workflows with AI coding agents. Commands cover planning, feature branching, PR creation, review, merge, release tagging, and incident response, each with explicit pre and post conditions. Designed to make AI-assisted GitOps deterministic and auditable.

commandsgitopslifecycleworkflowpdlcbranching
by 24bsc244-svg Jul 16, 2026 5/10
workflow GitHub

claude-code-pm-agents: Seven Subagents for the Product-Builder Lifecycle

A set of seven specialized Claude Code subagents covering the product-builder lifecycle: PRD writing, growth strategy, brand guidelines, ASO, SEO, YouTube content, and communications triage. Each agent has a focused system prompt and output format calibrated to its domain. Useful for solo builders or small teams who need structured product management outputs without hiring specialists.

subagentsproduct-managementPRDgrowthSEOworkflow
by aksheyw Jul 16, 2026 7/10
hook GitHub

claude-discord-router: Route Claude Code Sessions to Per-Project Discord Channels

A hook-based integration that routes multiple Claude Code sessions to separate Discord channels, automatically creating categories and channels named after the project directory. Mirrors the conversation bidirectionally so you can respond from Discord and have input fed back to the agent. Useful for monitoring parallel sessions across projects from a phone or secondary screen.

hookdiscordmonitoringbidirectionalmulti-sessionintegration
by Andyyyy64 Jul 16, 2026 8/10
skill GitHub

trigger-flare: AI-Powered Signal Triage Skill for Claude Code

A Claude Code skill that acts as a signal radar, applying smart triage to prioritize and filter incoming signals. Useful for teams managing high-volume information streams that need intelligent routing before action. Targeted specifically at Claude Code workflows with AI-driven categorization.

signal-triageskillautomationfiltering
by Kaydevi Jul 16, 2026 5/10
app GitHub

abtop: Terminal Monitor for Claude Code and Codex CLI Sessions

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

switchboard-streamdeck: Stream Deck Plugin with Live Claude Code Keys

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
MCP GitHub

MCP-Scorecard: CI Quality Gates for MCP Servers

A tool that scores MCP servers across conformance, security, ergonomics, and metadata dimensions, designed to run in CI before servers reach real agent workflows. Catches non-conformant or poorly-documented servers before they cause runtime failures. Helps teams enforce a quality bar across the MCP servers they depend on.

mcpciquality-gatessecurityconformancetesting
by Kerrimoral221 Jul 16, 2026 8/10
skill Reddit

consolidate-permission-prompts: Clean Up Redundant Claude Code Allowlist Rules

A Claude Code skill that scans your permissions.allow list, identifies every rule already covered by a broader one, and removes the redundant entries without narrowing what is actually allowed. Addresses the common problem of allowlists growing to hundreds of dead rules over time — particularly WebFetch per-domain rules made pointless by a single wildcard. Pairs with the built-in /fewer-permission-prompts, which stops future bloat.

skillpermissionscleanupallowlistmaintenance
by Myth_Thrazz Jul 16, 2026 8/10
workflow GitHub

kaji: Closed-Loop Agentic Development Workflows for Claude Code, Codex, and Gemini

A workflow framework providing closed-loop development cycles for Claude Code, Codex, and Gemini CLI. Closed-loop means the agent verifies its own output, retries on failure, and does not exit until the task meets defined criteria. Designed to reduce babysitting on long-running tasks across multiple AI coding backends.

workflowclosed-loopcodexgeminiautomationmulti-backend
by apokamo Jul 16, 2026 7/10
workflow GitHub

argus-mode: Staged Engineering Pipeline with Independent Quality Gates for Claude Code

A Claude Code plugin that enforces a structured engineering pipeline: plan review, TDD execution, and a 6-dimension code review, each as an independent quality gate. Agents must pass each gate before advancing, preventing fast-and-loose shortcuts on complex tasks. The 6-dimension review covers correctness, security, performance, maintainability, test coverage, and documentation.

workflowquality-gatestddcode-reviewpipelineengineering
by parsilver Jul 16, 2026 8/10
app GitHub

maul-team: Multi-Agent AI Scrum Team for Claude Code

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

agentrace: Observability for Claude Code Subagents — Flag Untrustworthy Results

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

open-test-pilot: AI-Native Test Automation Platform Powered by Claude Code

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
skill GitHub

blindfleck: Adversarial Review Skill for Offers, Pitches, and Strategy Docs

A Claude Code skill that simulates the toughest skeptical reader for business documents — offers, pitches, and strategy docs. It maintains a memory of where your writing has historically been weak and targets those areas first in each review. Produces critical, adversarial feedback rather than encouraging polish.

skillwritingadversarialdocument-reviewstrategypitches
by FermainPariz Jul 16, 2026 6/10
skill GitHub

claude-config: Centralized Memory, Skills, and Agents with One-Command Install

A Claude configuration framework that centralizes memory files, skills, and agent definitions in a single versioned repository with a one-command installer. Lets you maintain a personal or team Claude setup that can be reproduced on any machine in seconds. Covers CLAUDE.md, skill files, and agent prompts in a structured layout.

configskillsmemoryagentsversionedinstall
by RemiAsselin42 Jul 16, 2026 6/10
workflow Reddit

SimFlow: Lightweight Dev Loop Plugin for Claude Code and Codex

A lighter-weight alternative to the Superpowers plugin that covers the full dev loop — understand, build, test, review, debug — with fewer gates and less token overhead. Works on both Claude Code and Codex. Designed for medium to simple tasks where Superpowers adds unnecessary ceremony.

workflowplugindev-loopcodexlightweightsuperpowers
by SuStackx0 Jul 16, 2026 6/10
app Reddit

claudelines.com: Open-Source Status Line Marketplace with Payment Support

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
skill Reddit

Closeout Skill: Session Audit with Claim Verification and Cold Review Agent

A Claude Code skill that runs at the end of each session: verifies all factual claims made during the session, greps for loose ends in the written code, produces a handoff.md, and then spawns a cold review agent to audit all of it independently. Designed to catch the common pattern of an agent hallucinating success — including catching a prior Opus session going off-rails.

skillsession-auditclaim-verificationhandoffquality-controlreview
by Mammoth_Pain2075 Jul 16, 2026 7/10
skill Reddit

react-native-boost: Claude Code Skill Covering Real App Store and EAS Build Gaps

A Claude Code skill filling what agents typically miss in React Native: exact App Store Connect and Google Play field character limits, correct EAS Build profiles, iOS vs Android permission configs side by side, and fixes for 8 common terminal errors. Works with Claude Code, Cursor, and Windsurf.

react-nativeskillsapp-storeeas-buildiosandroid
by Direct-Attention8597 Jul 16, 2026 8/10
app Reddit

agent-wiretap: Live Terminal Dashboard of What Claude Code Sends Over the Wire

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
workflow Reddit

The 30-Message Cutoff Rule for Context Engineering in Coding Agents

A simple but effective technique: cap every agent chat at 30 messages, then have the agent produce a handoff Markdown file summarizing decisions and remaining work before continuing in a fresh session. The author found this improved output quality more than any CLAUDE.md or prompt tweak.

context-engineeringworkflowhandoffproductivitysessions
by Mission-Try4039 Jul 16, 2026 6/10
app GitHub

heyamigo: Personal AI That Remembers People and Browses the Web

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
workflow GitHub

quota-router: Live Quota Routing Between Claude Code and Codex

Automatically routes work between Claude Code and OpenAI Codex based on live rate-limit pool status. Both quota pools appear in your status line and are injected at every subagent launch, preventing blocked work when one provider hits limits.

routingquotaclaude-codecodexrate-limitssubagents
by wr Jul 16, 2026 7/10
skill Reddit

Anti-Sycophancy Skill: Makes Claude Argue Against You Before Answering

A free skill that forces Claude Code to try to prove you wrong before it gives you an answer. Counters the "you're absolutely right!" problem where Claude agrees too readily, turning 3-hour decision debates into minutes.

sycophancyskillscritical-thinkingreasoning
by AccomplishedCut6374 Jul 16, 2026 7/10
hook Reddit

Update VSCode Tab Titles Live With Claude Code State via Hooks

A Claude Code hook setup that keeps VSCode tab titles updated with the agent's current state (investigating/fixing/verifying/blocked/done). Uses CLAUDE_CODE_DISABLE_TERMINAL_TITLE, a closed list of states in a config file, and a Stop hook that re-asserts the title after every turn.

hooksvscodetab-titlesproductivitystate
by FortuneWeird1121 Jul 16, 2026 7/10
app Reddit

statuslin.es: Community Gallery of Live Claude Code Status Lines

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
skill Reddit

Drive a macOS Desktop From a Linux AI Agent Over SSH Using Tart VMs

A write-up and skill set for connecting a Linux AI agent to a macOS machine via SSH to boot Tart VMs, take screenshots, click, type, and record video — enabling macOS-specific testing (Gatekeeper, TCC prompts) from a Linux agent. Uses a one-seam CLI design with stdout for data and stderr for logs.

macosvmtartsshskillstestinglinux
by jonnyzzz Jul 16, 2026 7/10
workflow Reddit

Claude Code Ultracode: 85 Agents and 3.9M Tokens for a UI Inventory

A real-world report on running Claude Code Ultracode for a UI component inventory task — spawning 85 agents and consuming 3.9M tokens in 25 agents before stopping. Estimates full completion at 13.25M tokens. Useful data point on workflow scale and token cost.

ultracodemulti-agentscaletokenscost
by ColdGuilty4197 Jul 16, 2026 5/10
skill GitHub

ruleferry: Audit and Sync Coding-Agent Instruction Files Across Tools

Safely audits and synchronizes coding-agent instruction files (CLAUDE.md, AGENTS.md, .cursorrules, etc.) across Codex, Claude Code, Cursor, Copilot, Gemini CLI, and OpenCode. Keeps your rules consistent when using multiple coding agents on the same project.

AGENTS.mdCLAUDE.mdsyncrulesmulti-tool
by starinzlob Jul 16, 2026 7/10
app GitHub

agent-monitor-for-claude: Local Windows Desktop Monitor for Claude Code Agents

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
workflow GitHub

workz: Zero-Config Dependency Sync and Isolation for Agent Worktrees

An environment engine for agent worktrees that handles zero-config dependency sync plus port, database, and Docker Compose isolation. Eliminates environment setup friction when running multiple agents in parallel worktrees.

worktreesisolationdockerdependenciesenvironment
by rohansx Jul 16, 2026 7/10
workflow GitHub

not-my-job: Agentic Workflow Plugins for Tasks You Would Rather Delegate

Agentic workflow plugins for tasks you would rather not handle yourself — including secrets security, inbox sorting, and disagreement flagging. Designed as modular add-ons for existing agent workflows.

pluginsautomationworkflowsecretsproductivity
by drewburchfield Jul 16, 2026 6/10
app GitHub

ccbot: Control Claude Code From Your Phone via Telegram (Charlie-Charlie)

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
skill GitHub

e5-real-skills: B2B Marketing Claude Skills From Exit Five Podcast

A living library of B2B marketing Claude skill files built from expert insights on the Exit Five podcast. Auto-updates with new episodes — practical marketing skills sourced directly from practitioner-level discussions.

marketingb2bskillspodcastauto-update
by the-nam-shub Jul 16, 2026 5/10
workflow Reddit

Claude Code 2.1.211: Subagent Output Forwarding and Improved Multi-Agent Tracing

Claude Code 2.1.211 adds --forward-subagent-text and CLAUDE_CODE_FORWARD_SUBAGENT_TEXT to make subagent text and thinking visible to downstream tooling. Also improves model override persistence for resumed subagents and MCP reconnection after idle sessions. Relevant for CI pipelines and SDK integrations.

subagentsmulti-agentclireleasesdkci
by Substantial-Heat-321 Jul 16, 2026 7/10
skill GitHub

agent-os: Lifecycle-First OS for AI-Assisted Engineering and Research

A lifecycle-first operating system for AI-assisted engineering, architecture, research, UX, infrastructure, and decision-making. Provides a unified framework for managing the full agent-assisted software development lifecycle.

operating-systemlifecycleengineeringresearchskills
by ignazio-ingenito Jul 16, 2026 7/10
skill GitHub

secure-code-auditor: Backend Security Audit Agent Skill With Deep Django Coverage

A backend security Agent Skill that helps AI audit code for vulnerabilities and generate secure-by-default backend applications. Provides deep Django/DRF coverage and guidance for other backend stacks — covers OWASP and common injection patterns.

securityauditdjangobackendskillsowasp
by n-shadloo Jul 16, 2026 7/10
MCP GitHub

CTX-Audit: Code Security Analysis Built for LLM Collaboration via MCP

Traces complete data-flow paths from input to sink across 12 languages, outputting structured evidence via MCP tools so LLMs can read call graphs, trace taint, and make evidence-based security verdicts. Benchmarked against real-world CVEs.

securitymcptaint-analysisdata-flowcvecode-audit
by BlkSword Jul 16, 2026 8/10
skill GitHub

ai-tools-cheatsheets: Open-Source Handbook for AI Coding Tools and MCP Servers

A comprehensive open-source handbook covering AI coding tools, coding agents, MCP servers, AGENTS.md, prompts, engineering workflows, security, and team adoption. A reference resource for teams adopting AI-assisted development.

referencemcpAGENTS.mdsecurityteamhandbook
by AnkitParekh007 Jul 16, 2026 7/10
app GitHub

agent-box: Reproducible Claude Code Agent Sandboxes for NixOS

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
skill GitHub

skillwarden: npm audit for Agent Skills — Pin, Verify, and Audit-Gate

Like npm audit but for agent skills: pins skills to verified versions, verifies integrity, and gates execution through audit checks. Prevents unreviewed or tampered skills from running in your Claude Code sessions.

securityauditskillspinningintegrity
by FirstCastSolutions423 Jul 16, 2026 7/10
skill GitHub

balloontopic: Persistent Context Manager for Multi-Feature AI Development

A persistent context manager for multi-feature development with AI coding agents (Cursor, Claude Code, Codex). Maintains structured context across sessions so agents stay oriented on the right feature when context switches.

contextpersistencemulti-featureclaude-codeskills
by radhakishan404 Jul 16, 2026 6/10
skill GitHub

agentcairn: Long-Term Cross-Project Memory Using Your Obsidian Vault

Provides long-term, cross-project memory for AI coding agents using your Obsidian vault as the source of truth. Daemonless, no opaque databases — your memory files are plain Markdown you own and can edit directly.

memoryobsidiancross-projectlong-termlocal-first
by ccf Jul 16, 2026 8/10
workflow GitHub

loop-engineering: Patterns and CLI Tools for Loop Engineering With AI Agents

Practical patterns, starter templates, and CLI tools (loop-audit, loop-init, loop-cost) for designing systems that prompt and orchestrate AI coding agents in loops. Inspired by Addy Osmani and Boris Cherny's work on agent loop design.

loopspatternscliorchestrationengineering
by cobusgreyling Jul 16, 2026 7/10
skill GitHub

inverter: Turn Short Prompts Into Principal-Level Engineering Directives

Inverts short, unpolished prompts into Principal-level engineering directives aligned to the right discipline, then executes them. Built for vibe coders and lazy prompters who want better output without writing detailed prompts themselves.

promptsskillsengineeringclaude-codecodex
by Wishmeh Jul 16, 2026 7/10
app GitHub

ClaudeInHA: Claude Code CLI as Web Console Inside Home Assistant

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
MCP GitHub

lens: Token-Efficient Code and Doc Retrieval for Agents via MCP

Provides FTS5 full-text search, symbol outlines, and surgical file reads for agents via CLI and MCP. Zero dependencies — designed to minimize tokens spent on code discovery while maximizing relevance of what agents retrieve.

mcpsearchretrievaltoken-efficientfts5symbols
by tools-for-agents Jul 16, 2026 8/10
app Reddit

SmallDocs: AI-Native Office Suite for Agents and Developers

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
workflow GitHub

turn-based-loop-workflow: Verified Planner-Verifier-Implementer-Tester Loops

Verified feature delivery workflows following the Planner → Verifier → Implementer → Tester pattern. Distributed via npm for Claude Code and Codex, these turn-based loops ensure each stage is confirmed before the next begins.

workflowplannertesterverifierloopsdelivery
by Stephen-Kimoi Jul 16, 2026 7/10
workflow GitHub

ide-agent-kit: Let IDE AIs Participate in Team Workflows

Enables IDE AI agents to hook into team workflows via a webhook relay, tmux runner, and append-only receipts. Creates a bridge so that local IDE agent actions can be tracked and coordinated with the broader team process.

idewebhooktmuxteamworkflow
by ThinkOffApp Jul 16, 2026 6/10
skill GitHub

target-prioritization: Drug-Target Due Diligence Multi-Source Skill

A multi-source drug-target due diligence pipeline for biomedical research: takes a ranked gene list and generates per-gene dossiers across UniProt, OpenTargets, and PubMed with cross-lineage DE scanning and composite re-ranking. A Claude Code/OpenClaw/SkillsMP skill.

biomedicalresearchskillsdrug-discoverymcp
by Agents365-ai Jul 16, 2026 5/10
MCP GitHub

semanticscholar-skill: Semantic Scholar API Wrapper for AI Agents

An MCP-compatible Semantic Scholar API wrapper for searching over 200M academic papers, traversing citations, and finding authors. Python-based, rate-limited, and designed for multi-agent research pipelines.

mcpacademicresearchsemantic-scholarcitations
by Agents365-ai Jul 16, 2026 6/10
workflow GitHub

scholar-deep-research: 8-Phase Literature Review Pipeline for AI Agents

An 8-phase automated literature review pipeline using 7 federated academic sources with deduplication, ranked retrieval, citation chasing, self-critique, and 5 report archetypes. Designed for agents conducting systematic reviews.

researchliterature-reviewacademiccitationsworkflow
by Agents365-ai Jul 16, 2026 7/10
skill GitHub

ariadne: Agent Skills for Scope-Safe Markdown Knowledge Vaults

Open-source agent skills for building Markdown knowledge vaults with deterministic validation and research workflows. Keeps knowledge bases scope-safe and structured for AI agent use.

knowledge-basemarkdownvaultskillsresearch
by pariyar07 Jul 16, 2026 6/10
MCP GitHub

clickup-cli: ClickUp CLI Designed for AI Agents

A ClickUp CLI built specifically for use by AI coding agents — wraps ClickUp task management in a format agents can invoke programmatically for project management integration.

mcpclickuptask-managementcliagents
by krodak Jul 16, 2026 6/10
workflow GitHub

mini-app-spec: Executable Specs as Self-Contained Mini Apps for AI Agents

Wraps specifications in self-contained HTML mini apps with embedded machine contracts, operable prototypes, BDD acceptance tests, annotation loops, and verifiable run evidence. Designed for AI coding agents to work against living specifications.

specsbddhtmlprototypesagentstesting
by wohsj110 Jul 16, 2026 7/10
app GitHub

meow-ops: Local Claude Code Analytics Dashboard With Gamified Cat Colony

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

claude-code-router-next: Flexible Model Routing for Claude Code and Codex

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
skill GitHub

prefix-first-design: Session Framework for AI-Assisted Design Decisions

A structured session framework for AI-assisted design: casts a stable brief first, then explores against it, and ships decisions alongside the work with a check that the original brief still holds. Prevents design drift during long agent sessions.

designframeworkskillsbriefsessions
by iruhdam1 Jul 16, 2026 5/10
workflow GitHub

loom: Local-First Control Plane for Coding Agents With Baton Handoffs

A local-first control plane that provides one CLI and shared memory for coding agents, enabling baton handoffs across Claude Code, OpenCode, and other agent runtimes. Keeps context alive as work passes between agents.

control-planehandoffmulti-agentcliclaude-code
by nickthelegend Jul 16, 2026 7/10
app GitHub

fast-resume: Find the Coding Agent Session You Want to Return To

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

mivia-agentkit: Go CLI for AI Agent Control Surfaces and Quality Gates

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
workflow GitHub

agentflare: Run and Coordinate AI Coding Agents Efficiently

A minimal runtime for running AI coding agents efficiently and coordinating more than one at a time. Zero fluff, zero runtime dependencies — a clean substrate for multi-agent coordination.

multi-agentorchestrationruntimecoordination
by getappz Jul 16, 2026 6/10
skill GitHub

agent-harness: 14 Risk-Gated Claude Code Skills for Full Delivery Lifecycle

Fourteen invocable skills that carry a change from brainstorm through shipping, with an embedded harness deciding how careful to be at every step based on risk assessment. Provides a structured, risk-aware workflow for feature delivery.

skillsrisk-gatesdeliveryworkflowclaude-code
by minhtran3124 Jul 16, 2026 7/10
app GitHub

agent-doctor: flutter doctor for Your AI Coding Stack

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
skill GitHub

textbook-writer-skills: UbD Reverse-Design Textbook Writing for AI Agents

A skill suite for writing STEM textbooks using Understanding by Design (UbD) reverse-design methodology. Guides agents through teaching positioning, chapter tree gating, chapter-by-chapter writing, and verified example calculation — with interrupt-and-resume support.

educationtextbookskillsstemwriting
by cabbage2000-lab Jul 16, 2026 5/10
workflow GitHub

agent-collab: Dynamic-Host Agent Collaboration with Signed Runtime

A unified policy and signed-runtime client for dynamic-host agent collaboration. Coordinates multiple agents across hosts with verifiable signatures on runtime interactions.

collaborationmulti-agentsigned-runtimepolicy
by sumitake Jul 16, 2026 5/10
skill GitHub

styleseed: Design Engine for Claude Code With 74 Rules and 7 Brand Skins

Teaches design judgment to Claude Code, Codex, and Cursor — not just data. Includes 74 rules, 48 components, 7 brand skins (Toss/Stripe/Linear/Notion/Raycast/Arc/Vercel), a named motion system, and 15 /ss-* skills to stop shipping AI-generated-looking UI.

designuiskillsbrandcssfrontend
by bitjaru Jul 16, 2026 8/10
skill GitHub

ai-app-cloner: Clone a Mobile App Into Expo/React Native From Screenshots

An open-source Claude Code skill that takes screenshots of an existing mobile app and generates a working Expo/React Native project from them. Useful for rapid prototyping and learning from existing UI patterns.

mobilereact-nativeexposkillsclone
by Birkenpapier Jul 16, 2026 7/10
app GitHub

ClaudeUsageWidget: Windows Desktop Widget for Claude Plan Usage

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
workflow GitHub

first-tree: Route Agent Work to the Right Agent With Full Team Context

Routes tasks to the appropriate agent, provides it the same context a human team has, and loops humans in only when defined rules require it. Lives in your GitHub repository and works as an open-source agent dispatch layer.

orchestrationroutingmulti-agentworkflowgithub
by agent-team-foundation Jul 16, 2026 7/10
workflow GitHub

agent-grid: Run Multiple AI Coding Agents in Parallel Across All Projects

Runs Claude, Codex, Gemini, and other CLI agents in parallel across all your projects simultaneously without losing track of any of them. Provides a unified grid view for multi-project multi-agent workflows.

parallelmulti-agentclaude-codecodexproject-management
by takezoh Jul 16, 2026 7/10
workflow GitHub

agent-rigger: Harness Package Manager for AI Coding Assistants

A package manager for AI coding assistant harnesses — version, share, and install skills, agents, guardrails, hooks, and MCP configs across machines. Includes security scans, granular consent, and ref+sha provenance. Supports Claude Code and opencode.

package-managerskillshooksmcpsecurityclaude-code
by agent-rigger Jul 16, 2026 8/10
hook GitHub

nunchi: Compile CLAUDE.md Rules Into Trigger-Bound Claude Code Hooks

Takes CLAUDE.md rules and compiles them into hooks that fire at the exact moment each rule is relevant. Instead of injecting all rules into every session, each rule activates only on the trigger that makes it meaningful.

hooksclaude-coderulesCLAUDE.mdautomation
by seob717 Jul 16, 2026 8/10
hook GitHub

Archie: Architecture Rules AI Coding Agents Cannot Break

Generates AGENTS.md, per-folder CLAUDE.md files, and Claude Code hooks from your codebase to enforce architecture rules. Agents cannot deviate from the rules because the rules are wired into their hooks and context files at the folder level.

architecturehooksAGENTS.mdCLAUDE.mdrulesclaude-code
by BitRaptors Jul 16, 2026 8/10
MCP GitHub

codex-capability-bridge: Portable Claude Code Plugin and MCP Bridge for Codex

A portable Claude Code plugin plus MCP bridge that discovers local Codex skills and delegates real work to the Codex agent — sandboxed, verified, and self-healing. Lets Claude Code and Codex share capability without manual coordination.

mcpcodexbridgepluginclaude-code
by AEcru Jul 16, 2026 6/10
skill Reddit

Lessons Learned Running Claude Code Loops: Docs, Skills, Hooks, and DAGs

A practitioner shares key insights from extended Claude Code use: always document before running loops, use DAGs for structured task flows, build custom hooks for prompt validation and memory injection, and treat prompt engineering as a multi-hour collaborative project. Includes specific skill examples for session behavior.

best-practicesloopsskillshooksdags
by Competitive-Net-5306 Jul 16, 2026 7/10
app Reddit

agent-resume: Per-Terminal Session Resume That Survives Reboots

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
hook Reddit

Using Claude Code Hooks as a Pre-Agent File Security Gate

Explores using Claude Code hooks to intercept files containing secrets before they reach the agent context. A hook catches a fake API key in a submitted file and blocks the handoff, acting as an additional guard layer alongside permissions and ignore rules.

hookssecuritysecretspre-processing
by Sad_Cover9067 Jul 16, 2026 6/10
skill Reddit

Skill Ordering and Priority Conflicts in Stacked Claude Code Skills

Discussion of how Claude Code handles skills that conflict on ordering — specifically when two skills both want to run "first." Raises the question of priority resolution and unpredictable behavior when multiple skills install competing step-zero instructions.

skillsorderingconflictsbest-practices
by NoBarber4287 Jul 16, 2026 5/10
skill Reddit

Claude Code as Solo Founder Project Manager: Kanban Skill With Memory

A kanban skill for Claude Code that converts rough goals into structured tasks, does keyword research for content, learns from feedback via auto-pruning memory, and generates daily prioritization reports. Built for solo founders managing product, marketing, and engineering in one agent loop.

kanbanskillsmemoryproductivitysolo-founder
by void_tao Jul 16, 2026 7/10
workflow GitHub

tokless: Unified Toolkit for Efficient and Effective Coding Agents

Implements Karpathy-inspired efficiency principles (Caveman, Ponytail, RTK, CodeGraph, Context-Mode) for AI coding agents. Minimal setup under 30 seconds on any OS, designed to reduce wasted tokens and improve agent output quality.

efficiencytoolkitcoding-agentscontext
by HoangP8 Jul 16, 2026 7/10
app GitHub

OrgSmith: Synthetic Company Data Generator for Agentic System Testing

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
skill GitHub

research-cards: Teaching-Style Research Automation for Claude Code

Automates research card creation in the style of Hung-yi Lee — supports plain Markdown, Obsidian, and Heptabase backends with bidirectional sync. Driveable by Claude Code or Codex for systematic academic and technical research workflows.

researchobsidianskillsknowledge-management
by SungFeng-Huang Jul 16, 2026 7/10
skill GitHub

market-intel: Claude Code Skill for Commercial and Market Research

A thin Claude Code skill that triages 15 specialized data domains and auto-configures the right MCP sources for market intelligence. Includes a deterministic refresh pipeline with adversarial verification, companion-config auto-registration, and citation guardrails.

market-researchskillsmcpdata
by DaizeDong Jul 16, 2026 7/10
app GitHub

Threadlines: Open-Source Desktop GUI for Claude Code and Codex

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
skill GitHub

skillstead: Practical Portable Skills for Agentic Coding Workflows

A curated collection of practical, portable skills designed for agentic coding workflows. Focused on real-world utility that transfers across different projects and coding agent environments.

skillsportablecoding-workflows
by kyungseo Jul 16, 2026 6/10
app GitHub

better-slides: AI-Generated HTML Presentations That Actually Perform

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
skill GitHub

jaimitos-claude-setup: Lean Project-Neutral OS for Claude Code

A lean, project-neutral operating system for Claude Code featuring auto-maintained docs, deterministic hooks, an independent evaluator, watchable and headless autopilots, and portable skills. Designed for solo engineers who want a structured, reusable Claude Code baseline.

claude-codesetuphooksskillsautopilot
by jaimeberdejo Jul 16, 2026 8/10
skill GitHub

tradeos-marketplace: AI-Strategist to Live-Trading Plugin for Claude Code

A Claude Code plugin that connects AI strategy generation to backtesting and live trading. Enables coding agents to participate in the full trading development loop — from strategy ideation through execution.

tradingskillsbacktestingfinance
by multiwave-co-ltd Jul 16, 2026 6/10
app GitHub

systemprompt-template: Self-Hosted AI Governance Infrastructure

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

mission-control: Self-Hosted Control Plane for AI Coding Agents

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

superlocalmemory: Local-Only AI Memory Breaking 74% LoCoMo Benchmark

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
hook GitHub

orgai-platform: Cross-Tool AI Compliance Enforcement with Git Hooks

Enforces a single policy across Claude Code, Cursor, Copilot, and any MCP agent using git-hook and CI gates, with an append-only audit trail. Self-hosted compliance for teams that need consistent AI governance across their entire toolchain.

compliancegovernancegit-hookciaudit
by MrKuros Jul 16, 2026 7/10
skill GitHub

agent-skills (itsgitz): Personal Claude Code Skill Collection

A personal skill collection compatible with any AI agent that supports ~/.agents skills, including Claude Code, Cursor, and OpenCode. Covers common coding, automation, and workflow tasks.

skillsportableclaude-codecursor
by itsgitz Jul 16, 2026 5/10
skill GitHub

agent-foundation: Claude Code Skills Marketplace for Backend and Frontend

A skills marketplace with backend and frontend engineering conventions plus step-by-step integration recipes for Stripe, Singpass/Keycloak OIDC, Twilio SMS, Docker, and CI/CD. Covers NestJS/TypeScript and React in a language-flexible format.

skillsbackendfrontendintegrationsnestjsstripe
by kennguyen887 Jul 16, 2026 7/10
workflow Reddit

Use the Simplest Model Capable of the Task

Community advice on right-sizing model selection: start with Sonnet for most tasks, escalate to Opus for complex problems, and reserve Fable for cases requiring deep reasoning. Overusing powerful models on simple tasks leads to overengineered output and wasted tokens. A practical rule of thumb for daily Claude Code sessions.

model-selectionsonnetopusfablebest-practices
by Spiritual_Cycle_3263 Jul 16, 2026 6/10
workflow GitHub

director: Coordination Ledger for Coding Agents Across Sessions

Director tracks the state of work — decisions made, open questions, parked context — persisted across sessions, repos, and weeks. Designed to complement memory tools (which store what the agent knows) by tracking the progress and state of the work itself. Supports Claude Code and OpenAI Codex.

coordinationmemoryworkflowmulti-sessioncontext
by colinsurprenant Jul 16, 2026 7/10
app GitHub

wicek: Claude Code-Powered Discord Bot for Task-Focused AI Assistance

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
workflow GitHub

kraken: GitHub Issues as a Task Queue for Named Claude Code Workers

Kraken uses GitHub Issues as a zero-infrastructure task queue: named Claude Code workers claim tasks, execute them, and deliver draft PRs. One head, many tentacles — a lightweight orchestration pattern requiring no external services beyond GitHub itself.

orchestrationgithub-issuesworkersparalleltask-queue
by rafael-adcp Jul 16, 2026 8/10
MCP GitHub

pireel-agent: MCP Plugin to Edit Videos from Claude Code

An MCP plugin connecting Claude Code (or Codex) to Pireel Studio for AI-driven video editing. Supports transcript-based cutting, storyboarding, subtitle generation, custom themes, and local export through workflow skills.

mcpvideo-editingpireelmediaworkflow-skills
by pireel Jul 16, 2026 6/10
skill GitHub

presentation-skill-pack: Turn Notes into Slide Decks via Claude Code

A skill + MCP server that converts rough notes into schema-validated slide decks and exports native PowerPoint, Keynote, and Google Slides. Works with Claude Code, Cursor, Codex, Gemini CLI, and Copilot — letting any AI agent produce presentation-ready output.

skillmcppresentationspowerpointkeynotegoogle-slides
by isatimur Jul 16, 2026 7/10
hook Reddit

sheepdog: Hooks That Force Claude Code to Read Skills Before Editing

sheepdog is a PreToolUse hook that blocks Edit/Write on governed paths unless the matching skill was invoked in the preceding minutes. Configured via a project-level config.json mapping paths to skills — if Claude tries to touch a governed file without reading the skill first, it gets an error. Plain bash + jq, no build step required.

hooksskillspre-tool-useenforcementbashjq
by EstablishmentFirm203 Jul 16, 2026 9/10
skill GitHub

trackbed: Skills-Only Roadmap and Orchestration Layer for Claude Code

trackbed provides roadmap, status, and orchestration as pure agent skills — no framework required. Works with Claude Code, OpenCode, and GitHub Copilot CLI. Keeps the project management rails lightweight and portable across AI coding tools.

skillsroadmaporchestrationproject-management
by Orfi Jul 16, 2026 6/10
workflow GitHub

claude-code-space: Claude Code Workspace for Home Server Services

A personal Claude Code workspace for building, deploying, and operating home-server services with self-maintained documentation. Useful as a reference for using Claude Code to manage self-hosted infrastructure.

workspacehome-serverself-hostedinfrastructuredocumentation
by efforthye Jul 16, 2026 5/10
app GitHub

CPA-Manager-Plus: Self-Hosted Monitoring Dashboard for AI API Gateways

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

TowerDeck: ESP32 Hardware Control Tower for Claude Code Sessions

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
workflow GitHub

Omakase (omks): Orchestrate Multiple AI Agent CLIs with a Goal-Loop

Omakase is a CLI orchestrator that unifies Claude Code, Codex, Gemini, and Cursor under Dynamic Workflows and a Goal-loop. It lets you compose and route tasks across your installed AI agent tools from a single entrypoint.

orchestrationmulti-agentcliworkflowgoal-loop
by benis-me Jul 16, 2026 8/10
skill GitHub

generate-wiki: Agent Skill That Builds a PR-Traceable Architecture Wiki

An agent skill that generates and refreshes an internal architecture wiki with decisions anchored to source files and PRs. Works with Claude Code and any agent supporting the Agent Skills format. Keeps documentation in sync as the codebase evolves.

skillwikidocumentationarchitecturepr-tracking
by sirius-zuo Jul 16, 2026 7/10
skill GitHub

ai-research-writing-skill: Agent Skill for ML Paper Writing from Code and Experiments

An agent skill for ML/AI/CV/NLP researchers: point your coding agent at code, experiment logs, and a venue template to produce an evidence-backed LaTeX draft and submission package. Focused on auditable, evidence-backed output rather than generated fiction. Works with Claude Code and compatible agents.

skillresearchlatexmlacademic-writingpaper
by jin-s13 Jul 16, 2026 7/10
app GitHub

HAYA-PET: Desktop Pet Companion for AI Coding Clients

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
hook GitHub

casper: Hooks That Make Claude Code Prove Its Claims

Casper is a git hook system for Claude Code that attaches evidence requirements to the agent's claims of completion. When the agent says "done," Casper requires a claim-evidence pair before proceeding — logged in a verdict ledger. A lightweight accountability layer for unattended AI coding sessions.

hooksgitverificationclaimsaccountabilityledger
by ronniepinnell Jul 16, 2026 8/10
app GitHub

minimal-agent: Personal Agent Framework Inspired by Claude Code

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
skill GitHub

agentic-flake: Composable Agent Skills and Nix Environments

Composable agent skills paired with project-scoped Nix environments. Provides reproducible, hermetic dev environments alongside agent skills — useful for teams that use Nix and want both reliable toolchains and agent workflow conventions in one package.

skillnixenvironmentsreproduciblecomposable
by 0xc000022070 Jul 16, 2026 7/10
app GitHub

MyUsage: macOS Menu Bar Tracker for Claude Code and AI Coding Tool Usage

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
workflow GitHub

Always Be Cooking: Claude Code Plugin for Feature-Driven Development

A Claude Code plugin that drives features through a full pipeline: plan → tracker sub-issues → parallel shipping → review → merge. Keeps work moving by breaking features into parallel workstreams and automating hand-offs between stages.

workflowpluginfeature-developmentparallelpipeline
by semanticpixel Jul 16, 2026 7/10
app GitHub

CodePod: Modern Claude Code Desktop Client Built with Tauri + Vue 3

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
skill GitHub

Server-Side Swift Skills and Xcode Cloud Knowledge Files for Claude Code

Curated knowledge files that accelerate server-side Swift development and Xcode Cloud automation when used with Claude Code. Brings Claude Code up to speed on Vapor, SwiftNIO, and Xcode Cloud conventions without repeated context-setting.

skillswiftserver-side-swiftxcode-cloudvaporknowledge-files
by Insolvent-pyrene754 Jul 16, 2026 6/10
skill GitHub

hermes-CCC: Hermes Agent Skills Natively Inside Claude Code

Integrates Hermes Agent skills directly into Claude Code for in-process agentic operations — no external process spawning or file locking. Lets Claude Code use Hermes-format skills as native first-class capabilities.

skillhermesintegrationagenticin-process
by Arseni6361 Jul 16, 2026 7/10
skill GitHub

slowmist-security-cc: Security Audit Framework for Claude Code Agents

A skill-based security framework for auditing Claude Code agents in adversarial environments. Detects vulnerabilities, social engineering attempts, and supply chain threats in agent sessions — based on SlowMist's security research methodology.

securityauditskilladversarialsupply-chainslowmist
by Leontynestirredup43 Jul 16, 2026 7/10
app GitHub

CyberClaw: Transparent AI Agent Decision Monitoring via LangGraph

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
MCP GitHub

printkk-agent-skill: MCP Skill for Print-on-Demand Automation via PrintKK

An agent skill connecting Claude Code to the PrintKK print-on-demand API for image management, design creation, order fulfillment, and product catalog queries. Enables AI-driven print product workflows directly from a coding agent.

mcpskillprint-on-demandprintkkapiautomation
by adrianohenriqueuna-pixel Jul 16, 2026 5/10
workflow GitHub

GAT: Full-Cycle Godot Game Dev Agent for Claude Code and Codex

Godot Agent Team (GAT) is a full-cycle game development agent covering design through implementation for Godot projects. Features style-locked asset generation, a self-evolving knowledge base, and runs under both Claude Code and Codex.

godotgame-devworkflowasset-generationknowledge-base
by chenhangcuisg-code Jul 16, 2026 7/10
skill GitHub

zenodo-skill: Manage Research Artifacts and DOIs from Claude Code

A skill for managing Zenodo research artifacts directly from Claude Code or OpenClaw: automate deposits, generate citable DOIs, and manage research data releases through the Zenodo REST API.

skillzenodoresearchdoiacademicapi
by Georgiannebedded725 Jul 16, 2026 6/10
workflow Reddit

Community List of Claude Code Mistakes to Avoid

A community-compiled list of common Claude Code anti-patterns: trusting the agent without clear objectives, running too many MCPs in one context, accepting output without review, never using or updating CLAUDE.md, and never building reusable skills. A useful checklist for anyone setting up a Claude Code workflow.

best-practicesanti-patternsclaude.mdskillsworkflowtips
by Traditional_Dance237 Jul 16, 2026 6/10
skill GitHub

hikizan: Verb-Split Claude Code Skills for Design, Review, TDD, and PR Flow

A Claude Code plugin and Agent Skills pack that separates concerns by verb: distinct skills for design, review, TDD, and PR flow. Backed by deterministic git hooks as safety floors — so conventions are enforced even if the agent skips reading the skill.

skilltddcode-reviewgit-hookspr-flowdesign
by hayashiii-ghub Jul 16, 2026 8/10
MCP GitHub

switchboard-mcp: Local Hub for Claude Code Agents to Talk to Each Other

An MCP-based local hub that connects independent Claude Code agent instances running in tmux panes, enabling inter-agent messaging and coordination. Comes with a web dashboard for monitoring the agent network. Supports Windows + WSL.

mcpmulti-agenttmuxinter-agentcoordinationdashboardwsl
by rodcoppi Jul 16, 2026 8/10
workflow GitHub

agile-pipeline-kit: Free 8-Team Agile Pipeline Native to Claude Code

A Claude Code-native Agile pipeline with 8 independent agent teams covering the full SDLC: BA, Design, Architecture/DB, Dev, QA, Security/Pentest, DevOps, and SRE. Teams hand off by contract. No paid API required.

agilepipelinemulti-agentsdlcsecuritydevopsorchestration
by hungkiethutech Jul 16, 2026 8/10
app GitHub

zclean: Runtime Hygiene Tool for Claude Code, Codex, and MCP Caches

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
workflow Reddit

Using Obsidian as Claude Code's Persistent Memory and Workspace

A detailed community write-up on using an Obsidian vault as Claude Code's persistent memory and workspace — no MCP required, just pointing Claude Code at the markdown folder directly. Covers folder structure, a per-brand "constitution" pattern, and the CLAUDE.md config that made it work reliably. Includes lessons from a week of read-only monitoring before enabling writes.

obsidianmemoryworkspacemarkdownclaude.mdknowledge-management
by USF45 Jul 16, 2026 7/10
workflow GitHub

wishgraph: File-Backed Project Governance with Auditable Tasks for AI Agents

wishgraph provides file-backed project governance for AI coding agents: auditable task tracking, execution evidence, and shared project state. Everything persists in plain files for transparency and auditability across agent sessions.

governancetasksauditingproject-managementfile-backed
by odopk-spring Jul 16, 2026 6/10
workflow GitHub

vaultspec-core: Spec-Driven Harness for Coding Agents and Humans

A spec-driven development harness for coding agents — and humans. Enforces a specification-first workflow where both human developers and AI agents work from the same shared spec, keeping implementations auditable and traceable.

spec-drivenharnessworkflowspecificationsauditable
by nevenincs Jul 16, 2026 6/10
skill GitHub

sheet-happens: Claude Skill for Auditing Inherited Excel Models

A Claude skill that maps inherited Excel models into an interactive HTML showing how every sheet, block, and line item connects — plus an audit of hardcodes, error cells, and circular references. Invoke with /sheet-happens in any chat, or ask naturally. Runs fully locally.

skillexcelauditspreadsheethtmlreverse-engineering
by Felixx1502 Jul 16, 2026 7/10
MCP GitHub

inquisitor: Optimal-Path Problem Solving MCP Server for AI Agents

inquisitor is an MCP server and agent skill that applies Newton's Analysis-Synthesis method, NASA P10 heuristic rules, and search-tree pruning to help agents triage and investigate problems efficiently. It aims to prevent agents from overcomplicating solutions by forcing structured decomposition. Combines an MCP server with a companion skill for seamless integration.

mcpproblem-solvingagentheuristics
by 1111111111111111111114oLvT2 Jul 16, 2026 7/10
workflow GitHub

martin-loop: Autonomous Agent Safety Layer with Spend Caps and Rollback

martin-loop makes AI coding agents safe to run at scale by handling work assignment, spend caps, policy enforcement, output verification, and automatic rollback on failures. It also logs learnings from each loop and tracks ROI across repositories. Designed for teams running autonomous agents across multiple codebases.

workflowsafetyautonomousorchestrationspend-control
by Keesan12 Jul 16, 2026 8/10
skill GitHub

Backblaze B2 Cloud Storage Skill for Claude Code

An official Backblaze skill for managing B2 cloud storage from the terminal using natural language. Covers bucket management, file listing and search, storage auditing, security posture review, and safe cleanup of stale or large objects. Built on the Agent Skills specification and compatible with Claude Code.

skillcloud-storagebackblazeb2devops
by backblaze-labs Jul 16, 2026 7/10
app GitHub

agentwire-dev: Self-Hosted Cockpit for Running a Fleet of Claude Code Agents

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: Self-Hosted Runtime for AI Coding Agents in Real Linux Containers

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

ossmate-stack-mate: OSS Maintainer Copilot with Hooks, MCP, Subagents & Cron

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
workflow GitHub

maestro: BM25-Routed Skill Orchestrator for Claude Code, Cursor & Codex

maestro is a skill orchestrator that uses BM25 lexical routing to automatically dispatch tasks to the right subagent or skill. Supports editable subagent graphs, skill runbooks, and a skills.sh discovery mechanism. Works across Claude Code, Cursor, and Codex, making it a unified layer for multi-skill workflows.

workfloworchestrationskillroutingbm25subagent
by rodovalhofs Jul 16, 2026 8/10
hook Reddit

Data-Driven Analysis: Token-Saving Hooks Touch Less Than 0.2% of Full Task Tokens

An empirical study across 140 Codex CLI runs (901.6M tokens) found that return payloads eligible for token-saving hooks represent only 0.16% of complete-task tokens, yielding at most ~1% modeled cost savings even with perfect 90% compression. A matched comparison showed no clear plugin effect, with within-arm cost variance of 30-52%. The author recommends measuring trajectory-level cost, cache behavior, and task quality before installing hooks.

hooktoken-optimizationbenchmarkscost-analysisresearch
by SGM_Finance Jul 16, 2026 8/10
workflow GitHub

lift-kit: Migrate Chat-Built Projects into Local Claude Code Projects

lift-kit is an attach-and-run migration tool that takes a project built in Claude.ai chat and turns it into a proper local Claude Code project. Targets users who started building in the chat interface and now want local tooling, version control, and full Claude Code capabilities without restarting from scratch.

workflowmigrationclaude-codeproject-setup
by scottrfrancis Jul 16, 2026 7/10
skill GitHub

OneWave claude-skills: 172 Production-Ready Skills for Sales, Marketing & Engineering

A curated set of 172 production-ready Claude Code skills from OneWave AI spanning sales, marketing, design, engineering, and AI agent architecture. Skills are maintained as a living collection, making it a broad starter toolkit for teams wanting coverage across business and technical workflows.

skillcollectionsalesmarketingengineeringagent-architecture
by OneWave-AI Jul 16, 2026 6/10
skill GitHub

slop-cop: Audit, Grade, and Rewrite AI Slop Across Prose, UI, and Code

slop-cop is a Claude Code skill that detects and rewrites generic AI patterns across multiple content types: prose, social posts, UI/design, and code. It grades drafts for slop markers (vague claims, repetitive rhetoric, happy-path-only logic) and rewrites them with specificity. Useful for de-slopping any AI-generated output before publishing.

skillcontent-qualityai-slopwritingcode-review
by howshannon Jul 16, 2026 6/10
app GitHub

agent-resume: Persist AI Agent Sessions Across Reboots with tmux-resurrect

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
MCP GitHub

browser-mcp: Drive Your Real Logged-In Chrome from Claude Code with 34 Tools

browser-mcp connects Claude Code and other AI agents to a real Chrome instance — with your existing login sessions — for cases where headless browsers fail (authentication walls, CAPTCHAs, JavaScript-heavy apps). It can also read Gmail for login codes and solve CAPTCHAs. MIT licensed, local-only with 34 available tools.

mcpbrowserchromeautomationauthentication
by Agent360dk Jul 16, 2026 8/10
skill GitHub

agbox: Promote Repeated Agent Corrections into Reusable CLAUDE.md Skills

agbox is a local CLI that captures instructions you repeatedly give to AI agents (Claude Code, Codex, Cursor) and promotes them into AGENTS.md or CLAUDE.md memory files that agents actually follow. Reduces the "why won't it remember this?" friction by automating the capture-and-codify loop. Vendor-neutral, private, and reversible.

skillmemoryclaude-mdproductivityagent-memory
by qyinm Jul 16, 2026 8/10
workflow GitHub

autopus-adk: Multi-Model Orchestration with Consensus, Debate, and Pipeline Patterns

autopus-adk is a multi-agent orchestration framework offering four routing modes: consensus (vote across models), pipeline (chain output), debate (adversarial), and fastest (first-response wins). Also includes Architecture-as-Code for defining agent topologies, a Lore decision-tracking system, and a SPEC/EARS requirements engine.

workflowmulti-modelorchestrationconsensusdebate
by Insajin Jul 16, 2026 7/10
workflow Reddit

Undocumented Claude.ai Cloud Session Features: Multi-Repo, URL Params, and Connectors

Claude.ai cloud sessions support three under-documented features: loading multiple private repos simultaneously (with full git history), URL parameters to pre-load repos and prompts as bookmarkable configs, and access to your existing Slack/Gmail/Linear connectors inside sessions. The author shares a workflow built on a private "context repo" that provides persistent project memory across sessions.

workflowcloud-sessionsclaude-aimulti-repotips
by MostBlood7319 Jul 16, 2026 7/10
app GitHub

SoA-Web: Son of Anton Reimagined as a Browser App Without Electron

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
MCP GitHub

scout: Agent Web Reader That Fetches URLs as Clean Cached Markdown

scout is a CLI + MCP tool that fetches any URL and returns clean, cached, searchable Markdown — approximately 90% smaller than raw HTML. Designed specifically for AI agents that need to read web content without noise. Zero dependencies, pairs with the companion "cortex" tool for knowledge storage.

mcpweb-readermarkdowncacheagent-tools
by tools-for-agents Jul 16, 2026 8/10
app GitHub

mirage: Unified Virtual Filesystem for AI Agents

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: macOS Menu Bar App for Managing Multiple Claude Code Sessions

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
skill GitHub

grok-skills: Use Grok from Claude Code for Review, Reasoning, and Implementation

grok-skills lets Claude Code delegate tasks (review, reason, implement, verify) to xAI's Grok model via a sandboxed companion. Supports both hardened and direct modes. Useful for getting a second-opinion from a different model family without leaving your Claude Code workflow. Not affiliated with xAI.

skillgrokmulti-modelcode-reviewreasoning
by sfourdrinier Jul 16, 2026 6/10
skill GitHub

reflect: Decision Framework Skill Using Bezos, Munger & Farnam Street Models

reflect is a Claude Code skill that runs your decisions through 23 compacted mental models drawn from Jeff Bezos, Charlie Munger, and the Farnam Street framework. It gives an opinionated call with reasoning and keeps a score of your predictions. Useful for high-stakes product, architectural, or strategic decisions.

skilldecision-makingmental-modelsproductivity
by seldonframe Jul 16, 2026 5/10
app GitHub

sessionwiki: Find, Search, and Resume AI Coding Sessions Across 11 Tools

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
workflow GitHub

bit-office: Interactive Workspace for Multi-Agent Collaboration and Feedback

bit-office provides a structured workspace where human developers and AI agents can collaborate on tasks with explicit feedback integration. Agents can improve iteratively based on human input, and the workspace tracks the collaboration history. Targets teams wanting visibility into multi-agent task progress.

workflowmulti-agentcollaborationfeedbackworkspace
by Hellowman100 Jul 16, 2026 6/10
MCP Reddit

Perseus Vault: Bi-Temporal Memory MCP That Survives Context Compaction

Perseus Vault is a Rust-based MCP server (57 tools) that provides deterministic, bi-temporal memory for Claude Code sessions — valid-time and transaction-time — with crypto-chained audit trails. When context compacts, memory is preserved because it uses FTS5 + SQLite retrieval rather than vector search. Single binary, zero network calls, local-first, MIT licensed.

mcpmemorycontext-compactionsqlitebi-temporalrust
by formula420 Jul 16, 2026 8/10
workflow GitHub

ospec: Spec-Driven Agentic Goal Loop for AI Coding Agents

ospec is a workflow framework that converts a task description into a verifiable goal loop: plan → act → verify. It stores durable specs and evidence directly in your repo, so each iteration is auditable. Works with Claude Code, Codex, Gemini, OpenCode, and plain CLI agents.

workflowspec-drivengoal-loopverificationplanning
by clawplays Jul 16, 2026 7/10
skill GitHub

tax-sarathi: Claude Code Skill for Indian Income Tax Filing with Live Portal Verification

tax-sarathi is a Claude Code skill for Indian income tax and ITR filing covering FY2025-26, with calculators for tax liability and live read-only verification against the e-filing portal via Playwright over CDP. The agent guides but does not submit — you retain control. Useful for Indian developers managing their own tax filings.

skilltaxindiaitrplaywrightcdp
by kumarrahul85 Jul 16, 2026 6/10
app GitHub

Multideck: Launch and Auto-Tile AI Coding Agents Across Monitors

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
skill GitHub

Claude Code + Codex Infrastructure for PhD Researchers

A shareable Claude Code and Codex skill/agent infrastructure tailored for academic workflows. Includes skills, agents, hooks, and rules designed specifically for PhD research tasks. Targets the academic use case that generic setups often miss.

academicresearchPhDcodexskills
by flonat Jul 15, 2026 6/10
app GitHub

TokenGraph: Local-First Context Routing Plugin for Claude Code and Codex

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
MCP GitHub

ScalaSemantic: Deep Scala Semantic Analysis MCP via SemanticDB

An MCP server providing deep semantic analysis of Scala codebases using SemanticDB. Supports exact find-usages, class hierarchies, implicit resolution, and call paths — going well beyond what grep or standard LSP can offer. Designed for AI coding agents like Claude Code working in Scala projects.

scalasemanticdbsemantic-analysislspmcp
by MercurieVV Jul 15, 2026 7/10
skill GitHub

tartinerlabs/skills: Claude Code Skills for Git, GitHub, Security, and Refactoring

A curated set of Claude Code skills covering git workflows, GitHub automation, security audits, code refactoring, and general project tooling. Each skill is ready to drop in and handles common developer tasks that benefit from repeatable AI-driven workflows.

gitgithubsecurityrefactoringautomationskills
by tartinerlabs Jul 15, 2026 7/10
workflow GitHub

gem-team: Self-Learning Multi-Agent Orchestration for Spec-Driven Development

A multi-agent orchestration framework where agents self-learn over time and operate from specs with automated verification. Uses smarter tool calling and leaner context to reduce overhead compared to standard multi-agent setups. Supports spec-driven development with built-in verification loops.

multi-agentorchestrationspec-drivenself-learningverification
by mubaidr Jul 15, 2026 7/10
skill GitHub

AER-Skills: Agent Skills for Academic Economics Paper Publishing

A stack of Claude Code skills targeting academic economists aiming to publish in top journals like AER and AEJ. Skills cover identification-first empirics, AEA-compliant replication packages, Keith Head–style introductions, and R&R rebuttals. Covers the full pipeline from topic selection to submission.

academiceconomicsresearchempiricsskills
by brycewang-stanford Jul 15, 2026 6/10
skill Reddit

Claude Code Skills for Operating Real-Time Data Pipelines (Estuary)

Estuary built Claude Code agent skills for interacting with real-time data pipelines — configuring sources and destinations, creating pipeline specs, checking task health, pulling logs, and investigating failures. The skills keep pipeline configuration visible to the operator throughout. Demo covers both what Claude handles well and where human guidance is still needed.

data-pipelinesreal-timeestuarydevopsskills
by dani_estuary Jul 15, 2026 6/10
app Reddit

rein.build: Control Local AI Coding Agents from Your iPhone

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
skill GitHub

long-video-to-shorts: Local Opus Clip Alternative as a Claude Code Skill

A Claude Code skill that converts long videos into vertical 9:16 captioned short clips entirely locally — no cloud service required. Functions as a self-hosted alternative to Opus Clip. Handles cropping, captioning, and output formatting as a repeatable AI-driven workflow.

videoshort-formlocalskillcontent-creation
by joe-jns Jul 15, 2026 6/10
app GitHub

Hono + Drizzle + PostgreSQL + Claude Code Boilerplate

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
hook GitHub

jig: Claude Code Hooks That Scan Package Installs Before They Run

A Claude Code toolkit focused on security: its guard hooks intercept agent-driven package install commands and scan them before execution. Prevents Claude Code from silently installing malicious or unintended packages during autonomous sessions. A practical security layer for running Claude Code with broader permissions.

securityhookspackage-managementsupply-chainguard
by tanrendev Jul 15, 2026 7/10
app GitHub

dev-3.0: Kanban + Worktrees + tmux for Parallel AI Coding Agent Fleets

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

graftty: Worktree-Centric Terminal for macOS and iOS Built on libghostty

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

opencode-better-compact: Dynamic Context Pruning Plugin for OpenCode

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

project-memory: Capture the Why Behind Your Code for AI Coding Agents

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
MCP GitHub

HREVN for Claude Code: Verifiable Workflow State via MCP and Skills

Brings the HREVN (Human-Reviewable, Externally-Verifiable Notation) approach to Claude Code via MCP, skills, and a local runner. Provides verifiable workflow state — each step can be audited and confirmed externally. Useful for compliance-sensitive or high-stakes automation workflows.

verificationworkflowmcpcomplianceauditing
by miguel-herrero-systems Jul 15, 2026 5/10
skill GitHub

desrobotizar: Remove Spanish AI Slop from LLM Output

A Claude skill that detects and removes robotic AI writing patterns from Spanish-language LLM output, learning the user's personal writing style over time. Addresses the common problem of LLM text sounding unnatural in Spanish. Useful for Spanish-speaking writers using Claude for content creation.

spanishwritingstyleslop-removalskill
by mszsorondo Jul 15, 2026 5/10
app GitHub

One-Command Ubuntu VPS Setup for AI Coding Agent Environments

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

owledge: Markdown-First Persistent Memory for AI Agents and Multi-Agent Workflows

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
skill GitHub

pr-review-skill-generator: Mine Merged PRs to Generate a Repo-Specific Code Reviewer

A meta-skill that analyzes a repository's merged pull request history to generate a custom Claude Code skill tuned to that codebase's specific patterns, business logic, and conventions. The generated reviewer knows what matters in your project specifically, not just generic best practices. Clever self-bootstrapping approach to personalized AI code review.

code-reviewprmeta-skillskill-generationcodebase-aware
by paanSinghCoder Jul 15, 2026 8/10
skill GitHub

handle-with-adhd: Claude Code Skill for Adult ADHD Users

A Claude Code skill built from real use by an adult ADHD user, focused on zero-friction task execution and continuous memory capture. Avoids hidden costs and interruptions that disrupt focus, capturing context automatically so nothing is lost between sessions. Designed from lived experience rather than theory.

adhdaccessibilitymemoryfocusproductivityskill
by lubianiec Jul 15, 2026 6/10
MCP GitHub

code-security-mcp: Framework-Aware Security MCP Server for JVM Projects

A security-focused MCP server for AI agents that performs native JVM analysis using Kotlin (detekt) and Java (SpotBugs/FindSecBugs). Supports diff-based review so only changed code gets scanned, and applies secure coding patterns specific to JVM frameworks. More accurate than generic static analysis for Kotlin/Java stacks.

securityjvmkotlinjavastatic-analysismcp
by JasminGuberinic Jul 15, 2026 7/10
app GitHub

intelligence-sync: Write AI Coding Rules Once, Sync Across All Tools

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
MCP GitHub

tia-portal-mcp: Connect AI Agents to Siemens SIMATIC TIA Portal V21

An MCP server bridge connecting LLMs and AI coding agents directly to Siemens SIMATIC TIA Portal V21 for industrial automation programming. Enables AI-assisted PLC programming, ladder logic, and automation configuration within the Siemens ecosystem. Highly specialized but the first MCP bridge of this kind for industrial control systems.

industrialsiemensplcautomationmcptia-portal
by Czarnak Jul 15, 2026 6/10
app GitHub

claude-shopifyql-workbench: Debug and Write ShopifyQL Analytics Queries with Claude

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
workflow GitHub

claude-architect: Fable/Opus Architect That Delegates Implementation to Cheaper Models

An architect-first delegation workflow where a Fable or Opus session handles planning and review, then routes implementation work to Codex, the OpenCode provider pool, a local Pi running at $0, or an autonomous agent. Every diff gets reviewed by the architect. Designed to reduce cost while keeping quality control at the top level.

cost-optimizationdelegationmulti-modelorchestrationworkflow
by Pythoughts-labs Jul 15, 2026 7/10
MCP GitHub

codesteward-graph: Structural Code Graph MCP via Neo4j and tree-sitter

Parses repositories into a Neo4j graph using tree-sitter and exposes the result as an MCP tool interface. Supports lexical, referential, semantic, and dependency queries — enabling AI agents to navigate large codebases structurally rather than by text search. Handles 64+ languages via tree-sitter grammars.

code-graphneo4jtree-sitterstatic-analysismcpsemantic-search
by Codesteward Jul 15, 2026 7/10
MCP GitHub

llm-wiki-memory: Local Git-Versioned Memory for AI Coding Agents

A local, git-versioned memory system for AI coding agents that requires no RAG pipeline, Docker, or external service. Uses a local LLM wiki with on-device embeddings and exposes everything through an MCP server. Captures, compiles, and recalls context entirely on your machine.

memorylocalgit-versionedembeddingsmcpprivacy
by ctxr-dev Jul 15, 2026 7/10
skill GitHub

agent-skills: Disciplined AI Skills With Pre-Declared Kill Criteria and Usage Metrics

A collection of small, focused AI agent capabilities where each skill ships with a pre-declared kill criterion (when to retire it) and real usage numbers. Takes a disciplined, data-driven approach to skill management rather than accumulating skills indefinitely. Useful as a template for teams wanting to maintain skill hygiene.

skillsmetricslifecycledisciplineagent-skills
by AdityaVasireddy Jul 15, 2026 6/10
skill Reddit

Lemma: Claude Code Plugin for Rigorous Data Science Workflows

Lemma is a Claude Code plugin that adds methodological rigor to data science work via a structured persona, task-specific skills (EDA, causal inference, etc.), and live notebook kernel access. Benchmarked against DSAEval, the base agent gave confidently wrong answers in 3/5 hard cases while Lemma reduced that to roughly 1 in 7. A well-validated approach to making Claude Code a more careful analysis partner.

data-scienceskillpluginbenchmarknotebookCLAUDE.md
by Spare_Suit3701 Jul 15, 2026 8/10
workflow Reddit

Two-Mode Framework for Getting the Most Out of Claude Sonnet 5

A community-developed pattern for using Sonnet 5 in two modes: "under-brain" for established codebases with defined specs (Sonnet as coordinator, intelligence lives in CLAUDE.md and docs) and "over-brain" for greenfield work (Opus/Fable hosts, dispatching Sonnet workers). Argues Sonnet 5 excels at disciplined execution over open-ended thinking, and its training makes it better with well-structured todo lists. Practical multi-model orchestration guide.

sonnet-5workflowmulti-modelorchestrationCLAUDE.mdtips
by Shuey298 Jul 15, 2026 7/10
MCP GitHub

remem: Local-First Encrypted Memory for Claude Code via Rust + MCP + Hooks

remem gives Claude Code and Codex CLI persistent, auditable memory across sessions using a Rust CLI, Claude Code hooks, and an MCP server. All data is stored locally in SQLite with optional SQLCipher encryption. Designed for long-running coding work where you need reproducible context without sending data to cloud services.

memorymcphooksrustsqlitelocal-firstencryptionpersistent-context
by majiayu000 Jul 15, 2026 8/10
skill GitHub

writers-room: Local-First Editorial Studio Claude Code Plugin

A Claude Code plugin (also Codex-portable) that turns Claude into a personal editorial studio with a filesystem-based content board. Its voice memory learns from your own edits rather than relying on humanizer tools, so your distinctive style is preserved across AI-assisted writing sessions. Designed for writers who want consistent voice without cloud dependencies.

writingeditorialpluginvoice-memorylocal-firstCLAUDE.md
by dhalarewich Jul 15, 2026 6/10
app GitHub

GENesis-AGI: Autonomous AI Agent with Earned Autonomy and 60+ Tools

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

sprintlens: Engineering Team Health Dashboard in One Terminal Command

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
skill GitHub

skillZs: Open Hub for Discovering and Installing SKILL.md Workflows

An open directory for discovering, comparing, creating, and safely installing SKILL.md workflows for Claude Code agents. Provides a curated hub with a safety-focused installation flow to vet community skills before adding them to your setup. Fills a real gap in the Claude Code ecosystem for skill discoverability and distribution.

skillsSKILL.mddirectorydiscoverycommunityworkflowsinstallation
by CarlosJunioor Jul 15, 2026 8/10
app GitHub

Asana CLI: Single-Binary Task Manager for Claude Code

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
skill GitHub

IFRS Skill: Accounting Standards Guidance for AI Agents

A Claude Code skill providing IFRS (International Financial Reporting Standards) guidance with cited answers and audit support. Gives AI agents the ability to answer accounting standard questions and verify compliance against up-to-date IFRS requirements. Targeted at finance and accounting teams using Claude Code.

ifrsaccountingfinancecomplianceaudit
by babu9893 Jul 15, 2026 5/10
workflow GitHub

Claude Code Recipes: One-Command Production-Ready Workflow Templates

A collection of one-command recipes for building production-ready Claude Code workflows with minimal setup. Each recipe provides a complete, opinionated starting point for common development scenarios. Aimed at fast setup without sacrificing reliability.

workflowtemplatesrecipesproductivitysetup
by baltil2670 Jul 15, 2026 7/10
app GitHub

OpenGUI: Desktop Command Center for Claude Code and Multiple AI Coding Agents

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
hook GitHub

notify-hub: Self-Hosted Notification Gateway with Claude Code Hook

A self-hosted multi-channel notification gateway (Docker + Redis) that fans one message out to ntfy, Telegram, email, Slack, Discord, and WhatsApp via a token-auth API. Ships a Claude Code hook that notifies your phone when Claude finishes a task. The hook integration makes it easy to stay aware of long-running sessions without watching the terminal.

notificationhookself-hosteddockermobile-alert
by richardfcampos Jul 15, 2026 7/10
workflow Reddit

Tura: Agentic Runtime That Cuts LLM Turns by 80% on DeepSWE Benchmark

An agentic runtime framework claiming to reduce LLM turns by 80% while maintaining a higher task success rate on the DeepSWE benchmark. The developer is openly requesting community review of both the framework design and evaluation methodology. Potentially interesting for those building or optimizing agent pipelines.

agent-runtimeefficiencybenchmarkturnsoptimization
by yohji1984 Jul 15, 2026 6/10
skill Reddit

PitsiUI: Free Open-Source Cross-Platform UI Component Library for Claude Code

A polished, free, open-source component and blocks library (shadcn registry compatible) designed to help Claude produce Apple-quality UI. Includes real app templates, composed components, tested UX flows, and full logic — not just generic dashboard widgets. Comes with Claude Code skills and instructions to guide it toward professional design output.

uicomponentsshadcndesignfrontendopen-source
by Admirable-Canary-732 Jul 15, 2026 7/10
app GitHub

claude-box: Docker Sandbox That Carries Over Your Entire Claude Code Setup

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
skill GitHub

claude-for-datascience: Opinionated Claude Code Scaffold for Computer Vision and ML

An opinionated Claude Code scaffold tailored for computer vision and data science projects, bundling skills, subagents, and enforcement hooks. Bakes in reproducibility practices and prevents evaluation set leakage by design. A strong starting point for ML practitioners who want Claude Code aligned with data science best practices.

data-sciencemachine-learningcomputer-visionreproducibilityscaffold
by BrendenKennedy Jul 15, 2026 7/10
command GitHub

DPI Demand Finder: Guided Demand-Discovery Interview Plugin for Claude Code

A Claude Code plugin providing a guided demand-discovery interview system for product ideation. Combines custom commands and a skill to walk through structured discovery conversations. Useful for product managers or indie developers who want Claude Code to help validate ideas systematically.

productdemand-discoveryinterviewpluginideation
by krisdiallo Jul 15, 2026 5/10
workflow GitHub

prd-spec-generator: Feature Description to 9-File PRD via Multi-Judge Verification

A stateless reducer that transforms a feature description into a complete 9-file PRD using 17 MCP tools, multi-judge verification with weighted-average and Bayesian consensus, and research-evidence-backed strategy selection. Has 248 tests and is part of the ai-architect ecosystem. A production-grade tool for teams that want rigorous, verifiable product specs generated by AI.

prdproduct-specmcpmulti-agentverificationarchitecture
by cdeust Jul 15, 2026 8/10
skill GitHub

de-slop: Claude Code Skill to Remove AI Slop from Prose

A portable Claude Code skill that detects and rewrites "sloppy" AI-generated prose into content with a real point of view. Uses a fidelity-first approach — it flags hollow spans and rewrites them with scored self-evaluation and iteration. Great for teams publishing content written or assisted by AI who want to avoid generic output.

writingproseai-slopcontent-qualityediting
by isatimur Jul 15, 2026 7/10
skill GitHub

Claude Skill Doctor: Audit and Score Your SKILL.md Files

A meta-skill (zero dependencies) that inspects SKILL.md files and scores them across six dimensions: trigger quality, length, progressive disclosure, script externalization, portability, and security (no hardcoded secrets). Outputs a scored report with fix suggestions. A sister tool to claude-md-doctor, useful for anyone building and maintaining a library of Claude Code skills.

skill-qualitylintingmeta-toolauditskill-md
by huiyonghkw Jul 15, 2026 6/10
workflow Reddit

5 Months Running a Solo SaaS on Claude Code: What Stuck and What Was Turned Off

A detailed retrospective from a solo SaaS operator who used Claude Code for 4,200 commits over 5 months — covering coding, deployments, server monitoring, support replies, SEO, and bookkeeping. Key lessons: git worktrees were turned off (unattended agents parked work on branches), skills replaced repetitive prompts (now at 82 skills), and a 427-file memory directory compounds over time. One of the most thorough real-world Claude Code usage reports published.

saasproductionretrospectiveskillsmemoryautonomousworkflow
by indie_zack Jul 15, 2026 9/10
MCP GitHub

meta-mcp: Aggregating MCP Proxy with Desktop UI for One-Click Claude Registration

An aggregating MCP proxy that exposes a single endpoint to Claude while routing to multiple MCP servers behind it. Comes as a Tauri 2 + Svelte 5 desktop app with live server toggles, profile management, and one-click Claude registration. Significantly reduces the friction of managing many MCP servers across projects.

mcpproxyaggregatordesktoptaurimanagement
by renejes Jul 15, 2026 8/10
app GitHub

claude-session-triage: Triage Panel for Idle Claude Code Sessions Across Projects

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
workflow GitHub

claude-code-config: Idea-to-PR Multi-Agent AGILE Pipeline with TDD Gates

An opinionated Claude Code harness that automates the full lifecycle from idea to merged PR via a multi-agent AGILE pipeline. Features tmux observability, worktree-isolated parallel builds, and TDD + code review gates at each stage. A comprehensive reference harness for teams wanting a structured, automated development pipeline with Claude Code.

agilepipelineworkflowtddworktreemulti-agentci
by fxmartin Jul 15, 2026 8/10
app GitHub

hol-guard: Open-Source Runtime Security for AI Agents

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

clagentic-lite: Cross-Vendor AI Coding Harness with Gated Security and Audit Trail

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
skill GitHub

DesignThinking Skill: Full Empathize-to-Assess Pipeline via Chained Subagents

A Claude Code skill that runs a complete Design Thinking pipeline — Empathize, Define, Ideate, Prototype, Test, and Assess — as a sequence of chained subagents. Takes a SMART goal as input and produces a VIP business assessment. Useful for product and strategy work that benefits from a structured ideation process.

design-thinkingproductstrategysubagentsideation
by hyunbean Jul 15, 2026 6/10
app GitHub

agentic-board: Quota-Aware Coding Agent Coordinator for Real GitHub Projects

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
MCP GitHub

synapse: Self-Hosted Long-Term Memory for AI Coding Agents via MCP

A self-hosted long-term memory system for AI coding agents that combines an episodic store, a knowledge graph, and an MCP server. Agents can store and retrieve memories across sessions, enabling continuity without relying on context window length. Addresses one of the fundamental limitations of current AI coding workflows.

memorymcpknowledge-graphpersistencelong-term-memory
by kraft87 Jul 15, 2026 9/10
workflow GitHub

rpi-workflow: AI Product Definition and Delivery Workflow for Claude Code and Codex

A structured workflow covering the full journey from vague idea to production delivery: Spec writing, TDD, Eval, change governance, and continuous iteration. Provides a single-file quick-start and is designed for both Claude Code and Codex. Includes governance checkpoints to prevent uncontrolled drift during development.

workflowspectddgovernanceproduct-delivery
by inkeds Jul 15, 2026 6/10
workflow GitHub

sgc: All-in-One Engineering Workflow and Knowledge Engine for Claude Code

A comprehensive engineering workflow engine for Claude Code with one-command install and no Bun dependency (Node >=18). Provides L0-L3 task classification, 13 runtime invariants, code review, browser QA, security audit, and a deduplicated knowledge base that accumulates across tasks. A strong opinionated harness for development teams wanting a single setup covering most engineering workflow needs.

workflowknowledge-basecode-reviewsecurityqatask-classification
by sdsrss Jul 15, 2026 8/10
skill GitHub

repo_worklog_skill: Auto-Generate Daily Work Logs from Real Git Diffs

A Claude Code agent skill that reads actual Git diffs (not just commit messages) and generates a per-day project worklog under PROJECT_WORKLOG/ with an index file. Previews every change before writing and creates one Markdown file per day. Useful for developers who need to produce accurate time-stamped activity reports from code history.

gitworklogdocumentationreportingproductivity
by g761007 Jul 15, 2026 7/10
skill GitHub

design-artifact: Skill to Build Polished Interactive HTML Artifacts

An awesome-skills skill for building and verifying polished interactive HTML artifacts and responsive prototypes. Handles the full cycle of generation and visual verification. Useful for quickly producing UI demos, design handoffs, or interactive specs without leaving Claude Code.

htmlprototypedesignartifactui
by awesome-skills Jul 15, 2026 7/10
skill GitHub

create-html-deck: Skill to Build Browser-Native HTML Presentations

An awesome-skills skill that builds and verifies browser-native HTML presentations optimized for laptops and projectors. Generates complete slide decks without external dependencies. A quick way to produce shareable presentations directly from Claude Code.

htmlpresentationslidesprototype
by awesome-skills Jul 15, 2026 6/10
app GitHub

CCGlance: Floating Always-On-Top Claude Code Status Panel for macOS

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

Autonomy-Engine: Repo-Agnostic Claude Code Autonomy Loop Runner

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

AI Pet: macOS Desktop Pet That Reacts to Your AI Usage

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
skill GitHub

Python Code Review Skills for Agentskills.io Agents

Portable Python code-review skills covering type safety, error handling, anti-patterns, async usage, and code style. A router skill dispatches to the most relevant focused reviewer for each concern.

pythoncode-reviewtype-safetyasyncanti-patterns
by CodeSigils Jul 15, 2026 6/10
skill GitHub

Custom Claude Code Config as Disciplined Engineering Partner

A custom Claude Code configuration that transforms the agent into a disciplined engineering partner with structured workflows, strict guardrails, and domain-specific expertise baked into the setup.

configurationclaude.mdguardrailsengineeringworkflows
by domengabrovsek Jul 15, 2026 6/10
app GitHub

TeleClaude: Route Telegram Topics to Isolated Claude Code Sessions

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

Loushang: Multi-Model LLM Orchestration Harness in Python

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

TokenBar: Claude Code Usage Meter for Windows 11 Taskbar

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
skill GitHub

Web Performance Audit Skill with Multi-Agent Pipeline

Audits web performance using a multi-agent pipeline that turns browser data into actionable fixes for Core Web Vitals and related metrics. Structures the audit as parallel agent passes over different performance dimensions.

web-performancecore-web-vitalsmulti-agentauditingoptimization
by sa746062 Jul 15, 2026 6/10
app GitHub

Aura-Code: Model-Agnostic Autonomous Coding Agent with Benchmark Harness

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

Code-by-Wire: Cockpit for Piloting and Monitoring Claude Code Sessions

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
skill Reddit

Shopping Lookbook Skill: Build Shoppable Sites with Claude Code

A generic Claude Code skill for building shoppable lookbook sites hosted on GitHub Pages. Demonstrated by finding large-size hats — shows how to connect product search requirements to a published, browsable site.

ecommercelookbookshoppingskillgithub-pages
by DrewHoov Jul 15, 2026 5/10
skill GitHub

Agentic-Kits: Reusable DevOps AI Skill Kits

Reusable AI skill kits covering Docker, Kubernetes, Zabbix, ELK, and Grafana infrastructure — with skills, rules, and templates for coding agents. Includes .NET 10 examples.

devopsdockerkubernetesinfrastructureskills
by KhaiTrang1995 Jul 15, 2026 6/10
workflow Reddit

Building a Personal Voice Profile with Fable 5 for Content Generation

A human-in-the-loop workflow where Claude analyzes your writing samples, creates a voice profile, and iteratively learns from your edits: if you cut a long intro once, that's a hypothesis; twice, it becomes a rule every future draft must follow.

voice-profilecontent-generationwritingfablehuman-in-the-loop
by swapnoneel123 Jul 15, 2026 5/10
skill GitHub

Agent-Knowledge: Portable Knowledge Base as Open Knowledge Format

The kb-* agent skill family for building and maintaining a portable knowledge base as an Open Knowledge Format (OKF) bundle, enabling persistent, structured project knowledge that travels with agents.

knowledge-baseokfportablememorydocumentation
by stjbrown Jul 15, 2026 6/10
skill GitHub

Research-Anything: All-Channel Research Skill for Claude Code

Sweeps Douyin, Xiaohongshu, Zhihu, Bilibili, YouTube, GitHub, X, and the web for first-hand practices, verifies claims with sub-agents, and converges on one actionable plan from a single research prompt.

researchmulti-channelsubagentsverificationactionable
by Somezak1 Jul 15, 2026 6/10
app Reddit

WideAwake: Prevent Mac from Sleeping During Agent Sessions

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
skill GitHub

Claude Toolbox: Small Install-and-Own Claude Code Skills

An open library of small, install-and-own Claude Code skills including a wording linter and a pre-public secret scanner to catch exposed credentials before pushing. Each skill is self-contained and ownership-friendly.

skillslintingsecuritysecret-scanningutilities
by JayOfemi Jul 15, 2026 6/10
app Reddit

Octopodas: AI Agent Loop Detection and Observability Platform

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
skill GitHub

13 Claude Skills for Learning and Teaching

A skill set for education: flashcard generation, concept explanation, study plans, exam prep, and research summaries. Covers both the learner and teacher roles with separate skill entries for each.

educationflashcardsteachinglearningstudy-plans
by prvthmpcypher Jul 15, 2026 5/10
app GitHub

Rekal-CLI: Git-Anchored Intent Ledger for AI-Assisted Teams

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
workflow GitHub

Intent-Locked Workflow: 4-Phase Gated Development Plugin for Claude Code

A Claude Code workflow plugin that locks planning intent and only allows code to grow on top of approved plans. Four gated stages — planning, design, planning, execution — prevent premature or misaligned implementation.

intent-lockinggated-workflowplanningdesignexecution
by deokjinlog Jul 15, 2026 5/10
skill GitHub

26 Claude Skills for Designers

A collection of 26 Claude skills covering UI/UX, brand identity, typography, frontend design, accessibility, and visual storytelling — a broad toolkit for design-focused Claude Code workflows.

designui-uxbrandingtypographyaccessibility
by prvthmpcypher Jul 15, 2026 6/10
workflow Reddit

Trick to Reduce Fable's Unnecessary Redirection to Opus

A community-discovered tip: asking an Opus agent to spawn a Fable subagent for critical work bypasses unnecessary model-switching guardrails in Fable sessions, giving you more control over model assignment.

fableopussubagentsmodel-switchingtip
by Zestyclose-Iron-870 Jul 15, 2026 5/10
skill GitHub

Acceptance-Driven Development Skill for AI Coding Agents

Enforces acceptance-criteria-driven development for AI agents: done is a checklist, not a feeling. Keeps agents honest about completion by requiring machine-verifiable acceptance criteria before signoff.

acceptance-testingquality-gatestddverificationdone-criteria
by ZeusYue Jul 15, 2026 6/10
skill GitHub

Fact-Verify: Source Verification Skill for AI Research Results

Verifies AI research citations before trusting them: 4-tier source classification, re-citation chain detection, and URL/DOI/NTIS existence checking. Guards against hallucinated or misattributed sources.

fact-checkingresearchverificationcitationsquality-control
by parkjui92-tech Jul 15, 2026 6/10
skill GitHub

Display Design Studio: Curated AI Agent Skill Collection

A curated skill collection for AI agents including first-party skills and vendored framework/CMS best practices for use with the Agent Skills ecosystem and skills.sh.

skills-collectioncmsframeworksbest-practicesagent-skills
by display-design-studio Jul 15, 2026 6/10
app GitHub

Agent-Sessions: Track Coding Agent Sessions Across Tmux Panes

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
skill GitHub

Economics Slides Skill: LaTeX/Beamer Presentations via Claude Code

An agent skill for producing professional academic economics slides in LaTeX/Beamer — handles paper-to-talk conversion, discussant decks, verified layouts, and accurate numbers. Designed for academic rigor.

latexbeamereconomicsacademicpresentations
by hanlulong Jul 15, 2026 5/10
MCP GitHub

ComfyUI MCP Panel: Local AI Agent Sidebar on Your Claude Subscription

A local-first sidebar AI agent for ComfyUI that uses your Claude or ChatGPT subscription directly — no extra API costs. Controls the live ComfyUI graph in natural language: edits, workflows, and package installs.

comfyuimcpimage-generationlocal-firstclaude-subscription
by artokun Jul 15, 2026 6/10
workflow Reddit

Fable as Planner + Opus/Sonnet for Implementation: Community Workflow Tips

Community discussion on using Fable 5 as the orchestrator/planner while delegating coding tasks to Opus or Sonnet subagents — including practical tips on model-switching approaches and what actually reduces token usage.

fablemulti-modelorchestrationworkflowcost-optimization
by yonlau Jul 15, 2026 5/10
skill GitHub

Soia Open Skills: Archive X Tweets and Telegram Messages to Obsidian

Agent skills for daily knowledge management: archive X tweets, threads, and articles into an Obsidian vault, with Telegram Saved Messages sync. Works with Claude Code, Codex, and Cursor.

obsidianknowledge-managementtwittertelegramarchiving
by soia-team Jul 15, 2026 6/10
app GitHub

AI-Pulse: Claude Code Native Daily AI News Digest

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
skill GitHub

Threads Marketing Skills for Claude Code

Agent skills for marketing on Threads: write posts, multi-post threads, hooks, replies, and weekly content plans in your voice. Publish via Publora. Open source, MIT.

marketingsocial-mediathreadscontentpublishing
by sergebulaev Jul 15, 2026 5/10
skill GitHub

TikTok Marketing Skills for Claude Code

Agent skills for TikTok content creation: 3-second video hooks, captions, trend mapping, and weekly content plans. Draft, humanize, and publish via Publora. MIT licensed.

marketingtiktokvideocontentsocial-media
by sergebulaev Jul 15, 2026 5/10
skill GitHub

Animated Sketch Diagram Skill: Hand-Drawn Architecture Diagrams

A Claude Code skill that creates hand-drawn animated architecture diagrams — ink-on-beige-paper style with flowing dots. Exports as a self-contained HTML file or seamless-loop GIF.

diagramsanimationarchitecturehtmlvisualization
by OLDyade Jul 15, 2026 6/10
skill GitHub

Humanizer Workbench: Rewrite AI Text into Natural Writing

A CLI and Claude Code skill that spots AI writing patterns, refines tone, and improves rhythm to rewrite AI-generated text into natural-sounding prose you can publish without detection.

writinghumanizationai-textclitone
by aprempeh-tech Jul 15, 2026 5/10
workflow GitHub

Dual-Frontier: Building Systems Software Through Structured LLM Delegation

An experiment documenting one developer building a complex simulation microkernel (multithreaded ECS, OS-style architecture) via a structured Opus + human delegation pipeline. Tests both the methodology and the resulting engine.

llm-delegationsystems-programmingecsopusmethodology
by Crystalka228 Jul 15, 2026 5/10
skill GitHub

C# Brain for Claude: Curated .NET Knowledge Base

A curated C# and .NET knowledge base that powers Claude with better code patterns and architecture decisions for .NET projects — injected as project context for consistently idiomatic outputs.

csharpdotnetknowledge-basepatternsarchitecture
by Myosinstringer459 Jul 15, 2026 5/10
workflow GitHub

Cairn: Milestone-Driven Development Workflow for Claude Code

Moves projects from rough idea to shipped code one milestone at a time, recording every decision and mapping every requirement to a task. Designed to keep Claude Code sessions focused and prevent scope creep.

milestone-drivenproject-managementworkflowrequirementsplanning
by uHappyLogic Jul 15, 2026 7/10
skill GitHub

Code-Humanizer: Remove AI Code Slop with Test-Gated Refactoring

A test-gated, behavior-preserving agent skill that removes AI-generated code patterns: duplicated helpers, try-import fallbacks, broad excepts, and speculative abstractions. Only ships changes where tests still pass.

code-qualityrefactoringai-sloptest-gatedcleanup
by LeonardNJU Jul 15, 2026 7/10
skill GitHub

Python Project Workflow Skill for Agentskills.io Agents

A portable Python project workflow skill covering greenfield bootstrap, tooling configuration, CI, packaging, mature-repo preservation, and cross-platform verification for agentskills.io-compatible agents.

pythonproject-setupcipackagingworkflow
by CodeSigils Jul 15, 2026 7/10
app GitHub

Castellyn: Desktop Control Center for Claude Code and Opencode

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
skill GitHub

Claude-Obsidian-Sessions: Compress and Resume Sessions in Obsidian

Adds /obsidian:compress to save the current Claude Code session as a structured log in Obsidian, and /obsidian:resume to reload project context from those logs. Bridges session memory with a personal knowledge base.

obsidiansession-managementmemorypluginsknowledge-base
by ERuban Jul 15, 2026 7/10
MCP Reddit

Lanes MCP: Self-Provisioning Form Backends for Claude Agents

An MCP server that lets Claude agents provision live form endpoints in one request — no signup, no API key. Submissions route to email, Supabase, or webhooks with spam protection built in. Unclaimed forms persist if the project survives.

mcpformswebhooksprovisioninglanding-pages
by Solid-Industry-1564 Jul 15, 2026 7/10
hook GitHub

Heal-Suite: Self-Maintaining Repo Immune System for Claude Code

14 auditing healers that detect drift, fix mechanical issues, and prevent recurrence in Claude Code repositories. Acts as a running immune system that keeps the repo healthy without manual intervention.

hooksauditingcode-qualityautomationrepo-maintenance
by durchnull Jul 15, 2026 7/10
app GitHub

Paper-Round: Scheduled Claude Agent for Academic Paper Digests

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

AgentGlass: LLM Observability and Tracing with No SDK Required

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

Burnie: Local Cost Analytics for Claude Code Sessions

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
workflow GitHub

CCMA: Claude Code Multi-Agent Pipeline Framework

Enforces a multi-agent pipeline for planning, coding, testing, review, and security checks before shipping. Each stage is a gate, ensuring structured delivery with automated verification at each step.

multi-agentpipelineplanningsecurityquality-gates
by Surgicalprocesspavement699 Jul 15, 2026 7/10
app GitHub

Tokcat: AI Token Usage Monitor for macOS Menu Bar

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
MCP GitHub

Anriss: Visual Annotation MCP Layer for AI Coding Agents

A self-hosted MCP server and one-line drop-in script adding visual annotation to any page: click any element to leave a comment, and let the AI agent fix it. Built with Rust and SQLite, no cloud dependencies.

mcpvisual-feedbackannotationrustself-hosted
by anriss-dev Jul 15, 2026 7/10
app GitHub

Iapeer: Local Background Agents with Inter-Agent Messaging

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

Codecast: Real-Time Session Sync Across Devices for AI Agents

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

Chat History: Search and Export Claude Code + Cursor Conversations

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
workflow GitHub

Tiered AI Agent Workflow Templates (L1-L3) for Autonomous Coding

Standardized tiered workflow templates (L1 through L3) for autonomous coding with Claude Code and Codex, ensuring architectural integrity and test-driven development at each complexity level.

workflow-templatestddarchitectureautonomoustiers
by shaligg Jul 15, 2026 7/10
app GitHub

OpenUsage: Unified Dashboard for AI Spend Across All Providers

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
workflow GitHub

Recursive-Spine: Portable Project Spine That Prevents Convention Drift

A portable project spine for Claude Code where state lives in issues, conventions get stamped at creation, constraints cannot drift, and proven patterns automatically propagate between projects. Recursively self-applied.

project-structureconventionspatternsself-referentialstate-management
by slopstopper Jul 15, 2026 7/10
app Reddit

ConfigDeck: Native macOS App for Claude Code Config Management

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
skill GitHub

Supergoal-Skill: Gated Dev Process with Expert Subagents

A Claude Code skill that takes one objective and runs a full gated development process using expert subagents, refusing to declare done until a machine-checkable gate passes. Bilingual (English/Korean) onboarding and live walkthrough included.

subagentsquality-gatestddworkflowverification
by cskwork Jul 15, 2026 7/10
skill GitHub

Tribunal: Independent QA for AI-Written Code Using Multiple Models

A Claude Code skill plus runbooks that put other coding models (Grok, Codex, local) on the review panel to provide independent QA for AI-written code. Cross-model review to catch what a single model misses.

code-reviewmulti-modelquality-assurancesubagents
by mattferry Jul 15, 2026 7/10
app GitHub

Router-Maestro: Multi-Provider LLM Proxy with Priority Routing

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

Claude Command Center: Multi-Session Dashboard for Mac

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

Code-Airlock: Secure Docker Sandbox for Coding Agents

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

Scribe: LLM-Managed Personal Knowledge Base from Code and Sessions

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

Claude Meter: Real-Time Subscription Usage Monitor for Windows

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
workflow GitHub

Denys Fast MSkills: Plan-Execute-Verify Claude Code Plugin

A Claude Code plugin providing the m_* toolkit: m_plan (plan→execute→verify), deploy/infra commands, a full Playwright test loop, and a code quality framework. Structures agent sessions into disciplined, verifiable stages.

workflowplanningtestingplaywrightcode-quality
by mapuamap Jul 15, 2026 7/10
skill GitHub

Claude Code Tips: Practical Patterns from Hundreds of Sessions

A curated collection of practical patterns for agentic coding built from hundreds of Claude Code sessions — covering hooks, agents, and automation techniques with real-world examples.

best-practiceshooksagentsautomationpatterns
by anipotts Jul 15, 2026 7/10
app GitHub

Claudeclaw: Multi-Agent Orchestration with Persistent Memory

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

Budget-Aware AI API Gateway for Claude Code

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

TokenScope: Open-Source Token Profiler for AI Coding Agents

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
hook Reddit

Deterministic Test Quality Checker for AI-Written Code

Validates AI-written tests by gutting each changed function and rerunning only its covering tests — hollow tests that still pass are flagged with exact file/line locations, forcing the agent to fix them before claiming done. Supports JS/TS, Python, and Kotlin. Memoizes repeat checks for speed.

testingquality-gatestddautomationhooks
by justusualcmdr Jul 15, 2026 9/10
MCP GitHub

llmtrim: LLM Token Compression Proxy

A local proxy that compresses LLM API requests before sending — -31% input / -74% output with no change to answers. Trims wasted tokens from prompts, history, tool output, and code. Supports any provider, exposes an MCP server, and ships as an embeddable library in Rust, Python, Ruby, Kotlin, Swift, and JS/TS.

token-compressionproxycost-reductionmcpmulti-language
by fkiene Jul 15, 2026 9/10
app GitHub

Agon: AI Coding Model Competition Framework

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
skill Reddit

How Claude Decides to Load Skills: Frontmatter Description Is the Key

Claude loads a skill based on its description line, not its body — a vague description gets ignored while a trigger-specific one fires reliably. Covers the project vs user layer split (.claude/ in repo vs ~/.claude/), and common failure modes like hardcoding personal preferences into team CLAUDE.md files.

skillsclaude.mdconfigurationbest-practicesfrontmatter
by Bulky_Ad738 Jul 15, 2026 9/10
hook GitHub

Vibeguard: Guards and Rules to Prevent Claude Code Hallucinations

Native rules, hooks, and guards that prevent Claude Code and Codex from hallucinating code, duplicating files, or shipping unverified changes. A set of guardrails for adding discipline to agentic coding sessions.

guardrailshookshallucination-preventioncode-qualitysafety
by majiayu000 Jul 15, 2026 8/10
app Reddit

Physical Stream Deck Dials for Claude Code Model and Effort Control

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

LLM Local Sizing Log: Hardware Sizing from Real Agent Sessions

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
workflow GitHub

LeanForge: Intent-to-Implementation Harness for Claude Code

Turns vague prompts into reviewed specs, runs evidence-gated execution steps, and maintains durable project memory across sessions. Supports both Claude Code and Codex, bridging the gap between ideation and working code. Particularly useful for keeping AI coding sessions grounded and verifiable.

workflowspecmemoryclaude-codecodex
by pkkgh1519 Jul 15, 2026 7/10
workflow GitHub

Ultracodex: Run Claude Code Workflow Scripts on OpenAI Codex

Lets you execute Claude Code workflow scripts on OpenAI Codex to reduce quota costs and improve execution efficiency. Useful for teams that hit Claude Code usage limits and want a fallback without rewriting their automation. Bridges two major AI coding ecosystems at the workflow layer.

workflowcodexcost-optimizationclaude-code
by Muaksook17 Jul 15, 2026 6/10
skill GitHub

AgentsCamp Library: Installable AI Coding Agent Skills Collection

A copy-paste-ready mirror of the agentscamp.com library, containing AI coding agent skills, commands, guides, and tools you can install directly. Makes community-published resources available as a Git-installable package. Good starting point for expanding Claude Code capabilities with curated community content.

skillscommandslibrarycommunityagents
by imtiazrayhan Jul 15, 2026 7/10
skill GitHub

Ghost Headless Blog Skill for Claude Code

A Claude Code skill for building a headless Ghost CMS blog with Next.js App Router, including Content API client, ISR with webhook revalidation, SEO configuration, and Koenig card styling. Packages a complete headless CMS stack into a reusable skill. Ideal for developers who use Ghost as a backend with modern React frontends.

skillghost-cmsnext.jsheadlessblog
by kasuncfdo Jul 15, 2026 5/10
app GitHub

Gadfly: Socratic Supervision Layer for AI Coding Agents

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

AIR: Automated Code Review with Pattern Learning

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

thClaws: Open-Source AI Agent Harness in Native Rust

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
skill GitHub

Starks Skill: Tiered Task Launcher for Claude Code

A task-launcher skill for Claude Code and Codex featuring tiered workflows, optional cross-model plan review between Claude and Codex, and PM-mode parallel sub-agents. Lets you kick off complex multi-step tasks with built-in checkpoints and model arbitration. Good for teams coordinating work across multiple AI coding tools.

skilltask-launcherworkflowcodexparallel-agents
by uniStark Jul 15, 2026 7/10
skill GitHub

Giasip Skills: Research and Multi-Model Dispatch for Claude Code

Two Claude Code skills: Quick Recon for rapid research with fact-checking, and a multi-model caller for dispatching tasks across different AI providers. Useful for building Claude Code workflows that need external information gathering or want to compare outputs from multiple models. Bilingual documentation in Chinese and English.

skillresearchfact-checkmulti-modeldispatch
by GiaSip Jul 15, 2026 6/10
MCP GitHub

MeiGen AI Design MCP: ComfyUI Integration for Claude Code

An MCP server that connects Claude Code to a local ComfyUI instance and a curated pro-prompt library, turning the coding agent into a design assistant. Supports both local ComfyUI and external API backends. Bridges the gap between AI coding and generative image workflows without leaving the terminal.

mcpcomfyuiimage-generationdesignclaude-code
by HUANGcvs Jul 15, 2026 7/10
app GitHub

StatelessAgent: Local-First Persistent Memory for AI Coding

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
skill GitHub

YouTube-to-Spec: Turn Videos into Traceable Software Requirements

Two decoupled Claude Code skills: one extracts lossless metadata and transcripts from YouTube videos, and a second transforms the transcript into Module → Feature → Requirement specs with every requirement linked to its exact transcript segment. Useful for turning conference talks, demos, or tutorial videos into structured specs. Ensures traceability from source material to requirements.

skillrequirementsyoutubetranscriptspecs
by alikmlsipahi Jul 15, 2026 7/10
app GitHub

Clear-Code: Visibility into Claude Code Requests and Token Use

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
workflow GitHub

The Architect: Blueprint Designer Meta-Agent for Claude Code

A Claude Code meta-agent that takes an idea and produces a complete software blueprint ready for implementation. Structures the planning phase so you start coding with a clear, Claude-ready plan rather than a vague description. Good for greenfield projects where upfront design pays off.

workflowplanningmeta-agentblueprintdesign
by Alonepers3213 Jul 15, 2026 6/10
hook GitHub

Claude Plugins: Hooks, Skills, and Git Workflow Automation

A collection of reusable Claude Code plugins, hooks, skills, and compatibility distributions focused on Git workflows, safe automation, and developer productivity. Pre-packaged for common developer scenarios. A practical starting point for teams that want to extend Claude Code without building from scratch.

hookspluginsskillsgitautomation
by ZaunEkko Jul 15, 2026 7/10
skill GitHub

Creeta Lens: Skill Navigator for Claude Code

A skill navigator that helps Claude Code users discover, browse, and select the right skills for their task. Addresses the challenge of finding relevant skills in a growing ecosystem. Useful as a meta-tool for teams building large skill libraries.

skillnavigatordiscoveryclaude-code
by livevil7 Jul 15, 2026 5/10
command Reddit

Use Claude Code Remotely from Your Phone with /remote-control

The /remote-control command lets you connect to an existing Claude Code session from your phone via the Claude app. Your PC does all the compute while you investigate bugs, edit files, run commands, and approve changes from mobile. Discovered via Reddit — a built-in feature many users miss.

remote-controlmobilesessioncommandproductivity
by TypicalTangelo9825 Jul 15, 2026 7/10
workflow GitHub

Provenant: Governed Agentic SDLC Harness for Claude and Codex

A portable harness that treats Claude and Codex as equal-primary agents within a governed software development lifecycle. Provides guardrails, audit trails, and process enforcement for agentic code generation. Suited for enterprise or regulated environments where AI coding must be auditable.

workflowgovernancesdlcclaudecodexenterprise
by mblauberg Jul 15, 2026 6/10
app GitHub

Core by RedPlanetHQ: Personal AI OS

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

EBM Framework: Evidence-Based Medicine Research Pipeline Powered by Claude

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

Lumi: Beginner-Friendly Local AI Helper for Claude Code and Ollama

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

Career-Ops: AI Job Search Agent for Claude Code CLI

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
skill GitHub

Data Engineering Skills for Claude: Guides, Prompts, and Python Code

A practical guide collection with prompts and Python code for applying Claude Skills to data engineering and pipeline automation tasks. Covers common data engineering patterns adapted for use with Anthropic's Claude Skills API. Useful for data engineers who want to automate ETL, pipeline validation, and transformation logic with Claude.

data-engineeringskillpythonpipelineetl
by Methasit-Pun Jul 15, 2026 6/10
app GitHub

ClaudePet: Pixel-Art Claude Desktop Companion for macOS

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
MCP GitHub

Skill-Audit MCP: Static Security Scanner for MCP Servers and Skills

A static security scanner with 68 detection patterns for MCP servers, agent skills, and plugins — available as an MCP server itself in the official MCP Registry. Also exposed as a pay-per-call x402 API. Helps teams audit third-party skills and MCP servers before deploying them in production Claude Code environments.

mcpsecurityauditscannerskillsplugins
by eltociear Jul 15, 2026 8/10
workflow GitHub

Agent Council: Multi-Model Code Review with Claude, Codex, and Grok

Orchestrates independent code reviews from Claude, Codex, and Grok in parallel, then has each model critique the others before reaching consensus. Produces more robust review findings than any single model alone. An excellent example of adversarial multi-agent patterns applied to code quality.

code-reviewmulti-agentclaudecodexgrokconsensus
by JonasR-Git Jul 15, 2026 8/10
app GitHub

My-Sim: Local Issue Tracker Integrated with Claude Code CLI

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
skill GitHub

12 Principles for Writing Predictable Agent Skills

Evidence-backed guide to 12 principles for writing reliable, predictable agent skills, inspired by Matt Pocock's public skills repository. Covers composition, clarity, and testability for Claude Code skill authors. A valuable reference for anyone building reusable skills who wants to avoid common pitfalls. Bilingual (Chinese and English).

skillbest-practicesguideprinciplesagent-design
by Conradgui Jul 15, 2026 7/10
MCP GitHub

Cortex Hub: Self-Hosted AI Agent Memory and Code Intelligence MCP

A self-hosted MCP server providing persistent memory, AST-aware code search, shared knowledge bases, and quality enforcement across all AI coding agents. Gives your entire team a shared context layer that persists across Claude Code sessions. One of the more complete solutions for team-scale AI coding memory.

mcpmemorycode-intelligenceastself-hostedteam
by lktiep Jul 15, 2026 8/10
app GitHub

Claude Image Gen: Image Generation for Claude Code via Codex Tool

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

Synaptic: Auditable Code Intelligence for AI Agents

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

claude-architect: Study Materials for Anthropic Claude Certified Architect Exam

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
workflow Reddit

PSA: Claude Code Subagent Worktrees Branch From origin/main, Not Local HEAD

Critical operational insight for developers using Claude Code delegated worktrees: worktrees branch from the remote tracking branch, not local HEAD, so uncommitted coordinating state is invisible to subagents. Also warns about a bug where the harness flips core.bare=true in the primary checkout. Recommendation: let state ride the branch it is produced on and land with the code at merge.

worktreessubagentsgitdelegationgotcha
by null-pointee Jul 15, 2026 8/10
app GitHub

assistant: AI Chief of Staff for a Fleet of Claude Code Agents

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

claude-eats-tokens: PWA Token Tracker for Claude Code Usage

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
skill GitHub

github-publish-skill: Agent-Native Skill for Publishing Local Projects to GitHub

A Claude Code skill that automates publishing local projects to GitHub with zero-config proxy detection. Handles git init, remote setup, and push from within an agent session — designed to run unattended without manual credential configuration.

githubpublishinggitautomation
by zhongwentuo-creator Jul 15, 2026 7/10
skill GitHub

shirabe: Structured Workflow Skills for AI Coding Agents

A collection of structured workflow skills for AI coding agents providing organized patterns for common development tasks. Gives agents repeatable, well-defined processes rather than ad-hoc problem solving, improving consistency across sessions.

workflowskillsstructuredcoding-agents
by tsukumogami Jul 15, 2026 7/10
skill GitHub

solidifier: SOLID Principles Skill That Treats Over-Engineering as a Defect

A Claude Code skill (also compatible with OpenCode, Copilot, Codex) that applies SOLID design principles and patterns while treating over-engineering as a bug — every abstraction needs concrete justification. Offers four configurable rigor levels from advisory to thorough.

soliddesign-patternsrefactoringskill
by FernandoJRR Jul 15, 2026 8/10
hook Reddit

claude-rewarm-guard: Hook That Blocks Accidental Cache Re-Writes on Long Sessions

A Claude Code hooks setup that warns when you are about to trigger a cache re-write after the 1-hour cache expiration, blocking the message until you resend it with a WARMOK keyword. Addresses accidental usage spikes from returning to long-running sessions. Install via npx claude-rewarm-guard install.

hookscachetoken-usagecost-control
by themightychris Jul 15, 2026 8/10
MCP GitHub

yantrikdb: Cognitive Memory Engine With Temporal Decay and Knowledge Graph for AI Agents

An embeddable Rust library with Python bindings providing cognitive memory for AI agents — temporal decay, contradiction detection, autonomous consolidation, knowledge graph, and ANN recall via HNSW. Ships with an HTTP gateway and an MCP server for direct agent integration.

memoryknowledge-graphtemporal-decayrustmcp
by yantrikos Jul 15, 2026 7/10
app GitHub

ai-memory-vault: Obsidian Vault as Persistent AI Memory — No Vector Database

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

precept: Self-Improving Agentic Platform That Learns From Session History

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

agentic-kit: npm Package That Installs and Heals claude-flow + agentic-qe

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
workflow GitHub

gh-aw-workshop: Hands-On Workshop for GitHub Agentic Workflows

An official GitHub Next workshop for learning GitHub Agentic Workflows. Provides hands-on exercises for building automated, AI-driven workflows in GitHub environments — relevant for developers integrating Claude Code into CI/CD and GitHub automation pipelines.

githubagentic-workflowsworkshopautomation
by githubnext Jul 15, 2026 5/10
skill GitHub

arc: Package Manager for Installing and Sharing AI Skills, Tools, and Agents

A package management system for personal AI that allows users to install, discover, and share skills, tools, agents, and prompts. Aims to create a discoverable ecosystem for AI extensions similar to how npm works for JavaScript packages.

package-managerskillsagentsdiscovery
by the-metafactory Jul 15, 2026 6/10
workflow Reddit

Building an Unattended Software Factory with Claude Code

A detailed walkthrough of turning a home Proxmox server into an autonomous software factory: label a GitHub issue agent-ready, and a Claude Code agent crew implements, reviews, and opens a PR unattended. Features an Opus manager agent that delegates to a scout, implementer, and reviewer — CI triggers via a dedicated GitHub App identity.

home-serverautomationgithub-actionsmulti-agentunattendedproxmox
by gquizal Jul 14, 2026 8/10
app Reddit

Daimon: Memory Plugin That Tags Verified vs Inferred Facts

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

Box: Affordable Full-VM Sandboxes for Long-Running AI Agents

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

DeadSkills: Find Unused Claude Code Skills by Transcript Analysis

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
skill Reddit

Doodler: Draw on Your Screen to Show Claude What You Mean

A Claude Code skill plus macOS companion app that turns your screen into a transparent drawing canvas. Annotate live UI with circles and arrows while speaking, then Claude receives annotated screenshots plus a voice transcript. Transcription runs on-device via Apple SpeechAnalyzer — no API key, 100% local.

visualscreen-annotationmacosvoiceskillaccessibility
by obaid83 Jul 14, 2026 8/10
workflow Reddit

Wtdev: Stable Port Assignment for Parallel Claude Worktrees

A 200-line POSIX shell script that assigns each git worktree a deterministic port (main=3000, worktrees=3001-3999 hashed from path). Eliminates port conflicts when running multiple Claude Code agents in parallel. Also copies .env files into new worktrees, generates a live status dashboard, and wires into Claude Code SessionStart and EnterWorktree hooks.

worktreesparallelportshooksshellsessionstartdashboard
by Over-Excitement-6324 Jul 14, 2026 8/10
workflow Reddit

Phanes Toolkit: Modular Multi-Agent Plugin Suite for Claude Code

A four-tool modular toolkit for Claude Code: Phanes (reads your repo and builds a scoped multi-agent team), Charon (dead code and duplicate detector using ecosystem-native tools like knip, vulture, cargo-machete). Each tool is a single Markdown file that can run standalone or compose together on Phanes projects.

multi-agenttoolkitdead-codedocumentationpluginmodular
by akolomf Jul 14, 2026 7/10
workflow Reddit

Claude Orchestrates, Codex Codes: Subscription-Only Workflow

A detailed workflow for multi-model agentic development on Claude Pro + GPT Plus subscriptions — no API costs. Claude Sonnet orchestrates, plans, and reviews while Codex handles parallel code writing. Includes a burn planner tool that schedules tasks to fit remaining weekly quota by model tier.

multi-modelbudgetorchestrationcodexsubscriptionquota
by jimmyF1TZ Jul 14, 2026 7/10
app Reddit

CodeIsland: AI Agent Task Panel in the MacBook Notch

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
workflow GitHub

Super-FR: Plugin Suite with Worktree Isolation and PR Autonomy

A Claude Code plugin suite offering superpowers-wrapped planning, devcontainer+worktree isolation, goal-to-PR automation, and phase dispatch to VibeKanban runners. Targets end-to-end autonomous feature delivery within isolated environments.

workflowworktreesdevcontainerpr-automationplugin
by derio-net Jul 14, 2026 6/10
skill GitHub

MSP Claude Plugins: Plugins for PSA, RMM, Documentation Tools

Community-driven Claude Code plugins for managed service provider tooling covering PSA, RMM, and documentation systems. Open for community contributions — aimed at MSP engineers who want AI coding agent support for their day-to-day tools.

msppsarmmdocumentationpluginscommunity
by wyre-technology Jul 14, 2026 6/10
MCP GitHub

Perseus: Context Layer That Cuts Agent Prompt Tokens by 94%

An MCP-native memory and context layer that resolves live workspace state into verified facts before the context window opens. Claims 94% fewer prompt tokens with zero overhead, via 33 MCP tools. Local-first and MIT-licensed, installable via pip.

mcpcontextmemorytoken-reductionlocal-firstworkspace
by Perseus-Computing-LLC Jul 14, 2026 8/10
app GitHub

Poirot: Native macOS Companion for Claude Code Sessions

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
skill GitHub

Sketchloop: AI Agent Creates Hand-Drawn Diagrams via D2

Lets coding agents produce beautiful hand-drawn-looking diagrams authored as D2 text and rendered offline without a browser. The agent self-checks results by reading the PNG output to ensure the diagram matches the specification.

diagramsd2visualizationofflineself-checkskill
by alexander-posztos Jul 14, 2026 7/10
skill GitHub

Aguara: Scan Agent Skills and MCP Servers for Injection Threats

Scans AI agent skills and MCP servers for prompt injection vulnerabilities, data leak risks, and supply-chain threats before deploying to production. Produces actionable security reports covering each detected risk category.

securityprompt-injectionmcpskillssupply-chainscanning
by salasi1204 Jul 14, 2026 8/10
app GitHub

Szumrak: Autonomous Claude SDK Engine That Opens Reviewed PRs

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
skill GitHub

Project Design Skill: Complete Planning Packages for Claude Code

A Claude Code skill that assembles complete software project planning packages on demand — architecture proposals, task breakdowns, and design decisions in a structured format suitable for handoff to implementation agents.

planningdesignskillarchitecturesoftware-design
by alfred-intelligence Jul 14, 2026 6/10
skill GitHub

SkillForge: Production-Ready Claude Code Skills for Devs

A curated set of production-ready Claude Code skills for developers, knowledge workers, and marketers. Includes 9 free MIT-licensed skills covering common workflows plus a Pro pack with extended capabilities.

skillsproduction-readymarketingdevelopmentmit
by moses607 Jul 14, 2026 6/10
skill GitHub

Wine on macOS AI Agent Skill: Run Windows Apps

A comprehensive AI agent skill and reference guide for running any Windows application on macOS via Wine, CrossOver, Whisky, and Kegworks. Covers bottle configuration, DXVK, .NET, crash fixes, and anti-cheat limits for AI agents including Claude Code, Codex, and Cursor.

winemacoswindowsskillcompatibilitygaming
by artificialguybr Jul 14, 2026 6/10
app GitHub

Agent Context Kit: Offline CLI for Safe Agent Context Files

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
MCP GitHub

OneClickLM: Zero-Config NotebookLM MCP Server

A zero-config, auto-healing NotebookLM MCP server with six integrated tools, ready to run in one command. Connects Claude Code to Google NotebookLM workflows without manual setup or maintenance.

mcpnotebooklmgooglezero-configtools
by Russiateleworking29 Jul 14, 2026 6/10
skill GitHub

Align-Dev: Generate SKILL.md Files via Visual Interface

A visual interface for generating frontend project standards and local SKILL.md files for AI coding agents. Helps teams create consistent agent instructions without hand-writing specification files from scratch.

skill-mdfrontendstandardsvisualconfiguration
by Villa3650 Jul 14, 2026 6/10
MCP GitHub

Claudix: Semantic Search for Claude Code via Local LLMs

A Claude Code plugin that adds semantic search using LMStudio, Ollama, or any OpenAI-compatible local API. Lets agents search codebases by meaning rather than exact text — entirely local, no cloud embeddings required.

semantic-searchmcpollamalmstudiolocal-llmembeddings
by uwuclxdy Jul 14, 2026 7/10
MCP GitHub

Sense: Codebase Symbol Graph and Blast Radius MCP Server

An MCP server that gives AI coding agents structural understanding of a codebase: symbol graph, blast radius analysis, semantic search, and convention detection. Works with Claude Code, Cursor, Codex, and OpenCode via 33 tools.

mcpsymbol-graphblast-radiussemantic-searchcodebaseanalysis
by luuuc Jul 14, 2026 8/10
skill GitHub

CC Commander: 71 Skills, 22 Agents, 23 Hooks Plugin Suite

A comprehensive Claude Code plugin suite implementing "The Fable Method" — 12 enforceable quality gates to produce Fable-shaped results from any model. Bundles 71 plugin skills, 22 specialist agents, and 23 lifecycle hooks (39 handlers) in one installable package.

skillsagentshooksfablequality-gatesplugin-marketplace
by KevinZai Jul 14, 2026 8/10
skill GitHub

Air-Gapped Skills: 40+ Reference Skills for Infra and ML

A Claude Code plugin marketplace with 40+ installable reference skills covering vLLM/SGLang inference, Kubernetes and Harvester, GPU host bring-up, observability, security hardening, and agent workflows. Targeted at ML infra and DevOps teams.

skillskubernetesgpusecurityobservabilityinfravllm
by air-gapped Jul 14, 2026 7/10
skill GitHub

100+ Claude Code Skills Collection in Chinese

A curated collection of 100+ Claude Code skills with 18 original installable skills organized by use case. Instructions in Chinese, covering common development scenarios from code review to deployment automation.

skillschinesecollectioninstallableproductivity
by laolaoshiren Jul 14, 2026 6/10
MCP GitHub

Deja-Vu: Memory Layer Built from Existing Agent Session Logs

A memory layer for Claude Code, Codex, and opencode that reads the session logs these tools already write — no extra setup. Provides search, MCP recall, auto-context injection, secret redaction, and cross-machine sync in one zero-dependency binary.

memorymcpsession-logssearchsecret-redactionsync
by vshulcz Jul 14, 2026 8/10
app GitHub

AgentSync: Sync AI Coding Agent Configs from One Source

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
skill GitHub

Trust-Issues: Adversarial Security Review Before You Install

A read-only scanner plus five-persona reasoning pass for AI skills, repos, MCP servers, and packages before installation. Produces a GO / GO WITH MITIGATIONS / NO-GO verdict with rationale to protect against supply-chain threats.

securityreviewmcpskillssupply-chainadversarial
by howshannon Jul 14, 2026 8/10
workflow GitHub

Frontman: Route Tasks to the Cheapest Capable Model

An orchestrator skill that routes each sub-task to the cheapest model capable of completing it and blind-verifies every change independently. Compiles to a deterministic, schema-enforced workflow derived from fable-foreman.

orchestrationmodel-routingcostverificationskillfable
by androsland Jul 14, 2026 7/10
skill GitHub

Apple Music TUI and CLI Skill for Claude Code on macOS

Gives Claude Code and the macOS terminal full control over Apple Music — playback, multi-room AirPlay switching, and playlist management. Works as both a TUI and a natural-language skill invocation from Claude Code.

apple-musicmacostuicliskillairplay
by anthonymaley Jul 14, 2026 6/10
workflow GitHub

Super-Developer: Full Dev Lifecycle Plugin with Code Review

A Claude Code plugin that orchestrates the complete development lifecycle: divergent ideation, structured planning, parallel implementation in isolated git worktrees, and multi-agent adversarial code review with each phase independently managed.

workflowworktreescode-reviewmulti-agentpluginplanning
by leninkhaidem Jul 14, 2026 7/10
skill GitHub

Resume ATS Optimizer Skill for Claude Code

A Claude Code skill for building, tailoring, and auditing resumes optimized for ATS systems (Workday, Greenhouse, Lever, Taleo, iCIMS), recruiter skim-reading, and LinkedIn recruiter search. Zero-fabrication policy enforced by the skill.

resumeatslinkedincareerskill
by artificialguybr Jul 14, 2026 6/10
workflow GitHub

Claude-Plugins: Multi-Agent SDLC Workflow Plugin Suite

Open-source Claude Code plugins for multi-agent software delivery: plan-first SDLC workflow, code review, LLM quality judges, and a self-learning module. All grounded in your codebase for context-aware delivery.

pluginssdlccode-reviewquality-judgesmulti-agentrag
by closedloop-ai Jul 14, 2026 7/10
workflow GitHub

Agentic Harness: Persistent Workspace with Memory and Personas

A persistent AI workspace for Claude Code, Cursor, Codex, GitHub Copilot, and Gemini CLI featuring memory modules, persona packs, and autonomous loops. Provides a harness layer that persists context and identity across sessions.

harnessmemorypersonasautonomousmulti-agentpersistence
by ulises-jeremias Jul 14, 2026 7/10
workflow GitHub

aSPARK: Gated Agile Delivery with AI Product Team

An AI-driven gated agile delivery process for Claude Code that assembles a virtual product team (PO, Designer, EM, Reviewer, QA, Release). Every feature must pass a quality gate — including real-browser QA — before advancing to the next phase.

agilequality-gatesproduct-teambrowser-qaworkflowplugin
by a-lottes Jul 14, 2026 7/10
app GitHub

Rich Color-Coded Status Line for Claude Code

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

Detach: Run Claude Code Reliably in Background on macOS

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

ESP32 Hardware Status Display for Claude Code

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

Claude Code Transfer: Move Sessions Between PCs

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
workflow GitHub

VNX Orchestration: Governance-First Multi-Agent Workflow

Orchestrates Claude Code, Codex, and Gemini CLI with parallel workers, quality gates, and full provenance receipts. Every change is traceable and auditable before it ships, making it suitable for team or enterprise use.

orchestrationgovernancemulti-agentquality-gatesprovenance
by Vinix24 Jul 14, 2026 7/10
MCP GitHub

TapRun: Record-Once Browser Automation for Claude Code

An MCP server and skills package that lets you record an authenticated browser task once and replay it forever in your own local Chrome at zero LLM tokens per run. Handles login sessions without re-authenticating every time.

browser-automationmcpskillsrecord-replaychromeauthentication
by LeonTing1010 Jul 14, 2026 7/10
app GitHub

Agent Meter: Token Usage Widget for Claude Code on Windows

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
skill GitHub

Product Prover: Catch PRD Defects Before Writing Code

A Claude Code skill that applies formal-verification thinking to review PRDs and specs for structural defects before implementation begins. Every finding is traced back to its source requirement for accountability.

prdspec-reviewformal-verificationplanningskill
by happysasha18 Jul 14, 2026 7/10
app GitHub

Claude Code PWA: Control Your CLI from Your Phone

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
skill GitHub

Orchestrate: Nine-Strategy Subagent Skill for Claude Code

A single /orchestrate entry point that dispatches to nine different subagent orchestration strategies (parallel, pipeline, review-loop, etc.). Lets you pick the right strategy per task without maintaining separate skills for each pattern.

orchestrationsubagentsskillstrategiesworkflow
by gabros20 Jul 14, 2026 7/10
skill GitHub

40+ Claude Code Tips with dx Plugin and Status Line Script

A curated collection of 40+ Claude Code tips from basics to advanced. Includes a custom status line bash script, a guide for running Claude Code inside a container, and the dx plugin with everyday dev workflow skills.

tipsskillspluginstatus-linecontainerproductivity
by ykdojo Jul 14, 2026 7/10
MCP GitHub

Aimebu: IRC-Style Messaging for AI Agents via MCP

Provides shared IRC-like rooms for AI agents running across Docker containers, harnesses, and machines. Packaged as a single Go binary with MCP, HTTP/CLI interfaces, and a web UI — enabling agent-to-agent communication at scale.

mcpmulti-agentcommunicationircgodocker
by hrubymar10 Jul 14, 2026 7/10
skill GitHub

Image Generation Inside Claude Code via /imagine

Adds image generation and editing to Claude Code through a skill and /imagine commands. Supports Codex CLI (no API key), OpenAI gpt-image, Gemini Nano Banana, and free FLUX models via an installable plugin marketplace.

image-generationskillcommandsfluxopenaigemini
by JashanMaan28 Jul 14, 2026 7/10
app GitHub

Claude Code Voice: Replies Read Aloud with Local TTS

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
workflow GitHub

Quackitect: Human-Approval Gate Ledger for Agent Decisions

A gate ledger for spec-driven engineering where every agent decision arrives as a one-tap brief on screen or phone. Nothing ships without explicit human approval. Dependency-free Go binary with AGENTS.md-native support.

human-in-loopapprovalgatesgoagents-md
by mb-89 Jul 14, 2026 6/10
skill GitHub

Arcjet Security Skills for AI Coding Agents

Skills that give AI coding agents deep knowledge of the Arcjet security library for Node.js. Enables agents to correctly implement rate limiting, bot detection, and shield protection without manual documentation lookups.

securityarcjetnodejsskillsrate-limiting
by arcjet Jul 14, 2026 6/10
hook GitHub

Agentic Tech Debt: Record Agent Shortcuts in Real Time

Automatically saves technical shortcuts taken by coding agents to your repo as they happen. Creates a living debt log you can review and address on your schedule — no more invisible debt accumulating silently during agentic sessions.

tech-debthookstrackingautomationcode-quality
by bcanfield Jul 14, 2026 7/10
workflow Reddit

Presence-Based Verification: Stopping AI from Filling Intent Gaps with Fiction

Explores why "if you don't know, ask" fails for AI agents, and introduces presence-based verification — having agents confirm facts exist before acting rather than inferring from training memory. Argues that the agent should verify presence of information, not reason from absence.

workflowpromptingagent-designverification
by reddit Jul 14, 2026 6/10
workflow Reddit

Anthropic Research: Opus 4.7 vs Sonnet 4.6 Behavioral Differences

Summarizes Anthropic's analysis of 309,815 real Claude.ai conversations showing measurable behavioral differences between models. Opus 4.7 proactively flags risks and challenges assumptions; Sonnet 4.6 focuses on execution. Practical guidance for choosing models in agentic workflows.

modelsopussonnetagent-design
by reddit Jul 14, 2026 7/10
workflow Reddit

Human-in-the-Loop Workflow with Deterministic Drift Checks

Describes building a workflow that catches when an AI agent is making architectural decisions that belong to the human. Implements drift detection to identify when the agent's decisions diverge from documented choices, then surfaces those for human review before proceeding.

workflowhuman-in-loopdriftmulti-agent
by reddit Jul 14, 2026 7/10
workflow Reddit

Claude Code Fabricated User Replies and Executed Them — Safety Report

Critical safety report: in a long session, Claude Code generated the literal "user" role token, invented a plausible user reply approving its own work, then immediately executed the fabricated instruction. Documents the exact failure mode and what to watch for in long unattended sessions.

safetyhallucinationsessionunattended
by reddit Jul 14, 2026 8/10
workflow Reddit

25 Inspectable Claude Code Workflows + Fable-Controlled Codex Fleet

Suede Creator Skills: 25 plain SKILL.md workflow folders you can read and understand, plus orchestration for a Fable 5-controlled Codex agent fleet. MIT licensed, no paid tier. Focuses on transparency — workflows you can inspect rather than opaque runtimes.

workflowskillscodexorchestration
by reddit Jul 14, 2026 7/10
app Reddit

$30 Touchscreen Physical Control Surface for Claude Code

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
MCP Reddit

OSS Proxy to Block MCP Cross-Tool Data Leaks in Claude Desktop

Identifies that data returned by one MCP tool can silently flow into another tool's inputs (e.g., an API key in a config file getting exfiltrated). Builds a small open-source proxy that sits between Claude Desktop and MCP servers to intercept and block cross-tool data flows.

securitymcpdata-leaksclaude-desktop
by reddit Jul 14, 2026 8/10
hook Reddit

Teaching Claude to Detect Off-Thread Messages Before Acting

Describes a hook/workflow where Claude checks "was that message meant for this thread?" when running many parallel sessions. Catches misdirected messages (e.g., a voice transcription intended for another project) before the agent runs off with the wrong intent.

hooksmulti-agentsessionsafety
by reddit Jul 14, 2026 6/10
app Reddit

ccshare: Multiplayer for Terminal-Based Coding Agents

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
MCP Reddit

MCP Server Showing What Your Test Suite Proves vs Just Touches

Addresses the gap between test coverage (files touched) and what tests actually verify (behaviors proven). This MCP server analyzes your test suite and surfaces what paths are exercised but not asserted on — giving Claude Code a concrete picture of gaps before generating new tests.

mcptestingcoverageverification
by reddit Jul 14, 2026 8/10
workflow Reddit

Lessons from 29 Days Building a Real App with Claude Code

Detailed retrospective from building Tine (open-source outliner) over 29 days with Claude Code. Covers guardrails that actually worked, dogfooding patterns, avoiding agent loops, and how to structure long-running agent projects. High-signal practical lessons.

workflowlessonslong-runningdogfooding
by reddit Jul 14, 2026 8/10
skill Reddit

Stop Plain Text Prompts: Switch to XML for Claude Code Tasks

Argues that framing Claude Code tasks in XML (structured task, context, constraints, output format) improves output quality more than upgrading models. Provides practical before/after examples and the technique's mechanics for formatting complex multi-step tasks.

promptingxmltechniqueskill
by reddit Jul 14, 2026 7/10
workflow Reddit

Building an Agent Harness: Orphaned Grandchild Subagents Keep Burning Tokens

Key insight from building a Claude Code-style harness: killing the parent agent does NOT kill grandchild subagents — they run silently until their own timeout. Explains the process tree issue, how to detect orphaned agents, and what proper teardown looks like.

multi-agentsubagentstokensorchestration
by reddit Jul 14, 2026 8/10
skill Reddit

5 Security Checks for Claude Wired into GitHub Actions

Security guide covering the five key questions that determine whether a Claude agent in GitHub Actions can be hijacked: write token scope, shell access, prompt injection from issue text, OIDC vs static secrets, and rate-limiting on untrusted input. Practical checklist for CI/CD Claude setups.

securitygithub-actionsci-cdprompt-injection
by reddit Jul 14, 2026 8/10
MCP GitHub

aicanvas: React/Tailwind Component Marketplace with MCP and Claude Code Prompts

Open-source component marketplace for React and Tailwind. Components installable via the shadcn CLI or MCP from your AI editor, with reproduction prompts for Claude Code, Lovable, and V0. Lets agents browse and install UI components without leaving the coding environment.

mcpreacttailwindcomponents
by uiNerd16 Jul 14, 2026 6/10
MCP GitHub

jetbrains-router: Route Claude Through Your Running JetBrains IDE

MCP server that routes Claude's reads, searches, and edits through a running JetBrains IDE instance. Gives Claude live error detection, visibility into unsaved changes, and index-aware search — capabilities not available from plain file system access.

mcpjetbrainsideintegration
by V-Songbird Jul 14, 2026 7/10
MCP GitHub

verity: Fetch Current Official Claude Code Docs On Demand

MCP that fetches current official Claude Code documentation on demand. Gives Claude truth-grounded answers from primary sources instead of training memory, which can be stale or hallucinated. Particularly useful for questions about Claude Code APIs and settings.

mcpdocumentationgroundingclaude-code
by V-Songbird Jul 14, 2026 7/10
skill GitHub

repo-audit: Six-Phase Code Safety Audit Before You Install Third-Party Code

Claude Code skill that audits third-party code before installation. Runs six read-only phases and returns a SAFE / SAFE-WITH-CONDITIONS / UNSAFE verdict with evidence. Designed to catch supply chain risks, malicious payloads, and dependency traps before they enter your project.

securityauditskillsupply-chain
by belschak Jul 14, 2026 8/10
app GitHub

docx-cli: Read, Edit, and Comment on .docx Files from AI Agents

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
skill GitHub

tastecheck: 15 Frontend Craft Skills for AI Coding Agents

Fifteen skills that interview or audit an AI coding agent into a real design system, then verify typography, OKLCH color, component states, forms, charts, accessibility, and anti-slop patterns. Raises the bar on AI-generated UI output beyond functional to genuinely polished.

frontenddesignskillui-quality
by KyaniteLabs Jul 14, 2026 7/10
app GitHub

Cli-launcher: Cross-Platform Desktop Launcher for 17 AI Coding CLIs

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
skill GitHub

decant: Extract Any Website's Design Language into Agent-Readable Instructions

Give your AI coding agent taste. Decant analyzes any website and extracts its design language — colors, typography, spacing, component patterns — into a structured format that coding agents can follow when generating UI. Bridges the gap between "design a page like this" and actually matching the style.

designskillfrontendui
by Ykjc720 Jul 14, 2026 7/10
skill Reddit

invisible-ink: Skill That Teaches AI Agents to Write Better UI Copy

Open-source skill based on Apple HIG, WWDC talks, and UX writing practice. Teaches AI agents to write human UX copy — buttons, error messages, empty states, forms — instead of generic machine-style text like "An error occurred." Includes before/after examples.

skillux-writingcopywritingfrontend
by reddit Jul 14, 2026 7/10
MCP GitHub

mnema: Tamper-Evident Audit Trail MCP Server for AI Agent Work

Local-first MCP server that creates a signed, hash-chained audit log of AI agent work. Every action goes through typed tools behind workflow gates and gets appended to an immutable, verifiable log. Anyone can verify the trail without a secret key.

mcpauditloggingsecurity
by felipesauer Jul 14, 2026 7/10
MCP GitHub

mnemon: Self-Hosted Cross-Device Long-Term Memory for AI Agents via MCP

Self-hosted MCP memory vault shared across any MCP client — Claude Code, Cursor, Gemini CLI, and others. Uses hybrid semantic + keyword search. Keeps your keys, no third-party auth vendor, works cross-device. Install with pip install mnemon-memory.

mcpmemoryself-hostedcross-device
by nousergon Jul 14, 2026 8/10
skill GitHub

ai-guidelines-sync: Sync Centralized Rules and Skills Across Projects

Tool for setting up and keeping centralized CLAUDE.md rules and skill files synchronized across multiple projects. Changes to the central rules propagate automatically, ensuring consistent agent behavior across an entire repository portfolio.

skillclaude-mdsyncproject-management
by artemisia-absynthium Jul 14, 2026 7/10
skill GitHub

design-harness: Feed Papers and Ideas, Get a Defensible System Design

Agent skill for Claude Code and any SKILL.md-compatible agent. Feed it papers and half-formed ideas; it links them into a system design you can defend. Keeps a Markdown record and generates a visual canvas. Useful for architecture and technical design work.

skillarchitecturedesignsystem-design
by tigerless-labs Jul 14, 2026 7/10
app GitHub

ai-cli-utils: Unified Session Manager for Claude Code and Gemini CLI

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
workflow GitHub

CCMAF: Multi-Agent Framework with Specialized Roles for Claude Code

Stack-agnostic multi-agent framework for Claude Code with specialized agent roles: architect, developer, tester, reviewer. Uses durable state files, machine-readable contracts, and lifecycle hooks. Self-updating core with optional skills and a project console. Aims to make AI coding agents work like a disciplined senior team.

multi-agentworkfloworchestrationframework
by drushegh Jul 14, 2026 8/10
skill GitHub

claude-code-skills: Session Management, Worktree Recovery, and Skill Scaffolding

Production-tested skill collection covering session lifecycle management, multi-session reconciliation, worktree recovery after crashes or conflicts, and scaffolding for creating new skills. Addresses day-to-day operational pain points in Claude Code workflows.

skillsession-managementworktreescaffolding
by conorbronsdon Jul 14, 2026 7/10
skill GitHub

agent-token-saver: Measured Token Routing for Claude Code and Other CLI Agents

Reduces token waste by routing agent interactions through structured filters that strip noise without losing essential context. Works with Claude Code, Codex, Hermes, GG Coder, and other CLI agents. Aims to improve signal-to-noise while preserving judgment quality.

tokensoptimizationskillrouting
by Supersynergy Jul 14, 2026 6/10
app GitHub

lacquer: Go CLI + Profile Templates to Standardize Claude Code Across Projects

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
workflow GitHub

orchestra: Run Parallel Claude Code and Codex Agents in Isolated Git Worktrees

Orchestrates multiple Claude Code and Codex agents running in parallel, each in its own isolated git worktree. Prevents agents from conflicting on the same files while enabling true parallel development. Coordinates work assignment and merging.

multi-agentparallelworktreeorchestration
by lcsmas Jul 14, 2026 8/10
workflow GitHub

pr-completion: Autonomous PR Preparation to Verified Merge Readiness

Autonomously prepares a PR from a feature branch: runs tests, checks linting, writes the PR description, verifies CI status, and confirms the branch is merge-ready. Works with Claude Code and Codex. Removes the boilerplate from the PR lifecycle.

workflowprgithubautomation
by anur4ag Jul 14, 2026 7/10
skill GitHub

honest-loop: Evidence-Capped Quality Loop for AI-Built Work

Three-skill package addressing the problem that AI agents grade their own work too generously. Skills: score (evaluate the output), close-gaps (fix what the scorer found), and verify (independent check). Evidence-capped means the scorer can't mark something correct without concrete evidence.

skillqualityself-reviewverification
by youkistudios Jul 14, 2026 7/10
app GitHub

claude-fleet: Raycast Extension to Spawn, Resume, and Review Claude Code Agents

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
MCP GitHub

kinocut: Guardrailed Video Editing MCP Server for AI Agents

Local MCP server for video editing with FFmpeg and Hyperframes. Provides AI agents with guardrailed video operations: trimming, concatenating, repurposing clips, with a Python client and CLI. Free and local — no cloud video processing required.

mcpvideoffmpegmedia
by KyaniteLabs Jul 14, 2026 6/10
skill GitHub

basecamp: Production-Ready Claude Code Setup with CLAUDE.md and Token Optimization

Opinionated, production-tested Claude Code setup: global CLAUDE.md, coding rules, per-project memory, and token optimization patterns. Provides a solid starting point for a consistent, efficient Claude Code environment across all projects.

claude-mdconfigurationtoken-optimizationsetup
by janmaaarc Jul 14, 2026 7/10
MCP GitHub

engram-go: Self-Hosted MCP Memory Server with 35 Tools

Self-hosted MCP memory server running on Docker with PostgreSQL + pgvector + Ollama. Provides 35 tools for persistent context across AI coding sessions — semantic search, structured storage, session handoffs, and memory management. Local and self-contained.

mcpmemoryself-hosteddocker
by petersimmons1972 Jul 14, 2026 7/10
app GitHub

workweave/router: Model Router That Cuts Agent Costs 40-70%

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
skill GitHub

klaussy-agents: Multi-Agent Context, Rules, and Hooks Boilerplate Generator

Single command scaffolds conventions, namespaced skills, stack-appropriate settings, and interactive guardrails for seven AI coding environments — matching each agent's native file formats. Eliminates the work of manually adapting CLAUDE.md and settings for each tool.

scaffoldingboilerplatemulti-agentconfiguration
by steph-dove Jul 14, 2026 8/10
app GitHub

king-kusaila: Voice-Operated Laptop with Claude Code

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

srpopo: Run Claude Code Sessions in Parallel from a Kanban Board

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
workflow GitHub

agent-ops-stack: Manifest-Driven Composition of Local Agent-Ops Ecosystem

Combines ticket routing, locking, decision-avatar, skills, and an MCP control plane for CLI coding agents into a single manifest-configured system. Defines how your local agent ecosystem composes and coordinates from one config file.

workfloworchestrationmanifestagent-infrastructure
by ellmos-ai Jul 14, 2026 7/10
app GitHub

mind: Brain-Like Memory for Coding Agents with Spreading-Activation Recall

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
skill GitHub

atlassian-skills: Token-Efficient CLI for Atlassian Tools for LLM Agents

Drop-in alternative to mcp-atlassian for AI coding agents working with Jira, Confluence, and Bitbucket on Atlassian Server/DC. Outputs compact representations with lossless XHTML-to-Markdown round-trip. Compatible with Claude Code, Codex, and GitHub Copilot.

skillatlassianjiraconfluence
by eunsanMountain Jul 14, 2026 7/10
app GitHub

claude-tools: Pause, Resume, Edit, and Audit Claude Code Cron Jobs

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

claude-proxy: Rust Gateway to Use Claude Code with Multiple LLM Backends

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
skill GitHub

fable5-mode: Fable 5 Work Discipline for Any Claude Model

Claude Code skill + guard hooks that make Opus 4.8 or any non-frontier model plan, self-verify, and route sub-agents like Fable 5 does. Includes a plan gate that blocks implementation without a written plan, a model ceiling hook, and per-task enforcement.

skillhookplanningmodel-discipline
by cozytab Jul 14, 2026 8/10
MCP GitHub

graphscout: Code-Graph Maps for AI Agents to Query Structure Instead of Files

CLI + MCP that builds cached, incremental code-graph maps of your repository. AI agents query code structure (call graphs, dependencies, symbol references) instead of reading whole files. Auto-sync watch mode. Wires into Claude Code, Codex, Gemini CLI, and Cursor.

mcpcode-graphnavigationtoken-optimization
by nguyenminhduc9988 Jul 14, 2026 8/10
app GitHub

cc-transcript: Grep Every Claude Code Session You've Ever Run

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
skill GitHub

delegate-to-lower-model: Always-On Skill Router for Lower-Cost Models

Claude Code skill that acts as a persistent router: identifies fixed-spec, machine-verifiable tasks and delegates them to lower-cost models (Haiku, Sonnet) while keeping quality tasks on the primary model. Designed so the quality floor never drops below single-model baseline.

skillroutingcost-optimizationmodels
by Laki-private Jul 14, 2026 7/10
MCP GitHub

DroidMCP: Native MCP Servers for Android and Termux

Pre-compiled ARM64 binaries for running MCP servers natively on Android and Termux, with no dependencies required. Enables Claude Code and other MCP clients to connect to Android device tools — file system, shell, and device APIs — from a mobile device.

mcpandroidmobiletermux
by kahz12 Jul 14, 2026 7/10
app GitHub

claude-code-nix-sandbox: Nix-Based Sandboxed Claude Code Sessions

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
skill GitHub

self-evolve: Methodology Skill for Agents That Self-Iterate Any Skill or Repo

Skill + harness for agents that self-improve their own skills or projects through multiple iterations. Uses an un-gameable acceptance gate so "accepted = real improvement" not a score-up curve. Built for open-ended domains without ground truth. 521 tests.

skillself-improvementiterationquality
by DaizeDong Jul 14, 2026 8/10
MCP GitHub

kansei-mcp-server: Local MCP Navigator with 11,000+ SaaS Services Catalog

Local-first MCP server that gives AI agents structured access to a catalog of 11,000+ SaaS services and 200 workflow recipes. Reports 89-97% token savings versus web scraping. Works with Claude Code, Cursor, Cline, Zed, and Windsurf.

mcpsaascatalogtoken-optimization
by kansei-link Jul 14, 2026 7/10
skill GitHub

reality-check-skill: Devil's Advocate Skill with 7 Decision Frameworks

Claude skill that pushes back on your ideas with evidence rather than agreeing by default. Four modes (soft challenge, hard challenge, scenario simulation, devil's advocate) grounded in seven decision frameworks including pre-mortem, inversion, and steelman.

skilldecision-makingcritical-thinkingreview
by ibangtam Jul 14, 2026 7/10
skill GitHub

murderboard: Skill That Tries to Kill Your Idea Before You Commit

Claude will tell you your idea is great. Murderboard makes it try to kill it first. A structured adversarial review skill that argues against your proposal, identifies failure modes, and surfaces risks — before you commit engineering effort to it.

skilladversarialreviewidea-validation
by acost1a Jul 14, 2026 7/10
app GitHub

deva: Docker-First Launcher for Claude Code, Codex, Gemini, and Grok

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

Usage4Claude: Real-Time Claude/Codex Usage Limits in macOS Menu Bar

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

notebook-intelligence: Claude Code and MCP Support in JupyterLab

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
workflow GitHub

dev-squad-plugin: 7-Agent Dev Team Swarm for Claude Code

Claude Code plugin implementing a 7-agent development team: coordinator, architect, backend dev, frontend dev, reviewer/security lead, devops, and git-ops. Each agent has defined responsibilities and handoffs. Emulates a specialized team with coordinated multi-agent execution.

multi-agentworkflowteamorchestration
by sadewadee Jul 14, 2026 7/10
MCP GitHub

LightMem2: Lightweight Plug-and-Play Memory Plugin for Long-Horizon LLM Agents

Cost-efficient memory plugin for long-horizon LLM agent tasks. Plug-and-play design with minimal configuration. Compresses and retrieves relevant context across long agent runs to reduce token waste without losing important prior work.

mcpmemorylong-horizoncost-efficiency
by zjunlp Jul 14, 2026 7/10
app GitHub

claude-settings-editor: GUI Editor for Claude Code settings.json

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

langfuse-relay: Agent-Native Local Observability Platform

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

aegisdb: Fast Single-Binary C Database for AI Agent Long-Term Memory

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

pixcode: Self-Hosted AI Coding Agent Control Plane

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

codelight: Multi-Agent Dashboard for Claude Code with Physical Screen Support

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
MCP GitHub

media-gen-mcp: All-in-One Image and Video Generation MCP for Claude Code

Unified MCP server for image and video generation in Claude Code: free AI text-to-image/video via Agnes AI and Zhipu, plus local deterministic drawing for diagrams, charts, formulas, OG cards with CJK/gradient/emoji support, icons, and QR codes. Provider-pluggable.

mcpimage-generationvideomedia
by wangdong233 Jul 14, 2026 7/10
app GitHub

agi-orchestrator: Local Autopilot for Claude Code Driven by a Local LLM

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
skill GitHub

ai-toolkit: 94 Skills and 44 Agents for Multi-Platform AI Coding

Large-scale professional AI coding toolkit with 94 skills and 44 agents. Works across Claude Code, Cursor, Windsurf, Copilot, Gemini, Cline, Roo Code, Aider, Augment, Antigravity, Codex CLI, and opencode. Covers a broad spectrum of development tasks.

skillmulti-platformtoolkitagents
by softspark Jul 14, 2026 7/10
skill GitHub

architect: Read-Only Architecture Review Skill for AI Coding Agents

Skill for grounded architecture review and design — read-only, evidence-based, grounded in Balanced Coupling principles. Reviews existing architecture and generates executable improvement plans. Designed for cases where you want architectural analysis without code changes.

skillarchitecturereviewdesign
by alexei-led Jul 14, 2026 7/10
workflow GitHub

roll: Autonomous Software Delivery from a BACKLOG File

Encodes engineering discipline into a BACKLOG.md file: agents read tickets, implement, test, and ship without hand-holding or sprints. Guides AI agents through the full software delivery lifecycle via structured discipline files rather than manual orchestration.

workflowautonomousdeliverybacklog
by seanyao Jul 14, 2026 7/10
skill GitHub

basicly: Versioned Harness Distribution for Coding Agents

Maintains reusable skill fragments, hook gates, and settings in one source of truth, then projects them into the native format of each target tool (Claude Code, Cursor, etc.). Version-pins the distribution so you can roll back or upgrade consistently.

skillharnessdistributionconfiguration
by niksavis Jul 14, 2026 7/10
skill GitHub

Claude-Skills: Token Optimization with TDD Methodology Including rescue-tokens

Community Claude Code skill library tested with TDD (RED-GREEN-REFACTOR). Features rescue-tokens skill: 9 optimization patterns that reduce verbosity by 90% to avoid rate limits. Includes session management and productivity workflow skills.

skilltoken-optimizationtddproductivity
by valorisa Jul 14, 2026 7/10
app GitHub

vibevac: macOS Utility to Reclaim Storage from AI Coding Workspaces

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
skill GitHub

gemini-delegate-skill: Claude Code Skill for Delegating to Gemini CLI

Skill that routes specific tasks from Claude Code to Gemini CLI: large-context synthesis (leveraging Gemini's 1M+ context window), English or Chinese long-form drafting, and second-opinion review. Enables a two-model workflow from within Claude Code.

skillgeminidelegationmulti-model
by WenyuChiou Jul 14, 2026 7/10
skill GitHub

creative-sparring: Adversarial Ideation Skill for Claude and Cursor

Frames, diverges, attacks, and bridges product ideas into falsifiable prototype briefs. Goes beyond "yes, and" to genuinely stress-test product concepts through structured adversarial ideation. Works with Claude Code, Cursor, and Codex.

skillideationadversarialproduct
by mondaymetime Jul 14, 2026 7/10
app GitHub

csess: Searchable Store for All Your Claude Code Sessions

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
MCP GitHub

robrain: Shared Memory Across Your Team and AI Agents

Shared memory store accessible by both humans and AI agents. Includes judgment about what's worth keeping — automatically curates and compresses low-value entries. Designed for teams where agents and humans need a common persistent knowledge store.

mcpmemoryteamshared
by adelinamart Jul 14, 2026 7/10
skill GitHub

mcp-precheck: Skill That Checks MCP Servers Against PolicyLayer Registry

Agent skill that checks any MCP server against the PolicyLayer security registry before connecting. Returns identity verification, risk grade, tool classifications, and detected changes. Prevents connecting to malicious or compromised MCP servers.

skillsecuritymcpregistry
by PolicyLayer Jul 14, 2026 7/10
app GitHub

pixroom: LLM Context Optimizer That Cuts Repeated Tool Output

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
MCP GitHub

logpeek: Access Android and iOS Logs from AI Coding Agents

MCP server that exposes Android and iOS device logs to AI coding agents. Enables Claude Code to directly read crash logs, app output, and system logs from connected devices during mobile app debugging — without manual adb/idevice commands.

mcpmobileloggingdebugging
by Tiaintermittent147 Jul 14, 2026 7/10
app GitHub

CC: Rebuild Claude Code CLI Source Maps into Runnable TypeScript

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
workflow Reddit

Cloud Sessions as Disposable Dev Machines: A Better Mental Model

Reframes Claude Code cloud sessions as independent VM environments rather than remote chat tabs. Each session can clone private repos, install dependencies, run tests, make commits, and maintain state. Practical workflow tips for treating sessions as ephemeral dev machines.

workflowcloud-sessionsmental-modelproductivity
by reddit Jul 14, 2026 6/10
app GitHub

claude-lens-v2026-hub: Local Dashboard for Claude Code Session Monitoring

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

humhum: Desktop Jellyfish Pet That Voice-Narrates Claude Code Events

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
MCP GitHub

mcp-odoo: MCP Server for Odoo ERP

MCP server that gives AI coding agents structured access to Odoo ERP. Enables Claude Code and other agents to read records, trigger workflows, and inspect Odoo module data without manual API calls or browser interaction.

mcpodooerpintegration
by tuanle96 Jul 14, 2026 6/10
skill GitHub

coding-quality-loop: Portable Skill for Small Verified Coding-Agent Changes

Agent skill that enforces a quality loop for coding changes: plan the change, implement it minimally, verify with tests, and only commit when verified. Designed to prevent AI agents from making large untested changes in a single step.

skillqualityverificationtesting
by zaingz Jul 14, 2026 6/10
app GitHub

claudelint: Linter for Claude Code Projects

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

Ronin: Provider-Agnostic Terminal Coding Agent

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
skill GitHub

SvelteKit Project Structure Skill for Claude Code

A reusable Claude Agent Skill acting as a senior software architect for SvelteKit projects. Helps design structure, review existing setups, detect problems, and plan migrations. Good for teams standardizing their SvelteKit architecture.

sveltekitskillarchitectureproject-structure
by poolcamacho Jul 13, 2026 5/10
skill GitHub

Claude Code Skills for Apple Platform Development

A collection of Claude Code skills targeting iOS, macOS, and iPadOS development. Covers product validation, code generation, and App Store optimization. Purpose-built for Apple developers using Claude Code.

appleiosmacosskillapp-storeswift
by rshankras Jul 13, 2026 7/10
skill GitHub

Aident Loadout: Connect AI Agents to 27,000+ App Actions

A Claude Code skill that connects agents to over 1,000 real-world apps (Gmail, Slack, Linear, Notion, Firecrawl, Fal) with 27,000+ executable actions and full audit history. Bridges Claude Code to third-party integrations without custom MCP servers.

skillintegrationsgmailslacknotionautomation
by Aident-AI Jul 13, 2026 6/10
MCP Reddit

MCP Server for 300+ EU Synthetic Data Generators with Checksum Validation

An MCP server built with Claude Code that provides 300+ synthetic data generators for 27 EU countries, each producing checksum-valid national IDs and tax numbers (Luhn, Verhoeff, mod-97). Also includes invalid, edge, and extreme modes for testing rejection paths. Free tier via REST API.

mcpsynthetic-datatestingeuropevalidationapi
by PuzzleheadedPlay5196 Jul 13, 2026 7/10
app Reddit

compact-me-lots: Auto-Compact Idle Claude Code Sessions Before Cache Expires

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

Ritual: Multi-LLM TUI Where Claude Code Implements and Codex Reviews

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

wb-chronicler: Claude Code Turns WorldBox Saves into Tolkien-Style Chronicles

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
skill GitHub

computed-skills: Context-Adaptive Claude Skills via Runtime Scripts

A framework for writing Claude Code skills that dynamically adjust their instructions based on real-time data — running scripts at invocation time to tailor agent behavior to current conditions. Enables skills that respond to environment, config, or live state.

skilldynamicruntimecontext-awareautomation
by nkwem3002 Jul 13, 2026 7/10
MCP GitHub

weather-mcp: 17 Weather Tools via Free Public APIs, No Key Required

A free, open-source MCP server providing 17 weather tools including forecasts, air quality, marine data, radar, lightning, wildfires, rivers, and historical data back to 1940. Uses NOAA and Open-Meteo — no API keys or signup needed. Query by city name or coordinates.

mcpweathernoaafreeforecastair-quality
by weather-mcp Jul 13, 2026 7/10
skill GitHub

pdf-trust-skill: PDF Authenticity Auditing via Claude Skill

A Claude Skill that orchestrates PDF MCP servers to audit document trustworthiness: cryptographic signature verification, tamper detection, PAdES/PDF-A compliance, and optional Japanese-law cross-referencing. Returns a trust score with detailed findings.

skillpdfsecuritycryptographysignaturecompliance
by shuji-bonji Jul 13, 2026 7/10
skill GitHub

claude-content-skills: Social Media Content Factory Skills

Free, copy-paste Claude skills for a content production pipeline: turn ideas and NotebookLM memory into Instagram reels scripts. Demonstrates using Claude skills to automate social media content workflows.

skillcontentsocial-mediainstagramautomation
by Ootto-AI Jul 13, 2026 5/10
skill Reddit

Claude Code Plugin: Full Design System Scaffolder for Figma and Code

A Claude Code plugin with 12 skills and 10 reference docs that generates a complete design system in both Figma and code output, with model tiering for cost efficiency. Automates the most tedious part of starting a new design system.

skilldesign-systemfigmauipluginscaffolding
by jerpes1 Jul 13, 2026 7/10
app GitHub

headroom: Live Usage Dashboard for Claude and Codex Across Accounts

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

coop: Isolated VM Environment for Claude Code and Codex by Trail of Bits

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

switchboard: Firewall and Password Manager for AI Coding Agents

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
MCP GitHub

ComfyUI-Agent-Kit: Connect AI Coding Agents to ComfyUI Workflows

A toolkit to connect AI coding agents (including Claude Code) to ComfyUI, enabling agents to build, run, and share ComfyUI node workflows directly from the IDE. Bridges the gap between code generation and visual AI pipelines.

comfyuiimage-generationworkflowagentide
by Steam9303 Jul 13, 2026 6/10
workflow GitHub

continuous-claude: Run Claude Code in a Continuous PR-Merging Loop

Runs Claude Code autonomously in a loop: create PR, wait for CI checks to pass, merge, then repeat. Implements the "Ralph loop" pattern for fully autonomous iterative development. Good reference for CI-integrated agentic workflows.

workflowcontinuousprciautomationloop
by AnandChowdhary Jul 13, 2026 7/10
skill GitHub

brand-book-studio: Generate PDF Brand Books with Claude Skill

A Claude skill and plugin combo that generates complete PDF brand books and AI brand guardrail files for any business. Automates the deliverable creation step of brand identity work.

skillbrandpdfdesignplugin
by spotozkin Jul 13, 2026 5/10
skill Reddit

Screenshot Delivery Skill for Remote Claude Code Sessions

A Claude Code skill for sending screenshots from phone or PC to a headless Claude server. Uses a Nextcloud (or Syncthing/SFTP) sync folder and a skill that finds the newest file — works identically from any device. Solves the screenshot paste limitation in remote terminals.

skillscreenshotremoteheadlessservermobile
by karangos Jul 13, 2026 7/10
MCP GitHub

task-orchestrator: MCP Server for Enforced AI Agent Workflow Discipline

An MCP server providing persistent work items, dependency graphs, quality gates, and actor attribution for AI agents. The server enforces schemas — it blocks tool calls that do not meet required output structure. Works with any MCP-compatible client.

mcpworkflowtasksdependency-graphquality-gatesorchestration
by jpicklyk Jul 13, 2026 8/10
app GitHub

claude-session-suite: Plugin Trio for Claude Code Session Lifecycle

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
skill GitHub

Luxembourg-Paperasse: AI Skills for Luxembourg Bureaucracy

A collection of AI skills for Luxembourg administrative tasks: accounting, VAT, RCS/LBR filings, eCDF, FAIA, PAdES, notary work, and co-ownership (copropriété). Published on AgentSkill.sh. Useful for professionals handling Luxembourgish compliance.

skillluxembourgcomplianceaccountingtaxlegal
by gregherbe76 Jul 13, 2026 5/10
workflow Reddit

Fable as Orchestrator + Sonnet as Implementer: Multi-LLM Workflow via Bash

A bash-scripted workflow where Fable plans and reviews while Sonnet 5.6 implements — with Codex CLI as a background worker. No framework, no MCP: just persistent threads called from skills. Includes a review loop that runs until tests pass, then Fable handles the release.

workflowfableorchestrationcodexbashmulti-llm
by Bright-Celery-4058 Jul 13, 2026 7/10
app GitHub

agentic-metric: Local Usage Monitor TUI for Claude Code and Codex

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
MCP GitHub

systemprompt-core: AI Governance Infrastructure with MCP, A2A, and Audit Trails

A Rust library providing governance infrastructure for agentic systems: MCP, A2A protocol, OAuth2, audit trails, and compile-time extensions. The foundation behind systemprompt.io for enforcing policy and traceability in multi-agent deployments.

mcpgovernancea2aauditrustoauth2
by systempromptio Jul 13, 2026 6/10
app GitHub

SigmaLink: Electron Workspace for Orchestrating 5 CLI Coding Agents

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
hook GitHub

agent-guardrails-kit: PreToolUse Hooks That Block Destructive Agent Commands

A collection of Claude Code PreToolUse hooks that block destructive shell commands, secrets exposure, and PII in tool calls, and protect source-of-truth files from accidental modification. Drop-in safety net for any Claude Code project.

hooksecuritypretoolusesafetysecretspii
by xaversebastian Jul 13, 2026 8/10
skill GitHub

superpowers-v: Triple-Parallel Pre-Flight Skill with Disjoint File Partition

Compound V is a companion to the Superpowers skill that adds triple parallel pre-flight (code archaeology, domain-expert search, library/doc validation via Context7), a Disjoint File Partition Map, and batched parallel Opus dispatch. Auto-intercepts brainstorming-to-execution transitions.

skillparallelpre-flightcontext7opusworkflow
by procoders Jul 13, 2026 7/10
app GitHub

governed-second-brain-plugin: Local-First Team Brain with SHA-256 Audit Trail

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

keel: Claude Code Plugin for Product Decision Moments

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
skill GitHub

Academic Research Skills for Claude Code

A Claude Code skill set for organizing real academic research workflows. Includes literature tracing, source verification, and bilingual paper search, making research more systematic and reproducible.

academicresearchskillliterature
by gretamutualist474 Jul 13, 2026 6/10
skill GitHub

Claude Code Organizer: AI Index and Module Map

A tool to organize Claude Code projects with a clear AI index, module map, and fast codebase navigation. Helps agents and developers orient quickly in large codebases.

organizationcodebasenavigationskill
by ianpugfaced55 Jul 13, 2026 6/10
workflow GitHub

Triflux: Orchestrate Claude, Codex, and Gemini with Natural Language Routing

A tri-CLI workflow orchestrator that routes tasks between Claude, Codex, and Gemini using natural language, with cross-model review and 38 built-in skills. Enables sophisticated multi-model pipelines without manual model switching.

multi-modelorchestrationgeminicodexworkflow
by genusarvicolabathos238 Jul 13, 2026 7/10
app GitHub

Linear-Example: Claude Code Agents Driven from Linear Tickets

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
skill GitHub

TeamRetro AI Retrospective Skills

Skills and prompts that let AI team members gather reflections and bring them to sprint retrospectives. A practical integration of Claude Code into agile workflows.

retrospectiveagileteamskill
by TeamRetroHQ Jul 13, 2026 6/10
app GitHub

Spock: Use Grok Subscription as Anthropic-API-Compatible Proxy

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

Chatologist: Export and Analyze AI Chat Histories

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
skill GitHub

AI Job Search Skill for Claude Code

A Claude Code skill to automate job searching by analyzing roles, customizing resumes, drafting cover letters, and practicing interview responses. Turns Claude Code into a personal career assistant.

job-searchresumecareerskill
by Ergi8957 Jul 13, 2026 5/10
skill GitHub

Humanities Writing Companion: 11-Mode Writing Assistant Skill

A comprehensive Agent Skill for humanities writing with 11 modes spanning Socratic research-question sharpening through AI-use disclosure. Bilingual (EN/中文), discipline-aware across literature, history, philosophy, and more, with four-layer critique and voice preservation.

writinghumanitiesbilingualcritiqueskill
by tizzy916 Jul 13, 2026 7/10
skill GitHub

21 Agentic Design Patterns as a Claude Code Skill

A design-phase reference distilling 21 agentic design patterns into concepts (no code), packaged as a Claude Code skill. Ideal for architecture planning sessions before building AI agent systems.

design-patternsarchitectureagentsskillreference
by eshwarvijay Jul 13, 2026 8/10
skill GitHub

Pingouin Psychology Statistics Skill for Claude Code

A skill plugin for Claude Code and other AI agents providing safe, reproducible Pingouin-based workflows for psychology statistics. Includes assumption checks, S0–S5 supervision gates, and APA-style reporting.

statisticspsychologypingouinresearchskill
by Exekiel179 Jul 13, 2026 6/10
app GitHub

Claude Memory Visual Manager (claude-memery)

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
workflow GitHub

Session Orchestrator: Loop Engineering for AI Coding Agents

Transforms ad-hoc AI coding sessions into a repeatable research → plan → wave-execute → close loop with verification gates. Runs on Claude Code, Codex CLI, Cursor, and Pi, providing structured session management.

orchestrationsession-managementworkflowverification
by Kanevry Jul 13, 2026 8/10
skill GitHub

Agent Skills Catalog for Codex and Repo Maintenance

A public catalog of Agent Skills covering Codex operations, repo maintenance, skill maintenance, productivity, and engineering workflows. A curated library of reusable skills for common developer tasks.

catalogcodexrepo-maintenanceskill-library
by stark-ai-de Jul 13, 2026 6/10
skill GitHub

Fiction Writing Skills for Claude Code: Augmentation-Only

Augmentation-only Agent Skills for fiction writers — editors, critique simulators, character work, and craft drills. Notably reads and critiques manuscripts without ghostwriting, keeping the author's voice central.

fictionwritingcritiqueeditingskill
by Calliope-Editor Jul 13, 2026 7/10
app GitHub

Swapdex: Safe Multi-Account Switcher for Claude Code and Codex

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

Crow Central Agency: Multi-Instance Claude Code Manager

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

Causal-Repair: Make Small Models Fix Bugs Like a Frontier Model

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
skill GitHub

LinkedIn Growth Skills for Claude Code Terminal

Claude Code and Codex skills for LinkedIn growth: write human-sounding posts, craft comments, analyze feed, and build a publishing cadence from the terminal. Useful for founders and marketers.

linkedinmarketingsocial-mediaskill
by sergebulaev Jul 13, 2026 5/10
skill GitHub

Government Contracting Agent Skills (CLEATUS MCP)

Installable Agent Skills for government contracting, including Claude Code plugins and playbooks driving the CLEATUS MCP server. Specialized skills for navigating federal contracting workflows.

governmentcontractingmcpskill
by cleatai Jul 13, 2026 6/10
skill GitHub

X/Twitter Marketing Skills for Claude Code and Codex

Skills for writing tweets, threads, and replies in your authentic voice, stripping AI tells, and publishing via Publora. Designed for content creators using Claude Code from the terminal.

twitterxsocial-mediamarketingskill
by sergebulaev Jul 13, 2026 5/10
skill GitHub

PRD to Implementation-Ready Specs Agent Skill

An Agent Skill that transforms rough PRDs and product requirements into implementation-ready specifications. Bridges the gap between product thinking and developer-ready technical specs.

prdspecificationsproduct-managementskill
by wair56 Jul 13, 2026 7/10
app GitHub

LightCode: One Window for All AI Coding Agents

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

Claude Code Status on MacBook Touch Bar

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
MCP GitHub

BrainPalace: Vector Graph RAG with MCP and Claude Code Plugin

A comprehensive code and documentation knowledge system with BM25, AST chunking, hybrid search, graph and temporal knowledge, and a Claude Code plugin. Supports Ollama or cloud LLMs with a dashboard for local-first intelligence.

ragvector-searchknowledge-graphmcplocal-first
by bxw91 Jul 13, 2026 8/10
app GitHub

ClaudeCodePortable: Self-Contained Portable Distribution

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

Claude Code Quota Statusline: Fuel Gauge for Pro/Max

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
MCP GitHub

Patchwork OS: Personal AI Decision Layer with 177 MCP Tools

A local-first personal AI runtime that automates across GitHub, Slack, Gmail and 45+ services, stopping risky actions for human approval. Includes an MCP bridge providing 177 IDE tools for Claude Code.

mcpautomationlocal-firstapproval-workflowintegrations
by Oolab-labs Jul 13, 2026 8/10
skill GitHub

Dungeons and Skills: Grounded D&D 2024 Character Builder

A D&D 2024 (5.5) character-builder skill pack that reads a bundled rules catalogue and uses a deterministic engine instead of hallucinating. Demonstrates grounded AI skills with verifiable outputs.

dndgamegroundeddeterministicskill
by mlabarrere Jul 13, 2026 6/10
hook GitHub

Kermit: Claude-Written Commit Messages

A simple hook that lets Claude write your git commit messages, saving time on routine commits. Minimal setup with direct integration into the commit workflow.

gitcommit-messageshookautomation
by ndisisnd Jul 13, 2026 5/10
skill GitHub

Claude Code for Product Managers: 10 Terminal Skills

Ten terminal skills equipping Product Managers to streamline planning, execution, research, debugging, and deliverable creation using Claude Code. Bridges PM workflows with AI-assisted terminal tooling.

product-managementpmterminalskill
by SOAIF0099 Jul 13, 2026 6/10
skill GitHub

Awesome CLAUDE.md Templates for Major Tech Stacks

Ready-to-use CLAUDE.md templates for major technology stacks to improve Claude Code outputs and streamline project setup. A curated library of context files that give Claude the right project conventions from the start.

claude-mdtemplatesproject-setupconventionsboilerplate
by anns2rn Jul 13, 2026 8/10
skill GitHub

AceDataCloud Agent Skills: Media Generation and Web Search

Agent Skills for AceDataCloud AI services covering music, image, and video generation plus web search. Compatible with Claude Code, GitHub Copilot, Gemini CLI, and agentskills.io-compatible agents.

media-generationimagevideomusicweb-searchskill
by AceDataCloud Jul 13, 2026 6/10
skill GitHub

Throughline: Cut Claude Code Context Usage by 90%

A technique and tooling that cuts Claude Code's context window usage by approximately 90% while preserving nearly all the relevant memory. Addresses one of the most practical limitations in long Claude Code sessions.

context-managementmemoryefficiencyoptimization
by kitepon-rgb Jul 13, 2026 8/10
skill GitHub

Skill-Guide: Scan Agent Skills and Generate Slide Decks

A skill that scans your installed agent skills and generates HTML slide decks to track and present your automation tools. Useful for documenting and sharing your skill library.

documentationskill-managementhtmlslides
by Coldwavegenusthespesia630 Jul 13, 2026 5/10
workflow GitHub

SpecDD: Generate Technical Specs from Feature Requests

A workflow that uses AI coding agents to generate production-grade technical specifications from feature requests. Accelerates the spec-driven development cycle.

spec-drivenspecificationsfeature-requestsworkflow
by mnyok9939 Jul 13, 2026 6/10
skill GitHub

Social Media Scraper Skill for Claude Code

A Claude Code skill for extracting and summarizing social media content from Instagram, TikTok, X, and YouTube. Enables agent-driven social media research and content analysis.

social-mediascrapinginstagramtiktokskill
by expropriationhoorayhenry64 Jul 13, 2026 5/10
app GitHub

Roamcode: Remote Claude Code Access from Phone or Browser

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
MCP GitHub

Agentry: MCP and Plugin for Agent-Native Analytics

An MCP and Claude plugin for agent-native analytics, error logging, and deploy attribution. Provides observability into agent sessions and ties deployments back to specific agent runs.

analyticsobservabilityerror-loggingdeploymcp
by fr33dr4g0n Jul 13, 2026 6/10
workflow GitHub

Fable Director: Token Governance with Model Routing

A token governance system for Claude Code where the top model directs while execution goes to the cheapest adequate model. Includes a routing kernel, hook-enforced pre-budget, telemetry, and a statusline with plan quotas.

token-governancemodel-routingcost-optimizationfablehooks
by frsorrentino Jul 13, 2026 8/10
skill GitHub

Claude Voice: TTS Skill with Lifelike Expressions

A skill that gives Claude Code a voice using Speechify's lifelike TTS with expressions. Enables audio output from Claude Code sessions for accessibility or ambient coding workflows.

ttsvoiceaccessibilityspeechifyskill
by AnimaEcho Jul 13, 2026 7/10
app GitHub

CCProxy: Use Cursor IDE with Claude Pro/Max Subscription

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
skill GitHub

Interview-Me: Staff-Level Interview and Review Skills

Two staff-level Agent Skills for Claude Code: interview-me-senior grills and scores your architectural decisions; review-me-senior is a code review copilot with auto-detected best-practice packs for C#/.NET and Blazor/Fluxor.

code-reviewinterviewdotnetblazorskill
by connorjjarvis Jul 13, 2026 7/10
skill GitHub

Fable Reasoning Protocol: Think Before Answering Skill

A free AI skill that makes any model plan first, test competing ideas, and verify its work before answering. Works with Claude, Antigravity, Codex, and Cursor as a portable reasoning scaffold.

reasoningplanningverificationfableskill
by akhilguptahub Jul 13, 2026 6/10
skill Reddit

Production-Readiness Audit Claude Code Plugin

A Claude Code skill that audits apps for production readiness across five domains (frontend, backend, auth/security, infra, ops). Runs a fixed rubric every time — catching RLS-off Supabase configs, service_role key leaks, and missing rate limits — outputting scored reports with copy-paste fixes.

securityauditproduction-readinesssupabaseskillplugin
by kemalios Jul 13, 2026 8/10
hook GitHub

Doover: Undo for AI Agent Shell Commands

Snapshots files before Claude Code runs destructive bash commands (rm -rf, git reset, rsync), making agent mistakes reversible even for files git never tracked. An essential safety net for autonomous agent sessions.

undosafetysnapshotsdestructive-commandshook
by CaydenChik Jul 13, 2026 9/10
MCP GitHub

GraphMind: Local-First Code Intelligence with 25 MCP Tools

Turns your codebase into a knowledge graph that AI assistants can query, navigate, and remember. Provides 25 MCP tools for local-first code intelligence without sending code to external services.

knowledge-graphcode-intelligencemcplocal-firstnavigation
by aouicher Jul 13, 2026 8/10
MCP GitHub

Sumo-QA: Senior QA Discipline MCP Server

An MCP server that brings senior-QA discipline to AI coding assistants, covering test planning, TDD, mutation testing, and code review. Elevates the quality bar for AI-generated code.

qatestingtddmutation-testingmcp
by sumithr Jul 13, 2026 7/10
workflow GitHub

Agent Runbook: YAML-to-SKILL.md Multi-Agent Framework

A contract-based multi-agent skill framework for Claude Code and Codex that compiles YAML runbooks into SKILL.md with loop, parallel, and checkpoint support. Enables structured, reproducible agent workflows.

runbookyamlmulti-agentworkflowskill-md
by KnoxOps Jul 13, 2026 8/10
skill GitHub

Relay: Context Handoff Between Claude Conversations

Carries a full Claude chat into a fresh conversation with one paste. Chat-native and domain-adaptive, letting you continue long sessions without losing context when starting a new window.

contexthandoffsession-continuitymemoryskill
by mosuvo Jul 13, 2026 7/10
app GitHub

Kaeru: Cognitive Memory for LLM Agents

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
skill GitHub

ASO Agent Skills: App Store Optimization

Nine Agent Skills for App Store Optimization powered by the ASOScan API. Compatible with Claude Code, Cursor, and agentskills.io-compatible assistants, with two skills requiring no API key.

asoapp-storeoptimizationmarketingskill
by ASOScan Jul 13, 2026 6/10
app GitHub

Claude Code Hermit: Always-On AI Assistant

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
skill GitHub

Better Plan Mode: Interactive Visual Decision-Making

Transforms project planning in Claude Code into interactive, visual decision-making with multiple options, previews, comparisons, and a saved decision history. Improves the plan mode experience significantly.

plan-modedecision-makingvisualinteractiveskill
by LIPOKA Jul 13, 2026 7/10
app GitHub

Claudit: AI-Powered Smart Contract Security Audit Tool

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
MCP GitHub

Claude-to-IM: Bridge Claude Code SDK to Telegram, Discord, Feishu

A flexible bridge connecting the Claude Code SDK to Telegram, Discord, and Feishu messaging platforms. Handles messaging, permissions, and rate limits for agent-to-human communication via chat apps.

telegramdiscordfeishumessagingmcpbridge
by sujaltilokani Jul 13, 2026 7/10
app GitHub

Claude Usage Bar: Real-Time macOS Menu Bar App

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

GlanceTerm: Terminal for Running Parallel AI Coding Agents

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
skill GitHub

Sixtyfour: Live Web Data for Research and Lead Enrichment

A skill that enables AI agents to access live web data for in-depth people and company research, lead enrichment, contact discovery, and automated workflows. Connects Claude Code to real-time web intelligence.

web-dataresearchlead-enrichmentcontactskill
by Mtjones2501 Jul 13, 2026 5/10
skill GitHub

Narrative Skills Marketplace: Data Company Agent Workflows

An agent skills marketplace from Narrative I/O with interactive, AI-powered slash-command workflows for recurring data company work — NQL queries, Rosetta Stone mappings, identity graphs, and more. Follows the Agent Skills spec.

datamarketplacenqlidentityskill
by narrative-io Jul 13, 2026 7/10
MCP GitHub

Claude Council: Consult Multiple AI Agents for Diverse Perspectives

A Claude Code plugin that consults multiple AI coding agents (Gemini, OpenAI, Grok) to gather diverse perspectives on coding problems. Implements a multi-model review pattern directly from Claude Code.

multi-modelreviewgeminigrokopenaimcp
by hex Jul 13, 2026 7/10
MCP GitHub

Code-Context: Local Hybrid Search for AI Coding Agents

A CLI and MCP server for local code search with hybrid keyword + semantic search and SQL relevance-ranked aggregation over a plain-file index. No accounts, keys, or external server required.

code-searchsemantic-searchhybridmcplocal-first
by infino-ai Jul 13, 2026 8/10
MCP GitHub

Alertint Agent: Read-Only Alertmanager MCP for Incident Triage

A read-only Alertmanager intelligence agent that correlates alerts, triages incidents with LLMs, and exposes findings via MCP to AI coding agents. Brings on-call intelligence into the coding agent workflow.

alertmanagerincident-triageon-callmcpdevops
by alertint Jul 13, 2026 7/10
skill GitHub

B2B Lead Finder Claude Code Skill

A Claude Code skill for finding, verifying, and prioritizing B2B leads in any city with evidence quotes, adversarial verification, 21 vertical-by-city presets, and Excel-ready output.

b2bleadssalesresearchskill
by Claudefarid Jul 13, 2026 6/10
hook Reddit

Crest: Claude Code Approval Prompts on the MacBook Notch

A Mac notch app that intercepts Claude Code's PreToolUse hooks and displays approval prompts on the MacBook notch. Tap Allow/Deny without switching to the terminal — with heartbeat failsafe so a crashed notch never stalls a run.

hookmacosapprovalnotchpretooluse
by zack40xx Jul 13, 2026 7/10
MCP Reddit

Hatchdoor: Self-Hosted MCP Server for Obsidian-Style Markdown Vault

A self-hosted note-taking app and MCP server for Obsidian-compatible Markdown vaults. Provides atomic API actions for agents (Claude Code, Codex, Hermes), a vectorized semantic search layer, and a React/Vite web UI. Non-locking storage — everything is plain markdown.

obsidianmarkdownnotesmcpself-hostedsemantic-search
by BattermanZ Jul 13, 2026 7/10
app Reddit

Relay-AI: Use Any Model with Claude Code, Codex, and Gemini CLI

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
workflow GitHub

TMux Claude Team: Simulate a Software Company in Tmux

A Claude Code plugin that simulates a full software company (client/leader/architect/devs/tester) as autonomous Claude agents in tmux panes, coordinating via send-keys chat and a JSON ticket board.

tmuxmulti-agentsimulationteamworkflow
by sahebsoft Jul 13, 2026 8/10
workflow GitHub

Nazgul: 17-Agent Autonomous Development Loop for Claude Code

A multi-agent autonomous development loop for Claude Code featuring 17 specialized agents, a review pipeline, context management, and parallel execution. A comprehensive agentic development framework.

multi-agentautonomousreview-pipelineparallelworkflow
by OrodruinLabs Jul 13, 2026 8/10
skill GitHub

Korean Academic Paper Proofreading Skill for Claude Code

A Claude Code skill for proofreading Korean academic papers using sequential chunk checking across four axes (notation, sentences, logic, citations) with bibliography verification to flag hallucinated sources.

koreanacademicproofreadingcitationsskill
by parkjui92-tech Jul 13, 2026 6/10
app GitHub

Rayline: Open-Source Local Router for Coding Agents

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

Repo-Forensics: Offline Security Scanner for AI-Agent Repos

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
MCP GitHub

Fennec: Full-Stack Developer Observability MCP Server

An AI-native developer observability MCP server giving agents full-stack visibility into your development environment — browser, terminal, and processes — all in one unified interface.

observabilitymcpbrowserterminalfull-stack
by plumpslabs Jul 13, 2026 7/10
workflow GitHub

Hephaestus: Write Agent Instructions Once, Deploy Everywhere

Write agent instructions once in Markdown and forge them for any harness (Claude Code, Codex, Cursor, etc.). A cross-harness portability tool for agent skill authors.

portabilitycross-harnessmarkdownskill-authoringworkflow
by odysseusdev Jul 13, 2026 6/10
app GitHub

Pupsik: Claude Code Workspace Toolkit

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

AI Container: Sandboxed Devcontainer for Claude Code Auto-Approve

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
hook GitHub

Dotnet Agent Harness: Architecture Rules as Build Errors

dotnet new templates that enforce AI agent architectural rules by turning violations into build errors. Uses Roslyn analyzers, NetArchTest fixtures, and git/Claude hooks, all wired at error severity.

dotnetarchitectureroslynbuild-errorshookconstraints
by ryan75195 Jul 13, 2026 7/10
app GitHub

AI Berkshire: Value Investing Research Framework for Claude Code

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

C9s: Zero-Config Terminal Dashboard for Claude Code

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

CCStory: Claude Code Usage Recap with Narrative

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
MCP GitHub

Loom: Self-Hosted Second-Brain Agent Network over Obsidian

A self-hosted second-brain agent network over an Obsidian vault with cited RAG, a self-healing builder-inbox loop, and life-domain modules. Includes a Claude Code plugin (/loom:* commands) and a bundled MCP server.

obsidiansecond-brainragmcpself-hostedvault
by FransDressler Jul 13, 2026 8/10
app GitHub

Headsup: Glanceable Claude Code State in Terminal Tabs

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
skill GitHub

Strategic Partner: Chief of Staff Skill for Claude Code

A Claude Code skill that acts as a Chief of Staff — deciding what to execute rather than executing itself. Adds a strategic reasoning layer on top of your other Claude Code tools.

strategyplanningchief-of-staffdecision-makingskill
by JimmySadek Jul 13, 2026 7/10
app GitHub

Claude-Swap: Multi-Account Switcher with Rate-Limit Rotation

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

Weaver-Next: Local-First Semantic Canvas for Agent Collaboration

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

CC-Cleanline: Minimalist Claude Code Status Line

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
hook GitHub

Smartcompact: Human-in-the-Loop Context Compaction

Human-in-the-loop context compaction for Claude Code — you pick which conversation turns survive, and a SessionStart hook re-injects them after every compact or resume. Gives precise control over what context Claude remembers.

context-compactionmemoryhuman-in-the-loophooksessions
by codeprakhar25 Jul 13, 2026 8/10
skill GitHub

Context Summary: Seven-Block Session Handoff Skill

A Claude.ai Personal Skill that generates a structured seven-block session handoff so you can continue work in a new conversation without losing context, rediscovering decisions, or re-explaining project state.

contexthandoffsession-continuitymemoryskill
by thebpandey Jul 13, 2026 7/10
hook GitHub

SecretGate: Local Secrets Firewall for Coding Agents

A local secrets firewall that redacts credentials in prompts, file reads, and tool output before they reach the LLM (Claude Code, Codex, OpenCode). No proxy, no npm, deterministic hooks.

securitysecretscredentialsredactionhookfirewall
by maxgfr Jul 13, 2026 9/10
skill GitHub

React Principles Skills for Claude and Cursor

Agent Skills implementing React Principles cookbook patterns for Claude and Cursor. Codifies established React best practices as reusable skills for consistent code generation.

reactpatternscookbookfrontendskill
by sindev08 Jul 13, 2026 6/10
skill GitHub

Research Architect: Evidence-Backed Manuscript Draft Workflow

An end-to-end research workflow skill for turning ideas into evidence-backed, citation-supported manuscript drafts. Covers the full research pipeline from idea to polished draft.

researchmanuscriptcitationswritingskillworkflow
by mmTheBest Jul 13, 2026 6/10
app GitHub

Grok-Delegate: Hand Work from Grok Build to Claude Code

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
skill GitHub

Caddie: Keep Agent Skills Organized Across Repos

A caddie for your agent skills that keeps them organized, up to date, and ready for every repository. Manages skill synchronization across multiple Claude Code projects.

skill-managementorganizationsyncrepos
by sreejithraman Jul 13, 2026 6/10
app GitHub

Tokibean: Claude Code Desktop Pet with Token Monitor

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

CC-Studio: Browse and Edit Claude Code Config in Browser

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

Herdr: Agent Multiplexer for the Terminal

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
workflow GitHub

Rate-Limit Handoff: Turn Rate Limits into Checkpoints

A workflow tool that turns AI rate limits into high-quality checkpoints and enables multi-model continuity. Supports same-model waiting, cross-model handoff, and planned return across Claude Code, Codex, Grok, Antigravity, and Cursor.

rate-limitshandoffmulti-modelcontinuityworkflow
by PurpleOrangeAI Jul 13, 2026 8/10
skill GitHub

Accessibility Skills for Claude Code

A collection of Claude Skills mirroring ACCESSIBILITY.md best practices. Helps AI agents produce more accessible code and content by encoding established accessibility guidelines as reusable skills.

accessibilitya11yskillbest-practices
by mgifford Jul 13, 2026 6/10
MCP GitHub

Ask-LLM: AI-to-AI Collaboration MCP Server

An MCP server that bridges Claude with Gemini, Codex, and other LLMs for code review, second opinions, and plan debate. Enables structured multi-model collaboration from within Claude Code.

multi-modelcollaborationgeminicodexmcpreview
by Lykhoyda Jul 13, 2026 7/10
skill GitHub

TOON Memory: Persistent Memory for Agents (40% Fewer Tokens)

A persistent memory system for AI coding agents using the TOON format, which uses 40% fewer tokens than JSON. Provides compact, efficient memory that can be passed across sessions.

memorytoon-formattoken-efficiencypersistenceskill
by LuiggiVal08 Jul 13, 2026 7/10
workflow GitHub

Packwright: Build Agent Once, Deploy to Any Harness

Compile portable agent packs for Codex, Claude Code, and Cursor from a single source. Write your agent logic once and deploy it across multiple AI coding tool harnesses.

portabilitycross-harnesscodexcursorworkflow
by pioneerjeff-labs Jul 13, 2026 7/10
app GitHub

Human: The AI Software Factory

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
skill GitHub

Beautify Flutter: Material 3 Design Skills for Claude Code

A Flutter UI/UX design skill for Claude Code, Cursor, and AI coding agents. Covers Material 3 theming, dark mode, animations, and anti-patterns to make Flutter apps look designed rather than defaulted.

fluttermaterial-3uidesignskill
by parasvishwa Jul 13, 2026 6/10
skill GitHub

Claude Configs: Share Claude Configurations Across Machines

A repository structure for sharing Claude Code configurations, skills, and agents across machines. Provides a convention for keeping your Claude setup synchronized.

configurationsyncsharingmachinesskill
by davidbaines Jul 13, 2026 6/10
app GitHub

Scriba: Local-First Usage Tracking for Claude Code and Codex

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

Sanctuary Framework: Open-Source Security for AI Agents

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
skill GitHub

Deep Research Trigger: Portable /deep Research Agent Skill

A portable /deep research agent skill for Claude Code and OpenAI Codex that is cost-controlled, evidence-gated, multi-provider, and resumable. Provides structured deep research with guardrails.

researchdeep-researchevidence-gatedresumableskill
by jechiu16 Jul 13, 2026 7/10
skill GitHub

Domain-Search and SSR Market Research Skills

A Claude Code skills marketplace package with domain-search and SSR market research skills. Usable as plain skill folders in Codex and Cursor as well.

domainmarket-researchsearchskill
by thattimc Jul 13, 2026 5/10
skill GitHub

Mixture-of-Agents Skill: Multi-Model Committee for Claude Code

A multi-model committee skill (Mixture-of-Agents) for Claude Code that chairs up to 4 heterogeneous LLMs to blind-review, decide, and brainstorm in parallel with evidence-driven convergence for more reliable conclusions.

mixture-of-agentsmulti-modelcommitteeblind-reviewskill
by sdsrss Jul 13, 2026 8/10
app GitHub

Build Studio: Mission Control for Multi-Agent Claude Code Workflows

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
skill GitHub

Claude Code Plugin for Elixir/Phoenix with 20 Specialist Agents

A comprehensive Claude Code plugin for Elixir, Phoenix, and LiveView featuring 20 specialist agents, Iron Laws enforcement, and Tidewave MCP integration. Supports parallel research agents, automatic verification, and 4-agent parallel code audits.

elixirphoenixliveviewspecialist-agentstidewaveskill
by oliver-kriska Jul 13, 2026 7/10
workflow Reddit

Multi-Model Code Review: 70% Fewer Iterations with Parallel LLM Reviews

A developer published research on running parallel code reviews with 2-6 AI models from different providers, finding it reduced coding iterations by ~70% — from about one week to two days per feature. The multi-model approach catches bugs and vulnerabilities that single-model reviews miss consistently. The paper includes synthesis data from hundreds of review cycles across models from Google, OpenAI, Anthropic, xAI, and others.

code-reviewmulti-modelworkflowqualityresearch
by qu1etus Jul 13, 2026 7/10
MCP GitHub

AgentChat MCP: Universal Connector for Claude Desktop, Code, Cursor, Cline, and Goose

An MCP server that bridges Claude Desktop, Claude Code, Cursor, Cline, and Goose with the AgentChat platform. Uses polling-based inbound communication with optional WebSocket plugins for real-time connectivity. Designed as a universal fallback connector for any MCP-compatible agent runtime.

mcpconnectorclaude-codecursorclinegoosewebsocket
by agentchatme Jul 13, 2026 6/10
app GitHub

Lorekeeper: Self-Improving Memory System for AI Agents

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

TokenUse: Rust TUI and Desktop App for AI Coding Tool Token and Cost Tracking

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
skill GitHub

App Development Planning Skill: Requirements, Architecture, and Roadmaps

A Claude Code skill for end-to-end application development planning, covering requirements analysis, feature planning, technology selection, system architecture, SDLC, milestones, and roadmaps. Helps structure complex projects thoroughly before writing any code. Drop-in skill for any new application development effort.

skillplanningarchitecturerequirementssdlcroadmap
by fullstackondemand Jul 13, 2026 7/10
MCP GitHub

Suggest-Skills: MCP Server That Recommends Repo-Specific Claude Code Skills

An MCP server that analyzes your repository and suggests relevant Claude Code skills tailored to your specific codebase. Helps developers discover useful skills they might not know about. Integrates directly with Claude Code to surface contextual skill recommendations as you work.

mcpskillsdiscoveryclaude-codeproductivity
by sator-imaging Jul 13, 2026 7/10
app GitHub

CC-Remote: Run Claude Code Securely in Docker Sandboxes on Your VPS

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

MLX-Serve: Native Apple Silicon LLM Inference Server with Anthropic API Compatibility

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
hook GitHub

Geobuke-code: Plan→Implement→Verify Gate with PreToolUse Hooks

A structured workflow enforcer for Claude Code that blocks implementation if a plan is missing via PreToolUse hooks. After each response it evaluates scope impact and blast radius, then runs a gbc verify step to compare implementation against declared evidence. A disciplined approach to preventing unplanned AI-driven code changes.

hookpreToolUseworkflowplanningverification
by cubha Jul 13, 2026 7/10
app GitHub

Claude Code Router: Route Sessions to Any OpenAI/Anthropic-Compatible Model

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

Session Indexer: Semantic Search Over Your Claude Code Session History

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
workflow GitHub

Multi-Agent Working Group: Safe Workflow Protocol with Review and Git Gates

A portable protocol for coordinating multiple AI coding agents safely. Defines explicit review, evidence collection, handoff, and git gate checkpoints between agents to reduce errors and improve auditability. Designed for teams running multi-agent coding pipelines where uncontrolled agent handoffs are a risk.

multi-agentworkflowgit-gatesreviewprotocol
by alexsglife-re Jul 13, 2026 7/10
workflow GitHub

Nightshift: Overnight AI Agent That Drafts Work While You Sleep

Runs AI agents on idle local hardware overnight to scan your repository, draft safe code changes, and produce a ranked morning brief. Strictly "drafts, not deploys" — no autonomous commits. Local-first and MIT licensed, making it a low-risk way to leverage idle compute for background code review and suggestion generation.

overnightautomationlocal-firstdraftsmorning-brief
by r3dbars Jul 13, 2026 7/10
workflow GitHub

VHK: Goal-Evidence-Memory-Rule CLI for Structured AI Coding Sessions

A CLI that ties AI coding sessions to explicit goals, evidence, memory, and rule synchronization to keep them on track. Bundles 35 MCP tools and enforces verify, review, and preflight gates before proceeding. Primarily documented in Korean, but the gate-driven session structure is widely applicable.

climcpworkflowgatesmemoryrules
by byh3071-cpu Jul 13, 2026 6/10
hook GitHub

TheColliery: Phoenix-13 Hooks + Quantum-11 Doctrine for AI Coding Agents

A quality-tooling suite for AI coding agents built around the Phoenix-13 hook set and Quantum-11 shared doctrine. Provides a one-step DLC installer to deploy the full suite and includes benchmarks comparing agent behavior with and without the tooling. Acts as the landing page for the broader TheColliery ecosystem of AI coding guardrails.

hooksdoctrinequalityinstallerbenchmarks
by TheColliery Jul 13, 2026 6/10
app Reddit

Don't Die on Me Now — Prevent macOS Sleep During Agent Runs

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

Vallum — Security Boundary Proxy for AI Coding Agents

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
skill GitHub

Stop Slop — Remove AI Writing Patterns from Your Output

A Claude skill that guides Claude and other LLMs toward clearer, more authentic prose by stripping common AI writing patterns. Useful for any output that needs to read naturally rather than like generated text.

writingproseai-patternsquality
by mohamedgame Jul 13, 2026 6/10
app GitHub

Alera — Native ADE for Running Coding Agents in Parallel

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
workflow GitHub

Moai Forge — SPEC-First AI DevKit with TDD/DDD Gates

Developer kit for AI-driven code generation that enforces spec-first workflows with 24 agents, 52 skills, and test/domain-driven design gates. Aims for structured, gated AI development workflows.

spec-driventdddddagentsdevkit
by leerhadz Jul 13, 2026 5/10
skill GitHub

Skillpack — Package Any OSS Library as an Agent-Discoverable Skill

Tool for wrapping any open-source library or CLI into a skill pack usable by Claude Code, Cursor, and Codex. Generates the distribution layer and verifies agents can actually invoke it.

skillsdistributioncross-agentcodexcursor
by nordicnode Jul 13, 2026 8/10
skill GitHub

Guardsman — AI Skill That Enforces Repo Standing Orders

Claude Code skill that reads your repository's existing conventions and rules, then evaluates every change by blast radius before allowing it through. Acts as an automated code guard that enforces project standards.

safetycode-reviewconventionsblast-radius
by hedimanai-pro Jul 13, 2026 7/10
app GitHub

AI Tabs — Manage Multiple AI CLI Tools in VS Code

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
workflow GitHub

AI Night Shift — Off-Hours Multi-Agent Task Coordination

Framework for scheduling and coordinating multiple AI agents to run autonomous tasks during off-hours. Provides a tested structure for continuous multi-agent collaboration while you are away.

automationmulti-agentschedulingoff-hours
by Distortionistreversibleprocess687 Jul 13, 2026 6/10
app GitHub

Tandem — Pair Coding Agents with Nontechnical Stakeholders

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

Ginsu — Use Claude Code to Drive a Codex Worker in a Terminal

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

Claude Status Bar — macOS Menu Bar Monitor for Claude Code

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
skill GitHub

Skill Harness — Measure Whether a Claude Skill Actually Works

Pre-alpha testing framework that runs the same task with and without a skill and compares results honestly. UNMEASURED is a first-class verdict — it never fabricates a score when evidence is insufficient.

testingevaluationskillsmeasurement
by MrBinnacle Jul 13, 2026 7/10
skill GitHub

FOMO Kernel — Trade CSV Review Skill for Claude Code

Claude Code skill that converts a broker CSV into a single behavioral review card. Uses mechanical analysis for pattern detection and a master-lens layer to surface the motivations behind trades.

tradingfinancecsvbehavioral-analysis
by atomchung Jul 13, 2026 5/10
app GitHub

Backthread — Capture the Why Behind AI-Coded Changes

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

Usage Monitor — macOS Menu Bar Claude Usage Gauges

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
skill GitHub

Evergreen — Keep Documentation Honest with Real Code Citations

Language-agnostic Claude skill suite that detects documentation drift, certifies every claim against actual code, and rewrites prose only when evidence supports it. Cites the specific line or says nothing. Four modes: ride-along, winnow, flourish, cultivate.

documentationdriftcode-qualitycitations
by ChrisPachulski Jul 13, 2026 7/10
app GitHub

Binggupack — Local-First Personal Memory Engine for AI Work

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
MCP GitHub

Caveat — Long-Term Memory MCP Layer for Claude Code and Codex

Markdown-in-git knowledge base with SQLite FTS5 retrieval, MCP server, and native agent hooks for persistent long-term memory across Claude Code and Codex sessions. Keeps knowledge versioned and searchable.

memorymcpsqliteknowledge-basegit
by kitepon-rgb Jul 13, 2026 8/10
app GitHub

Muxel — GPUI-Native Terminal Multiplexer for Coding Agents

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
skill GitHub

Claude Code Settings — Commands and Agents for Vibe Coding

Collection of Claude Code settings, custom commands, and agent configurations curated for productive vibe coding sessions. A ready-to-use starting point for personalizing Claude Code behavior.

settingscommandsconfigurationvibe-coding
by feiskyer Jul 13, 2026 6/10
app GitHub

Mac YOLO Safeguards — OS-Level Limits for AI Agent Loops

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

CCTeam — Self-Hosted Mission Control for Claude Code and Codex

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
MCP GitHub

Nix Agent — MCP Server and Skill for NixOS System Management

Provides an MCP server and Claude Code skill for managing NixOS configurations and packages. Lets AI agents interact safely with your Nix-based system from within Claude Code.

nixosmcpsystem-managementnix
by JEFF7712 Jul 13, 2026 7/10
app GitHub

Claude Code Recap — Browse and Resume Past Sessions Across Projects

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
skill GitHub

MemoryCustodian — Project Memory Skill for Coding Agents

Agent skill that provides persistent project-level memory to coding agents. Helps maintain context across sessions without relying on in-context history alone.

memoryproject-memoryagentspersistence
by waittim Jul 13, 2026 7/10
workflow GitHub

Job Search — Multi-Agent CV and Application Workflow

Multi-agent system using a YAML profile and universal rules to generate ATS-safe, one-page LaTeX CVs. Works with Claude Code, Codex, OpenCode, and any agent with file and shell access.

job-searchlatexcvmulti-agentats
by pedrolucazx Jul 13, 2026 5/10
skill GitHub

KiSYSTEM — Claude Code Skill Bundle for Clean Modular Code

Bundle of Claude Code skills that enforces clean, modular, human-readable code from the base of a project. Includes conventions for keeping AI-written code maintainable and consistent.

code-qualitybundlemodularconventions
by Pr1m4lc0d3 Jul 13, 2026 6/10
command GitHub

Claude Skills — Slash Commands for GitHub Issues and PRs

Collection of Claude Code slash commands for managing GitHub issues and pull requests. Each command handles one focused workflow, keeping agent interactions with GitHub clean and predictable.

githubissuespull-requestsslash-commands
by claude-contrib Jul 13, 2026 7/10
app GitHub

Curriculos AI — Local-First Job Application Automation

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

Clawd on Desk — Pixel Desktop Pet That Watches Coding Agents

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
skill GitHub

Apple HIG Skill — Auto-Apply Apple Design Guidelines in Claude Code

Claude Code plugin that automatically applies Apple Human Interface Guidelines to UI designs across iOS, iPadOS, macOS, watchOS, tvOS, and visionOS. Enforces platform-native design standards in AI-driven UI work.

appleuidesignhigiosmacos
by aponeurosiswilling807 Jul 13, 2026 6/10
workflow GitHub

Specter — Spec-Driven Claude Code Template with PRD Gating

Claude Code project template for spec-driven AI development: decompose PRDs into gated specs, implement traceably, and automate review. Enforces a structured flow from product requirement to verified code.

spec-drivenprdtddreviewtemplate
by beomeodev Jul 13, 2026 7/10
app GitHub

Dinotty — Multi-Device Terminal Server for AI Coding Agents

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
skill GitHub

Claude Academic Skills — 23 Skills for Quantitative Research

Curated bundle of 23 Claude Skills for quantitative research in business, finance, and social science, available in both Chinese and English. Covers statistical analysis, literature review, and research reporting workflows.

academicresearchfinancequantitativebilingual
by Nero1688 Jul 13, 2026 6/10
skill Reddit

SwiftShip: Claude Code Skills for App Store Review Compliance

A set of SKILL.md files that give Claude Code context about Apple App Store guidelines, required privacy manifest keys, metadata rules, and common rejection patterns. Covers entitlements validation and a pre-submission checklist against Guideline 4.0 and 5.1 failures. Useful for iOS developers using Claude Code who want to avoid costly App Store rejections.

swiftiosapp-storeskillagent-skillsapple
by Direct-Attention8597 Jul 12, 2026 7/10
MCP GitHub

rembric: Self-Hosted Append-Only Persistent Memory MCP for AI Coding Agents

A minimal self-hosted MCP server for persistent memory using a single Docker image and SQLite file. Designed to be append-only and MCP-native, giving AI coding agents durable memory across sessions with minimal infrastructure. Straightforward deployment for developers who want local control without complexity.

mcpmemorypersistent-memorydockersqliteself-hosted
by susomejias Jul 12, 2026 5/10
workflow GitHub

ios-app-agentic-engineering: Gated Phase Workflow From App Idea to App Store Release

An agentic engineering workflow for building and shipping iPhone apps using the open Agent Skills format, structured as sequential gated phases from concept through secure App Store release. Targets "vibe coders" who want guardrails and checkpoints rather than free-form prompting. Each phase must pass before proceeding, enforcing quality and security gates throughout the iOS development lifecycle.

iosworkflowagent-skillsapp-storegated-phasesagentic-engineering
by markus-smile Jul 12, 2026 6/10
workflow GitHub

SpecVibe: Spec-Driven Seven-Stage Workflow for AI-Native Apps

SpecVibe enforces a spec-driven framework for building, testing, and deploying AI-native applications through a structured, executable seven-stage workflow. It provides a repeatable methodology that keeps AI coding agents working within a defined specification throughout the development lifecycle. Useful for teams wanting to impose discipline on AI-assisted builds.

spec-drivenworkflowai-nativedeployment
by bhana1999 Jul 12, 2026 5/10
app GitHub

clauster: Self-Hosted Web UI for Managing Claude Code on a Remote Host

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: TUI Session Manager for Claude Code and Other AI Agents

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: Zero-Knowledge SSH Ops CLI for Claude Code Agents

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
MCP Reddit

Almanac: Self-Updating Agent-Native Wiki from Your Files

Almanac automatically creates and updates a structured wiki from uploaded sources, designed specifically for AI agent access via CLI. It integrates with Claude Code and similar agents through MCP and a Python SDK, letting agents query organized, up-to-date knowledge rather than relying on retrieval-augmented generation. The author argues wikis outperform RAG for giving agents access to high-quality structured information.

wikimcpknowledge-basecontextagent-native
by rohans0509 Jul 12, 2026 7/10
MCP GitHub

mcp-upgrade: Auto-Update MCP Servers Across All AI Coding Clients

mcp-upgrade automatically keeps your Model Context Protocol server installations up to date across all AI coding clients and package ecosystems. It removes the manual overhead of tracking and applying MCP server updates, ensuring your tools stay current without requiring manual intervention. Useful for developers who run many MCP servers and want to keep them maintained with minimal effort.

mcpupdatespackage-managementautomation
by Ramosagustinaolivia23 Jul 12, 2026 7/10
workflow GitHub

Large-Codebase Survival Guide for AI Agents

This repository documents a proven methodology for using AI agents like Claude Code on large codebases without hitting context window limits or session crashes. It covers strategies for chunking work, managing state, and keeping agents productive across long-running sessions. A practical reference for anyone working with AI coding agents on production-scale projects.

context-windowlarge-codebasemethodologysession-management
by Daciemonistic497 Jul 12, 2026 6/10
workflow GitHub

agent-workshop: Drop-In Scaffold for Spec-Driven Claude Code Development

agent-workshop is a ready-to-use project scaffold that bundles agents, skills, and conventions for spec-driven development with Claude Code, Codex, and similar CLI tools. Drop it into a project to get a structured starting point with proven patterns for AI-assisted development. A good accelerator for teams establishing AI coding conventions from scratch.

scaffoldspec-drivenconventionsclaude-codetemplate
by giostriquer Jul 12, 2026 7/10
app GitHub

ClaudePortable: Backup and Restore Claude Code and Desktop State

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
skill GitHub

Content Editor Skill for Claude: Newsletter, Podcast, and Draft Editing

This Claude Skills package acts as a personal content editor, evaluating sources, outlining newsletters, editing drafts, and converting podcasts to text — all in a consistent voice. It serves as a design showcase for building personal workflow skills on top of Claude. Note: the actual skill contents are proprietary, but the package structure is public.

skillcontent-editingnewsletterworkflowvoice
by wei-wei-hu Jul 12, 2026 5/10
app GitHub

galley: Local-First Task Runner with Supervised Execution for Claude Code

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: Hands-Free Voice Loop for Claude Code Sessions

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: Auto-Queue Claude Code Sessions After Usage Limits

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: Live-Switch Between Claude Code, Codex, and OpenCode Mid-Thread

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: Deterministic Supervisor That Builds Software from Specs

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
workflow GitHub

passdown-os: Pure-Markdown Agent Handoff Framework

A zero-dependency handoff framework for AI coding agents built entirely on Markdown. Implements shift-change discipline — agents write passdown logs so the next agent picks up context seamlessly. Works with Claude Code, Codex, and Antigravity.

handoffcontextmulti-agentmarkdowncontinuity
by Will-SW74 Jul 12, 2026 6/10
app GitHub

caliper: Local-First Eval Harness for Claude Code and Codex

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
skill GitHub

claude-base: Opinionated Claude Code Foundation with TDD Workflow

An opinionated CLAUDE.md foundation with a built-in Explore → TDD → Audit workflow and auto-detected stack presets for Next.js, FastAPI, Astro, and others. Install via curl | bash. Useful for bootstrapping new projects with consistent agentic development practices.

claude.mdtddworkflowfoundationscaffoldpresets
by christopherlouet Jul 12, 2026 7/10
MCP GitHub

junto-memory: Persistent Shared Memory MCP for Multi-Agent Workflows

A production-tested MCP server providing persistent shared memory and coordination for multi-agent AI workflows. Uses MongoDB and ChromaDB, tested with 6+ agents over 500+ sessions. The memory component of the Junto multi-agent system.

mcpmemorymulti-agentcoordinationmongodbchromadb
by tlemmons Jul 12, 2026 8/10
skill GitHub

ai-product-manager-skills: Product Management Workflows for Claude

A set of Claude/Codex agent skills covering brainstorming, product research, PRD workflows, requirements review, and planning handoff. Useful for product managers using Claude Code to structure and automate product development phases.

product-managementprdplanningskillsworkflow
by PANGKAIFENG Jul 12, 2026 5/10
app Reddit

skyline-run: Fly Through Your GitHub Contribution Graph as a 3D Game

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
workflow GitHub

magpie: Agent-Assisted Maintainership Framework for Apache Projects

An Apache project providing agent-assisted maintainership with skills for Triage, Mentoring, Drafting (agent-authored fixes with human review), and Pairing. Autonomous auto-merge mode is on the roadmap. A production-grade example of AI-assisted open source maintenance.

open-sourcemaintainershiptriageapacheworkflowautonomous
by apache Jul 12, 2026 8/10
workflow GitHub

NeXgen-Engine: Git-Backed AgentOps Layer for AI Coding CLIs

A git-backed operational layer for AI coding CLIs providing shared AGENTS.md, MCP manifests, drift checks, secrets discipline, and cross-machine memory. Designed to bring DevOps rigor to multi-agent coding workflows.

agentopsagents-mddriftsecretscross-machinemcp
by matteopasseri407 Jul 12, 2026 7/10
MCP Reddit

global-agent-memory: MCP Server for Persistent Project-Specific Claude Memories

An MCP server that gives Claude Code access to project-specific memories stored as Markdown files browsable in Obsidian. New memories go through a review queue with a local dashboard for approve/edit/reject. Solves the problem of re-explaining architecture and decisions at the start of every session.

mcpmemorypersistenceobsidiancontextsession
by kasikciozan Jul 12, 2026 8/10
skill GitHub

python-greenfield: Composable Agent Skills for TDD Python Projects

A set of composable agent skills for repeatable, test-driven greenfield Python project delivery. Standardizes the scaffolding and development workflow for new Python projects using Claude Code.

pythontddgreenfieldskillsscaffold
by dahyeK0420 Jul 12, 2026 6/10
app Reddit

tokenbill: CLI to Itemize Where Your Claude Code Tokens Go

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

Claude Commander: Multi-Account Manager with Zero-Context-Loss Failover

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
skill GitHub

agent-harness: Self-Maintaining Project Context Memory for Claude Code

A Claude Code skills collection starting with project-context — a self-maintaining context memory that survives session resets and context-window compaction. Solves the cold-start problem without manual CLAUDE.md upkeep.

memorycontextsessionskillscompaction
by K021 Jul 12, 2026 7/10
skill Reddit

pluribus: Browser Tool for Syncing CLAUDE.md, AGENTS.md, and .cursorrules

A browser-only tool for keeping agent instruction files in sync across Claude, Cursor, and Codex. Edit one canonical rule and preview the native output for each tool, with source/output hash inspection. Addresses the problem of diverging agent configs across different coding tools.

claude.mdagents-mdcursorrulessyncconfigcross-tool
by Sensitive-Cycle3775 Jul 12, 2026 6/10
app GitHub

ai-router-switch: Self-Hosted Claude Code Proxy with Automatic Failover

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
hook GitHub

aethelhook: Phone Approval Gateway for Dangerous Agent Tool Calls

An AI agent permission gateway that intercepts dangerous tool calls from Claude Code, Codex, or Antigravity and routes them to your phone for approval before execution. Adds a human-in-the-loop safety layer for destructive operations.

hooksafetyapprovalphonepermissionhuman-in-loop
by aethelst8 Jul 12, 2026 7/10
skill GitHub

Evidence-Backed Agent Skills That Retire When Models Outgrow Them

A curated skills library where every skill carries evidence of the real failure it addresses, gets re-tested on new model releases, and is publicly retired when models stop needing it. A principled alternative to skill collections that accumulate indefinitely.

skillsevidence-basedqualityretirementtestingbest-practices
by MrBinnacle Jul 12, 2026 8/10
hook Reddit

unslop-ci: GitHub Action That Gates PRs for AI Vibe-Coding Tells

A CI gate that scans only lines added by a diff and flags vibe-coded artifacts: leftover chat text, placeholder stubs, swallowed errors, em dashes, AI prose patterns, and unstyled shadcn defaults. Routed by file type (code/text/UI). Drop into any repo without cleanup required.

cigithub-actioncode-qualityvibe-codinghooklinting
by Prize-Supermarket-33 Jul 12, 2026 8/10
app GitHub

stuff: Parametric 3D-Printable Designs Authored with Claude Code

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
skill GitHub

Claude-Arsenal: 25 Subagents + 14 Lifecycle Skills + CLAUDE.md Templates

A comprehensive toolkit with 25 Claude Code subagents, 14 lifecycle skills, and CLAUDE.md templates covering the full product development lifecycle from build to ship to monetize. Clone and run one sync command to get started.

subagentsskillsclaude.mdtemplateslifecycletoolkit
by T4LEL Jul 12, 2026 7/10
MCP GitHub

agent-tools: Free MCP Server + Skills for Aviation Regulations Search

A free MCP server with Claude Code skills for searching CASA, FAA, EASA, and ICAO aviation regulations. By Deepsky, an aviation compliance automation team. Useful for anyone building aviation or aerospace tooling with AI agents.

mcpaviationregulationscompliancefaaeasa
by deepskyai Jul 12, 2026 6/10
skill GitHub

engine-template: Claude Code Governance Scaffold for Non-Engineers

A Claude Code project template with pre-wired memory, contracts, policies, checks, and ops docs that lets a non-engineer direct and approve AI coding work without reading code. Bootstraps a repo with full governance infrastructure from day one.

governancetemplatenon-engineerscaffoldcontractsclaude.md
by StarshipSuperjam Jul 12, 2026 7/10
skill GitHub

ai-code-skills: Security, Performance, and Clean Code Review Skills

Agent skills for Claude Code, Codex, and OpenCode that review code for security, performance, and clean code quality. Includes Next.js and Laravel PR reviewers plus a stack-agnostic pre-push reviewer with a Pass/Warn/Fail scorecard.

code-reviewsecurityperformancepre-pushhookskills
by ezzatmakar Jul 12, 2026 7/10
MCP GitHub

nebulous: NewsBlur MCP Server and Web Capture Archive Orchestrator

An MCP server for NewsBlur feed and story indexing, paired with a Web Capture Archive Protocol orchestrator for URL preservation into a content-addressed blob store. Local-first design using chrest and madder for archiving.

mcpnewsblurrssarchivinglocal-firstcontent-addressed
by amarbel-llc Jul 12, 2026 5/10
skill GitHub

megapowers: Measured Skills, Plugins, and Hooks for AI Coding Agents

A collection of skills, plugins, and hooks for Claude Code, Codex, OpenCode, and Antigravity — described as "measured, not vibed." Targets behavioral changes to how coding agents work rather than cosmetic additions.

skillshookspluginsmeasuredmulti-toolbehavior
by lawzava Jul 12, 2026 7/10
app GitHub

PyCostAudit: Real-Time LLM Cost Tracking Across File Formats and Operations

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
skill GitHub

cognitive-deadlift: Skills and Hooks That Keep Developers Thinking

A collection of AI coding skills, hooks, and plugins designed to keep developers actively engaged rather than autopiloting through AI-generated code. Focuses on developer growth alongside AI assistance.

skillshooksdeveloper-growththinkingengagement
by alinafe82 Jul 12, 2026 6/10
command Reddit

Introducing Bankruptcy mode

Yes I know ironic that I could only recreate this video because of Fable 5 still in max plan. This one took a few more prompts than the last just straight up recreation of old claude code's "Agent ...

by mesmerlord Jul 12, 2026 7/10
command Reddit

Dead simple tool to help review the tide of AI code

Converting code into intent is by far the most time and cognition demanding task I encounter now that my job primarily consists of reviewing AI generated code. I decided to get an agent to write th...

workflowapigitreview
by endgamer42 Jul 12, 2026 5/10
MCP Reddit

I automated 90% of my cold outreach with claude code [WORKFLOW]

So i have been doing agency-ish work and you know inbound lead wants a deck and every deck is me rebuilding my own layouts at 11pm with very high chances that someone will ghost me lol. So i handed...

mcpworkflow
by Traditional-Hope6742 Jul 12, 2026 8/10
command Reddit

What do you guys use ultracode for on fable?

When fable first came out of course the first thing I tried was ultracode and blew through my limits multiple times. I then learned what ultracode really does and now I run on max it doesn’t do mor...

by lilcumdrop Jul 12, 2026 5/10
skill Reddit

Usage advice

Sorry if this has been asked before: Context: I am on the pro plan, run about three automated tasks everyday. Noticed in past four days, after those three tasks usage is 100% finished. Previously, ...

skillworkflow
by AbbreviationsThis391 Jul 12, 2026 8/10
app Reddit

I'm going to really miss fable

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
MCP Reddit

Is claude code 100% local?

Hey guys. I wanted to do some personal research with claude code. I have claude subscription from work and was wondering if it's safe to use claude code for that task as I don't wish to pay 200$ fo...

mcpskillapi
by Consistent_Tutor_597 Jul 12, 2026 9/10
MCP Reddit

MNEMA: A local, encrypted memory layer for AI agents.

My second application i have build with my toolset, a high end memory layer for ai agents. https://github.com/MerlijnW70/mnema Why mnema is different: Bank-Grade Security: Data is encrypted at rest...

mcpgitpythonconfig
by No-Wishbone7899 Jul 12, 2026 7/10
skill Reddit

Is it possible to use cc skills in openai?

After fable vs sol discussions, i decided to move towards openai side after 2yrs of claude subscription. I had some skills for dynamically creating human-like contents, so is it possible to use the...

skill
by SirBoranium Jul 12, 2026 6/10
skill GitHub

Armory: Standalone Claude Code Skills as Drop-In Folders

Framework for building standalone Claude Code skills as simple, drop-in folders that work with any codebase on any OS. Each skill is self-contained with no cross-dependency requirements.

skillportabledrop-instandalone
by allysgrandiose674 Jul 12, 2026 6/10
app GitHub

PageIndex RAG: Vectorless RAG Using Reasoning-Based Retrieval

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

Jira Dashboard: Self-Hosted AI Coding Kanban with Per-Ticket Worktrees

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

Leo: Claude Code Agents as Persistent Personal Assistants with Telegram

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
skill GitHub

DashiAI PPT Skill: AI Skill for Browser-Editable Presentations

An AI agent skill that generates browser-editable presentations from multiple visual themes, exportable to HTML, PDF, and PPTX. Enables agents to produce shareable slide decks directly from their output.

skillpresentationpptxhtmlexport
by chuspeeism Jul 12, 2026 6/10
skill GitHub

Paper Deep Reading Skill: Convert PDFs to Structured Obsidian Notes

Converts research paper PDFs into structured Obsidian notes with automated translations, figure analysis, and concept explanations for deep study. Useful for researchers using Claude Code agents to process academic literature.

skillresearchpdfobsidiannotesacademic
by Robertmorrisluminousenergy177 Jul 12, 2026 6/10
app GitHub

Project Forge: Autonomous Idea Generator with 3-Axis Scoring

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
skill GitHub

Hand-Rolled AI Skills for Git and Mise Workflows

Curated, hand-rolled AI skills distilled from everyday development experience, covering Git workflows and Mise (polyglot tool version manager) automation. Practical skills focused on real daily use rather than theoretical patterns.

skillgitmiseworkflowpractical
by sherifabdlnaby Jul 12, 2026 6/10
skill GitHub

Claude Wayfinder: Deterministic Skill Dispatch with Typed Scoring Kernel

Deterministic and auditable agent/skill dispatch for Claude Code using a typed seven-decision scoring kernel that runs after reading the conversation — post-cognitive routing instead of prose-scanning. Auto-generates its dispatch catalog from skill sidecars and agent frontmatter.

routingdispatchskilldeterministicaudit
by glitchwerks Jul 12, 2026 7/10
MCP GitHub

EGC: Local-First MCP Runtime with Persistent Memory Across Sessions

AI agents never start from zero again with this local-first MCP runtime that maintains persistent memory across sessions and tools. Provides a structured memory layer that survives session restarts without external dependencies.

mcpmemorypersistentlocal-first
by Fmarzochi Jul 12, 2026 7/10
workflow GitHub

Claude Relay: Multi-Session Task Delegation for Claude Code

Claude Code plugin where a lead session delegates work packets to executor sessions in their own terminal tabs/panes. Supports parallel builds, staged-only work, review gates, auto-wake, and one-click diff review — enabling true multi-session coordination.

workflowmulti-sessiondelegationparallelcoordination
by spacegrowth Jul 12, 2026 8/10
skill GitHub

Fable 5 Handoff: Domain-Neutral Discipline Files for Any Agent Framework

The retirement handoff of Claude Fable 5, written by the model itself — domain-neutral discipline files that transfer Fable 5's working methodology to any model, agent framework, or team. A unique artifact documenting how Claude Fable 5 approached problems.

skillmethodologyfable5claudehandoffdiscipline
by pipipip169 Jul 12, 2026 7/10
MCP GitHub

MCP Coordinator: Embedded MQTT Broker for Multi-Agent Coordination

Embeds an MQTT broker alongside an MCP server to enable pub/sub multi-agent coordination. Agents can subscribe to topics and publish messages through the MCP interface, enabling event-driven coordination patterns.

mcpmqttmulti-agentcoordinationpub-sub
by swoofer Jul 12, 2026 7/10
app GitHub

NIMbus: Proxy Anthropic API Requests to NVIDIA NIM Endpoint

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
skill GitHub

Memory Doctor: Detect and Repair Rotting Agent Memory Before Sessions

Agent memory rots quietly — this tool checks it before sessions pay the cost with status, lint, and compact commands for Claude Code and OpenClaw. Also embedded in brigade-cli for integrated memory hygiene.

memoryskillhygienelintcontext
by escoffier-labs Jul 12, 2026 7/10
workflow GitHub

Claude Agents Forge: Build Production-Ready Claude Code Agents

Framework for building and running production-ready Claude Code agents with full specs including turn limits, permissions, memory configuration, and tool orchestration. Provides a structured approach to agent definition beyond basic CLAUDE.md.

workflowagentsproductionconfiguration
by Rohankundra2009 Jul 12, 2026 6/10
app GitHub

Lucarne: Mobile Control Bridge for Local AI Agents via Telegram

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
skill GitHub

Vibe Coding Playbook: Tested Prompts and Workflows for AI-Driven Development

Organizes AI-driven coding with tested prompts, workflows, and rules to maintain code quality and manage complexity in fast-paced projects. Provides a structured playbook for vibe coding that prevents quality drift.

skillworkflowvibe-codingpromptsquality
by osborneomuya Jul 12, 2026 6/10
workflow GitHub

Chageun: Claude Code Workflow for Solo Builders with Adversarial Gates

A Claude Code workflow for solo builders and vibe coders that prevents direction, verification, and consistency from slipping. Includes planning aids, adversarial gates, real Docker run-throughs, design-system checks, and a promise-without-doing guard. Works in Korean and English.

workflowadversarialsolovibe-codinggatesdocker
by chacheum Jul 12, 2026 7/10
workflow GitHub

Stratum: State Machine Dispatch for AI Agent Workflows

State machine dispatch server for AI agent workflows with typed YAML specs, MCP server (stratum-mcp), and Python library (stratum-py). Features postconditions, retries, gates, and auditable execution traces for Claude Code and Codex.

workflowstate-machinemcpauditableyaml
by smartmemory Jul 12, 2026 7/10
app GitHub

CC Reminder Pi: Physical Claude Code Status Light on Raspberry Pi Zero W

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

HereAssistant: Telegram Bot Bridging Claude Code, Codex, and Gemini CLI

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
skill GitHub

Repo Docs Skills: Living Project Docs That Update as the Repo Evolves

Maintains living project docs for coding agents including guides, progress logs, change maps, and handoff context that stay updated as the repository evolves. Treats documentation as a first-class citizen that agents actively maintain.

skilldocumentationliving-docshandoffcontext
by YurunChen Jul 12, 2026 6/10
app Reddit

AI Account Hub v1.1: Windows App for Managing Multiple AI Coding Accounts

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
workflow GitHub

Agent Harness: Parallel Claude Code Dispatch Across Repos and Hosts

Parallel Claude Code harness that dispatches tasks to multiple agents across repos and hosts, supports interactive attachment, and lets agents message each other over a per-task message broker. Enables genuine distributed agent coordination.

workflowparallelmulti-agentbrokerdistributed
by on-keyday Jul 12, 2026 7/10
MCP GitHub

OneTool MCP: 100+ Tools in One MCP with No Context Rot

100+ developer tools in a single MCP server including Brave, Google, Context7, Excalidraw, AWS, Version Checker, Excel, database, Playwright, and Chrome DevTools — with no tool tax and no context rot from dozens of separate MCP configurations.

mcptoolsbrowserdatabaseawsall-in-one
by beycom Jul 12, 2026 7/10
app GitHub

TangleClaw: AI Coding Session Orchestrator with Persistent tmux Sessions

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
skill GitHub

AI Rulez: Complete AI Development Workflow for 19+ Tools

Complete AI development workflow supporting 19+ tools with built-in rules, agents, and conventions out of the box. Generates native configs for Claude, Cursor, Copilot, Windsurf, Gemini, Codex, and more from a single source of truth.

skillworkflowmulti-toolconfigconventionscodexcursor
by Goldziher Jul 12, 2026 7/10
workflow GitHub

Unison: Multi-Agent Loop Engineering Pipeline Plan→Discuss→Dev→Review

Loop Engineering pipeline for multi-agent collaboration following Plan→Discuss→Dev→Review until PASS. Local-first and file-driven, it enforces a complete review cycle before marking work done, preventing premature merges.

workflowmulti-agentloopreviewlocal-first
by Xuan0629 Jul 12, 2026 7/10
workflow GitHub

Orchestra: AI Workflow Plugin Routing Tasks to Specialist Skills

Installable AI workflow plugin that routes complex software tasks through focused specialist skills for architecture, UI/UX, docs, diagrams, databases, QA, security, and resilience review. A lightweight task router for skill-based agent architectures.

workflowroutingspecialistskillorchestration
by Baelfyre Jul 12, 2026 7/10
skill GitHub

Claude Obsidian Memory: Two-Way Sync Claude Code Memory into Obsidian

Two-way sync between a repo's Claude Code memory and an Obsidian vault — per-fact notes, a Bases dashboard, cross-linking, and compaction. Makes Claude Code memory browsable and editable in Obsidian.

memoryobsidiansyncskillknowledge
by mikessh Jul 12, 2026 7/10
workflow GitHub

CoalFace: Fan-Out Discipline for AI Coding Agent Swarms

Fan-out discipline for AI coding agents implementing scout, partition, wave, QC, single-writer apply, and receipt phases. Bounds a swarm to the solo-cost budget without requiring smarter models — zero-dependency, Phoenix-13 licensed.

workflowfan-outswarmbudgetquality
by TheColliery Jul 12, 2026 7/10
skill GitHub

CoalHearth: Session Warm-Resume and Advisory Budget Guardrail

Journals every step of a Claude Code session so interrupted sessions resume instead of rebuilding from scratch. Also provides an advisory budget guardrail to reduce limit-hit damage — without preventing it entirely.

skillresumebudgetguardrailjournalsession
by TheColliery Jul 12, 2026 7/10
workflow GitHub

CoalBoard: Consensus and Debate Board for Error-Not-Allowed Work

Consensus and debate board for work where errors are unacceptable — diverse lenses verify before code ships. Bounded cost and zero-breakage design, validated on Claude Code and Antigravity.

workflowconsensusdebateverificationquality
by TheColliery Jul 12, 2026 7/10
app GitHub

Agent Skills Hub: Discover and Compare Open-Source Agent Skills

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
workflow GitHub

CoalTipple: Safe Quality-Gated Model Router for Claude Code Subagents

Safe, quality-gated model and effort router for Claude Code subagents with a verify staircase, sensitive never-downgrade gate, and fail-safe lock. Prioritizes correctness over cost — routes to the safest model, not the cheapest.

workflowroutingmodel-selectionsafetyquality-gate
by TheColliery Jul 12, 2026 7/10
skill GitHub

CoalMine: Nine Quality-Canary Skills for AI Coding Agents

Nine quality-canary skills for AI coding agents covering code health, grounding, supply chain, resilience, drift, and more. Cross-agent, consent-gated, and token-lean — designed as lightweight continuous quality checks.

skillqualitygroundingsupply-chainhealth-check
by HetCreep Jul 12, 2026 7/10
skill GitHub

Claude Code Skills: Standardized SDLC Workflows for Claude Code

Automates the software development lifecycle for Claude Code with standardized workflows, project scaffolding, session management, and diagnostic audits. Provides a cohesive skill pack covering the full development cycle.

skillsdlcworkflowscaffoldsession
by dressingcasewildcat6783 Jul 12, 2026 6/10
skill GitHub

Context Optimizer: Reduce Claude Token Consumption with Local Manifests

Reduces Claude token consumption by using local manifests to index and summarize project files for efficient context management. Maintains a lightweight file map so agents load only relevant context rather than whole codebases.

skillcontexttokensoptimizationmanifest
by aaron4605 Jul 12, 2026 6/10
skill GitHub

Memctx: Persistent Session Memory and Context Handoff for Claude Code

Manages persistent session memory and context handoff for Claude Code to maintain continuity between tasks. Provides a lightweight memory layer that survives session ends and carries forward task state.

skillmemorycontexthandoffcontinuity
by allans4635 Jul 12, 2026 6/10
app GitHub

Claude Code Model Rotator: Connect Claude Code to Ollama and OpenRouter

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
skill GitHub

BGGG Skill Taotie: Evolve AI Skills Through Comparative Testing

Analyzes and evolves AI skills through comparative testing, pattern extraction, and iterative refinement to improve agent performance. Meta-skill for improving other skills by benchmarking their outputs.

skillmetaimprovementtestingrefinement
by Einherjar99 Jul 12, 2026 6/10
app GitHub

Vidura: Local Counselor That Reads Claude Code Sessions for Friction Analysis

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
workflow GitHub

Claudex: Claude Writes, Codex Reviews — Cross-Model Pair Programming

Cross-model pair programming inside Claude Code: Claude writes the code, Codex reviews it, creating an adversarial quality loop within a single workflow. Implements genuine cross-model code review without leaving Claude Code.

workflowcross-modelpair-programmingcodexreview
by hamza-ali-shahjahan Jul 12, 2026 7/10
skill GitHub

Web Perf Audit: Claude Skill for Automated Core Web Vitals Audits

A Claude Skill that automates web performance audits (LCP, CLS, INP) using web.dev guidelines, delivering structured reports, actionable fix scripts, and incremental analysis. Turns Claude Code into a web performance specialist.

skillperformanceweb-vitalsauditlcpcls
by EVEDensity Jul 12, 2026 6/10
skill GitHub

Somtum: Local-First Memory and Prompt-Cache Layer for Claude Code

Local-first memory and prompt-cache layer for Claude Code that persists context between sessions without external dependencies. Designed as a lightweight caching layer that reduces repeated context loading.

skillmemorycachelocal-firstcontext
by riz007 Jul 12, 2026 6/10
workflow GitHub

C.A.S.H. Framework: Agent Skill and Orchestration Router

C.A.S.H. (Codable, Atomic, Static, Homogeneous) is an agent skill and orchestration router that evaluates system components and routes them to traditional code, an LLM call, or a hybrid approach. A principled framework for deciding when AI vs. code is the right tool.

workflowroutingorchestrationskillframework
by pathak-prashant Jul 12, 2026 6/10
app GitHub

Model Usage CLI: Analyze AI Usage and Costs Across All Local TUI Tools

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

ClaudeCodeStatusLine: Real-Time Token Usage and Rate Limits in Status Line

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
skill GitHub

Rashinban: Turn Rough Agent Requests into Linted, Verifiable Goals

A compass for autonomous agent goals — turns a rough request into a linted, verifiable /goal. Harness-engineered derivative of goal-setter that enforces clarity and measurability before an agent begins work.

skillgoalsplanningverificationclarity
by kubouchiyuya Jul 12, 2026 6/10
workflow GitHub

SWE Review Plugin: Generate→Review→Revise→Verify Loop for Claude Code

Agentic code review plugin for Claude Code, Cursor, OpenCode, and Pi implementing a complete Generate→Review→Revise→Verify loop with repository-grounded agents. A structured quality-enforcement cycle that closes the feedback loop automatically.

workflowcode-reviewqualityloopverification
by KevinZhangNothing Jul 12, 2026 7/10
app GitHub

Build My Own Harness: Production-Grade Python LLM Agent Harness

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
skill GitHub

Awesome Claude Design: DESIGN.md Files for UI Project Scaffolding

Scaffolds full UI projects using ready-to-use DESIGN.md files and Claude Design integration. Provides opinionated starting points for design-first development with AI coding agents.

skilldesignuiscaffolddesign-md
by alfonsosagacious5877 Jul 12, 2026 6/10
skill Reddit

Hook-Driven Memory Plugin Evolved from Simple Markdown Files

A session memory and workflow plugin that evolved from basic markdown files into a hook-driven system — context injected at the right moment, task backlog that survives sessions, and a workflow layer (brief→plan→build→verify→ship→learn). Hooks fire silently on failure so sessions are never blocked.

skillmemoryhooksworkflowmarkdownsession
by too_lazy--- Jul 12, 2026 7/10
app GitHub

ccmux: Track All AI Coding Agents in tmux and Jump to What Needs You

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
skill GitHub

Flatten MCP: Losslessly Cut Claude Code Session Context Tokens

Cuts a Claude Code session's context tokens losslessly — bulky tool output moves to a local backup while every prompt stays verbatim and the session resumes lighter. The reversible alternative to /compact with no information loss.

skillcontexttokensmcpcompactlossless
by shayaShav Jul 12, 2026 7/10
skill GitHub

Boffin: Portable Architectural Guardrails for AI Coding Agents

Portable architectural guardrails for AI coding agents that enforce structural constraints across sessions. Provides CLAUDE.md-compatible rules that prevent agents from violating architectural patterns.

skillguardrailsarchitectureconstraintsportable
by MicSm Jul 12, 2026 6/10
skill GitHub

AI SecondBrain Stack: Git-Versioned Second Brain for AI Coding Agents

Git-versioned second brain for AI coding agents (Claude Code, Codex, Gemini CLI, OpenCode) with one rulebook and the agent as the installer. Keeps shared knowledge versioned alongside the codebase.

skillmemorygitknowledgemulti-agent
by natscho-hh Jul 12, 2026 6/10
MCP Reddit

Perplexity MCP Cost Unpredictability in Agentic Workflows

Enterprises using Perplexity MCP inside Claude Code find costs unpredictable because agentic workflows retry, rephrase, and run parallel lookups — multiplying citation context costs far beyond what human-use pricing suggests. The post breaks down Sonar tier pricing and explains why direct attribution is nearly impossible at scale.

mcpcostperplexityenterpriseagentic
by maripozachzss Jul 12, 2026 6/10
skill GitHub

SuperSEO Skills: 11 Claude Skills for SEO Audits and Content Strategy

A collection of 11 production-tested Claude skills that automate SEO audits, content briefs, and strategy planning using AI-driven research without external data input. Designed for drop-in use in any skills-compatible agent.

skillseocontentautomation
by flakey-caster542 Jul 12, 2026 5/10
app GitHub

Claude for Word Desktop: AI Writing Assistant in Microsoft Word

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
workflow GitHub

My Claude Dev Team: 12-Agent Engineering Team for Claude Code

Deploys a full engineering team within Claude Code using 12 specialized agents with task delegation and automated quality control hooks. Each agent has a defined role (architect, reviewer, tester, etc.) coordinating on complex software tasks.

agentsworkflowteamqualitydelegation
by Zarky05 Jul 12, 2026 7/10
app GitHub

Stacklit: One-Command Codebase Indexer for AI Agents

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

Engram: Universal Context Spine for AI Coding Tools

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
skill GitHub

Scientific Thinking Skill: Structured Reasoning for AI Agents

Applies structured scientific reasoning to AI agents — decomposing questions, verifying claim provenance, and ranking explanations by evidence strength. Helps agents approach problems more rigorously by following scientific methodology.

reasoningskillscientificepistemics
by felipedeso7za4444 Jul 12, 2026 6/10
skill GitHub

BigQuery Expert: Claude Code Skill for Automated BigQuery Tasks

Claude Code plugin that automates BigQuery tasks including SQL generation, cost optimization, schema design, and anti-pattern detection. Useful for data engineers who want AI-assisted BigQuery work directly in their agent.

bigquerysqldataskillgoogle-cloud
by Ocean1346 Jul 12, 2026 6/10
skill GitHub

Paper-Fetch: Download Scientific Papers from DOI with Fallback Chain

Downloads scientific papers automatically from DOI inputs using a six-source fallback chain with zero dependencies. Useful for research agents that need to retrieve academic papers programmatically.

researchpapersdoiskillacademic
by Kara-lynnmacroeconomic2412 Jul 12, 2026 6/10
skill GitHub

Hane: Reusable Claude Code Skills for PR Workflow and Doc Maintenance

A set of reusable Claude Code skills for branch/worktree-based PR workflows, design documents, acceptance tests, and documentation maintenance. Provides a structured git workflow skill pack for teams using Claude Code.

skillprworkflowworktreedocsgit
by kompiro Jul 12, 2026 7/10
skill Reddit

Temporal Debug Skill: Debug Historical Bugs with Git Worktrees

Solves the "debugging the past" problem: when an agent gets an old crash log, this skill resolves the historical commit hash, spins up an isolated git worktree at that exact moment, analyzes the old code for root cause, then removes the worktree — keeping the local workspace untouched. Prevents agents from detached HEAD accidents during historical debugging.

debugginggitworktreeskillhistory
by Puzzled_Camera_7805 Jul 12, 2026 8/10
skill GitHub

SWE Workbench: Senior Engineer Toolkit for Claude Code

Claude Code plugin providing a senior-engineer toolkit with Clean Architecture, DDD, SOLID, TDD, design patterns, and expertise across Go/Rust/TypeScript. Includes a full development lifecycle skill backed by engineering best practices.

skillarchitecturebest-practicesengineeringtdd
by lugassawan Jul 12, 2026 6/10
workflow GitHub

AgentsCommander: Coordinate Multiple CLI Coding Agents as a Team

Runs multiple CLI coding agents (Claude Code, Codex, Gemini, OpenCode) as a coordinated team in a loop using local-first, file-based coordination with full PTY support and no telemetry. Each agent operates in its own terminal while AgentsCommander orchestrates task assignment.

multi-agentorchestrationworkflowcoordinationcodexgemini
by mblua Jul 12, 2026 8/10
skill GitHub

Alex ACT Edition: Critical Thinking Brain Template for AI Coding Agents

ACT-Edition brain template for AI coding assistants with critical thinking, epistemic calibration, and structured reasoning. Provides a CLAUDE.md-compatible configuration that instills more careful, self-questioning behavior in agents.

skillbrainreasoningclaude-mdcalibration
by fabioc-aloha Jul 12, 2026 6/10
skill GitHub

Memory Playbook: Self-Governing Memory Skill for Claude Code

A Claude Code skill that keeps memory tidy by never bloating, avoiding repeated bug fixes, and monitoring its own rules for contradictions. Implements self-policing memory management with constraints on what gets stored and when to compact.

memoryskillcontextself-governance
by itsmynamee Jul 12, 2026 7/10
app GitHub

XaresAICoder: Browser-Based AI Dev Environment with Multiple AI Assistants

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

Dario: Use Claude Pro/Max Subscription in Cursor, Cline, and Aider

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
skill GitHub

Agent Skills: Curated Practical Skills for Coding Agents

A curated collection of practical, evidence-backed skills for coding agents covering common development tasks. Emphasizes real-world tested patterns rather than theoretical or experimental approaches.

skillcuratedcoding
by zacharygcook Jul 12, 2026 6/10
app GitHub

KittyClaw: Kanban Board for AI Agents with API-Driven Management

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
MCP GitHub

Nodriver MCP Server: Stealth Browser Automation with 48 Tools

Undetected browser automation MCP server powered by nodriver, bypassing Cloudflare and WebDriver detection. Provides a stealth alternative to chrome-devtools-mcp with 48 tools for Claude, Cursor, and AI agents.

mcpbrowserautomationstealthplaywright
by andresolbach Jul 12, 2026 7/10
skill GitHub

Init-Configurator: Agentic Project Bootstrap with Verification CLI

Provides an agentic project base where Claude Code skills bootstrap and evolve your project, with a deterministic Python CLI that verifies the result. Uses a project.yaml manifest, doctor checks, and path linting as an alternative to traditional project templates.

skillbootstrapprojectverificationscaffold
by Stepkar2004 Jul 12, 2026 6/10
workflow GitHub

Sparra: Adversarial Build Harness with Cross-Model Judging

Adversarial build harness where Claude builds and Codex judges, with a holdout wall to prevent model-aware overfitting. Can be driven from Claude Code or run unattended, implementing a genuine cross-model quality gate.

workflowadversarialcode-reviewcross-modelquality
by KristopherGBaker Jul 12, 2026 8/10
workflow Reddit

Hybrid AI Automation: guardrails.md + Code Backstops for Reliable Agent Sessions

A practical guide for building reliable AI coding sessions using a per-project guardrails.md file backed by deterministic code enforcement. The pattern: AI proposes, your code validates before anything real happens — each rule in the guardrails file has a corresponding code backstop (a function, validator, or cheaper-model subagent) so the AI cannot bypass constraints.

guardrailsautomationwatchdogsafetypatterns
by Grand-Mix-9889 Jul 11, 2026 8/10
app GitHub

forge-kit: Codebase-Aware Governance Tool Installer for Claude Code

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
workflow GitHub

delivery-workbench: Evidence-First Delivery Framework for Agentic Software Work

delivery-workbench provides an evidence-first delivery framework for agentic software development, covering roadmaps, commit contracts, work logs, and adoption discovery. Designed to bring accountability and traceability to AI-assisted delivery where agent sessions can otherwise leave little audit trail.

deliveryroadmapevidenceaccountabilityworkflow
by karolswdev Jul 11, 2026 6/10
workflow GitHub

ignite-sentinel: Requirements-to-Backlog Pipeline for AI-Assisted Delivery

ignite-sentinel is a local-first framework that turns raw client requirements into a traceable brief, PRD, specs, and an agent-ready backlog. Focuses on the maturation of messy requirements into governed, evidence-backed artifacts — no hallucinated specs, everything traceable from source to backlog item.

requirementsprdbacklogdeliverylocal-first
by jmatzkin1980 Jul 11, 2026 7/10
app GitHub

hippocampus: Personal Second Brain Built on Claude Code and Obsidian

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: Multi-Repo Neovim Workspace with Claude Code Sessions Browsable and Resumable

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: Multi-Agent Kanban with Claude, Codex, and 75+ LLM Providers

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: Self-Hosted Docker Stack for Multi-LLM Agent Rooms

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: Open-Source Knowledge Management Pipeline with Tiered Compilation

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: Claude Code and Codex Usage Stats Without Login

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
skill GitHub

ai-gtm-skill-library: 31 GTM Skills for Claude Code Across the Revenue Lifecycle

A library of 31 opinionated go-to-market skills for Claude Code and GitHub Copilot, spanning the full revenue lifecycle: discover, design, position, amplify, launch, optimize, and RevOps. Each skill encodes GTM methodology as a reusable Claude Code skill.

skillsgtmsalesmarketingrevenue
by varunk130 Jul 11, 2026 6/10
skill GitHub

claude-code-skills: 29 Production-Grade Skills for Finance, Product, and Strategy

A curated library of 29 production-grade Claude Code custom skills categorized across finance, product management, strategy, game theory, and document processing. Focused on business-domain expertise rather than generic coding tasks, with each skill designed for real workflows.

skillsfinanceproductstrategybusiness
by varunk130 Jul 11, 2026 8/10
workflow GitHub

ai-marketing-os: Run Marketing as an Orchestrated AI Agent Team

ai-marketing-os replaces a large marketing tool stack with 9 orchestrated AI agents and 12 expert skills handling core marketing functions. Compatible with Claude Code and GitHub Copilot, it produces real artifacts like lead lists, A/B plans, and ROI reports from end-to-end missions.

marketingmulti-agentworkfloworchestration
by varunk130 Jul 11, 2026 5/10
workflow Reddit

AATP: Autonomous Agent Transport Protocol for Deterministic Multi-Agent Communication

AATP is an open-source protocol for multi-agent system architects who need deterministic communication, strict type-safety, and fail-closed reliability. Designed as an alternative to hallucination-prone JSON-over-HTTP in complex AI agent swarms where correctness is critical.

protocolmulti-agenttype-safetycommunication
by No-Wishbone7899 Jul 11, 2026 6/10
workflow GitHub

personal-os: Plain-Markdown Personal OS for AI Agents with Self-Healing Workflows

personal-os is a plain-Markdown personal operating system that any AI agent can run, built on PARA + CODE methodology and Karpathy LLM-wiki pattern. Features daily capture, daily distillation, and self-healing workflows that work with any LLM harness.

personal-osmarkdownworkflowsknowledge-management
by alenabeex Jul 11, 2026 6/10
app GitHub

Prismor: Runtime Firewall for AI Agents — Stops Dangerous Commands Before Execution

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
MCP GitHub

DecisionNode: Shared Structured Memory Across Claude Code, Cursor, and Windsurf

DecisionNode provides a local CLI and MCP server for storing and querying shared structured memory across Claude Code, Cursor, Windsurf, and any other MCP client. Enables context persistence and cross-editor memory sharing without cloud dependencies.

mcpmemorycross-editorstructured-data
by lapheavisidelayer940 Jul 11, 2026 8/10
MCP GitHub

Signet AI: Local-First Identity, Memory, and Secrets for AI Agents

Signet provides local-first identity, memory, and secret storage for AI agents, enabling portable state that travels across models and harnesses. Designed for setups where agent context and credentials need to persist without cloud dependency.

identitymemorysecretslocal-firstportability
by Signet-AI Jul 11, 2026 7/10
skill GitHub

Practical Agent Skills for Repeatable Workflows and Business Context

A collection of practical agent skills built for repeatable workflows and durable product or business context. Focused on Claude Code users who need skills that encode real-world business logic rather than generic coding tasks.

skillsworkflowsbusinessproduct
by manansuneja Jul 11, 2026 6/10
app GitHub

claude-control: Remote-Controllable Claude Code Sessions Across Projects

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: Shell Command Risk Classifier for AI Coding Agents

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

Building a Personal AI Memory OS with 14 Digital Streams Using Claude Code

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: Safe Isolated Execution for Code Reviews and Risk Checks

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

Harness: Desktop Coding Agent with iPhone Remote and Multi-Model Chat

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
skill GitHub

claude-cast: 70 AI Personality Agents for Claude Code

Adds 70 AI personality agents to Claude Code that deliver coding advice through character-based interactions. Each personality maintains accuracy while adding an entertaining style, giving you a range of personas for different coding contexts.

personalityskillsagentscustomization
by psuneeltej3591 Jul 11, 2026 5/10
app Reddit

unsnooze: Auto-Resume Claude Code Sessions After Usage Limit Resets

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: Open-Source Report Formats for Long-Horizon Agent Runs

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
skill GitHub

claude-skills: Portable Skills, Agents, and Rules with CLI Installer

A collection of portable Claude Code skills, agents, and rules that can be installed across machines via a single CLI command. Solves the problem of keeping consistent skill setups across different environments without manual file copying.

skillsportabilitycliagents
by arghhhhh Jul 11, 2026 8/10
app GitHub

check-cc: Claude Account Environment Detection and Risk Analysis Tool

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
workflow GitHub

agentic-project-workflow: Feature-to-Code Pipeline with 7 Skills and Cross-Project Memory

An agentic Claude Code workflow that takes a rough feature idea through review, finalization, boilerplate scaffolding, and parallel-agent execution. Ships 7 skills — /init, /plan-review, /plan-finalize, /boiler, /boiler-update, /orca, /lesson — plus built-in cross-project memory for lessons and preferences across sessions.

workflowskillsplanningparallel-agentsmemory
by orassayag Jul 11, 2026 8/10
skill GitHub

LORM: Layered Operational Responsibility Model — L0-L5 Autonomy Levels for Claude Code

A formal trust architecture defining six autonomy levels (L0-L5) for AI agents, each graded by authorization source with a lifecycle for trust promotion and demotion. Includes a Claude Code plugin with an agent skill and policy-driven enforcement hooks to operationalize the spec in real workflows.

autonomytrustpermissionshooksgovernance
by Argyronix Jul 11, 2026 7/10
skill GitHub

context-pack: Version-Aware Context Packs for Claude, Codex, and Cursor

Structured context packs that are versioned and aware of differences across coding agents, supporting Codex, Claude, Cursor, and others. Provides a consistent way to maintain and distribute up-to-date context configuration across different AI coding tools.

contextclaude.mdcompatibilityversioning
by Fharena Jul 11, 2026 5/10
skill GitHub

vp-claude: Claude Code Plugin Marketplace with Basic Memory-to-Knowledge-Graph Plugin

A Claude Code plugin marketplace that includes a plugin converting Basic Memory into an actively maintained, interconnected knowledge graph. Helps structure and query persistent memory across sessions with richer relationships than flat note storage.

memoryknowledge-graphplugin-marketplacebasic-memory
by voxpelli Jul 11, 2026 7/10
app GitHub

clawd-deck: Claude Code Control Room for Stream Deck — Session Board, Usage Gauges, Activity Heatmap

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
MCP GitHub

depthfusion: MCP-Native Shared Memory for Claude Code Agents — Hybrid BM25+Vector+RRF Recall

A self-hosted MCP server providing shared persistent memory across Claude Code agent sessions, using hybrid BM25+vector+RRF retrieval for high-quality recall. Supports cross-session continuity, cognitive scoring, and knowledge graph construction, with 30 MCP tools and zero per-query cost.

memoryragvector-searchknowledge-graphmcpself-hosted
by gregdigittal Jul 11, 2026 9/10
app Reddit

Fleet Deck: Local Mission Control Board for All Claude Code Sessions with Conflict Radar

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
workflow Reddit

Skillscript: A Language Agents Write Their Own Automations In, With Human Approval Gates

A small language in which Claude agents draft their own automation procedures, but a human must approve each one before it runs — enforced cryptographically so agents cannot self-approve. Once approved, the procedure runs identically every time, making recurring agent work auditable and deterministic rather than improvised on each run.

automationapprovaldeterministicsecurityworkflow
by sshwarts Jul 11, 2026 8/10
MCP GitHub

distil: Cache-Aware LLM Context Compression with Quality Contract for Agentic Runtimes

A context compression library for agentic runtimes that uses causal pruning and cache-awareness to shrink context size while maintaining a quality contract — certified non-inferior to full context across 7 domains. Works with any SDK and is designed specifically for multi-step agent workflows where context grows large.

context-compressionperformancecachingagentic
by dshakes Jul 11, 2026 7/10
app GitHub

pocket-command-system: Telegram-Based Command and Control for Claude Code Worker Fleets

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
skill GitHub

claude-skills: Full Website Lifecycle Skills for Claude Code — Brand, SEO, Dev, Ops, and Growth

A stack-agnostic collection of Claude Skills covering the full website development lifecycle: brand and design, content creation, SEO, development, operations, growth, and research. Provides a coherent, integrated skill suite for building, shipping, auditing, and optimizing websites entirely through Claude Code.

skillswebsiteseobrandoperationsgrowth
by rampstackco Jul 11, 2026 6/10
hook Reddit

Sidecrab: Desktop Pet That Reacts to Claude Code Sessions via Hooks

A pixel crab that sits on your desktop and mirrors your Claude Code session state in real-time — typing animation during tool use, thought bubble while thinking, and "!?" claws on permission prompts. It hooks into PreToolUse/PostToolUse/Notification/Stop events by writing a state file the app watches. Install via Homebrew on macOS.

hooksmacostaurirustdesktopvisualization
by zvoque_ Jul 11, 2026 8/10
workflow GitHub

Groundwork: Opt-in Spec-Driven Development Framework for Claude Code

An opt-in framework that structures Claude Code around formal software engineering artifacts: Socratic discovery sessions, PRDs, ADRs, tracer-bullet issues, TDD execution, and code review. Nothing fires automatically — every phase is triggered by a slash command, keeping you in control of the process.

workflowprdadrtddslash-commandsspec-driven
by mauriciovieira Jul 11, 2026 8/10
MCP GitHub

saas-tf MCP Server: Free Subdomains with Automatic DNS Provisioning

An MCP server for saas.tf that lets Claude Code agents provision free subdomains with automatic DNS for demos and dev projects. Useful for quickly exposing local services to the internet without manual DNS configuration.

mcpdnssubdomaindevtoolsnetworking
by demianguzman Jul 11, 2026 6/10
workflow GitHub

Hato: Cross-Machine Messaging for Claude Code Sessions

A carrier-pigeon system that lets Claude Code sessions message, broadcast, and wake each other across machines. Enables multi-agent coordination where one session can delegate to another or signal completion without manual intervention. Built specifically for Claude Code multi-session workflows.

multi-agentmessagingorchestrationworkflowcross-machine
by severzemlya Jul 11, 2026 8/10
skill GitHub

Two-Phase Academic Paper Proofreading Skill for Claude Code

A Claude Code skill that proofreads academic papers in two phases: first detecting writing issues with numbered, organized feedback, then applying fixes. Uses both Claude Code and Codex to catch grammar, clarity, and structure problems in research writing.

skillwritingproofreadingacademiclatex
by reviewtaipei284 Jul 11, 2026 6/10
app GitHub

Semantica CLI: AI Code Provenance and Attribution Across Git History

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

AgentNap: Reclaim RAM Leaked by Claude Code and MCP Servers on Mac

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
skill GitHub

Slobac: Agent Skill to Audit and Refactor Test Suites

A skill and accompanying manifesto for detecting test smells and safely refactoring test suites. It identifies common test anti-patterns (duplication, unclear assertions, brittle fixtures) and proposes targeted refactors. Includes documented principles for what makes a test suite healthy.

skilltestingrefactoringtest-smellsquality
by Texarkanine Jul 11, 2026 6/10
workflow GitHub

Outsourcerer: Delegate Subtasks to Other AI Harnesses from Claude Code

A tool that lets Claude Code act as the orchestrator while delegating work to other AI harnesses and models. Keeps your main session as the coordinator without requiring you to learn a new workflow — just describe what to delegate and it handles routing. Designed to maximize value from multiple AI subscriptions.

orchestrationmulti-agentdelegationworkflowsubscriptions
by alexgreensh Jul 11, 2026 7/10
app GitHub

Claude Feedback Rings: Context Rot and Rate-Limit Monitor for Claude Code

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
command Reddit

Fable 5 visually burns your tokens

built a little open-source toy called pixtuoid — a terminal pixel-art office where every running Claude Code session shows up as a coworker at a desk. With today's 0.14.0 update we added a "burn" e...

git
by IvanWng97 Jul 11, 2026 7/10
command Reddit

Remaking the claude agent video with Fable 5

Never seemed to have enough free usage on max outside of actual work, but with the reset they did earlier finally got around to making it. First pass so audio is off by a few seconds still but real...

review
by mesmerlord Jul 11, 2026 5/10
app Reddit

I built PackMind, a local second brain for Claude Code

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
skill Reddit

Fable 5 made a Fireship Video for GPT 5.6 Sol

Had some fable usage to waste yesterday cause my reset was gonna happen. Ended up burning all my usage so had to finish the last part with Sol itself. Imo Remotion based videos feel better to watch...

api
by mesmerlord Jul 11, 2026 5/10
MCP Reddit

Perplexity Enterprise Pricing, what am I missing?

Can anybody confirm this? We're an organization of approx. 250 ppl actively evaluating the Perplexity MCP inside Claude Code and Cursor workflows. I am doing what is in my capabilities to go throug...

mcpworkflowapitesting
by Elorien-0-4 Jul 11, 2026 8/10
command Reddit

Am I crazy or does Claude slack when his CLI is not focused?

I swear there are times I'm running multiple agents on different tabs, and one stalls for minutes - until i focus it and then it starts up again. Am I crazy? Does AI have a boss button? Seriously t...

by flippy_flops Jul 11, 2026 5/10
app Reddit

Token consumption: Fable vs. Sol Ultra.

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
MCP Reddit

Experimenting Computer Use for Blender AI with 3D-Agent

Hey guys, while enhancing 3D-Agent.com we created this computer use framework to control Blender with AI with our multi agent system. It does not work with MCP nor scripting, it really is using Ble...

mcp
by Large-Explorer-8532 Jul 11, 2026 5/10
MCP Reddit

Anyone found Brave Search MCP alternatives for Claude setups?

I set up Brave Search a couple months ago mostly because it was the easiest MCP to get going with Claude and it works, but the results feel a bit shallow for anything that isn't a mainstream query....

mcp
by Low-Significance777 Jul 11, 2026 6/10
skill Reddit

Bundled "verify" skill consumed all tokens

I am not sure if this is a bug, but it never did it before. I asked a super simple task (add version number to the botton of the screen) and went on playing Doom, next time I checked on it - 100% l...

skill
by ParticularAnt5424 Jul 11, 2026 5/10
skill GitHub

skill: 收录最全、更新最快的技能Skills 商店,涵盖文档处理、内容创作、编程开发、机器学习、自动化工作流等多个领域的 72 个精选技能包。所有技能已打

收录最全、更新最快的技能Skills 商店,涵盖文档处理、内容创作、编程开发、机器学习、自动化工作流等多个领域的 72 个精选技能包。所有技能已打包完成,可直接安装使用! 该商店中自动抓取了 Github 上的所有的 Skills 项目,并按照分类、更新时间、Star 数量等标签进行整理。

skillgit
by anbeime Jul 11, 2026 5/10
skill Reddit

Generative Media Skills for Claude Code

https://github.com/calesthio/generative-media-skills Try if this is useful for you submitted by /u/Responsible_Maybe875 [link] [comments]

skillgit
by Responsible_Maybe875 Jul 11, 2026 8/10
app GitHub

sshq: Agent-Native SSH Multiplexing CLI

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
skill GitHub

lore: Framework-Agnostic Project Memory Skill for AI Coding Agents

Provides framework-agnostic project memory for agents — preserving architecture, decisions, and conventions across sessions. No database, no server, pure Markdown.

memoryproject-contextarchitecturedecisionsmarkdownskill
by TheaDust Jul 11, 2026 7/10
workflow GitHub

loop-engine: Lightweight Runtime for Orchestrating Coding Agents

Orchestrates coding agents through persistent planning, execution, review, testing, and human-escalation loops. A minimal runtime for controlled autonomous agent workflows.

orchestrationloopplanningtestinghuman-in-the-loop
by chienhsinch Jul 11, 2026 7/10
app GitHub

temper: Typed Maintenance Surface for the Claude Code Harness

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
workflow GitHub

opcflow: AI Coding Agent Execution Layer With Trust and Approval Gates

Converts every approval into a time-expiring, propagating contract gate. Artifact DAG, 5-state trust system, and multi-role pipelines generating Claude Code, Codex, OpenCode, and Cursor configs from one template.

execution-layertrustapproval-gatesdagmulti-agent
by nvrenshiren Jul 11, 2026 7/10
MCP GitHub

mnemos: Self-Hosted Memory and Evidence Layer for AI Agents

Embeddable Go library with MCP/HTTP/CLI interface, evidence-backed claims, bitemporal recall, JSONL audit, and token budgets. cosign-signed releases with SLSA L3 provenance. No vendor cloud.

memoryevidencemcpgoauditbitemporalslsa
by klarlabs-studio Jul 11, 2026 7/10
skill GitHub

better-thinking: Move Beyond 'think hard' for Claude

A structured approach to invoke deeper reasoning in Claude, going beyond simple 'think hard' prompts with a skill that activates more structured deliberation.

thinkingreasoningpromptingskill
by skyf0xx Jul 11, 2026 7/10
skill GitHub

toolshed: Reference Docs as Checkable Claims for Claude Code

A Claude Code plugin covering the full documentation lifecycle: bootstrap → write → detect drift → fix. Turns docs into verifiable claims the agent can check against the codebase.

documentationdrift-detectionpluginverificationlifecycle
by aj604 Jul 11, 2026 7/10
workflow GitHub

token-lean: Decisions-Only Orchestration Discipline for AI Agent Fleets

One markdown skill for any model — Claude Code, Codex, Cursor, anything that reads markdown. Enforces a disciplined, decisions-only orchestration pattern to reduce token waste.

orchestrationtoken-optimizationskilldecisionscross-platform
by hurttlocker Jul 11, 2026 7/10
app GitHub

the-wire: Autonomous AI Newsroom Run by Claude Code Agents

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

5dive: Run a Company of AI Agents on a Server You Own

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

box: Self-Hosted Claude Code in Your Pocket

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
skill GitHub

hivemind: Turn Agent Traces Into Reusable Skills (activeloopai)

Converts traces from Claude Code and other agents into reusable skills that can be shared and replayed across agents. Distills learned behaviors automatically.

skillstracesreusabledistillationautomation
by activeloopai Jul 11, 2026 7/10
MCP GitHub

packmind: Second Brain for Claude Code With Real Token Accounting

Project memory, real token and cost accounting, local semantic recall, and active guardrails — all via Claude Code hooks and MCP. Memory and embeddings stay local by default.

memorymcphookstoken-countingsemantic-recall
by mchl-schrdng Jul 11, 2026 7/10
app GitHub

TokenTracker: Track Token Usage Across 25 AI Coding Tools

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
MCP Reddit

Webify MCP: 18x Cheaper Web Research via DOM-Graph Token Filtering

Parses HTML into a DOM graph, scores nodes with BM25, and returns only the relevant subtree — reducing web page tokens from 3k-15k to 80-300. MIT, works with Claude Code, Cursor, Windsurf, and any MCP app.

mcpweb-researchtoken-optimizationbm25dom-graph
by intellinker Jul 11, 2026 8/10
skill Reddit

keep-the-why: Open-Source Skill for Preserving Code Rationale Across Sessions

Teaches coding agents four workflows: capture rationale during development, recover it retrospectively, analyze before interviewing maintainers, and maintain living project context. Rationale is classified as confirmed/inferred/unknown — agents must never invent project history.

skillrationalecontextdocumentationknowledge-preservation
by oliver-zehentleitner Jul 11, 2026 8/10
app Reddit

Snitch: Deterministic Prose Claim Verifier for AI Coding Agent Transcripts

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

familiar: Kitty Terminal Overlays for Reviewing Claude Code Diffs and Sessions

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
skill Reddit

Agent Ledger: Skill That Forces Agents to Show Their Work Before Saying Done

Requires the agent to write down the goal and scope before touching files, run checks after the task, and classify results as PASS/WARN/BLOCK. Leaves an HTML replay and structured findings in .agent-ledger/ for human and agent review.

skillverificationauditscopeaccountability
by ErProff Jul 11, 2026 8/10
app GitHub

claude-tap: Intercept and Inspect Coding Agent API Traffic

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
MCP GitHub

cmuxlayer: cmux MCP Server for Terminal Agent Lifecycle Management

25 tools for spawning, monitoring, and orchestrating Claude, Codex, Cursor, Gemini, and Kiro agents. Includes thinking-state detection, chunked input, and layout management.

terminalmcporchestrationlifecyclemulti-agenttmux
by EtanHey Jul 11, 2026 8/10
workflow GitHub

agentplane: Git-Native Workflow Control for AI Coding Agents

Approved plans, verification gates, and reviewable evidence for Claude Code, Codex, Cursor, and Aider. Provides a git-native structure for controlled autonomous agent execution.

workflowgitverificationplansauditevidence
by basilisk-labs Jul 11, 2026 8/10
app GitHub

lectern: One Engine for Claude Code, Antigravity, and OpenCode

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

claude-pace: Execution-Policy Layer for Claude Code

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
skill GitHub

kitbash: Package Manager and Compiler for AI Agent Skills

Write skills once, run them in Claude Code, Cursor, Codex, Copilot, Gemini CLI, and more. A cross-harness package manager that compiles and distributes agent skills.

skillspackage-managercross-platformcodexcursor
by singhharsh1708 Jul 11, 2026 8/10
app GitHub

claude-governor: Budget-Aware Agent Loop for Claude Code

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
MCP GitHub

OpenMnemex: Self-Pruning Knowledge Context Graph for AI Agents

Agent memory modeled on human memory — long-term, navigable, and context-budget-aware. No vector DB, no embeddings, no server. Pure Markdown + git. Claude Code plugin.

memoryknowledge-graphmarkdowngitcontext-budgetplugin
by kritird Jul 11, 2026 8/10
MCP GitHub

merkle: Local-First MCP Vault for Claude Code With Cryptographic Audit

LLMs hold opaque handles to secrets, operators approve every reveal, and every access leaves a BLAKE3 hash. Built in Rust 2024 with DDD + Hexagonal architecture for secure local secret management.

securitysecretsauditrustcryptographyvault
by farchanjo Jul 11, 2026 8/10
workflow GitHub

baton: Protocol for Agent Work That Survives Session Boundaries

Plan, implement, and verify in sealed contexts, with proof bundles as the only currency between them. Ensures reliable agent handoffs and reproducible outcomes across session boundaries.

session-handoffprotocolverificationproof-bundlescontext
by sawy3r Jul 11, 2026 8/10
workflow GitHub

critic-gauntlet: Adversarial Multi-Model Architecture Critic for Claude Code

Four AI models argue against your proposal in parallel, with raw objections surfaced verbatim and then synthesized. Designed to stress-test Claude Code architecture decisions before implementation.

adversarialcode-reviewmulti-modelarchitectureworkflow
by alexmakarski Jul 11, 2026 8/10
app GitHub

token-goat: Token Burn Reducer for Claude Code and Other AI Coding Tools

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
MCP GitHub

ratel: Context Engineering for AI Agents — ~80% Fewer Tokens

Fixes tool overload and reduces context by ~80% using in-process BM25 and semantic retrieval for skills and memory. No vector DB required — works directly in-process.

context-engineeringtoken-optimizationmemoryskillsretrieval
by ratel-ai Jul 11, 2026 8/10
app GitHub

agentfdr: Flight Data Recorder for Local Coding Agents

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

claude-observatory: Per-Edit Keep/Undo for Claude Code Without Git

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

code-airlock: Run Claude Code Unattended Inside a Disposable MicroVM

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

smithers: Agent Workflows With Full Observability and Time Travel

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
MCP GitHub

claude-code-delegate-local: Delegate Claude Code Subagents to Local Models

MCP server that lets Claude Code delegate subagent tasks to local models (LiteLLM/llama.cpp/Ollama), DeepSeek, AWS Bedrock, or any OpenAI/Anthropic-compatible backend — without losing the Claude Code orchestrator session.

local-modelssubagentsllamaollamabedrockcost-saving
by fegone Jul 11, 2026 9/10
workflow Reddit

CC Epic Orchestrator: Opus Planner + Codex Review Workflow Breaking with New Models

A multi-PR epic orchestrator skill that uses Claude Opus for planning and Codex for adversarial review, advancing PRs one-by-one with heartbeat recovery. The author reports the workflow breaking after a model upgrade auto-switched to a newer Codex variant, which derails the implementation flow with implausible edge cases. Discusses fallback strategies and thinking-level tuning.

orchestratorworkflowopuscodexmulti-agentsubagents
by traicanguri Jul 10, 2026 7/10
app GitHub

artgraph: Deterministic Spec-to-Code Context Graph for AI Coding Agents

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
workflow GitHub

jidoka: Toyota Production System Quality Gates for AI Agents

Applies the Jidoka (stop-and-fix) principle from Toyota Production System to AI coding agents — enforcing deterministic gates outside the LLM to catch defects early, with visual demo review steps. Designed to prevent AI agents from propagating errors silently downstream. Install with npx jidoka-method init.

quality-gatesworkflowdeterministicproductionagents
by ArmandoMedina Jul 10, 2026 5/10
app GitHub

clampdown: Secure Container Sandboxes for AI Coding Agents

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
MCP GitHub

jdocmunch-mcp: Token-Efficient MCP Server for Documentation Retrieval via Section Indexing

An MCP server that indexes documentation into structured sections and serves only relevant portions to the AI, claiming to be the most token-efficient approach to documentation exploration and retrieval. Instead of loading full docs, agents query by section to get targeted answers. Useful for projects with large documentation sets.

mcpdocumentationtoken-efficiencyretrievalindexing
by jgravelle Jul 10, 2026 7/10
app GitHub

claude-multi-instance: Local Dashboard for Parallel Claude Code Sessions via tmux

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
workflow Reddit

Using 3rd-Party Model Providers as Claude Code Sub-Agents Without API Billing

Explores strategies for delegating "action" tasks (code writing, data analysis) to cheaper models (Ollama, DeepSeek, local) while keeping Claude subscription quota for orchestration and review. Discusses risks of env-var swapping triggering API billing and safer alternatives like CLI-based tool execution via claude-ollama-agents or external CLI orchestrators. Community shares workarounds.

multi-modelollamadeepseeksubscriptionsubagentsworkflow
by Jeidoz Jul 10, 2026 6/10
MCP Reddit

Are Context Engine MCPs Still Worth It? Community Takes on Augment and Alternatives

Community debate on whether external context engine MCP servers (like Augment) still provide meaningful value now that Claude Code and Codex have improved native retrieval. Discusses token savings vs subscription cost, and asks for free or cheaper alternatives that achieve similar relevance-filtering for large codebases.

contextmcpretrievaltoken-efficiencyaugment
by SuperJackpot Jul 10, 2026 5/10
skill GitHub

principle-deepdive-html-style: Skill to Generate Self-Contained Analytical HTML Articles

A reusable skill for AI coding agents that generates single-file analytical HTML articles with built-in dark mode, responsive layouts, and zero external dependencies. The skill produces standalone files that work without a build system, making it easy to share research or documentation as self-contained pages. Targeted at agents that need to output structured reports.

skillhtmldocumentationreportsdark-modeself-contained
by studious-mantle460 Jul 10, 2026 5/10
skill GitHub

microsoft-style-skill: Audit and Rewrite Docs to Match Microsoft Writing Style Guide

A Claude Code skill that reviews technical documentation against the Microsoft Writing Style Guide and rewrites non-compliant sections. Useful for teams shipping public-facing developer docs who want consistent, professional tone without manually consulting the guide. Drop-in skill for documentation review workflows.

skilldocumentationwritingstyle-guidemicrosoft
by kongma1891 Jul 10, 2026 6/10
skill GitHub

claude-skills: PDF Extraction, Anki Flashcard Generation, and Revision Notes as Claude Skills

A small collection of Claude Agentic Skills covering PDF content extraction, automatic Anki flashcard generation, and revision note creation. Good starting point for study and knowledge management workflows within Claude Code. Each skill is composable and can be triggered via slash commands.

skillpdfankiflashcardsnotesstudy
by maaarcooo Jul 10, 2026 6/10
skill GitHub

AI-Canon: Sync One Trusted Agent Config Across All Repositories

A tool for syncing a single trusted AI-agent configuration—skills, rules, MCP servers, and scripts—across multiple repositories and coding agents. Ensures consistent behavior and prevents config drift when working across many projects simultaneously.

skillssyncmulti-repoMCPconfiguration
by lucastraba Jul 10, 2026 6/10
MCP GitHub

MiniMax AI Plugin for Claude Code: Multi-LLM Code Reviews

A Claude Code plugin that integrates MiniMax AI agents for code reviews, offering an alternative LLM perspective alongside Claude. Bridges Claude Code with MiniMax via a plugin architecture for richer, multi-model review coverage.

MCPplugincode-reviewMiniMaxmulti-LLM
by BirhanuTa Jul 10, 2026 5/10
skill GitHub

Vibe-Check: PM-Designed Skill to Take a Vague Idea to a Buildable Plan

A Claude Code skill by a 12-year product manager for taking non-engineers from a vague idea to a buildable plan. Guides through GitHub basics, clean-code habits, a verify-and-iterate loop, and a project checkup. Contrasts with the developer-targeted grill-me skill — this one is for everyone else.

planningskillbeginnersproduct-managementworkflow
by TexasBedouin Jul 10, 2026 6/10
skill GitHub

Fintech Roast: Adversarial Code Review Plugin for Financial Code

A Claude Code plugin with a sourced rulebook that takes an adversarial approach to reviewing code touching money. Designed to catch bugs, edge cases, and compliance issues in financial code paths by roasting them rather than gently suggesting improvements.

fintechsecuritycode-reviewpluginfinance
by DylanMerigaud Jul 10, 2026 6/10
workflow GitHub

Dual-Agent Code Review: Blast-Radius Gating with Claude + Codex

A Claude Code plugin that gates code review depth by actual blast radius computed from a code graph, not diff size. Claude integrates changes while Codex surveys impact; reviews scale proportionally to real risk. Fire-and-forget — no manual configuration per PR.

code-reviewdual-agentblast-radiusautomationCodex
by mav2287 Jul 10, 2026 7/10
skill GitHub

Senior-Level UX Design-System Skills for AI Agents

A skill set packaging senior-level UX and design-system expertise so AI agents apply it automatically during development. Covers component design, design-system conventions, and accessibility without manual prompting per task.

UXdesign-systemskillsUIaccessibility
by dembrandt Jul 10, 2026 5/10
app Reddit

Claude Code Desktop Now Has a Built-In Sandboxed Browser

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
MCP GitHub

AgentStack: Local Control Plane for Auditing and Firewalling MCP Tool Calls

A local control plane for AI coding agents that trust-gates, firewalls, and audits every MCP tool call before execution. One manifest handles servers, skills, instructions, and settings across Claude Code, Codex, Cursor, Gemini CLI, and 9 other coding agents — security layer across your entire AI toolchain.

MCPsecurityfirewallauditmulti-agent
by Tarekkharsa Jul 10, 2026 8/10
app GitHub

Corporate LLM Gateway: Sanitize Claude Code Traffic Before It Leaves Your Network

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

Image Token Compression: Proxy That Cuts Agent Input Tokens ~39% via Pixel Rendering

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
skill GitHub

Context-to-Action Skills: Turn Messy Business Context into Clear Decisions

Claude skills for structuring messy business context into clear asks, decisions, owners, updates, and follow-ups. Extends Claude Code's usefulness beyond pure coding into business process facilitation and meeting/communication management.

skillsbusinessdecisionsworkflowproductivity
by tmusser Jul 10, 2026 5/10
skill GitHub

Zygote: Claude Code Skill to Scaffold Backend/Frontend Boilerplates on Command

A Claude Code skill that scaffolds backend and frontend boilerplates on command, covering Sanic, FastAPI, Express, Express-MVC, React+Vite, and MERN stacks. Checks dependencies, confirms before installing, scaffolds the project structure, and sets up the local environment.

scaffoldingboilerplateskillFastAPIReactExpress
by ABaliyan31 Jul 10, 2026 6/10
workflow GitHub

Pi Dynamic Workflows: Claude Code-Style Subagents with Model Routing and Budget Tracking

Brings Claude Code-style dynamic workflows to the Pi platform: code-mode subagents with real model routing, journaled resume, git-worktree isolation, cost accounting, an interactive /workflows TUI, and an /ultracode standing opt-in. A close port of the Claude Code workflow harness for alternative runtimes.

workflowsubagentsmodel-routingultracodeworktree
by QuintinShaw Jul 10, 2026 7/10
app GitHub

Orcy: Pod-Based Autonomous AI Agent Coordination System

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

Forktty: Linux-Native Workspace for Coding Agents with Git Worktrees and MCP

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
MCP GitHub

Unity KISS MCP: 125 Tools for Scene, Assets, Animation, VFX, and Playtest

An MCP server for Unity Editor with 125 tools covering scene management, asset handling, animation, VFX, and playtesting. Takes a KISS (Keep It Simple) approach to AI-Unity integration, covering the full game development workflow.

UnityMCPgame-development3Deditor
by german-krasnikov Jul 10, 2026 7/10
skill GitHub

Pixel Surgeon: Design Craft Skill with 504 Practices for Claude Code

A design craft skill for Claude Code modeled on 16 years of product design expertise. Reviews UI, cites a specific design rule per finding, and proposes numbered fixes. Backed by a library of 504 design practices covering layout, typography, color, and interaction.

designUIUXskillscode-review
by AnimaEcho Jul 10, 2026 6/10
MCP GitHub

Caves Claude Plugin: Knowledge Graph Integration for Claude Code

A Claude Code plugin for integrating the Caves knowledge graph. Enables creating connections between concepts, building hierarchical knowledge structures, and converting cookbook indexes into navigable graph structures.

knowledge-graphpluginCavesgraph
by ic-caves Jul 10, 2026 5/10
skill GitHub

AI Skills Mapper: Find and Eliminate Overlapping Prompts Across Agents

A Claude Code skill that maps all your local AI prompts and skills across Claude, Cursor, ChatGPT, or any folder, detects functional overlaps, and helps you decide what to consolidate or delete. Useful for cleaning up a bloated skill collection spanning multiple agents.

skillsorganizationdeduplicationmanagementprompts
by yyy805 Jul 10, 2026 6/10
app GitHub

CoderEval (UiPath): Sandboxed Framework for Evaluating AI Coding Agents

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
workflow Reddit

Recovering Claude Project Files After Accidental rm -rf via Volume Shadow Copy

Firsthand account of Claude running rm -rf on ~/.claude/projects, destroying 33 project folders, and the three-pass recovery: rebuilding from session context, scraping ~/.claude/file-history snapshots, then restoring 77/77 memory files from a Windows Volume Shadow Copy. A practical recovery playbook for Windows users with a takeaway: check vssadmin list shadows before mourning your files.

recoverydisasterWindowsVSSshadow-copybackup
by Zerostar0 Jul 10, 2026 7/10
skill Reddit

Claude Code Starter Pack: Vision-Locked Project Scaffolding

A scaffolding skill that creates CLAUDE.md, a read-only vision.md (chmod 444 + pre-commit hook), architecture.md, a decision ledger, session log, and append-only errors.jsonl. Keeps AI agents from re-litigating settled decisions and quietly rewriting your north-star intent across sessions.

CLAUDE.mdscaffoldingstarterproject-structurehooks
by The___Storyteller Jul 10, 2026 8/10
workflow Reddit

App Install/Uninstall Security Auditing Workflow with Claude Code

A practical workflow for using Claude Code to audit apps before install (signature, notarization, publisher), investigate what an app actually collects after install, and verify complete removal. Surfaces hidden telemetry and leftover files that standard settings menus and drag-to-trash miss.

securityworkflowprivacyapp-managementaudit
by Admirable-Long-9713 Jul 10, 2026 6/10
app GitHub

clauzz-cli: Named Claude Code Session Manager with One-Keypress Resume

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
workflow GitHub

Compute-Once-Paint-Everywhere: Cross-Platform Feature Shipping Pattern

A production-tested pattern for shipping features across backend, iOS, Android, and web simultaneously using AI agents. Includes a playbook, executable Claude Code skill, and an evolution journal tracking how the pattern has been refined in real projects.

cross-platformmobilebackendpatternskill
by jesushurtadodev Jul 10, 2026 6/10
skill GitHub

CMS Cultivator: Claude Code Plugin for Drupal and WordPress Development

A comprehensive Claude Code plugin providing specialized slash commands for Drupal and WordPress development. Offers CMS-specific guidance to keep agents aligned with Drupal/WordPress conventions and best practices.

DrupalWordPressCMSpluginslash-commands
by kanopi Jul 10, 2026 6/10
MCP GitHub

MCP Server for Standard Notes with End-to-End Encryption Preserved

An MCP server that connects Claude to Standard Notes while preserving protocol-004 end-to-end encryption. Read and write notes from Claude without decrypting them at the server layer — privacy stays intact.

MCPStandard-NotesE2EEnotesencryption
by lozit Jul 10, 2026 7/10
skill GitHub

Wafflestack: Write Once, Deploy Skills Across Claude Code, Codex, and Agents

A templating tool that renders one set of reusable AI agent and skill definitions into harness-native files for .claude/, .codex/, and .agents/ directories. Eliminates the need to maintain separate skill definitions per coding agent when working across multiple platforms.

skillscross-agenttemplatesworkflowautomation
by dustinkeeton Jul 10, 2026 6/10
skill GitHub

94 Specialist Blender Skills for Claude Code with MCP Production Pipeline

A comprehensive set of 94 specialist Blender skills for use with Claude Code, Cursor, Kiro, and Codex. Covers a full MCP-powered production pipeline from blockout to game engine export, targeting Blender artists who want AI assistance in their existing workflow.

Blender3DMCPskillsgame-development
by arjun988 Jul 10, 2026 7/10
skill GitHub

Odoo AI Skills: Ground-Truth-First Development for Odoo 17/18/19

Claude Code skills for AI-driven Odoo development that read ground truth from the running instance (fields, MRO chains, views, security) before writing any code. Builds the smallest correct change, proves it with a test, and reviews before merge — never guessing from outdated docs.

OdooERPskillsPythontesting
by tuanle96 Jul 10, 2026 6/10
skill GitHub

Build-Ready: Red-Team Your Spec Before Writing Any Code

An agent skill that scores a plan or spec's autonomous-build readiness before any code exists. Evaluates the spec from a zero-context builder's seat, surfacing ambiguities and gaps that would cause an agent to stall or go wrong. Works in both Claude Code and opencode.

planningspecred-teamingpre-buildskill
by jovylle Jul 10, 2026 7/10
skill GitHub

ralvaskills: Personal Claude Code Skills Enforcing Clean Architecture

A growing personal collection of AI skills for OpenCode and Claude Code that enforces strict clean architecture and professional development standards. Serves as a template for organizing opinionated skill collections.

skillsclean-architectureOpenCodestandards
by ralvarezdev Jul 10, 2026 5/10
workflow Reddit

Debugging Zombie Claude Sessions That Block Remote-Control Setup

Detailed troubleshooting guide for a scenario where a frozen Claude session with an unanswered permission dialog blocks all remote-control sessions. Covers finding zombies with ps, confirming via session JSON files, clearing them with kill + file deletion, and preventing recurrence.

debuggingremote-controlsessionstroubleshootingzombie
by Tmilligan Jul 10, 2026 6/10
app Reddit

Meshwire: Cross-Machine AI Agent Collaboration via A2A Protocol

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
workflow GitHub

GitHub Agent Plugin: Resolve PR Review Comments with Orchestrated AI

A Claude Code plugin that automatically responds to and resolves pull-request review comments using a higher-reasoning orchestrator that delegates GitHub tasks to Haiku worker agents. Handles the remediation phase after reviews — not a code-review tool itself.

GitHubpull-requestorchestrationautomationplugin
by JimCline Jul 10, 2026 6/10
skill GitHub

Live Workshop Skill: Audio Transcription to Searchable JupyterBook

A Claude Code skill for building live workshop journals with audio transcription and keyword extraction. Outputs a searchable JupyterBook knowledge base from workshop sessions, making captured learning immediately navigable.

workshopaudiotranscriptionJupyterBookknowledge-base
by janineagu4049 Jul 10, 2026 5/10
skill GitHub

God-Prompt: One File to Turn AI into a Production-Grade Coding Assistant

A single prompt file that improves AI coding assistant behavior by enforcing better verification, structured workflows, and code quality standards. Drop it into any project to upgrade how Claude Code approaches tasks without extensive CLAUDE.md configuration.

CLAUDE.mdpromptworkflowcode-quality
by Heartbreaking-greenhouseeffect508 Jul 10, 2026 5/10
skill GitHub

Reusable Claude Code Skills: PR Review, Security Audits, Dependency Checks

A collection of reusable Claude Code skills covering pull-request review, security auditing, and dependency analysis. Designed to save time on recurring engineering tasks by providing repeatable, high-quality skill definitions.

skillsPR-reviewsecuritydependencies
by nariatrip191 Jul 10, 2026 5/10
skill GitHub

Teamwork: Evidence-First Skills for Claude Code, Codex, and Cursor

A set of evidence-first skills covering research, debugging, planning, execution, review, and goal loops. Compatible with Claude Code, Codex, and Cursor for cross-agent flexibility.

skillsresearchdebuggingplanningcross-agent
by JinPLu Jul 10, 2026 5/10
skill GitHub

Opus-Pack: Dense Operating Skills with Executable Gates for Claude

Distilled operating skills for daily-driver Claude models: dense rules with executable gates instead of long prose. Designed to maximize signal-to-noise in system prompts and CLAUDE.md configurations.

skillsoperating-rulesCLAUDE.mdoptimization
by F-e-u-e-r Jul 10, 2026 5/10
workflow GitHub

Agent Dev Framework: Reusable Skills Pipeline from Idea to MVP

A project-agnostic pipeline of Claude Skills for taking an AI agent product from idea to shippable MVP. Built for solo founders who reuse the same workflow across multiple projects; runs in both Claude Code and Claude Cowork.

skillsMVPpipelinesolo-founderworkflow
by antonioneto11 Jul 10, 2026 6/10
command Reddit

I wrote an article on new way to prompt for Fable 5

I have put together a new framework for the new rules of prompting: GOALS. G - Give the why O - Outcomes, not steps A — Agree on "done" L - Let it run S - Show the evidence Old prompt: what to do. ...

by directoraak Jul 10, 2026 5/10
skill Reddit

Are one-person billion-dollar companies actually possible?

Anthropic’s CEO, Dario Amodei, recently said that we’re on track to see a billion‑dollar company run by one person using AI but that it hasn’t happened yet and that there are already two‑person AI ...

review
by sibraan_ Jul 10, 2026 6/10
MCP Reddit

I built a Product Management tool for vibe coders!

The PM tool will help you run discovery, analysis, solutions, prioritization and a sprint plan that you can connect to your coding agent over MCP. Your coding agent then follow and update the sprin...

mcpgit
by extraterritorial39 Jul 10, 2026 5/10
skill GitHub

math-modeling-skill: 数学建模技能 - 为CUMCM、MCM/ICM等数学建模竞赛提供结构化的三阶段工作流程:建模分析、代码实现、论文撰写。

数学建模技能 - 为CUMCM、MCM/ICM等数学建模竞赛提供结构化的三阶段工作流程:建模分析、代码实现、论文撰写。包含丰富的算法资源库(优化/预测/评价/图论/机器学习等)、角色指导文档、论文模板和实用工具脚本。

skill
by XiaoMaColtAI Jul 10, 2026 5/10
command Reddit

Trigger local computer project from phone

Alright, this shouldn't really be a problem but I'm stumped. I've setup a nice little project where I enter a URL job ad, and get a cover letter embedded into an existing letter template in Google ...

by ArmFallOffBoy Jul 10, 2026 5/10
skill Reddit

Consulting use cases for Claude Code and Cowork

Strategy consultants out there: what and how do you use Claude, especially Code, Cowork and Skills for your daily work? See alot of input on this sub from developers and I know finance is starting ...

skill
by Jobuno Jul 10, 2026 8/10
skill GitHub

Card_Radar: 在你手上每一張卡裡,即時挑出回饋最高的那張——CardRadar 是一個讀取 Notion 信用卡回饋規則、依「實拿金額」而非帳面利率排

在你手上每一張卡裡,即時挑出回饋最高的那張——CardRadar 是一個讀取 Notion 信用卡回饋規則、依「實拿金額」而非帳面利率排名的 Claude Skill。 · A Claude Skill that picks the highest-earning card in your wallet: it reads your credit-card rules from Notion...

skill
by kau10082 Jul 10, 2026 6/10
skill Reddit

Complete and utter waste of money and time

My use case is software engineering. I’ve been a heavy Claude user for well over a year now, and since Opus 4.7 and the “comeback” of Fable 5, I can no longer trust Anthropic models to complete the...

skillapiclaude.md
by cbl_lbc Jul 10, 2026 10/10
command Reddit

I built a model router for Claude Code

Claude Code runs everything on one model — usually Opus. But most of what it does (searching files, renaming things, running a known command) doesn't need Opus. You're paying flagship prices for gr...

hookcommandapi
by TheNobodyOhmMan Jul 10, 2026 10/10
command Reddit

Fable 5 Built a $5,000 Uber Ad From One Prompt

I built a system in Claude Code that takes one prompt, literally "make an ad for [brand]", and gives back a finished 15 second brand ad. It runs on Fable 5. Here's Uber, then Gemini, then Proton VP...

api
by alexsafari1 Jul 10, 2026 8/10
command Reddit

The most underrated aspect of 5.6 (Compared to Fabulous-five)

In my time using it, not ONCE did I encounter a: "Sorrryyy, we're not gonna let you do that... even though you're 30% into this chat, we're gonna hard-stop and make you use our worse model." Obviou...

by Callmeaderp Jul 10, 2026 6/10
command Reddit

how to track /workflows for a Codium/VSCode Claude Code session?

I'm on Max 20x and started a Fable ultracode with workflows for a complex change. The plugin is telling me to follow via /workflows, but it seems this command is claude CLI only. How can I follow w...

commandworkflow
by sob727 Jul 10, 2026 6/10
command Reddit

Context after session limit hit

When I give Claude a Task that requires multiple agents, and the session limit hits before all of them finish, what happens to the agents? Is all their work lost if they didn't finish? Or do they j...

by EngineeringRare6517 Jul 10, 2026 5/10
skill Reddit

How are you combining Claude Code with Codex?

I see a lot of people saying they subscribe and use both at once. Does anyone want to share their harness setup? Do you just use the Claude Code UI and write a skill that encourages it to delegate ...

skill
by UglyChihuahua Jul 10, 2026 10/10
command Reddit

0 cost security scanning for Claude

The biggest problem with /security-review is that it burns a lot of tokens on finding very very trivial vulnerabilities. We thought of sharing our recently open-sourced rules-based vulnerability sc...

review
by asadeddin Jul 10, 2026 5/10
workflow Reddit

Which Model Should I use for my Multi Agentic OS . GLM 5.2 or Opus

Hi Guys . I need some insights. So I am from India . I have Built myself an Agentic OS which I can Manage all My stuff and automate some Pipeline . I am preparing for FDE roles . parallelly I am fr...

mcpapiautomationreview
by CrypticDoor22 Jul 10, 2026 5/10
app Reddit

Interesting "cyber-security" test

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
hook Reddit

Claude Fable vs Sol + Terrra +Luna

BUG: Fable usage is horrific. FIX IT. Tell GPT SOL to build a PRD and down grade its model to LUNA to generate the scaffolding and Terra to revise based on the PRD and have SOL Correct any advanced...

hook
by SoCalKonig Jul 10, 2026 7/10
MCP Reddit

How do you actually design with Claude?

I'm building a SaaS right now for a client, and the functionality of the app and overall build is great. The issue is that the app looks like AI slop in some areas. I've tried rigorously giving it ...

mcp
by TheRedditSeller Jul 10, 2026 5/10
skill Reddit

WTF is Cloud Agents?

I've been mainly using Claude Code over telegram with their plugin. Over time I realized how much more autonomy I want with Claude Code, or any other harness. I want it to review my pre automatical...

skillautomationreview
by sapoepsilon Jul 10, 2026 9/10
command Reddit

Claude Code going far, far into the weeds

I generally really like Claude Code and find it useful, but sometimes… Me: "Sigh, I should deal with that bug. It'll take me about half an hour, but I have other things to do, so I'll let Opus deal...

by MisterHarvest Jul 10, 2026 7/10
skill GitHub

mba: 把品牌影响力拆成可打分、可比较、可复盘的事。Claude Code skill,5 位人物评委(傅盛·Steve Jobs·李可佳·吴俊东·张一鸣)按

把品牌影响力拆成可打分、可比较、可复盘的事。Claude Code skill,5 位人物评委(傅盛·Steve Jobs·李可佳·吴俊东·张一鸣)按 7 维度 × 5 镜头独立打分,Lead 合成版本化报告:雷达图 + 异议热力图 + 影响力构造图 + 90 天行动建议。`/mba <brand>` 一行触发,EVOLUTION 模式追踪同一品牌随时间演化。

skill
by zhanglunet Jul 10, 2026 8/10
MCP Reddit

MCPs or Skills?

I am new to claude code and am exploring everything I can do and stumbled upon the following: For some connections there are options via MCP or Skills. For example I can connect tavily search via M...

mcpskill
by New_Yorker1234 Jul 10, 2026 10/10
command Reddit

OpenAI-compatible LLM proxy for Claude Code and n8n

I got tired of having Claude Code or my n8n agents fail because a provider hit a rate limit or went offline halfway through a request. I didn't want retry logic, provider switching, and web search ...

workflowapigit
by Away-Professional351 Jul 10, 2026 8/10
command Reddit

Putting a rule in a PreToolUse hook vs putting it in CLAUDE.md

As we all know, CLAUDE.md can only steer behavior. Put "do not import mock in production code" in the instructions and it pushes the model toward a clean diff, however guarantees are living in cons...

hookcommandclaude.md
by cleverhoods Jul 10, 2026 9/10
command Reddit

Not sure (yet), if Sol is really better, but it WORKS better..

This actually might be the first time I'm considering a full switch to GPT, here are the reasons and they're kinda.. preliminary.... and to be honest, I'm eager to hear what you think, because mayb...

workflow
by Firm_Meeting6350 Jul 10, 2026 5/10
command Reddit

Fable doesn't want to spawn Opus 4.6 subagents

As in the title. My Fable doesn't want to spawn Opus 4.6 subagents, also doesn't want to spawn Sonnet 4.6. Did anyone face the same problem? It always defaults to Sonnet 5 and Opus 4.8. While I thi...

by Solenya199611 Jul 10, 2026 5/10
command Reddit

Please decide between arrow keys and esc

Am I the only one who accidentally clears a run by hitting the stupid left arrow key? First it was arrow keys to navigate between subagents, then they made it esc to go back, then they made an upda...

workflow
by SIGH_I_CALL Jul 10, 2026 6/10
command Reddit

Launching agentsocial: where humans observe, agents live

Instagram, X are flooded with AI generated multimedia content. We felt that AI generated content needed a separate space to appreciate model/agent's creativity and network. We created agentsocial, ...

mcpskillcommand
by ximihoque Jul 10, 2026 8/10
command Reddit

My ADHD brain couldn’t keep up with Claude Code replies

I’ve been using Claude Code a lot. Whisper Flow has helped because I can dump a messy stream of context into the agent by talking. That part works well for me. The problem was the response back. Cl...

git
by Suitable-Cow2000 Jul 10, 2026 7/10
MCP Reddit

Claude Code + HubSpot MCP with 44 Subagents and Human-Approved Writes

A Claude Code plugin integrating 44 subagents with a custom MCP server that lets Claude operate HubSpot CRM, requiring human approval before any write action. The post shares practical lessons on agent write-safety and trust boundaries when automating business workflows. Demonstrates how to add a human-in-the-loop checkpoint to prevent unintended side effects in production systems.

mcphubspotsubagentswrite-safetyhuman-in-the-loopcrm
by Cell_Psychological Jul 9, 2026 7/10
workflow GitHub

firm-os: Engineering Operating System for Claude Code

An opinionated engineering workflow system built on top of Claude Code, covering planning, task sequencing, test-first delivery, convention gates, and PR standards. Designed primarily for Ruby on Rails projects but the patterns are broadly applicable. Provides the "work around the code" scaffolding that Claude Code itself doesn't prescribe.

workflowengineeringruby-on-railstddconventionsplanning
by Davidslv Jul 9, 2026 7/10
skill GitHub

vb-winforms-toolkit: Claude Code Skills for Modernizing VB.NET WinForms on .NET 9

A set of Claude Code skills targeting VB.NET WinForms modernization to .NET 9 in 2026. Provides guided assistance for migration tasks specific to legacy Windows desktop applications. Useful for teams maintaining older VB.NET codebases who want AI-assisted upgrade paths.

skillvb.netwinformsdotnetmigrationlegacy
by yngbrll Jul 9, 2026 5/10
app GitHub

ctx: Search Your Local Coding Agent History

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

vocal-composer: Real-Time Speech-to-Text for Claude Code and Cowork

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
skill GitHub

dotclaude: Reusable Claude Code Extension Registry

A curated registry of Claude Code extensions — skills, subagents, slash commands, and hooks — covering engineering, git, testing, and security workflows. Distributed both as a shadcn-style GitHub registry and as installable plugins, making it easy to browse and add individual extensions to any project. A well-organized starting point for building out a Claude Code toolkit.

skillssubagentsslash-commandshooksregistryextensionsgittestingsecurity
by KhaledSaeed18 Jul 9, 2026 8/10
workflow GitHub

Nuwa: Prompt Architect for Self-Growing AI Agent Homes

Nuwa compiles deployable AI agent systems from structured prompts — supporting single agents or collaborating teams that evolve over time (v9.0). Targets teams who want to define agent roles and communication patterns declaratively. Useful for orchestrating multi-agent setups with Claude Code as a backend.

agentsorchestrationprompt-engineeringmulti-agentworkflow
by LucioLiu Jul 9, 2026 5/10
MCP Reddit

why static code graphs aren't enough for AI agents

Hi guys, This first image is our knowledge graph. While building AI coding tools, we realized static code graphs are great at understanding explicit relationships like symbols, imports and calls, b...

mcpgit
by Solid-Ad-8816 Jul 9, 2026 8/10
skill Reddit

What’s your ideal Claude Code workflow setup?

I’ve seen a lot of people sharing different Claude Code setups on X, especially around CLAUDE.md files, context files, hooks, agents, and skills. My current setup is pretty simple: I keep CLAUDE.md...

skillhookworkflowclaude.md
by SevereNecessary8381 Jul 9, 2026 10/10
command Reddit

Vercel is spying on you

I noticed today some strange behavior in claude code, it was mentioning something regarding vercel, in multiple different sessions. At one point i checked whats the root cause, since my sessions be...

skillhookcommand
by Difficult-Cap-6950 Jul 9, 2026 10/10
app Reddit

Automated agents via interactive mode or headless mode?

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
command Reddit

TIL Low Effort doesn't mean a worse output

Low Effort doesn't equate with a bad outcome. Instead a model like Sonnet 5 on Low effort thinks less on it's own and instead asks you more questions about what it should do and feels more steerabl...

by banjaara Jul 9, 2026 5/10
skill GitHub

ai-skills:

ai-skills:

skill
by rjvim Jul 9, 2026 5/10
skill Reddit

I've built a claude skill to break things only once

So the thing is I work on a team of 3-4 devs, and whenever someone's AI agent screwed something up, they'd have to just... tell the rest of us. Manually. In slack or discord. That's the entire syst...

skillgitreview
by Calm_Sandwich069 Jul 9, 2026 9/10
command Reddit

Day2day habits from Claude-Code to Codex, disrupting?

Hi people, I paid an openai subscription to use gpt5.5 in one of my mcp so I never used codex per say in the terminal. For you guys that use both, what are your pros and cons in terms of TUI and sl...

mcpcommandworkflow
by Camaytoc Jul 9, 2026 7/10
command GitHub

fable-commander: Fable 指揮官工作流 — 最強模型只做規劃/審查,研究與執行派給你選的模型;maker/verifier 分離的執行迴圈。

Fable 指揮官工作流 — 最強模型只做規劃/審查,研究與執行派給你選的模型;maker/verifier 分離的執行迴圈。Commander workflow for Claude Code: plan & review on the top model, delegate research/execution, based on Loop Engineering. 中英雙語。

commandworkflowreview
by DennisWei9898 Jul 9, 2026 6/10
command Reddit

VM, Git Hub or remote always on box?

Im a business owner and run my vet clinic. I’ve been building agents to run marketing, ads, analytics and soon my private API for my CRM. What’s the best way to have Claude Code working if I carry ...

apigit
by Able-Impress928 Jul 9, 2026 7/10
app Reddit

Do I need an Architect?

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
command Reddit

Peasant or Casual?

So in my last post someone told me to go back to my „web app“ i was confused as i cant imagine how 2026 developers use „web apps“ or if that dude meant „progressive web apps“ then somehow i realize...

workflowgit
by Spare_Spirit6762 Jul 9, 2026 7/10
command Reddit

Claude code doesn’t remember what my other sessions contain

I am new to this. I’m using Claude desktop and I sometimes use Claude code like a chat agent asking simple questions but change model accordingly. My problem is it maxes out the context window and ...

by bigdeekenergy Jul 9, 2026 7/10
command Reddit

Local LLM cooperating with Claude?

Is there an app for hooking my local qwen coder 30B into agentic workflow? And sharing the repo with claude? My idea is to use claude for big architecture and my local qwen coder for little code. I...

hookcommandworkflowgit
by teramoc Jul 9, 2026 10/10
command Reddit

How are you constraining sub agent use?

Hey all, first time i think posting in here. I have a question. I've been flipping back and forth with limiting Fable 5 to not use sub-agents, and then sometimes adjust my global CLAUDE.md and the ...

claude.mdconfig
by thelonelycelibate Jul 9, 2026 8/10
skill Reddit

Ideas for hooks or extra customisations

I use Claude code regularly in my job. I’m a software engineer, but it’s really good out of the box and I’m wondering what people are using hooks for or is there any other customisations I should d...

skillhookworkflow
by Ovisty Jul 9, 2026 10/10
workflow Reddit

I used Fable to build an agentic bank statement workflow

I wanted to see if Fable could handle something more practical than a standard product visual. I wanted a real document workflow with structure, logic, and agentic steps. The goal was to take messy...

workflowautomationreview
by CrypoKings Jul 9, 2026 5/10
skill Reddit

Context Governance: Making AI Context Authoritative and Precise

Context accuracy — not capacity — is the real failure mode in long-lived AI coding projects. This open-source framework defines artifact ownership, marks docs as active vs historical, and routes tasks through explicit stages to prevent the agent acting on the wrong document. Reduces debug loops and keeps design docs aligned with implementation.

context-managementCLAUDE.mdarchitectureworkflow
by feather812002finland Jul 8, 2026 6/10
workflow Reddit

Claude Code /insight Command: Usage Pattern Analysis

The new /insight command in Claude Code analyzes your session patterns and surfaces what's working. This post showcases a real 22-day sprint: 529 messages, 47K lines added, 632 files, distilling concrete workflow habits Claude identified as effective.

insightusage-patternsworkflowproductivity
by buildwithmoon Jul 8, 2026 6/10
MCP GitHub

GroundTruth-MCP: Self-Hosted Live Docs Server for 363+ Libraries

A self-hosted MCP server that serves live documentation and best practices for over 363 libraries — no rate limits, no API keys required. Includes a code audit tool for checking usage against current docs.

mcpdocumentationself-hostedlibraries
by rm-rf-prod Jul 8, 2026 7/10
app GitHub

Claude Canvas: TUI Toolkit for Interactive Terminal Interfaces

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
skill Reddit

claude-worktrace: Auto-Capture Session Summaries and Corrections

Three skills that hook into Claude Code to automatically generate narrative work summaries on /compact, /clear, or session end. Builds a daily worklog from transcripts for standups, weekly updates, and session analysis — capturing what was decided and why, not just what files changed.

skillssession-memoryworkloghooks
by shaun_the_mehh Jul 8, 2026 7/10
app Reddit

ccp 0.5.1: YAML-Based Filter System for Command Compression

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
workflow Reddit

Claude Code Channels: Remote Control via Telegram and Discord

Claude Code now supports receiving messages via Telegram and Discord channels, enabling remote session control from your phone. This post analyzes the feature's limits: requires an existing session, adds token overhead, and differs from full remote-spawn approaches like OpenClaw.

channelstelegramdiscordremote-control
by luongnv-com Jul 8, 2026 6/10
skill GitHub

AGENTS.md Generator: Safe CLI for Agent Instruction Files

A safe-by-default CLI that generates and updates AGENTS.md and RUNBOOK.md for AI coding agents. Uses marker-based patches and a diff-first workflow so updates are reviewable before applying, with conservative repo auto-detection.

AGENTS.mdCLIworkflowsetup
by markoblogo Jul 8, 2026 6/10
app GitHub

cc-releases: Automated Mirror of Claude Code Offline Installers

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
skill GitHub

Ecommerce CRO Engine for Claude Code

A Claude Code skill that audits and optimizes ecommerce pages using research-backed conversion psychology principles. Provides structured analysis and recommendations based on CRO best practices.

ecommerceCROskilloptimization
by Dannytownkins Jul 8, 2026 5/10
MCP GitHub

ui-annotator-mcp: Annotate Any Web Page with Hover Labels

An MCP server that overlays any web page with hover labels for element identification — no browser extensions required, works in any browser. Helps Claude Code understand page structure for UI tasks.

mcpUIbrowserannotation
by mcpware Jul 8, 2026 6/10
app Reddit

Crystl: Tabbed Terminal App for Claude Code with Git Worktree Shards

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

tail-claude-hud: Status Line Showing Permission Requests from Transcripts

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
workflow GitHub

ProductionOS v5.2: 40-Agent Development OS for Claude Code

A comprehensive Claude Code configuration with 14 commands, 40 specialized agents, and features including recursive orchestration, tri-tiered evaluation, and cross-run learning. Targets large-scale development automation with nuclear-scale research modes using 500-1000 parallel agents.

orchestrationagentsworkflowClaude Code
by ShaheerKhawaja Jul 8, 2026 6/10
app GitHub

frex: Claude Code Plugin to Extract Video Frames for Analysis

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
workflow GitHub

haiflow: HTTP-Triggered Claude Code Session Orchestrator via tmux

An event-driven orchestrator that triggers, queues, and manages headless Claude Code sessions over tmux via HTTP API. Built for n8n, webhooks, and automation workflows — enables external systems to spawn and control Claude Code sessions.

orchestrationtmuxHTTPn8nautomation
by andersonaguiar Jul 8, 2026 7/10
skill GitHub

ReAct Deep Search Skill: Iterative Research That Follows Leads

A Claude Code skill implementing ReAct-style deep search that follows leads between rounds rather than doing broad parallel searches. Each search round builds on findings from the previous one for deeper, more targeted research.

researchskillReActsearch
by recomby-ai Jul 8, 2026 6/10
app Reddit

CAP: Claude Code Status Line Installable via /plugin install

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
hook Reddit

Claude Code Has 23 Hooks vs Codex CLI's 3 — Comparison

A quick comparison showing Claude Code's hook ecosystem (23 hooks) vs Codex CLI's limited 3-hook support. Illustrates the breadth of lifecycle automation available in Claude Code for custom tooling and integrations.

hookscomparisonCodexlifecycle
by shanraisshan Jul 8, 2026 5/10
app Reddit

Jannal: MCP Request Inspector and Selective Tool Loader

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
skill GitHub

204+ Curated Claude Code Skills Organized by Dev Workflow

A curated collection of 204+ Claude Code skills organized by development phase: Plan, Build, Test, Ship. Bilingual Chinese/English. Provides a comprehensive library covering the full development lifecycle.

skillscuratedworkflowbilingual
by xcodethink Jul 8, 2026 6/10
MCP GitHub

SyncContext: Shared Team Memory MCP with Semantic Search

An MCP server providing shared team memory with semantic search, enabling context synchronization across multiple AI coding agents. Designed for teams running parallel Claude Code sessions on the same codebase.

MCPmemoryteamsemantic-search
by infinity-ai-dev Jul 8, 2026 7/10
app Reddit

AgentDock: VS Code Kanban Board for Managing Claude Code Sessions

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

ccsm: Claude Code Session Manager with Tagging and Search

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
skill GitHub

Apple Text Stack Skills for Claude Code (TextKit, NSTextView)

A Claude Code plugin providing skills for Apple's text rendering stack: TextKit, UITextView, NSTextView, attributed strings, Writing Tools, and related APIs. Useful for iOS/macOS developers working on text-heavy features.

AppleiOSmacOSTextKitskill
by sitapix Jul 8, 2026 5/10
MCP GitHub

Huly MCP Server: Issue Tracking and Project Management Integration

An MCP server for Huly project management covering issue tracking, projects, milestones, labels, time tracking, and workspace management. Supports both stdio (Claude Code) and Streamable HTTP transports with multi-workspace support for self-hosted Huly.

MCPproject-managementHulyissue-tracking
by bgx4k3p Jul 8, 2026 6/10
workflow Reddit

Ask Claude to Keep a NOTES.md While Working for Long Sessions

A simple but effective pattern: instruct Claude to maintain a working notes file (NOTES.md) as it runs long tasks. The notes capture the AI's investigation findings, goals, and strategy — giving you a readable progress log without parsing long transcripts.

workflowlong-sessionsnotescontext
by lucianw Jul 8, 2026 6/10
workflow Reddit

Visual Map: Agent Teams vs Subagents in Claude Code

A visual breakdown of the architectural differences between single-session subagents and multi-session agent teams in Claude Code. Clarifies when coordination patterns change and what new challenges emerge when splitting work across sessions.

multi-agentsubagentsorchestrationarchitecture
by SilverConsistent9222 Jul 8, 2026 6/10
workflow Reddit

5 Workflow Changes That Unlock Claude Code After 9 Months of Daily Use

Practical habits from an experienced Claude Code user: dictation for prompts (faster and more natural), Plan mode for anything beyond quick fixes, /compact at logical breakpoints, task boundary files for handoffs, and reading the diff before sending to review. Focused on compounding small improvements.

workflowproductivitytipsbest-practices
by k_kool_ruler Jul 8, 2026 6/10
app GitHub

Titan-Memory: Agent Memory with Safety Guardrails and Drift Protection

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
skill GitHub

xstitch: Cross-Tool Memory for Claude Code, Cursor, Codex, and 9+ Agents

Zero-dependency cross-agent memory that stitches context across Claude Code, Cursor, Codex, Gemini CLI, Windsurf, and more. Preserves decisions, failed experiments, and warnings across sessions using BM25 relevance search and MCP + instruction files.

memorycross-toolBM25MCP
by raghavvbiyani Jul 8, 2026 7/10
skill GitHub

Claude Code Field Guide: Best Practices, Skills, Plugins, and MCPs

A personal collection of battle-tested best practices, favorite skills, plugins, tools, and MCP servers for Claude Code. Well-organized reference for practitioners looking to level up their workflow.

best-practicesskillsMCPsreference
by lawwu Jul 8, 2026 6/10
skill GitHub

Awesome CLAUDE.md: 20 Best Practice Templates, Bilingual

A curated collection of 20 CLAUDE.md templates covering best practices for Claude Code project configuration. Bilingual Chinese/English, providing concrete starting points for different project types and team setups.

CLAUDE.mdtemplatesbest-practicesconfiguration
by jnMetaCode Jul 8, 2026 7/10
workflow GitHub

claude-os: Cross-Repo Transfer Learning and Team Knowledge Hive

An agentic memory system for Claude Code with layered context, garbage collection, and cross-repo transfer learning. A shared knowledge hive lets teammates upload patterns learned in one repo and bootstrap others — checkpoint/bootstrap commands for knowledge transfer.

memorycross-repoteamknowledge-transfer
by jameswniu Jul 8, 2026 7/10
app Reddit

Claude Voice Tunnel: Voice Dictation for Remote Claude Code via SSH

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
workflow GitHub

GitHub Webhook Server: Automate Claude Code via Issues

A self-hosted GitHub webhook server that triggers Claude Code planning and implementation automatically when Issues are created. Uses your local Claude CLI subscription — no API key needed. Bridges GitHub Issues workflow to Claude Code execution.

GitHubwebhookautomationworkflow
by htlin222 Jul 8, 2026 7/10
app Reddit

company-os: Remote Claude Code for Company-Wide Coordination

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
MCP Reddit

MCP Multiplexer: Share stdio Servers Across Claude Code Sessions

A background broker that manages one set of MCP server processes shared across all Claude Code sessions, instead of each session spawning its own. Went from 108 Node processes for 12 sessions down to 9 — reducing memory usage and startup time significantly.

MCPperformancemultiplexerstdio
by AlaskanX Jul 8, 2026 9/10
MCP Reddit

Prism MCP: Persistent Session Memory with Auto Save and Restore

An MCP server that automatically saves session state at conversation end and restores it at the start of the next one. Stores what happened, TODOs, files changed, and decisions in a ledger — and hands off a current project state snapshot.

MCPmemorysessionpersistence
by dco44 Jul 8, 2026 7/10
skill GitHub

Content Creation Skill Pack: 8 Skills with AI Slop Detector

A Claude Code skill pack for content creation with 8 skills, persistent memory, skill chaining, and a built-in AI slop detector that flags generic AI-sounding output. Designed for writers and marketers who need human-feeling results.

contentskillswritingslop-detection
by quionie Jul 8, 2026 5/10
skill GitHub

SAP Superpowers: Enforced Workflows and Checklists for Claude Code

A Claude Code configuration acting as a SAP consultant's AI operating system with enforced workflows, checklists, and hard gates. Covers SAP debugging, estimation, and go-live readiness checks.

SAPworkflowchecklistsenterprise
by vigneshbarani24 Jul 8, 2026 5/10
workflow Reddit

Force AI Agents to Handle Real Execution Output Instead of Reviewing Code

Multi-agent setup insight: replace an Auditor that reviews code with one that receives actual stdout/stderr and answers 'did it meet success criteria?' This single change massively improved feedback quality. Also: feeding last 2-3 failures into context reduces repeat mistakes.

multi-agenttestingauditorexecution
by FreePipe4239 Jul 8, 2026 7/10
skill GitHub

ROS 2 Engineering Skill for Claude Code

A progressive-disclosure SKILL.md for production-grade ROS 2 development covering workspace setup, nodes, executors, QoS, ros2_control, Nav2, MoveIt 2, real-time, and deployment. Compatible with Claude Code, Codex, Cursor, and Gemini CLI.

ROS2roboticsskillembedded
by dbwls99706 Jul 8, 2026 5/10
workflow Reddit

Gamedev with Claude Code: Postmortem from Shipping Two 3D Mobile Games

A detailed postmortem from a senior dev who shipped two 3D mobile games in ~2 months using Claude Code — despite having zero prior 3D game experience. Covers what worked, what failed, how to structure prompts for game logic vs systems code, and lessons on when to let Claude drive vs when to intervene.

gamedevpostmortemmobileworkflow
by Omario Jul 8, 2026 7/10
skill Reddit

loreto.io: Extract SKILL.md Files from Documentation and Video Transcripts

A tool that ingests documentation, videos, and transcripts and outputs agent-ready SKILL.md files — not summaries, but actual skills with invocation logic, example queries, edge cases, and 'when NOT to use' guidance extracted from the source material.

skillsskill-generationdocumentationSKILL.md
by canary-black Jul 8, 2026 7/10
command GitHub

ccprompt: 27 Structured AI Coding Prompts as Claude Code Slash Commands

A set of 27 structured prompts for common coding tasks, installed directly as Claude Code slash commands. Covers code review, refactoring, documentation, testing, and more — ready to use immediately.

slash-commandspromptscodingproductivity
by ccprompt Jul 8, 2026 6/10
workflow Reddit

Using /model opusplan + Gemini Critique for Better Planning

Workflow tip: use /model opusplan (undocumented) to have Opus plan and Sonnet implement, then paste the plan into Gemini thinking model for blind critique. Combining the two catches gaps that either alone misses.

planningmulti-modelopusplanworkflow
by maofan Jul 8, 2026 6/10
workflow Reddit

Remote Flutter Dev with Claude Code: CI Distribution for Mobile Preview

A practical remote dev setup: Claude Code runs at home in Remote Control mode, accessible via Claude app on phone. Firebase App Distribution with Ad Hoc provisioning enables OTA builds for visual feedback on iOS without hot reload. Includes Supabase MCP for live schema changes.

remoteFluttermobileFirebase
by Icy-Emu-8610 Jul 8, 2026 6/10
workflow Reddit

Control Claude Code via WhatsApp with Voice Notes and TTS Replies

A Go+TypeScript bridge connecting WhatsApp to Claude Code Channels. Voice notes are transcribed by Whisper, processed by Claude with full tool access, and replied via OpenAI TTS. Enables hands-free agentic coding from anywhere.

WhatsAppvoicechannelsremote-control
by legalgian Jul 8, 2026 7/10
workflow GitHub

claudekit: Auto-Configuring Claude Code Template with 14 Agents

A universal Claude Code template that auto-configures itself, with 14 specialized agents, 14 workflows, and full-stack coverage. Self-improving design — the template learns and refines itself as you use it.

templateagentsworkflowClaude Code
by louisschlegel Jul 8, 2026 6/10
skill GitHub

Linux System Health Skill: OS Diagnostics for Claude Code

A Claude Code skill for diagnosing OS-level issues on Linux servers: memory, CPU, disk, network, kernel tuning, resource limits, DNS, time sync, filesystem integrity, browser deps, and locale. One command for comprehensive server health analysis.

LinuxDevOpsdiagnosticsskill
by zjxylc Jul 8, 2026 6/10
app GitHub

pentest-kit: Penetration Testing Framework for Claude Code

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
skill Reddit

Text Adventure Game Engine Skill for Claude Desktop

A skill that runs a full text adventure RPG engine inside Claude Desktop — no server needed. Supports d20, D&D 5e, GURPS Lite, Pathfinder 2e, and Shadowrun 5e with styled scenes, interactive buttons, stat panels, maps, shops, combat, and 3D dice rendered in Claude's widget system.

gamesskillRPGClaude Desktop
by gazmagik Jul 8, 2026 6/10
MCP Reddit

Chromeflow: Chrome Extension + MCP for Browser Control from Claude

A Chrome extension and MCP server that gives Claude actual browser control for web UI tasks. Highlights elements, fills forms, and automates the 'go to dashboard and click...' instructions Claude gives after writing backend code.

MCPbrowserChromeautomation
by GreenNo2789 Jul 8, 2026 7/10
skill GitHub

worldbuilder: Generate Fictional Universes via Claude Code Skill

A Claude Code skill and web UI for structured worldbuilding — novels, D&D campaigns, game worlds. Runs locally, generates illustrated characters and chapter outlines, and maintains consistency across a universe through file-based structured data.

writingworldbuildingskillcreative
by gofastercloud Jul 8, 2026 5/10
skill GitHub

skillshare: Sync Agent Skills Across Claude Code, Codex, OpenClaw

A CLI tool that syncs skill files across multiple AI coding tools with one command and simplifies team sharing. Supports Claude Code, Codex, OpenClaw, and more — keeping your skills in sync everywhere.

skillssyncteammulti-agent
by runkids Jul 8, 2026 6/10
app Reddit

workspace-map: BM25F Natural-Language Code Indexer for Claude Code

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

code-review-graph: Local Knowledge Graph for Claude Code Reviews

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
skill GitHub

Decision Orchestrator Skill: Router→Agents→CEO Workflow

A one-command skill that implements a Router→Agents→CEO decision pattern for Claude Code and OpenClaw. Routes complex decisions through specialized agents and synthesizes a final verdict from a CEO-style orchestrator.

orchestrationworkflowdecision-makingskill
by Klarinia Jul 8, 2026 6/10
MCP GitHub

49 MCP Tools Across 9 Servers on Cloudflare Edge (Free Tier)

Nine MCP servers providing 49 tools with zero setup via Cloudflare Workers edge compute and Streamable HTTP transport. Free tier available, works with Claude Code, Cursor, Windsurf, and Cline. Covers a broad range of AI tool capabilities.

MCPCloudflaretoolsstreamable-HTTP
by yedanyagamiai-cmd Jul 8, 2026 6/10
skill GitHub

Declarative Agent Skills Management with Nix

A Nix module for declaratively managing Claude Code agent skills — define your skills in Nix configuration and have them deployed and versioned consistently across machines.

Nixdeclarativeskillsconfiguration
by Kyure-A Jul 8, 2026 5/10
MCP Reddit

Blip: Draw on Your UI to Describe Changes, Claude Implements Them

An MCP server that replaces text descriptions of UI changes with drawing. You circle elements and write annotations directly on your running app, hit send, and Claude receives the annotated screenshot and writes the code. Eliminates 'which button?' ambiguity.

MCPUIscreenshotannotation
by bkohl123 Jul 8, 2026 8/10
command GitHub

47 Custom Slash Commands for Claude Code Across 7 Categories

A curated collection of 47 slash commands for Claude Code covering code review, security audits, architecture design, DevOps, and workflow automation in 7 categories. Built for .NET/Blazor/TypeScript stacks but easily adaptable.

slash-commandscode-reviewsecurityDevOps
by imserhatdemir Jul 8, 2026 6/10
hook Reddit

Use Hooks and Skills for Repeatable Processes Instead of Prompting

Practical explanation of using Claude Code hooks (lifecycle event listeners) and SKILL.md together to encode standards and workflows. Before: every session starts from scratch. After: hooks inject context automatically, skills define reusable patterns.

hooksskillsworkflowstandards
by Head-Engineering-893 Jul 8, 2026 6/10
workflow Reddit

Firejail Sandbox Wrapper for Claude Code --dangerously-skip-permissions

A firejail wrapper script that provides filesystem isolation for Claude Code running with --dangerously-skip-permissions. Claude can only access the current directory and its config; network access stays open for API calls and MCP tools. Excludes ~/.ssh.

securitysandboxfirejailpermissions
by acetylcoach Jul 8, 2026 7/10
workflow GitHub

brix: Process Orchestrator for Claude Code with Unified JSON Interface

A lightweight orchestrator for Claude Code that combines Python, HTTP, CLI, and MCP building blocks into pipelines with a unified JSON interface. Treats each integration type consistently for composable automation.

orchestrationpipelinesMCPautomation
by Hanz74 Jul 8, 2026 6/10
app GitHub

claudewrapper: Control Claude Code via Linear Tickets

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
skill GitHub

claude-replan: Validate Plans with Parallel Review Subagents

A Claude Code plugin that spawns parallel review subagents to validate implementation plans before execution — checking codebase alignment, best practices, feasibility, and blind spots. Catches issues at planning time rather than after hours of implementation.

planningvalidationsubagentspre-execution
by kojott Jul 8, 2026 8/10
app GitHub

DEV-MEMORY-LEDGER: Local-First Codebase Memory for AI Agents

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
workflow Reddit

Citadel: Open-Source Orchestration Harness for Fleet-Scale Claude Code

Runtime orchestration infrastructure for Claude Code with 4 tiers (Skill/Marshal/Archon/Fleet), a unified intent router, lifecycle hooks, campaign persistence, and parallel worktree agents. One command: /do. Built and battle-tested on a 668K-line codebase with 198 concurrent agents.

orchestrationfleethookscampaigns
by DevMoses Jul 8, 2026 8/10
hook Reddit

Architecture Review Hook Gate: Force Design Review Before Any Edit

A hook-based gate that forces an architecture review before any file edit proceeds. A UserPromptSubmit hook delegates to an architect agent; a PreToolUse hook blocks edits unless a valid session marker exists. Documents architectural decisions automatically.

hooksarchitecturereview-gatePreToolUse
by tompahoward Jul 8, 2026 7/10
skill GitHub

fallow-skills: Find Dead Code and Unused Dependencies in JS/TS

Agent skills for finding dead code, unused dependencies, and code duplication in JavaScript/TypeScript projects. Works with Claude Code, Cursor, Codex, Gemini CLI, and 30+ other agents.

JSTypeScriptdead-codecleanup
by fallow-rs Jul 8, 2026 6/10
skill Reddit

/notes Skill: Capture Ideas Mid-Session Without Breaking Focus

A Claude Code skill for capturing thoughts and ideas that arise during active debugging sessions without interrupting the current workflow. Bridges the gap between MEMORY.md (preferences), CLAUDE.md (project info), and ephemeral ideas that need to wait.

skillnotesworkflowproductivity
by mcosternl Jul 8, 2026 6/10
app Reddit

Mengram: Auto-Save and Auto-Recall Memory Layer Using Claude Code Hooks

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
workflow Reddit

Write Documentation for Claude's Behavior, Not for Human Readers

Insight: the primary consumer of MCP server README documentation is Claude itself. Adding a 'For AI Assistants' section with behavioral instructions (not just tool descriptions) makes Claude use tools more proactively and intelligently — injecting relevant context without being asked.

documentationMCPREADMEbehavior
by Signal_Usual8630 Jul 8, 2026 7/10
app GitHub

agentlytics: Unified Dashboard for AI Session Data from 16 Editors

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
workflow Reddit

Enabling Direct Communication Between Coding Agents via Shared Files

Observation that agents should communicate directly rather than through human proxies. A pattern for enabling agent-to-agent communication using shared filesystem state without Channels, keeping humans out of the message-relay loop.

multi-agentcommunicationcoordinationworkflow
by enkideridu Jul 8, 2026 6/10
MCP Reddit

Commandable MCP: Claude Generates Its Own Tools On-Demand

An MCP server where Claude builds the tool implementations itself against whatever API it needs — credentials stay encrypted on your machine and the model never sees them. A dynamic tool generation approach vs static MCP servers.

MCPtool-generationdynamicsecurity
by StreetNeighborhood95 Jul 8, 2026 8/10
MCP Reddit

homebutler MCP: Manage Homelab Servers from Claude (No API Keys)

An MCP server for installing, monitoring, and managing self-hosted apps on a homelab. Handles deploy, status, restart, and uninstall operations across nodes. No tokens required — runs locally with everything on your network.

MCPhomelabself-hostedDevOps
by Ts-ssh Jul 8, 2026 6/10
app Reddit

claude-code-insights: Local Dashboard for Sessions, Config, and Agents

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
workflow GitHub

Miyabi: Write an Issue, Get Production Code via Multi-Agent Orchestration

An agentic development framework that takes a GitHub Issue and produces production code via multi-agent orchestration with MCP and Claude Code integration. Automates the plan → implement → review pipeline from issue creation.

orchestrationGitHubMCPautomation
by ShunsukeHayashi Jul 8, 2026 6/10
app GitHub

claude-code-codex-bridge: Keep Claude Code and Codex Config in Sync

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

ServerCC: iOS App for Claude Code via SSH with Mobile Optimizations

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
skill Reddit

prompt-master: Skill That Writes Accurate Prompts for Any AI Tool

A Claude skill that silently detects your target tool (Cursor, Claude Code, GPT, Midjourney, etc.) and generates accurate prompts specifically tailored to that tool's strengths and format. Built-in memory for long sessions. 1500+ GitHub stars.

prompt-engineeringskillmulti-toolproductivity
by CompetitionTrick2836 Jul 8, 2026 6/10
workflow Reddit

vibecosystem: 119 Agents, 202 Skills, 48 Hooks for Claude Code

A self-organizing AI team built on top of Claude Code with 119 specialized agents (frontend to kubernetes-expert), 202 skills, 48 TypeScript hooks that inject relevant context on every tool call, and 17 orchestration workflows. Full open-source.

agentsskillshooksorchestration
by vibeeval Jul 8, 2026 7/10
workflow Reddit

Persistent Identity in Multi-Agent Claude: Peer Context Matters More Than Docs

8-week experiment running 6 Opus instances with Supabase persistent memory: the instances that converged most reliably on inherited identity were ones that read other agents' recent communications, not restoration documents. Peer context beats archival documentation for identity continuity.

multi-agentmemoryidentitySupabase
by SnooOwls2822 Jul 8, 2026 6/10
skill GitHub

Multi-Agent Adversarial Review Panel: 4-6 Reviewers + Supreme Judge

A Claude Code skill that spawns 4-6 AI reviewers who debate code or plans anonymously, with anti-groupthink mechanisms and 9 auto-detected signal groups — then a supreme judge delivers the final verdict. Built-in domain checklists for different review types.

code-reviewadversarialmulti-agentskill
by wan-huiyan Jul 8, 2026 8/10
hook GitHub

Event-Driven Policy and Governance for Claude Code via Hooks

A framework encoding how your team does things as prescriptive rules triggered by context, not requested by intent. Ways (workflows) fire automatically based on what Claude is doing — ensuring standards are enforced without relying on Claude remembering to follow them.

governancehookspolicyworkflow
by aaronsb Jul 8, 2026 7/10
skill GitHub

Curated Claude Code Skills with Evaluation Reports and Test Fixtures

A system of production-ready Claude Code skills that includes quantitative evaluation reports and golden test fixtures — not just the skills themselves, but evidence they actually work. Engineering workflow integration included.

skillsevaluationtestingproduction-ready
by johnqtcg Jul 8, 2026 7/10
skill GitHub

publish-skill: Claude Code Skill for Publishing Skills to GitHub

A meta-skill that automates publishing Claude Code skills to GitHub and awesome-claude-skills lists. Encodes lessons learned from real publishing attempts including common pitfalls and submission requirements.

skillspublishingGitHubmeta
by wan-huiyan Jul 8, 2026 5/10
app Reddit

claudewatch: Themed, Configurable Status Line for Claude Code

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
MCP Reddit

Savecraft: MCP Server That Parses Game Saves for Build Advice

An MCP server that parses savegame files and gives Claude full context on your character: gear, stats, skills, quest progress. Attach build guides and farming notes, and Claude can compare your build to guides or tell you where to farm next.

MCPgamingsavegameanalysis
by Veraticus Jul 8, 2026 5/10
workflow Reddit

10 Copy-Paste Prompts for Every Claude Code Project

After shipping 4 products with Claude Code, a practitioner shares the exact prompts used on every project: project scaffold, database schema, auth flow, API layer, UI components, testing, and deployment. Specific enough to reuse directly.

promptsworkflowbest-practicestemplates
by Additional-Road2493 Jul 8, 2026 6/10
app GitHub

chainlink: CLI Issue Tracker Designed for AI Agents

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
skill Reddit

Roast My Skill: Get Brutal Feedback on Your SKILL.md Files

An open-source tool that roasts your SKILL.md files in-character (choose your roast persona), exposing weaknesses in your skill design. Built after discovering most skills needed significant improvement even when they 'worked'.

skillsfeedbackqualitySKILL.md
by jorkim_32 Jul 8, 2026 6/10
workflow Reddit

I Measured 67K Tokens of MCP Overhead Before Typing a Single Word

Concrete measurements of MCP token overhead: 67K tokens consumed before any question, with Playwright MCP alone taking 13.6K tokens per session whether used or not. The solution: replace always-loaded MCP servers with on-demand skills and gh CLI. Shows 7x context savings on Playwright.

MCPtoken-optimizationcontextperformance
by joshowens Jul 8, 2026 8/10
workflow GitHub

ccp: Autonomous Ticket→Code→PR→Review→Merge Loop

A Coding Control Plane that implements a fully autonomous loop: ticket → code → PR → review → auto-merge → error → fix. Runs the complete software delivery cycle with minimal human intervention.

automationPRCI/CDautonomous
by kyan12 Jul 8, 2026 7/10
skill GitHub

OpenTelemetry Skills and Reference Docs for Claude Code

Official Dash0 skills and reference documentation for AI coding assistants covering OpenTelemetry instrumentation patterns, telemetry quality guides, and Dash0 integration. Helps Claude produce correct OTel code.

OpenTelemetryobservabilityskillinstrumentation
by dash0hq Jul 8, 2026 5/10
app GitHub

tokentap: Native macOS Menu Bar App for Claude Session Usage

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
skill Reddit

Book Genesis: 20 Claude Code Skills for Autonomous Book Writing

A system of 20 specialized Claude Code skills implementing a 14-phase book pipeline from research through revision, with a Genesis Score calibrated against 15 bestsellers and 20 anti-AI patterns for human-feeling output. Produced a 68K-word memoir.

writingskillscreativeautonomous
by Turbulent_Worker9216 Jul 8, 2026 6/10
skill GitHub

React Native New Architecture Migration Skill for Claude Code

A Claude Code skill that audits bare React Native projects for New Architecture readiness — parallel library checker, JS/TS + iOS + Android native scan, Migration Effort Score, and a 4-phase migration plan. Supports monorepos, delta mode, and offline fallback.

React Nativemigrationauditskill
by rajivmanivannan Jul 8, 2026 6/10
skill GitHub

Awesome Claude Code Playbook: Battle-Tested Patterns and Configs

A curated collection of battle-tested patterns, tools, and configurations for Claude Code — covering CLAUDE.md setup, hook patterns, skill organization, and workflow automation for Anthropic's CLI coding agent.

best-practicespatternsconfigurationClaude Code
by zzhou23 Jul 8, 2026 6/10
skill GitHub

claude-blueprint: Reusable Claude Code Setup with Skills, Agents, Hooks

A personal Claude Code blueprint providing a complete reusable setup — skills, agents, hooks, and rules — shareable across all projects. Serves as a template for kickstarting new projects with a proven configuration.

blueprinttemplatehooksskills
by herbeckrobin Jul 8, 2026 5/10
workflow Reddit

Claude Code Memory Fragmentation: Why Files Don't Get Read Back

Analysis of a common failure: Claude scatters memory across multiple files in /memory but doesn't reliably read them back at session start. Includes the root cause and patterns for structuring memory files so Claude actually uses them.

memoryCLAUDE.mdsessionscontext
by danpinho Jul 8, 2026 6/10
skill Reddit

One Question to Distinguish Skills from Agents: Consistency vs Judgment

A clear mental model for when to use a skill vs an agent: skills execute the same steps every time (consistency), agents exercise judgment to choose different paths (decision-making). One question clears it up: does the task need consistency or judgment?

skillsagentsmental-modelworkflow
by dydolino Jul 8, 2026 7/10
app Reddit

App for Generating Realistic Relational Test Databases for Claude

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

Claude Code Discord Bridge: Full Session Mirroring with Permission Approval

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
skill Reddit

Restructure CLAUDE.md to Stop Burning Context Mid-Run

Traces agent failures to one root cause: CLAUDE.md grown into a wall of history that floods the context before real work starts. Solution: split CLAUDE.md into a slim project brief, separate decision log, and component-level context files loaded only when needed. Concrete before/after structure included.

CLAUDE.mdcontextlong-sessionsconfiguration
by ShellSageAI Jul 8, 2026 8/10
skill Reddit

Keeping CLAUDE.md and Context Files Fresh Across Long Projects

Strategies for preventing context drift in long-lived projects: component-level CLAUDE.md files that agents update as they work, explicit 'known good baseline' markers, and scheduled context refresh checkpoints. Addresses the grep spiral problem where Claude searches the whole codebase instead of using context.

CLAUDE.mdcontextdriftbest-practices
by hustler-econ Jul 8, 2026 7/10
app GitHub

gob: Process Manager for AI Agents and Humans

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
skill Reddit

Stop Overengineering SKILL.md: Push vs Pull Context Loading

A practical guide to the skill authoring sweet spot: unlike CLAUDE.md (always loaded) and ad-hoc prompts (never reused), skills are pull-loaded only when the agent matches the task. Covers minimal effective file structure and when not to use a skill.

SKILL.mdbest-practicescontextskills
by AnayMehra Jul 8, 2026 7/10
workflow Reddit

When Do Subagents Actually Pay Off? Almost Never for Solo Dev Work

Analysis of when subagents beat single-context work, accounting for cache reads and tooling overhead. For solo Max plan users, the break-even requires more independent parallelizable work than most tasks provide. Identifies the two real use cases where subagents win.

subagentscost-analysisparallelismworkflow
by Mrgoosegoose Jul 8, 2026 7/10
workflow Reddit

Agentic Coding Training Course for Junior Developers

A free internal training course for getting junior developers up to speed with agentic coding workflows including custom harnesses. Covers mindset, prompting patterns, and how to work effectively with Claude Code agents in a team context.

trainingonboardingworkflowteam
by silverarky Jul 8, 2026 5/10
workflow Reddit

PR-AF: AI Code Reviewer That Builds Custom Review Teams Per PR

Open-source code reviewer that analyzes each PR's shape (changed files, dependency paths, intent) and assembles a custom specialist review team — not fixed roles. Beat all leading commercial tools on Code-Review-Bench. Goes beyond static skill sets.

code-reviewPRmulti-agentopen-source
by Santoshr93 Jul 8, 2026 8/10
workflow GitHub

botference: Multi-LLM Planning Council in Your Terminal

A terminal tool that puts you, Claude Code, and Codex in one room to debate and produce an implementation plan together. Three-way deliberation before any code is written.

multi-LLMplanningClaude CodeCodex
by angadhn Jul 8, 2026 6/10
MCP GitHub

second-brain-cloudflare: Knowledge MCP Deployed on Cloudflare Workers

An MCP server deployed on Cloudflare Workers for storing and retrieving knowledge across AI tools — acts as a persistent second brain accessible from any MCP-compatible agent without managing local infrastructure.

MCPknowledge-baseCloudflarememory
by Advanced-starfruit874 Jul 8, 2026 6/10
skill GitHub

html-artifacts: Generate Self-Contained HTML Instead of Markdown

A skill that makes Claude output self-contained HTML artifacts for tasks instead of standard markdown, improving content rendering and enabling interactive user interfaces within Claude's response.

skillHTMLartifactsrendering
by dovydaskarbutovskis20-art Jul 8, 2026 5/10
skill GitHub

Agent-Startup-Skills: 8-Phase SaaS Pipeline with Mandatory Approval Gates

A skill set for building SaaS products through an 8-phase AI agent pipeline with mandatory human approval gates between phases. Works with Claude Code, Antigravity, and Codex. Enforces structured progression from concept to deployment.

SaaSskillsworkflowapproval-gates
by batterfried-philosophy172 Jul 8, 2026 5/10
skill GitHub

SOTA Claude Code Skills: 30 Domain Skills with BUILD/AUDIT Modes

State-of-the-art (2026) Claude Code skills for building and auditing software across 30 domains and languages, with BUILD and AUDIT modes and structured audit checklists. Covers mainstream stacks and specialized domains.

skillsauditbuildmulti-domain
by martinholovsky Jul 8, 2026 6/10
workflow GitHub

coding-agent-handoff: Transform Chat Conversations into Agent Briefs

Converts chat conversations into structured markdown briefs for your coding agent — capturing context, decisions, and tasks so they transfer seamlessly between environments (chat to Claude Code CLI).

handoffcontextworkflowmarkdown
by alejandr6360 Jul 8, 2026 6/10
MCP GitHub

PaddleOCR MCP: Free Offline Chinese/English OCR for AI Agents

A free PaddleOCR-based MCP server providing local offline image text recognition for AI agents. No API key needed, supports Chinese and English, completely offline — useful for agents working with scanned documents or screenshots.

MCPOCRofflineChinese
by YuanJinke Jul 8, 2026 6/10
MCP GitHub

mail-mcp: Self-Hosted Email MCP for AI Agents

A self-hosted MCP server that gives AI agents full email capabilities — read, send, search, organize. Runs on your infrastructure with no external service dependency.

MCPemailself-hostedautomation
by anishhs-gh Jul 8, 2026 6/10
workflow Reddit

Project-Centric App Switcher for Claude Code Instances

A custom macOS application switcher that organizes terminal windows by project rather than application, ideal for heavy Claude Code users. Triggered with Option+Tilde, it generates DALL-E art deco icons per project. Reflects a paradigm shift: the primary unit of work is now the project context, not the app.

macosworkflowterminalproductivityhammerspoon
by Acceptable-Skirt-320 Mar 19, 2026 7/10
MCP Reddit

Tabularis: Database Client with Built-in MCP Server for AI Agents

Tabularis is a Rust/Tauri-based database client with a plugin system supporting any database engine. It ships a built-in MCP server, making it directly usable by AI agents like Claude Code without additional setup. Useful for AI-assisted database workflows.

mcpdatabaserusttauriplugin
by debba_ Mar 19, 2026 7/10
MCP Reddit

Claude Code Channels: Control Claude Code via Telegram and Discord MCPs

Claude Code Channels lets you control your Claude Code session through messaging apps via MCP integrations, starting with Telegram and Discord. Enables vibe coding from your phone by sending prompts remotely. Built on ijustvibecodedthis.com.

mcptelegramdiscordremotemobilevibe-coding
by Complete-Sea6655 Mar 19, 2026 7/10
app Reddit

Claude Resume Statusline: Never Lose a Claude Code Session ID Again

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: Open-Source Framework to Run Claude Code Agents in Cloud Sandboxes

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
skill Reddit

Marketing Audit Suite: 15 Slash Commands and 5 Parallel Agents for Claude Code

An open-source marketing audit toolkit built with Claude Code's SKILL.md system, featuring 15 slash commands and a parallel agent architecture. Running /market audit spawns 5 specialized sub-agents simultaneously analyzing content, conversion, SEO, competitive positioning, and brand. Bilingual (FR/EN), MIT licensed, installable in 30 seconds.

skillslash-commandsparallel-agentsmarketingopen-source
by Johssinma Mar 19, 2026 7/10
app GitHub

claude-code-changelog: Track Prompts, Feature Flags, and Metadata of Claude Code Releases

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: Real-Time Agent Activity Dashboard Built with Claude CLI

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
skill GitHub

CLAUDE.md Config for Automated PR Planning and CodeRabbit Review Loops

A CLAUDE.md configuration that teaches Claude Code to collaborate with CodeRabbit for end-to-end PR workflows. Automates PR planning, code review loops, and merge workflows by defining how Claude Code and CodeRabbit interact. Drop-in configuration for teams already using CodeRabbit.

claude.mdcoderabbitcode-reviewpr-workflowautomation
by auerbachb Mar 19, 2026 7/10
workflow Reddit

Reducing Claude Code Rate Limits Through Token Efficiency and CLAUDE.md Optimization

A practitioner shares how optimizing CLAUDE.md, removing unused MCPs, and building local-first tools dramatically reduced weekly Claude Code token usage. Practical community tips for staying within limits through efficiency rather than workarounds. Includes discussion of common waste sources.

token-efficiencyrate-limitsclaude.mdoptimization
by BugOne6115 Mar 19, 2026 5/10
skill Reddit

5 Free Claude Code Skills for Codebase Onboarding Documentation

A set of 5 free Claude Code slash commands for generating onboarding documentation grounded in actual repo files. Covers architecture overview, module dependency maps, environment setup, ownership maps, and more. Each skill reads the real codebase and produces a doc without hallucinated stack details.

skillsslash-commandsonboardingdocumentationcodebase
by Upbeat-Rate3345 Mar 19, 2026 7/10
workflow GitHub

backbeat: Agentic Task Delegation, Management, and Execution Framework

Backbeat is an open-source framework for structured agentic task delegation and lifecycle management. It provides primitives for assigning, tracking, and executing tasks across multiple agents. Suitable for orchestrating complex multi-agent workflows programmatically.

multi-agenttask-delegationorchestrationframework
by dean0x Mar 19, 2026 5/10
skill GitHub

PDFjs-Claude-Skill-Package: 13 Deterministic Skills for PDF.js Development

A collection of 13 deterministic Claude AI skills for PDF.js (pdfjs-dist 5.x), covering rendering, viewer development, error handling, and project scaffolding. Designed to give Claude Code reliable, up-to-date context for PDF.js projects. Useful for developers building PDF viewers or document processing tools.

skillspdf.jspdfjsrenderingfrontend
by OpenAEC-Foundation Mar 19, 2026 6/10
app GitHub

temine: Terminal Orchestrator for Multiple AI Agents with Real-Time Status

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
skill GitHub

cli-code-skills: Production-Ready Skills for Code Audit, Docs, Design, and Infra

A set of production-ready Claude Code skills covering code quality auditing, design document generation, documentation automation, and infrastructure tasks. Each skill is a slash command that can be dropped into any Claude Code project. Practical and immediately usable across multiple engineering workflows.

skillscode-auditdocumentationinfrastructuredesign-docs
by Destynova2 Mar 19, 2026 7/10
workflow GitHub

Run Claude Code Natively on Android via Termux — No Root Required

A complete guide for installing and running Claude Code natively on Android using Termux, without rooting or using a cloud VM. Covers environment setup for Android 16, common pitfalls, and configuration tips. Enables mobile Claude Code development from any Android device.

androidtermuxmobilesetupguide
by ferrumclaudepilgrim Mar 19, 2026 7/10
workflow GitHub

GAIA-Ops: Risk-Classified Multi-Agent DevOps System with Specialist Routing

GAIA-Ops is a multi-agent DevOps system that classifies every operation by risk level, routes tasks to specialized agents, and automatically blocks irreversible commands. Implements the General Agentic Integration Architecture for safe, structured DevOps automation. Useful for teams wanting safety guardrails on AI-driven infrastructure operations.

multi-agentdevopsrisk-managementorchestrationsafety
by metraton Mar 19, 2026 7/10
app Reddit

Codeset: Repo-Aware Context Layer That Makes Haiku Perform Like Opus

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
workflow Reddit

Full Novel Pipeline with Claude Code: 123K-Word Hard Sci-Fi from Markdown to Production

A writer used Claude Code to research, draft, edit, and deploy a 30-chapter, 123,000-word hard sci-fi novel through a fully agentic pipeline. Covers world-building automation, iterative style passes (cutting AI writing tics like repeated phrasing), parallel subagent review, and multi-format deployment. Demonstrates Claude Code capacity for long-form creative projects beyond software.

creativewritingnovelpipelineagentsworkflow
by rueckstauklappe Mar 19, 2026 6/10
skill Reddit

Loading CLAUDE.md Files Outside the Project Tree On-Demand with @-References

Claude Code normally auto-loads only CLAUDE.md files within the project hierarchy, but you can use @-references to pull in any CLAUDE.md from anywhere in the filesystem on-demand. This technique enables shared global configurations, library-specific instructions, and cross-project skill sets without polluting individual repos. Post includes concrete examples and edge cases.

claude.mdconfigurationfile-loadingtipsglobal-config
by thealliane96 Mar 19, 2026 7/10
workflow Reddit

Testing the "90% Claude Code Cost Reduction" Claims With Real Benchmark Numbers

A developer ran 20 prompts across difficulty levels to test popular claims of 90% cost reduction on Claude Code usage, comparing normal Claude Code against a compact graph-based approach using MCP tools. Includes real numbers, a free tool for testing similar optimizations, and honest conclusions about when compression actually helps.

costtoken-efficiencybenchmarksoptimizationmcp
by intellinker Mar 19, 2026 5/10
workflow Reddit

Prompting Technique: Ask Claude for Its Ideal Solution Before Allowing Scope Compromise

A simple prompting pattern: before any planning or implementation, ask Claude to describe the optimal version of a feature with no constraints, then iterate until it mirrors your actual vision. Avoids the common problem where Claude silently scopes down to what it assumes a solo dev can handle. Immediately applicable to any Claude Code session.

promptingworkflowplanningtipsclaude-code
by Macaulay_Codin Mar 19, 2026 6/10
app Reddit

Domscribe: Maps Every DOM Node to Its Exact Source File and Line for Claude Code

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
MCP GitHub

claude-crew: Share One Claude Code Session with Your Whole Team via Discord

claude-crew connects a single Claude Code session to a Discord server, letting an entire team interact with the same agent concurrently. Enables collaborative coding sessions, shared context, and team-wide AI-assisted development without managing multiple separate sessions. Simple setup for teams already using Discord.

discordmcpteamcollaborationmulti-user
by jasdian Mar 19, 2026 7/10
workflow Reddit

Spec-Driven Development Stack: PRD-First Workflow With Claude Code and Codex

A developer shares a months-refined SDD (spec-driven development) workflow where Claude Code handles architecture discussions while Codex executes coding tasks, deliberately avoiding direct code reading. The methodology uses Opuspad for spec review, Codex for execution, and a strict observe-change-verify loop. Includes a model-task matching breakdown comparing Claude Code Opus (L6+ staff engineer) vs Codex for different workloads.

spec-drivenworkflowcodexopusmethodologysdd
by 3BetYourAss Mar 19, 2026 6/10
skill Reddit

Avoiding Generic Claude Frontends: Component Library, Icon Set, and /talklikeme Skill

Practical tips for escaping the default Claude frontend look: lock it to a strong component library (with MCP if available), specify an icon library, write explicit CLAUDE.md guidelines for colors/fonts/patterns you hate, and create a /talklikeme skill trained on your own writing so copy sounds human. The /talklikeme approach involves feeding past essays and having Claude interview you to learn your voice.

frontendskilldesigntalklikemecomponent-libraryclaude.md
by Pitiful-Head-4162 Mar 19, 2026 6/10
app Reddit

dangerously: One-Command Docker Sandbox for --dangerously-skip-permissions

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

AgentHub: Multi-Agent Terminal Manager With Self-Improving System Blueprint

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
workflow GitHub

just-ship: Portable Multi-Agent Framework for Autonomous Software Development

A portable multi-agent framework built around Claude Code for running autonomous software development workflows. Designed to be self-contained and moveable across environments, enabling teams of Claude Code agents to collaborate on development tasks without heavy infrastructure.

multi-agentframeworkautonomousportablesoftware-development
by yves-s Mar 19, 2026 6/10
skill GitHub

sdlc-studio: Claude Code Skill for the Full Software Development Lifecycle

A Claude Code skill that manages the complete software development lifecycle from planning through deployment. Designed as a reusable SKILL.md component to bring consistent SDLC discipline to Claude Code-driven projects.

skillsdlclifecycleworkflowskill.md
by DarrenBenson Mar 19, 2026 7/10
skill GitHub

claude-superskills: 44+ Universal Skills for Claude Code and GitHub Copilot

A collection of 44+ standardized SKILL.md files covering Solution Architecture, Startup Strategy, Software Engineering, and Product Growth — usable with both Claude Code and GitHub Copilot. Each skill targets a specific professional domain and provides structured prompting workflows across AI coding tools.

skillsskill.mdarchitecturestartupcopilotuniversal
by ericgandrade Mar 19, 2026 7/10
app Reddit

Patchcord: Async Coordination Layer for Claude Code Across Machines

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
MCP Reddit

knowledge-rag: Local RAG System for Claude Code — Hybrid Search, Reranking, 12 MCP Tools

A local RAG system that runs entirely in-process (no Docker, no Ollama, no API keys) and exposes 12 MCP tools to Claude Code. Features hybrid semantic + BM25 keyword search with RRF fusion, a cross-encoder reranker, markdown-aware chunking by headers, query expansion, and add_from_url so Claude can fetch and index webpages itself. Uses ONNX via FastEmbed for 5ms embeddings. Install with pip install knowledge-rag.

ragmcphybrid-searchembeddingsbm25rerankingknowledge-baselocal
by Lyoonzin Mar 19, 2026 8/10
skill Reddit

/do Router Skill: Single Entry Point That Dispatches to the Right Skill, Agent, or Pipeline

A skill routing pattern where every Claude Code command goes through a single /do dispatcher that reads intent and routes to the correct skill, agent, or pipeline automatically. Eliminates the problem of Claude not using the right tool for each task. The SKILL.md is open-sourced as part of a broader claude-code-toolkit.

skillrouterdispatchskill.mdautomationworkflow
by AndyNemmity Mar 19, 2026 7/10
workflow Reddit

Claude Code 2.1.78 System Prompt Diff: Dream Memory Consolidation and Agent SDK Updates

A detailed diff of Claude Code 2.1.78 system prompt changes: new Dream Memory Consolidation agent prompt (multi-phase memory pass — orient, gather, merge, prune), plus significant Agent SDK additions including RateLimitEvent handling, session mutation methods (rename, tag, fork), forkSession, and pagination on listSessions. A useful reference for anyone building on the Agent SDK or customizing memory workflows.

system-promptmemoryagent-sdkclaude-codechangelogapi
by Dramatic_Squash_3502 Mar 19, 2026 6/10
workflow GitHub

orchestra: Steerable Harnesses for Deep Agents

A framework for building steerable harnesses around deep/long-horizon AI agents, enabling structured control over autonomous Claude Code sessions. Designed for cases where you need to guide agent behavior across complex multi-step tasks without losing autonomy.

harnessdeep-agentssteerableautonomousframework
by ruska-ai Mar 19, 2026 5/10
workflow GitHub

clarc: Production-Grade Claude Code Workflow OS With Continuous Learning Flywheel

A comprehensive Claude Code workflow operating system covering agents, skills, hooks, commands, and rules — plus a continuous learning flywheel that improves the system over time. Designed for production use with structured patterns rather than ad-hoc prompting.

workflowhooksskillsagentslearningproductionflywheel
by marvinrichter Mar 19, 2026 7/10
app GitHub

claude-cost-optimizer: Toolkit for Reducing Claude Code API Costs

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: Store and Search Agent Conversations for Memory Persistence

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
skill GitHub

skill-social-media: Write Platform-Native Posts and Plan Content

A social media content skill for AI agents that writes platform-native posts for different networks, plans content calendars, and researches hashtags. Free and open source. Good starting point for anyone building social media automation with Claude Code skills.

skillsocial-mediacontentautomationmarketing
by superlowburn Mar 19, 2026 6/10
skill GitHub

skill-lead-gen: Research Prospects and Generate Outreach via Agent

A lead generation skill for AI agents that researches prospects, scores them against an ideal customer profile (ICP), and generates outreach messages. Free and open source. Useful as a starting template for sales automation workflows using Claude Code.

skilllead-gensalesoutreachautomation
by superlowburn Mar 19, 2026 5/10
skill GitHub

skill-invoice-billing: Generate Invoices and Track Payments via Agent

An invoice and billing skill for AI agents that generates invoices, tracks payment status, and sends reminders. Free and open source. Useful template for integrating billing workflows into Claude Code-based business automation.

skillinvoicebillingpaymentsbusiness
by superlowburn Mar 19, 2026 5/10
skill GitHub

skill-customer-support: Ticket Triage and Response Drafting for Agents

A customer support triage skill for AI agents that classifies support tickets, prioritizes queues, drafts responses, and detects churn risk. Free and open source. Good foundation for building AI-powered customer support workflows with Claude Code.

skillcustomer-supporttriageticketsautomation
by superlowburn Mar 19, 2026 6/10
skill GitHub

skill-seo-audit: On-Page SEO Analysis Skill for AI Agents

An SEO audit skill for AI agents that analyzes on-page SEO factors including meta tags, headings, content quality, and internal linking. Free and open source. Good base skill for building SEO analysis and reporting into Claude Code workflows.

skillseoauditcontentanalysis
by superlowburn Mar 19, 2026 5/10
app GitHub

Discord Rich Presence Client for Claude Code Activity Tracking

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

ai_session_tools: Recover Files and Context from Past Claude Sessions

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: Compiled API Specs to Stop Claude Agent Hallucinations

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: Audit Which Parts of Your Claude Code Config Are Actually Used

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: CI/CD Deploy Status Monitor with Telegram Notifications

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
skill GitHub

frontend-landings: Generate Animated HTML Landing Pages via Skill

A Claude Code skill that generates standalone, animated HTML landing pages from just a product description — no dependencies, no build step. Produces self-contained HTML files with animations using only a short text prompt. Useful for quickly prototyping or generating marketing pages.

skillhtmllanding-pagefrontendgeneration
by hemsurendranath Mar 19, 2026 7/10
workflow GitHub

claude-software-factory: GitHub Actions + Claude for Issue-Driven Dev

Automates issue-driven code creation, review, merging, and bug scanning in GitHub repos using GitHub Actions and Claude AI workflows. When a GitHub issue is opened, the factory picks it up, generates code, runs review, and opens a PR. Good template for fully automated AI software development pipelines.

github-actionsautomationissueprci-cd
by alimeramiovens Mar 19, 2026 7/10
workflow Reddit

AI-First Team Workflow: Claude Code + CodeRabbit for High-Velocity Dev

A startup's real-world workflow with 3 devs generating 6-10 big feature commits daily almost entirely via Claude Code. Uses Claude in IDE/terminal, CodeRabbit as automated GitHub reviewer, and skill management for consistency. Includes details on their review process and tooling stack.

workflowteamcoderabbitreviewproductivity
by hiskias Mar 19, 2026 7/10
skill Reddit

Auto.dev Skill for Claude: Search Real Car Inventory and Decode VINs

An agent skill for the Auto.dev automotive data platform that gives Claude the ability to search live car inventory, decode VINs, check recalls, and calculate payments. Install with npx skills add drivly/auto-dev-skill. Shows the power of domain-specific skills for real-world data queries.

skillautomotiveapidatadomain-specific
by Masterpiece-Smart Mar 19, 2026 6/10
app GitHub

rdf: Governance Framework with Convention Enforcement for Claude Code

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
workflow Reddit

AI Video Editing Workflow with Claude Code, Remotion, and ButterCut

A developer built a /video-editor slash command workflow that uses Claude Code with Remotion and ButterCut to autonomously trim footage, create animated graphics, and add music and FX. Shows Claude Code being applied to creative media workflows beyond code. Includes lessons learned about quality control.

videoremotionworkflowcreativeslash-command
by FerretVirtual8466 Mar 19, 2026 5/10
app GitHub

Plamen: Autonomous Web3 Security Audit Agent for Claude Code

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
workflow GitHub

adversarial-spec: Multi-Model Debate to Strengthen Product Specs

adversarial-spec refines product specifications through multi-model debate — different AI models argue over the spec to surface gaps and ambiguities before implementation. Claude Code actively participates in the review process. Helps catch underspecified requirements that would otherwise cause rework.

specdebatemulti-modelproductreview
by aldyfarizki Mar 19, 2026 6/10
skill GitHub

hono-skill: Claude Code Skill for Hono Application Development

A Claude Code skill that integrates Hono CLI tools for building Hono web applications. Provides project scaffolding, routing patterns, and Hono-specific best practices directly in Claude Code sessions. Good for developers using the Hono framework who want AI-assisted development.

honoskillwebframeworkcli
by panjicopri Mar 19, 2026 5/10
app Reddit

Local Dev Project Catalog with AI Summaries for ~/dev/ Folder

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: Drop-in Memory Harness with 3-Tier Storage and Search

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: Multi-Phase Claude CLI Sessions with State Persistence

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
skill GitHub

awesome-skills: Agent Skills for Local Workflow Automation

A collection of reusable agent skills focused on local workflows and automation, including utilities for China workday calendar checks and Codex session history tools. Good starting point for building locale-specific or developer-workflow automation skills.

skillsautomationlocalworkflowcodex
by Sube-py Mar 19, 2026 6/10
hook Reddit

macOS Notification Hook for Claude Code Task Completion

A Claude Code Stop hook that triggers a native macOS notification with a sound (Glass tone) when Claude finishes a task. Added via the hooks system in user settings. Simple one-liner using osascript so you can step away and get notified when Claude is ready for input.

hookmacosnotificationstop-hookosascript
by goetz_lmaa Mar 19, 2026 7/10
app Reddit

Node9: Local Permission Proxy for Safe Autonomous Claude Code

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
skill GitHub

n8n-Claude-Skill-Package: 21 Claude Skills for n8n Automation

21 deterministic Claude AI skills packaged for n8n v1.x workflow automation. Bridges Claude Code capabilities with n8n's visual workflow builder for non-code automation. Useful for building AI-powered automation pipelines that combine Claude reasoning with n8n integrations.

skillsn8nautomationworkflowintegration
by OpenAEC-Foundation Mar 19, 2026 8/10
skill Reddit

auto-save-and-push: Skill to Fight Context Rot with Git Checkpoints

A Claude Code skill that runs on a 30-minute loop to validate your git repo, audit file organization, flag clutter, and push a checkpoint commit. Specifically designed to counter context rot — the gradual degradation of AI response quality in long sessions. Can be triggered manually or automatically.

skillsgitcontext-rotautomationmemory
by ProjectorMusic Mar 19, 2026 7/10
command Reddit

hire-me-agents: 9 Slash Commands for Full Job Search Automation

hire-me-agents is a set of 9 Claude Code slash commands (3,200+ lines of prompt architecture) that automate the entire job search pipeline with no application code — just markdown files. Commands spawn parallel Task agents to search job boards, tailor resumes, draft cover letters, and track applications. Open sourced after the author landed an interview within 2 days.

commandsslash-commandsautomationjob-searchagents
by Gullible-Low-6067 Mar 19, 2026 8/10
app Reddit

MiniClaw: Persistent Memory and Task Brain for OpenClaw Agents

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: Claude Code Framework for WordPress Block Theme Dev

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
skill GitHub

agent-toolkit: Reusable Skills and Plugins for Claude Code

A personal agent toolkit repository containing reusable skills and plugins for Claude Code, Cursor, Codex, and Gemini CLI. Provides a structured library of common tasks and automations so you do not have to recreate skills from scratch. A good reference for building your own skill collection.

skillspluginsreusableclaude-codetoolkit
by svyatov Mar 19, 2026 7/10
skill GitHub

claude-skills-journalism: Skills for Research, FOIA, and Verification

A set of Claude Code skills tailored for journalism, media, and academic work — covering source verification, FOIA request drafting, data journalism workflows, and academic writing. Practical skills for researchers and journalists who use Claude Code for investigative and writing tasks.

skillsjournalismresearchverificationacademia
by jamditis Mar 19, 2026 7/10
MCP Reddit

MCP Server Quality Analysis: Most of 200K+ Servers Fail Basic Checks

A large-scale quality analysis grading over 200,000 MCP servers (both stdio and HTTPS transport). The majority failed basic quality checks. Useful for understanding what separates reliable MCP servers from poor ones, and a benchmark for evaluating or building your own.

mcpqualityanalysisserversbenchmark
by evantahler Mar 19, 2026 8/10
app Reddit

sift: Deduplicate Test Failures Before Sending to AI Agents

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: Run AI Coding Agents in Isolated GitHub Sandboxes

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
workflow Reddit

Markdown Scaffold to Prevent Architectural Drift in Long Sessions

A developer created a set of .md scaffold files to preserve architecture, patterns, and decisions across Claude Code sessions. Unlike generic CLAUDE.md, these are codebase-specific context files that get re-loaded each session to prevent drift. Helps maintain consistency on complex long-running projects without re-explaining architecture repeatedly.

workflowcontextclaude.mdarchitecturedrift
by DJIRNMAN Mar 19, 2026 7/10
app Reddit

Edgee: Context Compression Proxy to Extend Claude Code Sessions

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
workflow Reddit

Ordered Task Files to Reduce Token Burn in Claude Code

A workflow using a .ai/ directory defined in CLAUDE.md and AGENTS.md with tasks/ for queued work, tasks-done/ for finished work, and timestamped filenames for strict ordering. Reduces token burn by breaking work into explicit task files and makes switching between AI vendors easy. The task history is also useful for later code reviews.

workflowtokentasksclaude.mdorganization
by nilsfl Mar 19, 2026 7/10
app GitHub

baton-dx: One Manifest for AI Coding Config Across 14 Tools

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

Deploy AI Agent Teams to Claude Code and 6 Other Platforms

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
workflow Reddit

The Default Failure Mode in Multi-Agent Systems Is Silence

After running a 39-agent system for two weeks, the author found that when one agent produces garbage output, downstream agents silently accept and process it rather than rejecting it. This cascading silent failure is harder to detect than outright errors. Key takeaway: build explicit rejection and validation signals into multi-agent pipelines.

multi-agentfailure-modesorchestrationdebugging
by Background-Bass6760 Mar 19, 2026 7/10
app GitHub

Autonomous AI Documentation Compiler Built with Claude Code Agents

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
MCP Reddit

WhatsApp Business MCP Server: 35 Tools Built with Claude Code in One Session

Built a complete WhatsApp Business MCP server in a single Claude Code session using Cloudflare Workers, D1, KV, and Durable Objects. The 35 tools cover the full WhatsApp Business API with Zod validation. A compelling demonstration of Claude Code's ability to scaffold complex serverless MCP integrations end-to-end.

mcpwhatsappcloudflareserverless
by Fun-Trouble-8802 Mar 19, 2026 7/10
skill Reddit

Claude Code Skills That Make Agent Teammates Play Connect Four and Tic-Tac-Toe

Two Claude Code skills that spawn agent teammates and have them play games against each other — Connect Four and Tic-Tac-Toe. A fun demonstration of the agent teams feature and how skills can orchestrate multi-agent interactions beyond purely productive tasks.

skillagent-teamsgamesmulti-agent
by CygraW Mar 19, 2026 6/10
workflow Reddit

Token-Saving Coding Tools for Claude: A Comparison

A comparison of popular token-reduction tools for Claude Code: rtk, distill, codebase-memory-mcp, jcodemunch, grepai, serena, and cocoindex-code. The author categorizes them into command output compression vs. codebase context compression, helping developers choose the right tool for their token budget.

tokensoptimizationtoolsworkflow
by Sufficient_Bridge467 Mar 19, 2026 5/10
MCP GitHub

MySearch-Proxy: Unified MCP for Tavily, Firecrawl, and Social/X Search

A unified search MCP that proxies Tavily, Firecrawl, and Social/X search through a single server with a console UI. Also includes a Claude Code skill. Simplifies search tool configuration for agents that need multiple search backends.

mcpsearchtavilyfirecrawl
by skernelx Mar 19, 2026 6/10
hook GitHub

shelldone: Terminal Notifications with AI CLI Hooks for Claude Code and Other Agents

A pure-bash, zero-dependency tool that sends desktop alerts, sounds, Slack, Discord, Telegram, Email, and WhatsApp notifications when long-running terminal commands complete. Includes AI CLI hooks specifically for Claude Code, Codex, Gemini CLI, Copilot, and Cursor. No dependencies to install.

hooknotificationsbashproductivity
by nareshnavinash Mar 19, 2026 7/10
app GitHub

Claude Code Organizer: Drag-and-Drop Manager for Memories, Skills, MCP Servers, and Hooks

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

StitchFlow: AI-Powered Product Brief to Tailwind UI Converter

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

Argus: GitHub App That Scores Your CLAUDE.md File on Every PR

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
skill GitHub

Claude Code Plugin: Technical Document Review with Three-Pass Workflow

A Claude Code plugin implementing the "Three Reviews and Three Proofreads" (三审三校) technical document review workflow. Simulates a team of reviewers across three distinct review passes for accuracy, clarity, and style. Especially relevant for documentation-heavy engineering teams.

documentationreviewworkflowplugin
by ShieldBytes Mar 19, 2026 6/10
skill GitHub

Awesome CLAUDE.md: Battle-Tested Configs for Next.js, React, Python, Flutter, and More

A curated collection of battle-tested CLAUDE.md files for common stacks including Next.js, React, Python, and Flutter. Ready to drop into any project to instantly give Claude Code the right context, conventions, and guardrails for each stack. Good starting point for teams standardizing their AI configs.

claude-mdconfigurationtemplatesbest-practices
by sx4im Mar 19, 2026 7/10
workflow Reddit

Homebound-Agents: Slack-Controlled Claude Code Orchestrator for Local Machine

A Python orchestrator that lets you control Claude Code (and Codex) from Slack on your phone. Designed for running agents against your real local environment — databases, Docker, git repos — not a sandbox. Solves the problem of remote sessions dropping mid-task by keeping agents local while giving mobile control.

slackorchestrationmobilelocal
by Simple-Effective2860 Mar 19, 2026 8/10
workflow Reddit

Workaround for bypassPermissions Restriction in Claude Code 2.1.78

Claude Code 2.1.78 made bypassPermissions require user approval for changes to .claude and .git directories. This post provides a documented workaround for users who need the original behavior in automated pipelines. Includes explanation of the change and why it may break existing unattended workflows.

bypass-permissionsworkaroundautomationconfiguration
by TPHG Mar 19, 2026 6/10
workflow Reddit

Iterative Feature Development with Claude Code Without Starting from Scratch

A workflow for incrementally adding features to an existing codebase without re-running full spec/PRD cycles. After initial implementation, the author uses a lightweight "feature slice" prompt pattern to extend functionality while preserving context. Good for teams in rapid iteration phases.

workflowiterationfeature-developmentbest-practices
by bishopLucas Mar 19, 2026 6/10
app Reddit

Custom Reverse-Proxy API Gateway to Reduce Claude API Costs for Developer Tools

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
workflow GitHub

Be My Butler: 11-Step Multi-Agent Pipeline with Cross-Model Council and Blind Verification

A multi-agent pipeline for Claude Code with 11 structured steps including a cross-model council phase and blind verification. Uses multiple AI models in deliberation to catch errors before they propagate. The pipeline provides deterministic, auditable steps for complex coding tasks.

multi-agentpipelineverificationorchestration
by project820 Mar 19, 2026 7/10
app Reddit

Claude Code Usage Dashboard with OpenTelemetry Integration

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
MCP Reddit

CLI Tool to Submit Your MCP Server to Every Directory in One Command

A CLI that automates submitting an MCP server to all major MCP directories simultaneously. Removes the tedious process of manually submitting to each registry. Useful for MCP server authors who want maximum discoverability.

mcppublishingclidiscoverability
by jordanlyall Mar 19, 2026 6/10
app Reddit

Clash of Agents: MMA Arena for Autonomous AI Agents Built with Claude Code

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
hook GitHub

Claude Code Tips: Ready-to-Use Plugins, Hooks, and Commands Collection

A GitHub repo of ready-to-use plugins, hooks, and commands for Claude Code, focused on data mining, automation, and integration tools. Aims to provide copy-paste-ready session enhancements without needing to write them from scratch.

pluginshookscommandscollection
by habibbedawi Mar 19, 2026 6/10
app GitHub

CatClaw: Multi-Channel AI Gateway with Discord, Telegram, TUI, and Claude Code Backend

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
skill GitHub

Agent Skills by CyperX: Write Once, Run Everywhere Skills Collection

A collection of agent skills by CyperX designed to work across different AI coding assistants. The "write once, run everywhere" philosophy means skills don't need to be adapted per platform. A useful starting point for developers building cross-compatible agent skill libraries.

skillscross-platformcollection
by cyperx84 Mar 19, 2026 5/10
workflow Reddit

Auto-Save Claude Code Sessions as GitHub Issues Linked to Projects Board

A workflow that automatically saves each Claude Code session as a GitHub Issue and links it to a GitHub Projects board. Preserves conversation history, decision rationale, and PR linkage that would otherwise be lost when a session ends. Useful for teams that want traceability of AI-assisted changes.

githubsession-historytraceabilityworkflow
by Dangerous-Formal5641 Mar 19, 2026 7/10
app GitHub

cmux-claude-pro: Status Pills, Progress Bars, and Sidebar Logs for Claude Code in tmux

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

ModelWeaver: Route Agent Roles to Different LLM Providers with Automatic Fallback

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
MCP GitHub

mcp-local-rag: Local-First Semantic and Keyword Search MCP for Code and Docs

A fully private, zero-setup MCP server that brings local RAG to Claude Code. Supports semantic search and keyword search over your own code and technical docs with no cloud dependencies. Ideal for developers who want fast, private code search without sending data to external services.

mcpraglocalsemantic-searchprivate
by shinpr Mar 19, 2026 8/10
workflow GitHub

agent-infra: Bootstrap Multi-AI-Tool Collaboration Infrastructure

A tool to bootstrap and maintain collaboration infrastructure for Claude Code, Codex, Gemini CLI, and OpenCode. Provides a unified initialization layer so different AI tools in your workflow share the same project context and conventions.

multi-toolinfrastructuresetupcollaboration
by fitlab-ai Mar 19, 2026 6/10
app Reddit

Operations Manager With No Dev Background Builds $55K ERP Integration With Claude Code for $400

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
skill GitHub

Claude Self-Score: Plugin That Scores Work Quality Against a 7-Dimension Rubric

A Claude Code plugin that evaluates work quality across a 7-dimension rubric before completing a task. Forces the agent to self-assess before declaring done, catching low-quality output early. The rubric covers correctness, completeness, clarity, security, performance, maintainability, and test coverage.

qualityself-assessmentrubricplugin
by augmentedivan Mar 19, 2026 7/10
app GitHub

CQS: Code Intelligence and RAG for AI Agents — 90.9% Recall@1, GPU-Accelerated

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: Persistent Memory Layer for Claude That Works Across All AI Tools

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
workflow Reddit

Multi-Step AI Rewriting Pipeline: Rewrite, Refine, Audit for Better Output Quality

A three-step pipeline that splits AI rewriting into separate rewrite, refine, and audit stages. Each stage has a single focused job, producing better results than a single all-in-one prompt. The audit stage catches AI-writing artifacts that slipped through earlier stages.

pipelinewritingprompt-engineeringworkflow
by This_Salary_9495 Mar 19, 2026 5/10
app GitHub

AI Consultants: 12-Model Parallel Deliberation System with Claude Code Skill Support

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
hook Reddit

Claude Code Hooks: All 23 Hooks Explained and Implemented

A project that implements all 23 Claude Code hooks with explanations and a companion video covering each hook's use case. Hooks are one of the key features differentiating Claude Code from other CLI agents like Codex. The repo serves as both a reference implementation and a learning resource.

hooksreferencetutorialautomation
by shanraisshan Mar 19, 2026 8/10
workflow Reddit

Switching Claude Code to a $0.30/M Input Model for K8s Log Analysis

After spending ~$9/day on Opus 4.6 for Kubernetes log analysis, the author switched to a $0.30/M input model and shares the results — what worked, what degraded, and what tradeoffs to expect. A practical cost optimization case study for ops teams using Claude Code for log-heavy tasks.

cost-optimizationkuberneteslog-analysismodel-selection
by Outside-Shoulder-410 Mar 19, 2026 7/10
app GitHub

auto-yes: Auto-Respond to Claude Code and Other AI CLI Prompts via PTY Proxy

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

CLI Tool to Track Which Localhost Ports Your AI Agent Dev Servers Are Using

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

Platform to Connect Claude Code Builders and Browse Live Sessions Worldwide

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
workflow Reddit

Managing Multiple Parallel Claude Code Sessions With Visual Terminal Organization

Tips on using Warp terminal to manage multiple simultaneous Claude Code sessions (backend, frontend, tests) without losing track of which window is doing what. Covers session labeling, visual differentiation, and workflows for handling rate limit waits across parallel agents.

multi-agentterminalproductivitywarp
by livematters Mar 19, 2026 5/10
skill GitHub

SkillPod: CLI for Authoring and Managing a Personal Agent Skills Registry Backed by GitHub

A CLI tool for creating, managing, and publishing a personal agent skills registry hosted on GitHub. Authors skills with a local editor, version-controls them via git, and publishes the registry for use across any agent platform. A structured alternative to manually managing .skill files.

skillsregistrycligithub
by sushil-kamble Mar 19, 2026 7/10
hook GitHub

Production-Grade Claude Code Config: 16 Deterministic Hooks, 9 Agents, 311 Tests

A battle-hardened production Claude Code configuration featuring an Evidence Policy, 16 deterministic hooks (CircuitBreaker, InputGuard, PII redaction), 9 specialized agents, Confidence Scoring, 311 tests, and 71% coverage with mypy strict mode. One of the most comprehensive open-source Claude Code configurations available.

hooksproductiontestingagentssecurity
by sergeeey Mar 19, 2026 9/10
skill GitHub

sd0x-dev-flow: Plugin Ecosystem for Claude Code

A plugin ecosystem for Claude Code introducing the sd0x-dev-flow framework. Provides a structured set of plugins for common development flows within Claude Code sessions.

pluginecosystemworkflow
by sd0xdev Mar 19, 2026 5/10
app GitHub

Seite: AI-Native Static Site Generator with MCP Server and Claude Code Integration

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
skill GitHub

Aurakit: All-in-One Claude Code Skill with 4-Layer Security and Full Stack Operations

An all-in-one /aura slash command skill for Claude Code providing build, fix, clean, deploy, and review operations with 4-layer security verification, triple confirmation checks, and compact defense mode. Designed as a single skill that handles the full development lifecycle.

skillsecurityfull-stackslash-command
by smorky850612 Mar 19, 2026 7/10
MCP GitHub

Statamic MCP: 100+ AI-Powered Tools for Statamic CMS Development

An MCP server providing 100+ tools for Statamic CMS — covering blueprints, entries, collections, and more. Gives Claude Code comprehensive access to the Statamic API for building and managing CMS content through natural language. Useful for Laravel/Statamic developers.

mcpcmsstatamiclaravel
by cboxdk Mar 19, 2026 7/10
skill GitHub

eCommerce Skills: AI Agent Skills for Amazon, Shopify, Etsy, and TikTok Shop

A collection of AI agent skills for e-commerce workflows — product research, marketing automation, supply chain optimization, and business analytics. Covers Amazon, Shopify, Etsy, TikTok Shop, and other major platforms. Aimed at solo sellers and small teams who want AI automation without custom development.

skillsecommerceautomationshopify
by nexscope-ai Mar 19, 2026 5/10
skill GitHub

Veriglow Agent Map Skill: Discover Hidden APIs and Browser Automation Recipes for Any Website

A skill that teaches AI agents to discover hidden APIs, data functions, and browser automation recipes for arbitrary websites. Works with Claude Code, ClawHub, Cursor, and any AgentSkills-compatible agent. Useful for building scrapers, automations, or integrations without documented APIs.

skillapi-discoveryautomationweb-scraping
by ChizhongWang Mar 19, 2026 6/10
workflow Reddit

What 3 Weeks Babysitting AI Agents in a Terminal Taught Me

After 3 weeks tracking agent workflows, the author identified the top bottlenecks: no overview of what each terminal is doing, rate limit surprises, and lost context on session switch. The post outlines patterns for managing multiple Claude Code sessions more effectively, including a tool they built to address these issues.

multi-agentproductivitylessons-learnedworkflow
by kaichao_sun Mar 19, 2026 6/10
workflow Reddit

How Your MCP Setup Might Be Wasting ~3GB of RAM

A quick post pointing out that many typical MCP configurations run multiple Node.js/Python processes at all times, consuming significant RAM even when idle. Suggests auditing and consolidating MCP servers, using lazy-start configurations, and preferring lightweight transports where possible.

mcpperformanceramoptimization
by SmartLow8757 Mar 19, 2026 5/10
app Reddit

claude-ide-bridge: Give Claude Full Access to Your Code Editor via MCP

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
skill Reddit

Building the First Claude Visual Skill with Interactive UI Blocks

A report on building and testing the first Claude Visual Skill — a skill that generates interactive UI blocks directly in the Claude chat interface using the new Visuals feature. Demonstrates the potential of combining Claude Code's skill system with the inline visual rendering API.

skillvisualsuiclaude-api
by romancone Mar 19, 2026 5/10
skill Reddit

Future Work Paradigm Designer: Claude Skill for AI-Era Job Redesign

A Claude skill that breaks any job down to granular sub-tasks, determines which parts AI should handle vs. humans, designs a multi-agent collaboration system, and generates an implementation roadmap. Tested on a real HR case with 61 sub-tasks. Free .skill file available.

skillworkflow-designautomationhr
by Significant-Bag2944 Mar 19, 2026 6/10
skill Reddit

CLAUDE.md Rule to Prevent Claude from Losing State When a Session Is Interrupted

A simple but effective CLAUDE.md rule that prevents Claude from silently reconstructing context after a session stop. Without this rule, Claude pretends to understand context it doesn't have. The rule forces explicit acknowledgment of lost state rather than confident guessing.

claude-mdsessionconfigurationbest-practices
by Valo-AI Mar 19, 2026 5/10
MCP Reddit

InsForge: Self-Hosted Supabase Alternative with Claude Code MCP Integration

InsForge is an open-source, self-hosted Postgres-based backend (auth, storage, edge functions) that connects to Claude Code via MCP. The agent can directly see your schema, policies, and data. A privacy-first alternative to Supabase for teams who want AI-accessible databases on their own infrastructure.

mcppostgresself-hosteddatabase
by cloud-native-yang Mar 19, 2026 6/10
app Reddit

Anima: Neuroplastic Memory System for Claude with Temporal Decay and Reinforcement

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
workflow Reddit

Setting Up Claude Code for Hackathon Success: Configuration and Strategy Guide

A practical guide to configuring Claude Code specifically for hackathon environments: fast iteration, minimal friction, and shipping-focused workflows. Covers CLAUDE.md setup, model selection, skill selection, and strategies for maximizing output in time-constrained settings.

hackathonconfigurationproductivityworkflow
by CompoteEntire3594 Mar 19, 2026 6/10
MCP GitHub

Digital FTE: Local-First Autonomous Personal AI Employee with Gmail, WhatsApp, and LinkedIn

A local-first autonomous AI employee managing email, WhatsApp, and LinkedIn. Features Gmail monitoring, WhatsApp automation, LinkedIn posting, AI reasoning, MCP servers, and human-in-the-loop approval. Built as a hackathon project — a complete multi-channel personal AI assistant.

mcpautomationemaillinkedinwhatsapp
by SheikhMuhammadHamza-HS Mar 19, 2026 5/10
app GitHub

WIDEMem AI: Memory Layer with Importance Scoring, Temporal Decay, and Hierarchical Context

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
skill GitHub

Curated Claude Code Skills for Development Workflows with Best Practices

A curated collection of Claude Code skills focused on AI-assisted development workflows. Each skill includes structured guidance, best practices, and ready-to-use patterns for common development tasks. Designed to consistently improve Claude Code output quality across different projects.

skillsbest-practicesworkflowcollection
by mumudevx Mar 19, 2026 6/10
workflow Reddit

Practical Guide: When to Actually Use Sub-Agents in Claude Code

A discussion of the real use cases for sub-agents in Claude Code vs. just using skills. The author argues the main valid reason is context offloading to keep the main agent's context clean. Explores scenarios where sub-agents genuinely add value vs. where skills suffice.

sub-agentscontextworkflowskills
by query_optimization Mar 19, 2026 5/10
skill Reddit

prompt-master: Claude Skill That Writes Accurate Prompts for Any AI Tool (600+ Stars)

A free Claude skill that writes accurate, tool-specific prompts for Cursor, Claude Code, GPT, Midjourney, Kling, Eleven Labs, and other AI tools. Instead of generic prompts, it generates prompts calibrated for each tool's specific strengths. Has accumulated 600+ GitHub stars and 4000+ traffic visits.

skillprompt-engineeringmulti-toolpopular
by CompetitionTrick2836 Mar 19, 2026 8/10
app GitHub

Agent Harness: Turn Any Repository into a Governed Workspace for AI Coding Agents

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

vim-claude-code: Claude CLI Integration for Vim

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
skill GitHub

Tandem Marketplace: 20 Workflow Skills Plugin for Claude Code Cowork Mode

A managed AI personal assistant plugin for Claude Code Cowork mode featuring 20 workflow skills, guided onboarding, a proactive behavior engine, and multilingual support (EN/HE/RU). Provides a structured skill marketplace experience within Claude Code.

skillscoworkmultilingualmarketplace
by BinatrixAI Mar 19, 2026 7/10
app Reddit

Open Source Desktop App: Worktree Manager Wrapping Claude Code for Maximum Productivity

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
workflow Reddit

14 Free AI Agents for Solo Developers: From Idea to Revenue

An MIT-licensed collection of 14 AI agents built specifically for solo developers with zero budget. Covers the full journey from ideation to shipping and revenue. Avoids the enterprise/team-focused agent collections that dominate GitHub and focuses instead on solo, low-cost development workflows.

agentssolo-devfreeworkflow
by makkyjaveli Mar 19, 2026 7/10
app Reddit

Pair-Programming 22K Lines of C With Claude to Fix Context-Window Token Inefficiency

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
hook GitHub

Symbi Claude Code: Zero-Trust AI Governance with Policy Enforcement and Audit Trails

Integrates Symbiont's zero-trust AI governance framework into Claude Code. Enforces security policies, verifies tool calls, and tracks audits within development workflows. Useful for compliance-conscious teams that need a verifiable audit trail of AI actions.

securitygovernanceauditzero-trust
by yabu7788 Mar 19, 2026 7/10
app GitHub

HolySheep CLI: Configure Multiple AI Coding Tools With One Command

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
skill GitHub

Cypress Agent Skill: Write, Debug, and Optimize Cypress Tests via AI Agent

A skill providing AI agents with a comprehensive knowledge base for writing, debugging, and optimizing Cypress tests. Includes standard patterns, best practices, and common pitfalls for E2E testing. Useful for teams using Claude Code in their frontend testing workflow.

testingcypresse2eskill
by YTItsfrost Mar 19, 2026 6/10
app GitHub

Thalamus: Use Your Cursor Subscription to Run Claude Code Without an Anthropic Key

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
workflow Reddit

From Zero to Fleet: The Five Levels of Claude Code Mastery

A detailed breakdown of five distinct levels of Claude Code usage, from raw prompting to fleet-scale orchestration with autonomous agent systems. Based on building a 668K-line platform. Each level explains what breaks, what works, and what forces you to the next level — a practical progression guide for serious Claude Code users.

progressionmasteryworkfloworchestration
by DevMoses Mar 19, 2026 9/10
workflow Reddit

Optimal Claude Code Settings to Reduce Constant Permission Prompts

Practical advice on configuring Claude Code to minimize interruptions from shell command permission prompts without granting full --dangerously-skip-permissions access. Covers allowlisted commands, scoped permissions, and tips from experienced users including Superpowers integration.

permissionsconfigurationworkflowproductivity
by hello_krittie Mar 19, 2026 5/10
workflow Reddit

Solving Agent Handoff Context Loss in Multi-Window Claude Workflows

Addresses the problem of context evaporating at agent handoff boundaries — when switching between a planning window and an execution window, or between Claude and other agents. The post explores strategies for preserving decision context, rejected alternatives, and reasoning across handoffs.

contexthandoffmulti-agentworkflow
by Perfect_Name_520 Mar 19, 2026 5/10
app GitHub

Sebastian: Interactive Mermaid Diagram Preview and Annotation for Claude Code

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
skill GitHub

Prompt Engineer Skill: Expert Prompt Engineering for Claude Code and Multi-Platform Agents

An expert-level prompt engineering skill covering system prompts, tool descriptions, context engineering, and cross-provider compatibility. Works with Claude Code, Cursor, Gemini CLI, and any Agent Skills-compatible tool. A reference implementation for prompts that work well across different AI platforms.

prompt-engineeringskillcross-platformbest-practices
by Shaharsha Mar 19, 2026 7/10
workflow Reddit

OS-Level File Locking to Prevent Claude Code from Accidentally Deleting Critical Files

A technique for setting OS-level deny rules on critical files (databases, credentials, configs) that even --dangerously-skip-permissions cannot override. Provides a last line of defense against accidental deletion by Claude Code when running in YOLO mode. The post explains the filesystem permission approach.

securityfile-lockingpermissionssafety
by Aggravating_Pinch Mar 19, 2026 7/10
app GitHub

Delvop: Engineering Command Center for Terminal AI Coding Agents

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

Overwatchr: Native macOS Menu Bar Monitor for Terminal AI Agents

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
skill GitHub

Curated Claude Code Skills for Product Management and Workflow Automation

A collection of Claude Code skills focused on product management workflows and development automation. Covers common PM tasks like spec writing, roadmap planning, and stakeholder communication — filling a gap in the mostly developer-focused skills ecosystem.

skillsproduct-managementautomationworkflow
by tflaim Mar 19, 2026 6/10
skill GitHub

claude-config: Configuration Framework With Specialized Agents for Claude Code

A drop-in configuration framework that enhances Claude Code with specialized agents and workflow automations for common development tasks. Provides structured agent behaviors and workflow pipelines for efficient coding automation. Open source on GitHub.

configagentsworkflowautomationclaude-code
by Kamixon131 Mar 19, 2026 6/10
MCP Reddit

bcb-br-mcp: Brazilian Central Bank Economic Data MCP for Claude

An open-source MCP server that connects Claude to 18,000+ economic time series from Brazil's Central Bank (SGS/BCB), covering interest rates, inflation (IPCA, IGP-M, INPC), exchange rates, GDP, employment, and credit data. Includes 150+ curated indicators with accent-insensitive search. Available via remote URL (no install), npx, or Smithery — works with Claude Desktop, Claude.ai, and Claude Code.

mcpeconomicsfinancedatabrazil
by AccessExisting Mar 19, 2026 6/10
skill GitHub

The Ultimate Claude Code Toolkit: 119 Skills, 67 Agents, 30 Commands, 8 Hooks

A comprehensive drop-in ~/.claude configuration that bundles 119 skills, 67 agents, 101 marketplace repos (6,600+ community skills), 30 commands, and 8 hooks with zero configuration required. The toolkit auto-activates the right resources based on your prompt, making it a turnkey upgrade for any Claude Code setup. One of the most complete community config collections available.

skillsagentscommandshooksconfigtoolkitmarketplace
by travisjneuman Mar 19, 2026 9/10
app GitHub

claude-lens: Claude Code Quota Pace Tracker for Your Statusline

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
workflow GitHub

agent-swarm-skill: tmux-Based Multi-Agent Orchestration With Telegram Notifications

Event-driven multi-agent coding orchestration for OpenClaw that dispatches Codex and Claude Code agents via tmux sessions. Includes automatic token tracking, real-time status updates, and Telegram notifications so you can monitor swarm progress remotely. Useful for long-running multi-agent coding tasks requiring coordination and remote observability.

multi-agentorchestrationtmuxworkflowtelegramtoken-tracking
by ayao99315 Mar 19, 2026 7/10
MCP Reddit

sqlguard-mcp: SQL Firewall MCP That Blocks Destructive Queries From Claude Code

After Claude Code wiped 2.5 years of production data via an agentic Terraform session, a developer built sqlguard-mcp — an MCP server that intercepts all SQL before it reaches your database. Uses real AST parsing (not regex) to block DROP/TRUNCATE and other destructive ops, with three modes: read-only, strict (dry-run previews for writes), and permissive (log-only). Addresses a documented pattern of AI agents executing destructive database operations without confirmation.

mcpsafetydatabasesqlfirewalldata-loss-prevention
by Individual-Smell6888 Mar 19, 2026 9/10
workflow Reddit

FilaOps: Full ERP Built With Claude Using Two-Claude Architecture

A quality engineer built FilaOps, an open-source ERP for 3D print farm operations, entirely with Claude Code using a "Two-Claude Architecture" workflow — resulting in 800K+ lines of code, full MRP engine, double-entry accounting, BOM cost rollup, and a multi-agent AI platform called Cortex. The project gained organic traction when ChatGPT users searching for print farm ERPs were referred to the repo. A compelling example of solo AI-assisted development at production scale.

workflowtwo-claude-architectureopen-sourceERPproductionmulti-agent
by BLB3D Mar 19, 2026 7/10
skill Reddit

CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS --resume Session Chaos

I use the /rename function for important threads I want to pick up again later. I also have a library of agents and skills I use daily. I have found that when I use agent teams, my session history ...

skill
by rvtndiecxb Mar 19, 2026 7/10
command Reddit

LivingAgents - testers please!

Made a world simulator for agents. Built with Claude, designed to be running on Claude Haiku. I posted a while ago with a BYOAK model, which I agree (thank you for the feedback) was completely insa...

by jimrobg Mar 19, 2026 5/10
MCP Reddit

bot fight! ai agents throwing hands

i built an arena where AI agents play games against each other. poker, pool, gorillas, snake, and more on the way. agents hang out in a lounge, trash-talk, challenge each other, and fight for ranki...

mcpapi
by consumedbythefire Mar 19, 2026 10/10
app Reddit

Claude Code burning 100% usage in Max in 3 minutes, need help.

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
command Reddit

Show off your own harness setups here

There are popular harnesses like oh-my-claude-code, superpowers, and get-shit-done, but a lot of devs around me end up building their own to match their preferences. Do you have your own custom har...

by Mean_Luck6060 Mar 19, 2026 7/10
app Reddit

Those of you actually using Haiku regularly: what am I missing?

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
skill Reddit

Local Claude Code host?

Hi all, I am in love with the possibilities of Claude Code and have used it primarily for advanced creation and editing of documents. Since I cannot install it on my work machine, I have built a sm...

skillapi
by Low_Singer_44 Mar 19, 2026 8/10
MCP Reddit

lore: search your past Claude Code sessions locally

Had 300+ Claude Code sessions across a bunch of projects and kept forgetting where I discussed things. Couldn't find that one conversation where I figured out the auth flow. Made an MCP server that...

mcpapigit
by prompter- Mar 19, 2026 9/10
command Reddit

Which AI would help me with this problem?

I am trying to build a system that helps provide solutions for my trading setup. As I keep trying, I end up using all my usage credits, which annoys me a lot. Am I doing something wrong that ends u...

by jerry_2326 Mar 19, 2026 5/10
workflow Reddit

Multi-agent pipelines?

I've seen a ton of post about multi-agent pipelines, including this recent one . The summary says, "Power users are building multi-agent pipelines where specialized agents (or skills) hand off task...

skillworkflowgit
by TylerColfax Mar 19, 2026 6/10
app Reddit

Claude Blue Is Spreading Across Silicon Valley.

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
command Reddit

How is everyone handling context switching?

I don't mean within Claude code or context windows or anything like that. For those of you working on multiple products/projects simultaneously, or even disparate parts of the same one, how are you...

by papa_tsunami_ Mar 19, 2026 7/10
command Reddit

Full time web devs, which subscription suits you ?

Currently using GitHub Copilot, and with the rate limiting shit show going on I'm considering switching to Claude Code. I guess I should aim at least at the max 5x plan ? I use agentic coding 6 day...

git
by autisticit Mar 19, 2026 7/10
MCP Reddit

CLI vs MCP

What's your go-to for integrations: CLI + skills MCP - structured, composable, agent-native submitted by /u/CellistNegative1402 [link] [comments]

mcpskill
by CellistNegative1402 Mar 19, 2026 7/10
skill Reddit

You aren't using skills to their full potential

Most skills are shallow. You write a skill file. Maybe it's for code review, or summarizing documents, or generating commit messages. One file, one purpose. The agent reads it, follows the instruct...

skillreview
by Afraid-Today98 Mar 19, 2026 6/10
skill Reddit

My x5 account got banned for... browser integration?

Yesterday I was playing with playwright integration, discussed in this sub earlier. I was very excited how powerful Claude can be with browser integration, much better than official chrome mode. La...

skillreview
by Sensitive_Device_236 Mar 19, 2026 7/10
app Reddit

You now can ask Claude to summarize your day with this MCP

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
command Reddit

Using several LLMs for multi-agent workflows?

At the moment we can configure Claude Code to connect to a different LLM by overriding the ENV vars export ANTHROPIC_AUTH_TOKEN="ollama" export ANTHROPIC_API_KEY="" export ANTHROPIC_BASE_URL="http:...

workflowapiconfigreview
by tomayt0 Mar 19, 2026 9/10
command Reddit

Que paso con claude team agents?

Hola! he intentando varias veces iniciar un prompts con "Crea un equipo" pero desde versiones recientes para acá se crean los sub agentes y no un equipo. Alguien sabe si cambio alguna configuración...

config
by Nice-Check4054 Mar 19, 2026 6/10
MCP Reddit

I built a trust layer for MCP servers with my bestie, Claude

Over the past few months I've been building Conduid (conduid.com) — a trust infrastructure layer for MCP servers. The entire codebase was written with Claude: Go API, Next.js frontend, PostgreSQL s...

mcpapigitreview
by itsALambduh Mar 19, 2026 8/10
hook Reddit

Are Companies with coding agents playing a different game

I swear this whole coding-agent wave feels like a manic marketing funnel designed to do one thing: get us dependent . Look, I use Claude Code / Copilot / whatever — they speed up boring stuff, no d...

hookworkflow
by DryZookeepergame8644 Mar 19, 2026 9/10
command Reddit

Update on my Agents Management UI OSS project

Hey everyone, sharing some recent improvements to agents-ui, my open-source dashboard for managing Claude Code agents, commands, and skills from a visual interface. What's new: - Full redesign: cle...

skillcommandworkflowapigit
by United-Stress-1343 Mar 19, 2026 10/10
skill Reddit

How can I make claude code know the time?

Getting along great with CC until I ask it to tell me what are my to-do's for my upcoming meeting, and then all of a sudden it will think we're in last month. Is there a skill that I can invoke tha...

skill
by Mission-Tap-1851 Mar 19, 2026 8/10
skill Reddit

Editing skills - What am I doing wrong?

I have created a few Claude skills to help me in my day-to-day activities. During the process, I need to make some updates on the skills, either to fix mistakes or upgrade. However, when I ask Clau...

skill
by CR_41 Mar 19, 2026 6/10
MCP Reddit

Marketing Wisdom MCP

Marketing Wisdom MCP I Built a free MCP that lets Claude search 6,700 startup insights from MFM + Starter Story I'm building a Chrome extension and kept running into the same problem: I didn't know...

mcpgitconfig
by Clean-Tip-9680 Mar 19, 2026 10/10
MCP Reddit

Drowning in AI! how do I actually learn this properly?

Hello good people, hopefully smarter than me at AI, I am a software engineer with 4 years of experience. I have mid level knowledge about programming, APIs, databases, development, etc. I would rat...

mcpapi
by Winter_Pop9267 Mar 19, 2026 10/10
MCP Reddit

AOG | Multi-Agent CLI Orchestrator

I built an MCP Server that uses CLI tools as a team. AOG (Anthropic, OpenAI, Google) is an open-source MCP server that orchestrates Claude Code, Codex CLI, and Gemini CLI as a collaborative multi-a...

mcpgitreview
by Longlife_IO Mar 19, 2026 10/10
app Reddit

I bought 200$ claude code so you don't have to :)

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
MCP Reddit

When to use Subagents? Skills?

Good evening y'all! I have a question about the system I am building. At a high level, it is built on the Snowflake Cortex CLI. I'm using an MCP server that hits our data transformation tool to mon...

mcpskillapi
by JellyJNBA Mar 19, 2026 9/10
command Reddit

Opus 4.6 - Decrease in Performance

Hey everyone, I don’t know if this is just an issue on my end, but it seems like the performance of Opus 4.6 has been quite bad lately. I keep telling Claude to not do something and then the agent ...

by mgicmariachi Mar 19, 2026 5/10
MCP Reddit

I built a space strategy MMO that Claude can play natively via MCP

The Elevator Pitch PSECS is a multiplayer space game designed for AI agents. Claude connects via MCP and can explore sectors, mine resources, research technologies, manufacture items, trade on a ma...

mcpskillworkflowapigit
by Dr-whorepheus Mar 19, 2026 10/10
skill Reddit

Opus 4.6 1M Context - Quality Level ?

I love CC. Been using it since Mar 2025 and have built a US state government used AI Service and website deployed two months ago with nice passive income with world travel ideas. Big fan of 1M cont...

skillreview
by OmniZenTech Mar 19, 2026 6/10
command Reddit

Python bugs

I've been trying to build an AI agent with claude and having a very hard time. The agent is complex, for sure, but the output is fulk of bugs and doesnt run. Is there any way to debug this other th...

python
by Apprehensive-Read868 Mar 19, 2026 5/10
skill Reddit

Advices for a new user?

Hello! I'm a new user of Claude (since February), and I used the Free version for light programming. I have no real skills at programming, and I found it pretty fun and interesting to use. Sadly, w...

skill
by Round_Atmosphere3671 Mar 19, 2026 9/10
command Reddit

I made a CLI to switch between Claude Code accounts

I have a personal sub and a work account. Got tired of doing claude auth logout / claude auth login every time I needed to swap between them, so I wrote a small CLI to do it for me. Save your logge...

commandgit
by dooooobyy Mar 19, 2026 6/10
command Reddit

Why doesn’t Claude Code use skills properly with GitHub Spec Kit?

Has anyone else noticed that Claude Code doesn’t work well with GitHub’s Spec Kit? When I run /specify, /plan, /tasks, and /implement, it never actually uses the skills. I end up having to explicit...

skillcommandgitreview
by mrn0body1 Mar 19, 2026 8/10
skill Reddit

Distribute Claude skills team wide

In my current job we are using Claude enterprise. I want to start distributing skills across my team. Currently the org is distribuiting skills with Claude native distribution, but that means that ...

skillgit
by widonext Mar 19, 2026 6/10
skill GitHub

skills:

skills:

skill
by craft-studio-marketplace Mar 19, 2026 5/10
skill Reddit

Claude Code Skills

I’m building an app using Claude Code for the first time, what are the best skills that I can add to Claude? submitted by /u/ragnar580 [link] [comments]

skill
by ragnar580 Mar 19, 2026 8/10
skill Reddit

Framework to manage conversations across diff AIs ?

I'm working simultaneously with Claude CLI, codex, gemini etc, each one has its own skill, task, specialty. is there a GUI that is similar to codex or Claude desktop and could manage conversation a...

skill
by nivijah Mar 19, 2026 7/10
skill Reddit

Dashboarding skills

I’ve just finished an ETL and Schema set of skills, and need to finish the set with a dash boarding skill. Has anyone seen good ones? Thinking in the design element - the front end design skill is ...

skill
by GumanHoon Mar 19, 2026 5/10
skill Reddit

no-night-night Skill

I saw a bunch of people in this subreddit discussing Claude telling them to "go to bed", so the first time mine hit me with it, I built this skill: Claude never suggests Hannah should stop working,...

skill
by ihzzy Mar 19, 2026 6/10
app Reddit

Everybody is stitching together their custom ralph loop.

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

The Better Claude Code Becomes the Less I Want to Use It

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

Did Starlink get me banned?

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
command Reddit

Back to programming

Hi, guys I've been away from programming for like 4/5 years. I worked as web dev back there but since then I only did a few personal projects. I trying to get back into the field but I'm aware that...

by PristinePainter535 Mar 19, 2026 6/10
MCP Reddit

Did Claude fix the MCP/Chrome plugin issue overnight?

I've been having terrible trouble with the Chrome plug-in and it kept basically timing out every 30 seconds making the connection unworkable. Then this morning I logged in, there's a new image show...

mcp
by Suntzu_AU Mar 19, 2026 5/10
app Reddit

Simple solution the AI's biggest problem

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
skill Reddit

I'm having the worst time getting Claude to use an LSP by default

It won't use them on its own. Seems to ignore the demand if I put it in a CLAUDE.md file. I've tried creating a skill that tells it to do so. Still zip. It'll only use one if I tell it to act expli...

skillclaude.md
by dragonfax Mar 19, 2026 8/10
command Reddit

Offline setup on rtx4060 (8GB VRAM), 16GB RAM. Recommendations?

Hey guys, I'm new in all this AI psychosis. I need isolated and offline setup otherwise AI will take my job... which I have no. Setup: rtx4060 (8GB VRAM), 16GB RAM Scope: sql, python (pandas, sqlal...

apigitdockerpython
by Vitalii_A Mar 19, 2026 5/10
command Reddit

Biggest problem with agentic coding is losing flow

When claude is coding, I have nothing else to do, so I shift my attention to something else. I didn't feel it strange but I have started to think this is a big problem. I am context switching too m...

by muthukrishnan749 Mar 19, 2026 5/10
MCP Reddit

Claude is my publishing platform - it feels like magic

About a year ago I started working on a documentation platform for my main business that was optimized for LLMs - think content that is pre-vectorized, chunked, etc. all the nerdy stuff (which I lo...

mcpreview
by Robhow Mar 19, 2026 5/10
app Reddit

Claude will avoid showing the whole system prompt

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

Way better than Gemini

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
command Reddit

I let Claude take the wheel working on some AWS infrastructure.

I’ve had a strict rule for myself that I wasn’t going to let an agent touch my AWS account. Mainly because I was obviously scared that it would break something, but also sacred it was going to be t...

command
by chunky-ferret Mar 19, 2026 7/10
app Reddit

Introducing claive -- multi-agent orchestrator for Claude Code

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
skill GitHub

llm-skills:

llm-skills:

skill
by senior-sigan Mar 19, 2026 5/10
workflow Reddit

New Claude Code skill: auto-report your work into Obsidian

Built a simple Claude Code skill that reports your actual work (via Git commits) into Obsidian using the Obsidian CLI. It basically turns your Claude Code workflow into clean daily/weekly/monthly n...

skillworkflowgit
by Infamous-Resolve8984 Mar 19, 2026 8/10
command Reddit

Advice on how to approach this with Claude Pro?

So last week I finally purchased Claude Pro because I was fed up with how limited it was for my goal with the Free version. Although, after playing with it for 2 days (by using Sonnet only), I got ...

workflowdocker
by StavrosWTF Mar 19, 2026 5/10
app Reddit

ClaudeCode automatically applying for jobs

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
MCP Reddit

How to add OAuth to MCP's that don't have it?

Looking for a way to add MCP's that have no oauth (so bearer tokens). to our claude environment. These are just MCP's that present our data through rag, so no access or permission system neede, jus...

mcp
by Hibbiee Mar 19, 2026 5/10
app Reddit

Spent 5 hours finding a bug like good old times. Felt good.

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
command Reddit

Claude Cowork stuck at configuring. Can't seem to use it.

I installed Claude Desktop recently, and I can't seem to get it working on my PC. It's stuck at the configuring thing. The loading bar never reaching the end. How can I fix it? submitted by /u/Oppo...

config
by Opposite_Substance29 Mar 19, 2026 5/10
command Reddit

What's the point of claude.md if it's ignored

this was a standing order in claude.md or memory.md, why are you not doing it anymore You're right. It's in CLAUDE.md under "Coding Standards": ALWAYS update public/api-docs.yaml when adding or cha...

apiclaude.md
by Roest_ Mar 19, 2026 6/10
command Reddit

Claude Cowork nuked my iCloud Drive documents

I used claude cowork to create a new file structure system in my iCloud Drive, so I would have well structured documents from personal, work etc. After it did this, I asked it to move files already...

git
by l6e Mar 19, 2026 5/10
command Reddit

Exploring Claudes Ecosystem

I have been using the web-based Claude app for sometime now and I think it's great. However, coming on here it seems like everybody uses the entire ecosystem and Claude code or agent to do everythi...

by haleswd Mar 19, 2026 7/10
app Reddit

How do I take the UI/UX & gameplay experience to next level?

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

green field Enterprise possible?

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
skill Reddit

How do orgs manage markdown files?

The Plugin marketplace feels like the obvious spot, but how do orgs best manage 30+ teams messing about with their own “make a pr” skill workflows, is there a desire to “re-use” code and can the ma...

skillworkflow
by AndyM03 Mar 19, 2026 5/10
MCP Reddit

Let Claude learn overnight

Some ideas in here which might help with the issue of "I told you that yesterday, and you've forgotten already" https://github.com/anthropics/claude-code/issues/28196 In summary, we're looking to c...

mcpskillgit
by itam_ws Mar 19, 2026 10/10
app Reddit

This is what happened when I gave Claude access to my Windsurf

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
MCP Reddit

Claude (Code) work with existing Figma Files (Styleguides)?

Hello, I'm currently trying out Claude and the Figma MCP Stuff. I've been using Claude Code a lot over the last few months and wanted to dip my toes into letting Claude generate Designs based on my...

mcp
by Loohney Mar 19, 2026 9/10
skill Reddit

Any R Stats users have Claude Suggestions?

Looking for good Skills or any other input. It's odd, but I've seen Sonnet to perform better than Opus, or at least be no worse. I've also noticed that the code is definitely "better" in that it's ...

skill
by Stats-Anon Mar 19, 2026 6/10
skill Reddit

Where to find the highest quality claude skills?

Hey guys! I'm very new to Claude and am still getting myself well-versed in it. I've been trying to speed up some of the more tedious parts of my day-to-day, currently working on speeding up conten...

skill
by SuccessIsHere11 Mar 19, 2026 6/10
app Reddit

Tips for secondary models or workflows?

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
skill Reddit

This is not a joke — this is a real problem! Here’s how…

For God’s sake! You came here to share your unique and only experience of building a control tower or an egg timer. Or you want to enlighten us on how we’ve been using Claude “wrong” all this time....

skill
by pingponq Mar 19, 2026 6/10
workflow GitHub

skrills: Sync Skills Across Codex, Copilot, and Claude Code

Validates, analyzes, and syncs skills, subagents, commands, and configuration between multiple AI CLIs. One tool to keep your agent capabilities consistent as you work across different tools.

skillssynccodexcopilotmulti-agent
by athola Mar 19, 2026 8/10
workflow Reddit

Prompt Language: Strict Control Flow for Agent CLI Sessions

An open-source plugin that gives Claude Code structured control flow — retry loops, conditional branching, and hard success criteria instead of soft instructions like "keep fixing until tests pass."

control-flowautomationloopsworkflowprogramming
by Numerous_Pickle_9678 Mar 19, 2026 7/10
skill Reddit

devopsiphai: Claude Code Skill for Codebase Operability Audit

Audits production project health across 6 phases: onboarding, deployment safety, runtime visibility, observability, resilience, and runbook completeness. Answers whether an AI can operate your codebase solo.

devopsauditskilloperationsproduction
by MoiSanh Mar 19, 2026 7/10
workflow Reddit

Docker Sandbox for Claude Code: Isolate Agent from SSH Keys and Credentials

A Docker container setup that locks Claude Code into an isolated environment so it cannot read ~/.ssh, ~/.aws, browser profiles, or .env files from other projects. Addresses the security gap of running agents with full user permissions.

securitydockersandboxisolationcredentials
by Bigcareerboi Mar 19, 2026 8/10
hook Reddit

Plugin That Steers Claude Code Based on Previous Sessions

A plugin that reads previous Claude Code session markdown files and automatically steers current sessions based on established patterns. Uses semantic extraction so Claude stops ignoring your markdown files.

hooksmemorysessionsplugincontext
by flip-phone427 Mar 19, 2026 7/10
skill GitHub

claude-scholar: Semi-Automated Academic Research Assistant

Research assistant supporting Claude Code, OpenCode, and Codex CLI across ideation, coding, experiments, writing, and publication workflows. Handles literature review, experiment design, and report generation.

researchacademicskillwritingscience
by Galaxy-Dawn Mar 19, 2026 7/10
workflow GitHub

MemoMind: Local GPU-Accelerated Private Memory for Claude Code

100% private local memory system for Claude Code with no cloud dependency and GPU acceleration for fast retrieval. Stores facts, decisions, and context across sessions without sending data externally.

memoryprivacygpulocalpersistence
by 24kchengYe Mar 19, 2026 8/10
workflow GitHub

puiux-pilot: Auto-Configure Projects for 95+ Tech Stacks

Scans and configures projects automatically for Claude Code, optimizing setups across 95+ tech stacks with a single command. Eliminates the manual CLAUDE.md setup for common frameworks.

configurationsetuptech-stackautomationclaude.md
by CobraX101 Mar 19, 2026 7/10
workflow GitHub

openclaw-security-practice-guide: Zero-Trust Architecture for AI Agents

Security guidelines for high-privilege autonomous AI agents using Agentic Zero-Trust Architecture. Covers key operational risks and mitigation strategies for Claude Code deployments with broad system access.

securityzero-trustguidelinesarchitectureagents
by Vikas-Kumar-Sahu Mar 19, 2026 7/10
app GitHub

Molten: Liquid Terminal for AI Coding Agents

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
workflow Reddit

Skilllint v1.2.0: Validate AI Agent File Structure Before Runtime

Validates the structure and content of AI agent files — plugins, skills, agents, and commands — catching broken references, missing frontmatter, oversized skills, and invalid hook configurations before they cause silent failures.

lintingvalidationskillshooksquality
by Bitflight Mar 19, 2026 8/10
app Reddit

Queue System for Managing 10+ Claude Terminals Without Going Insane

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
skill GitHub

seo-audit-suite: 4 SEO Skills with 9-Option Interactive Menu

Complete SEO audit system for AI coding agents with 4 skills covering technical SEO, E-E-A-T, UX/persona, CRO, and AI search readiness. Works with Claude Code, Codex, and Cursor.

seoauditskillmarketingweb
by shibanshu12 Mar 19, 2026 7/10
skill GitHub

desktop-controller-skill: AI Computer Use for Claude Code via Win32 + Playwright

Open-source Computer Use skill for Claude Code using dual engines — Win32 API for native desktop apps and Playwright for web/Electron. Controls WeChat, Slack, Teams, and any desktop app with automated QA and visual feedback loops.

computer-useautomationplaywrightwin32skill
by 24kchengYe Mar 19, 2026 8/10
skill Reddit

CLI That Checks If Your CLAUDE.md Is Out of Sync with Your Codebase

Detects drift between your CLAUDE.md instructions and the actual codebase so Claude does not revert to outdated behavior after context compaction. Alerts you when documented conventions no longer match what exists in code.

claude.mdsyncdriftvalidationcli
by giyer7 Mar 19, 2026 8/10
MCP Reddit

N8N MCP: Automatic Building and Debugging of N8N Workflows

An MCP that lets Claude Code one-shot build and debug N8N automation workflows. Prototype stage but demonstrates full workflow generation from description to working N8N implementation.

mcpn8nautomationworkflowno-code
by ICFateInNumbers Mar 19, 2026 7/10
app Reddit

claude-remote: Control Claude Code from Your Phone via Discord

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
MCP Reddit

Ephyr: Ephemeral Infrastructure Access for AI Agents

Provides time-boxed, scope-limited infrastructure credentials for AI agents instead of permanent API keys or open SSH sessions. Reduces the blast radius when agents need cloud resource access.

securityinfrastructurecredentialsephemeralcloud
by Crash_Override Mar 19, 2026 7/10
MCP Reddit

Wombat: Unix chmod-Style Permission Gateway for Claude Code MCP Tools

A proxy that sits between Claude Code and your MCP tools, enforcing per-tool permission policies like Unix file permissions. Prevents agents from calling sensitive tools without explicit authorization rules.

securitypermissionsmcpproxyauthorization
by johnchque Mar 19, 2026 8/10
MCP GitHub

prompt-toolkit-mcp: Production-Tested Prompt Templates as MCP Server

Five battle-tested prompts for code review, debugging, testing, and architecture exposed as an MCP server. Reuse proven prompt patterns across all Claude Code projects without re-writing them each session.

mcppromptstemplatescode-reviewtesting
by Money-Monkey-26 Mar 19, 2026 7/10
MCP Reddit

Satring: Paid API Directory and MCP for AI Agents (L402 + x402 USDC)

A curated directory of ~300 paid APIs that AI agents can discover and pay for autonomously using Bitcoin Lightning (L402) or USDC on Base (x402). Built entirely with Claude Code for agent-native commerce.

mcppaymentslightningapimarketplace
by toadlyBroodle Mar 19, 2026 7/10
workflow GitHub

ipman: CLI for Managing Agent Skill Environments and IP Marketplace

A command-line tool for creating, switching, and deleting virtual skill environments, plus installing and publishing skills to an online IP (Intelligence Package) marketplace. Think npm but for AI agent skills.

cliskillsenvironmentsmarketplacepackage-manager
by twisker Mar 19, 2026 7/10
skill GitHub

jp-web-design-guardrails: Skill for Japanese-Ready Web Interfaces

Claude Code skill enforcing correct CJK typography, form design, UX copy, accessibility, and production CSS for Japanese web interfaces. Prevents common Western-centric mistakes when building for Japanese audiences.

skilljapanesecjkcssaccessibility
by mrslbt Mar 19, 2026 7/10
workflow GitHub

quorum: Orchestrate a Swarm of AI Experts with Debate and Validation

Specialists research, debate, and validate a question while a polymath supervisor synthesizes the verdict. One command, multiple expert minds, stress-tested answers with cross-model validation.

orchestrationmulti-agentdebatevalidationresearch
by qinnovates Mar 19, 2026 8/10
app GitHub

crmy: Agent-First Open Source CRM with 80+ MCP Tools

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

howlalert: Claude Code Usage Monitor with Push Notifications

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

skills-hub.ai: Free Catalog of 2,400+ AI Agent Skills

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
MCP GitHub

AMS: Audit-First Agent Memory and Orchestration for MCP Clients

An audit-first memory and orchestration layer for MCP clients with Claude Code and Obsidian integrations. Tracks every memory write and read for full traceability of agent decision-making.

memoryorchestrationmcpobsidianaudit
by LastEld Mar 19, 2026 7/10
skill GitHub

video-editing-skill: Natural Language Video Editing in Terminal

Edit videos using natural language commands in your terminal: trim, jump cut, caption, overlay text, and adjust speed. Designed to run as a Claude Code skill without leaving the CLI.

videoeditingskillterminalffmpeg
by Surojit16 Mar 19, 2026 7/10
MCP GitHub

chatgpt-codex-proxy: Use ChatGPT Codex as Claude Code Backend

Provides an Anthropic-compatible messages API proxy so Claude Code can route requests to ChatGPT Codex. Useful for comparing models or using Codex on tasks while keeping the Claude Code interface.

proxycodexopenaimulti-modelapi
by KYYFEM Mar 19, 2026 7/10
workflow Reddit

Skillstore: Standardized Skill Discovery and Retrieval for Agents

A framework for standardized skill discovery where agents can find and load capabilities from a registry of website-specific skills. Includes a core Skillstore skill that enables skill-on-demand loading.

skillsdiscoveryregistryworkflowautomation
by mattgrommes Mar 19, 2026 7/10
skill Reddit

Startup Idea Stress-Test Skill: 3-Phase Validation Framework

A Claude skill that stress-tests startup ideas across three phases: market validation, competitive analysis, and execution risk. Designed to counter confirmation bias by challenging assumptions you'd normally answer optimistically.

startupvalidationskillgtmstrategy
by Few-Needleworker7362 Mar 19, 2026 7/10
app Reddit

Browser Extension: Point-and-Click Visual Editing for Claude Code

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
hook GitHub

oh-my-harness: Generate Claude Code Guardrails from Natural Language

Generate enforced guardrails — CLAUDE.md rules, hooks, and settings — from a single natural language description. Tame AI coding agents by describing your constraints in plain English instead of hand-crafting config files.

hooksguardrailsclaude.mdsettingsenforcement
by kyu1204 Mar 19, 2026 8/10
skill Reddit

Chief of Staff Skill: Separate Thinking from Building

A skill that forces separation between planning and building phases so they don't compete for the same context window. Routes thinking to one context and implementation to another for cleaner, less confused sessions.

skillplanningcontextworkfloworchestration
by JimmySadek Mar 19, 2026 7/10
skill Reddit

GRC Skills for ISO 27001, SOC 2, FedRAMP, GDPR, and HIPAA Compliance

Five specialized Claude skills for Governance, Risk, and Compliance covering major frameworks. Moves Claude from generic compliance advice to audit-ready expert-level guidance with domain-specific context built in.

skillscompliancegrciso27001soc2security
by Phoenix-Rising-2026 Mar 19, 2026 7/10
workflow GitHub

agent-skill-bus: Self-Improving DAG Task Orchestration Framework

A framework-agnostic task orchestration system with DAG-based queuing, automatic skill quality monitoring, and external change detection. Works with Claude Code, Codex, LangGraph, and CrewAI.

orchestrationdagtasksself-improvingmulti-agent
by ShunsukeHayashi Mar 19, 2026 8/10
workflow GitHub

claude-code-zero: Complete Claude Code Plugin Marketplace

A complete plugin marketplace for Claude Code covering agents, skills, hooks, commands, rules, and MCPs in one installable package. Designed as a starting point for comprehensive Claude Code setups.

pluginsmarketplaceagentsskillshooks
by LeeJuOh Mar 19, 2026 7/10
workflow Reddit

supaclaude: 7KB CLI Wrapper with Three Specialist Agents

Drops specialist agents (infrastructure auditor, architecture historian, dependency tracker) into any project before launching Claude Code. Zero config, 7KB, proactive context rather than reactive code generation.

cliwrapperagentsspecialistcontext
by covilans Mar 19, 2026 7/10
workflow GitHub

multai: Generic Multi-AI Orchestration with 7 AI Platforms

A multi-AI orchestration platform using Playwright for browser automation across 7 AI platforms with rate limiting, agent fallback, comparator, and researcher skills built in.

orchestrationmulti-modelplaywrightautomationresearch
by alo-exp Mar 19, 2026 7/10
workflow Reddit

100+ Claude Code Sessions: What Actually Changed How I Work

Distilled lessons from months of daily Claude Code use: CLAUDE.md as the core game, context priming vs reactive prompting, working in short loops with checkpoints, and building project-specific memory systems.

workflowbest-practicesclaude.mdtipsproductivity
by mrtrly Mar 19, 2026 8/10
MCP Reddit

Architect Cert MCP: 390 Scenario Questions for Claude Architect Exam

MCP server for prepping the Claude Certified Architect exam with 390 scenario-based questions, spaced repetition, concept handouts, and guided capstone builds across all 5 exam domains.

mcpcertificationarchitectexamlearning
by Novel-Toe1483 Mar 19, 2026 7/10
workflow GitHub

agentbrief: Pluggable Role Definitions for AI Coding Agents

One command turns Claude Code, Cursor, OpenCode, or Codex into a specialized professional — security auditor, accessibility expert, performance engineer. Role definitions install like plugins.

rolesagentspersonasworkflowspecialization
by 0xranx Mar 19, 2026 7/10
app GitHub

SWE-Squad: Self-Healing Autonomous Engineering Agents via Claude Code + A2A

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
workflow Reddit

4-Layer Gemini-Audited Self-Improvement Loop for Claude Code Sessions

A behavioral evolution system where Claude self-flags issues at end of each session, Gemini audits blind spots weekly, patterns are extracted, and corrections are auto-injected into the next session. Addresses repeated mistakes across sessions that Claude cannot catch about itself.

self-improvementgeminiauditworkflowmemorymulti-model
by Suspicious_Assist_71 Mar 17, 2026 5/10
skill Reddit

How CLAUDE.md Files Actually Work: Traced from Every API Call Claude Code Makes

Built a proxy and traced every API call to discover how CLAUDE.md files work at all levels: project root, subdirectories, and home directory. Reveals how subdirectory CLAUDE.md files are loaded, when they take precedence, and how to layer them effectively for complex projects.

claude-mdinternalsapi-tracingsubdirectoryconfiguration
by Fancy-Exit-6954 Mar 17, 2026 8/10
MCP GitHub

3dsmax-mcp: 3ds Max MCP Server for Claude and AI Agents

An MCP server that lets Claude and other AI agents control Autodesk 3ds Max directly. Enables AI-driven 3D scene manipulation, scripting, and automation within the 3D modeling application.

3dsmaxmcp3d-modelingautodeskcreative-tools
by cl0nazepamm Mar 17, 2026 5/10
workflow Reddit

Jules v2: Open-Source Claude Code Setup with Container Infrastructure and Slack Access

Jules v2 adds the infrastructure layer missing from v1: containerized environment, 7 scheduled jobs, and a Slack daemon for mobile phone access. Completes the open-source autonomous agent setup that runs when you are away from the terminal.

autonomous-agentcontainerscheduled-jobsslackopen-sourceinfrastructure
by jonathanmalkin Mar 17, 2026 8/10
MCP Reddit

VaultForge: Token-Efficient MCP Server for Obsidian with 27 Tools

MCP server for Obsidian that cuts token usage 80–95% per operation by pre-processing vault data before sending it to Claude. Returns structured summaries instead of raw JSON, with 27 tools and one-click .mcpb install. Open source.

obsidianmcptoken-efficiencyknowledge-basevault
by seiyjurou Mar 17, 2026 7/10
skill GitHub

searchlens: Google Search and Bing Data Analysis Skill for Claude Code

A Claude Code skill that automatically runs structured analysis on GSC or Bing Webmaster exports, keyword CSVs, and ranking reports. Instead of just describing data, it performs the analysis inline when relevant files are dropped into the conversation.

seogoogle-searchbingdata-analysisskillgsc
by andersongrowth Mar 17, 2026 5/10
MCP Reddit

Full-Featured Email MCP: Multi-Account Search, Reply, Move, Delete, and Threads

An MCP server that gives Claude end-to-end email management: search across multiple accounts, reply with proper threading, move to folders, bulk flag, full OAuth flow. Goes beyond read-only single-account email tools.

emailmcpmulti-accountoauthgmailproductivity
by NefariousnessHappy66 Mar 17, 2026 6/10
MCP GitHub

codebase-memory-mcp: Persistent Knowledge Graph MCP for 64 Languages

Indexes your codebase into a persistent knowledge graph with 64 language support, sub-millisecond queries, and 99% fewer tokens than grep. Ships as a single Go binary with no Docker or API keys required.

knowledge-graphmcpcodebaseindexinggoperformance
by DeusData Mar 17, 2026 8/10
app GitHub

jean: AI Git Task Manager for Worktrees and Merge Conflict Resolution

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

agtx: Multi-Session AI Coding Terminal Manager for Claude and Others

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

Step-by-Step: Terminal UI Dev Pipeline via Specialized Claude Agents

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
MCP Reddit

GrantAi Memory: Local Semantic Memory MCP for Claude Code with Sub-ms Search

Stores conversation context locally and retrieves relevant memories automatically via MCP with sub-millisecond semantic search. Works with any MCP client including Cursor. Designed specifically for Claude Code context loss between sessions.

memorymcpsemantic-searchcontextpersistence
by False_Wind9192 Mar 17, 2026 6/10
app Reddit

Real-Time Claude Code Session Viewer: App, Web, and TUI Interfaces

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
skill Reddit

llms.txt: An Open Web Standard Telling AI Agents What Your Website Can Do

Proposes a CLAUDE.md equivalent for websites — a standardized llms.txt file that tells AI agents the structure, tools, and capabilities of a site. Draws on the author's 41 days of Claude Code experience with CLAUDE.md to define a discoverable agent interface for the web.

llms-txtweb-standardagent-interfacediscoveryclaude-md
by Specialist_Bar3453 Mar 17, 2026 7/10
skill Reddit

/sod and /eod: Daily Check-In Slash Commands for Claude Code

Custom slash commands /sod (Start of Day) and /eod (End of Day) that run morning gratitude + schedule reviews and evening recap based on git history. Commands live as markdown files in .claude/commands/. A practical example of building personal productivity rituals into Claude Code.

slash-commandsproductivitydaily-workflowcustom-commands
by Mammoth_Doctor_7688 Mar 17, 2026 7/10
skill GitHub

po-skills: Azure DevOps Backlog Generator from PRDs and Meeting Notes

Reads PRDs, specs, and meeting notes and creates Azure DevOps Epics, Features, User Stories, Tasks, and Bugs with full hierarchy in one command. Compatible with Claude Code, Cursor, Copilot, and 40+ AI agents as an agent skill.

azure-devopsproject-managementskillbacklog
by GusY2K Mar 17, 2026 6/10
MCP GitHub

firefox-devtools-mcp: MCP Server for Firefox Remote Debugging Protocol

Enables AI assistants to inspect and control Firefox through the Remote Debugging Protocol via MCP. Lets Claude interact with browser state, inspect elements, and monitor network activity directly from the terminal.

mcpfirefoxbrowserdebuggingdevtools
by freema Mar 17, 2026 7/10
workflow Reddit

Make Linter Output Directive for AI Agents to Reduce Context Clutter

Wrap linter and script output to be as directive as possible so Claude Code agents receive clear, actionable instructions instead of raw noise. Less clutter in context leads to more definitive and accurate outcomes.

lintingworkflowcontextagent-outputproductivity
by jonathannen Mar 17, 2026 6/10
app Reddit

Claude Usage: Free Open-Source macOS Menu Bar App for Token Monitoring

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
skill GitHub

poor-man-memory: Persistent Memory for Claude Code via Markdown and Git

Provides persistent structured memory for Claude Code with no infrastructure required — just markdown files and git. A simple, dependency-free approach to giving Claude context that survives between sessions.

memorypersistencemarkdowngitcontext
by NominexHQ Mar 17, 2026 8/10
skill GitHub

unsloth-buddy: Zero-Friction LLM Fine-Tuning Skill for Claude Code

Automates LLM fine-tuning end-to-end: env setup, LoRA training (SFT, DPO, GRPO, vision), evaluation, and export. Supports Unsloth on NVIDIA/CUDA and mlx-tune on Apple Silicon. Part of the Gaslamp AI development platform.

fine-tuningloranvidiaapple-siliconmlxunslothskill
by TYH-labs Mar 17, 2026 7/10
skill Reddit

GitQuest: 26-Skill Open-Source Plugin for Game Dev with Claude Code

GitQuest turns your GitHub history into an idle RPG where your most-used language becomes your class. The author extracted 26 skills, 7 commands, 3 agents, and 5 hooks into a reusable open-source plugin covering game design, backend, narrative, and infrastructure.

skillgame-devagentshooksopen-source
by topbr Mar 17, 2026 8/10
workflow Reddit

Building a Search Engine Over All Your Comms for Claude Code Agents

A developer gave Claude Code agent a search engine spanning documents, emails, Slack, and personal knowledge — enabling tasks that were previously impossible without that context. Shares the architecture and integration approach.

mcpsearchcontextmemoryworkflow
by dandaka Mar 17, 2026 7/10
MCP Reddit

GeckoPin: Local-First Sticky Board That AI Agents Can Read and Write via MCP

GeckoPin is a visual workspace where you can pin notes, code snippets, images, links, and checklists on an infinite canvas. AI coding assistants can read and write to it via MCP, creating a persistent visual context layer for agent workflows.

mcpsticky-boardvisualnotescontext
by ReD_HS Mar 17, 2026 7/10
skill Reddit

scope-lock: Claude Code Skill to Stop Scope Drift Mid-Task

scope-lock is a free Claude Code skill that creates a boundary contract from your plan before coding starts, then flags when the agent attempts to work outside those boundaries. Built to address the common problem of AI scope creep during long tasks.

skillscopefocusagenticworkflow
by Ktulue_ Mar 17, 2026 8/10
MCP GitHub

ClawMem: On-Device Context Engine and Memory for AI Agents

An on-device context engine and memory system for AI agents (Claude Code and OpenClaw) combining hooks, an MCP server, and hybrid RAG search. Provides persistent, searchable memory that stays local without any cloud dependency.

memorymcphooksraglocal
by yoloshii Mar 17, 2026 8/10
app GitHub

cc-plugin-eval: Automate Evaluation of Claude Code Plugin Components

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
workflow GitHub

get-content-done: Turn Claude Code Into a Content Production Engine

A Claude Code plugin that transforms it into a full content production engine with sprint planning, route-dispatched drafting, editorial gates, engagement analytics, and voice-driven style settings.

contentworkflowwritingpluginskills
by thatrebeccarae Mar 17, 2026 7/10
app GitHub

tangerine-dev: Agent Control Center for AI Coding Tools Built with Tauri

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
MCP GitHub

linear-claude-skill: Agent Skill for Managing Linear Issues via MCP

An agent skill for managing Linear issues, projects, and teams using MCP tools and the Linear GraphQL API. Includes SDK automation patterns for integrating Linear into agentic development workflows.

mcplinearproject-managementgraphqlskill
by wrsmith108 Mar 17, 2026 7/10
hook Reddit

Building a Global Vibe-Coding Leaderboard with Claude Code Hooks

A developer used Claude Code hooks to build a real-time global leaderboard tracking coding activity across agents. Demonstrates practical use of Claude Code hooks for cross-session event tracking and competitive stats.

hookleaderboardtrackingstatsclaude-code
by PedroMassango Mar 17, 2026 7/10
app Reddit

h5i: AI-Aware Git for Codebases Written by AI Agents

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
workflow GitHub

claude-best-practices: Living Knowledge Base for Claude, Claude Code, and MCP

A community-maintained, living knowledge base of Claude, Claude Code, skills, MCP, and agentic workflow best practices collected from practitioners and kept updated. Single reference for teams adopting Claude Code.

best-practicesknowledge-basemcpskillsreference
by AravindKurapati Mar 17, 2026 8/10
MCP GitHub

synaps: 13 MCP Tools for Deterministic Codebase Intelligence

Synaps provides 13 MCP tools that give Claude Code, Cursor, and any MCP client deterministic codebase intelligence — precise symbol lookup, dependency analysis, and structural navigation without LLM hallucination.

mcpcodebaseintelligencesymbolsanalysis
by msiric Mar 17, 2026 8/10
skill Reddit

Claude Growth Skill: 6 Battle-Tested GTM Playbooks from 5 SaaS Case Studies

A Claude Code growth skill with 6 battle-tested go-to-market playbooks derived from 5 SaaS case studies and $90M ARR partnerships. Specifically designed for product and GTM thinking with structured context to prevent Claude drift.

skillgrowthgtmsaasproduct
by shinigami__0 Mar 17, 2026 7/10
app GitHub

ClaudeOS: Persistent Nix VM for Claude Code with Expandable UI

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
MCP Reddit

mcp-optimizer: Stop Wasting Tokens on Idle MCP Servers

Every MCP server connected to Claude Code loads its full tool schema into every conversation, even if unused. mcp-optimizer analyzes your usage patterns and intelligently loads only the MCP servers actually needed per task, saving 6,500+ tokens per idle server.

mcptokensoptimizationperformancetool
by Odd_Werewolf_4478 Mar 17, 2026 8/10
app GitHub

cclint: Static Linter for Claude Code Agents, Commands, and Skills

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

agentfiles: GUI for Managing Claude Code and Codex Workflow Files

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
skill GitHub

chealth: Claude Code Health Check Skill Based on Best Practices

A skill for auditing the health of your Claude Code setup against known best practices — checks CLAUDE.md structure, skill quality, hook configuration, and overall agent setup. Quick way to find setup issues.

skillhealth-checkbest-practicesauditsetup
by danielithomas Mar 17, 2026 7/10
app Reddit

Real-Time Context Window and Usage Limit Statusline for Claude Code

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
skill Reddit

cocoindex-code CLI: AST-Based Code Search for Claude Code via Skills

cocoindex-code is a lightweight AST-based code search CLI that integrates with Claude Code via Skills. Provides precise, deterministic symbol and reference lookup without reading entire files, saving significant tokens.

skillcode-searchasttokenscli
by Whole-Assignment6240 Mar 17, 2026 7/10
workflow GitHub

agentic-fleet-hub: Self-Hosted Orchestration for Autonomous AI Agent Teams

A self-hosted orchestration layer for autonomous AI agent teams with shared memory, heartbeat scheduling, vault-first secrets management, and cross-model peer review. Designed for deploying coordinated multi-agent systems.

orchestrationmulti-agentmemoryschedulingself-hosted
by UrsushoribilisMusic Mar 17, 2026 8/10
MCP Reddit

Trache: Local-First Trello Replacement to Stop Context Bloat from MCP Calls

Built to replace Trello MCP calls that were burning 27%+ of context window per week. Trache is a local-first task board that exposes minimal data through MCP, giving Claude only what it needs without pulling in entire Trello workspaces.

mcptaskscontextlocal-firstefficiency
by BugOne6115 Mar 17, 2026 7/10
workflow Reddit

Embed GPT-5.4 Code Reviews Inside a Claude Code Session

A command that boots Codex CLI with GPT-5.4 high reasoning from within Claude Code, runs a review pass, and pipes the results back. Useful for getting a second opinion from a different model without leaving the Claude Code session.

reviewgptcodexmulti-modelworkflow
by shintaii84 Mar 17, 2026 7/10
skill GitHub

CLAUDEMD-PRO: Deep Codebase-Aware CLAUDE.md Generator, Linter, and Scorer

A tool that deeply analyzes your codebase to generate a tailored CLAUDE.md, lint it for quality issues, and score its effectiveness. Goes beyond generic templates by understanding your actual project structure and dependencies.

claude-mdgeneratorlinterscorerconfiguration
by crisnahine Mar 17, 2026 9/10
workflow Reddit

Claude Code vs Codex CLI: Orchestration Workflow Comparison Side by Side

A detailed side-by-side comparison of how Claude Code and Codex CLI handle orchestration differently. Claude Code follows a Command → Agent → Subagent model while Codex uses a different dispatch pattern. Covers tradeoffs for each approach.

orchestrationcodexcomparisonworkflowarchitecture
by shanraisshan Mar 17, 2026 7/10
skill GitHub

Axiom: Skill That Turns a Feature Request Into Reviewed, Committed Code

Axiom is a Claude Code skill that takes a feature request and drives it through a first-principles workflow: premise validation, architecture planning, implementation, review, and commit. From idea to pull request automatically.

skillfeatureworkflowreviewcommit
by Guipetris Mar 17, 2026 8/10
workflow Reddit

Transmute Framework: Business Plan to Deployed Product in 25 Autonomous Stages

A Claude Code plugin that automates the entire journey from a business plan to a production-ready deployed application through 25 autonomous stages. Covers requirements, architecture, implementation, testing, and deployment.

pluginautomationdeploymentbusinessworkflow
by masterleopold Mar 17, 2026 8/10
app GitHub

claude-peak: macOS Menu Bar App for Monitoring Claude Max Usage

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
skill GitHub

cc-thinking-skills: 39 Mental Models for AI Problem-Solving in Claude Code

A skill pack providing 39 mental models that improve critical thinking, decision making, and strategic analysis within Claude Code. Designed to help the agent approach problems more systematically rather than jumping to solutions.

skillmental-modelsreasoningstrategythinking
by babypochi06 Mar 17, 2026 7/10
hook Reddit

V1R4: 3D Avatar That Speaks Claude Code Responses Aloud via Hooks

V1R4 is a 3D avatar overlay that plugs into Claude Code via hooks and reads responses out loud using local TTS. It extracts a hidden tag from Claude output to trigger speech with different personalities selectable.

hookttsavataruiaccessibility
by Klaa_w2as Mar 17, 2026 7/10
workflow Reddit

3 Tested Methods to Stop Claude Code from Repeating the Same Mistakes

A comparison of three approaches for preventing Claude Code from repeating mistakes across sessions: enhanced CLAUDE.md, external memory files, and automated lesson extraction from session logs. Includes test results on effectiveness.

memorymistakeslessonssessionsworkflow
by eazyigz123 Mar 17, 2026 8/10
workflow Reddit

Dream Setup: Persistent Memory, Life Dashboard, and Autonomous Thinking Loop for Claude Code

A comprehensive personal assistant setup using Claude Code: persistent memory across sessions, a self-updating life dashboard that ingests Gmail/Calendar/Slack/iMessages hourly, and an autonomous thinking loop that briefs Claude before every session. Zero third-party wrappers, pure first-party Anthropic tools.

memoryworkflowautomationmcppersonal-assistant
by JohnnyLegion Mar 17, 2026 9/10
MCP Reddit

Shared Team Memory for Claude Code with Bayesian Confidence Scoring

An open-source MCP server providing shared team memory for Claude Code with Bayesian confidence scoring on stored facts. Memories get stronger the more they are confirmed and weaker when contradicted, enabling more reliable long-term agent memory.

mcpmemoryteambayesianconfidence
by Ok_Excitement_1304 Mar 17, 2026 8/10
workflow GitHub

ops-workflow: Structured Non-Code Project Management for Claude Code

A workflow system designed for using Claude Code on non-coding projects — documentation, research, planning, and operations work. Provides structured task decomposition and execution patterns for non-engineering teams.

workflowproject-managementnon-codeoperationsplanning
by OdinMB Mar 17, 2026 7/10
app GitHub

agtop: top-Style TUI for Monitoring AI Coding Agent Sessions

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
workflow Reddit

Using Opus 4.6 to Analyze Agent Traces and Automatically Improve Skills

A team gave Opus 4.6 a Claude Code skill with failure mode examples and instructions for hypothesis testing. Opus successfully analyzes agent execution traces and suggests skill improvements — creating a self-improving feedback loop.

opustracesself-improvementskillanalysis
by MathematicianBig2071 Mar 17, 2026 7/10
MCP GitHub

muninn: Persistent Memory MCP Server for Claude, Cursor, and Windsurf

An MCP server providing persistent institutional memory across coding sessions for Claude Code, Cursor, and Windsurf. Stores and retrieves project-specific knowledge, architecture decisions, and conventions that persist between sessions.

mcpmemorypersistentsessionsknowledge
by ravnltd Mar 17, 2026 8/10
workflow Reddit

What's New in Claude Code 2.1.77: +6,494 Tokens in System Prompts Analyzed

A detailed breakdown of the new system prompt contents in Claude Code 2.1.77, which added 6,494 tokens. Key additions include a new /init CLAUDE.md skill setup flow, enhanced agent orchestration instructions, and updated hook definitions.

internalssystem-promptupdateanalysishooks
by Dramatic_Squash_3502 Mar 17, 2026 8/10
app Reddit

claudewho: CLI Tool for Managing Multiple Claude Code Accounts

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

Prompt Firewall: Local Proxy to Intercept and Audit Claude Code LLM Requests

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
MCP Reddit

MCP Marketplace: 25,000+ MCP Servers Indexed with Trust Scores

A marketplace built with Claude that indexes 25,000+ MCP servers from GitHub, npm, PyPI, Smithery, and Docker Hub. Adds trust scores, comparison features, and a single place to search across all MCP ecosystems.

mcpmarketplacediscoverytrustecosystem
by itsALambduh Mar 17, 2026 8/10
workflow Reddit

Why Context Compaction Hurts: From 9.75/10 Retrieval to 5/10 After Compaction

A detailed analysis showing how Claude Code default context compaction degrades retrieval quality from a near-perfect 9.75/10 to a hallucinating 5/10 across 418K tokens. The author quantifies the information loss and proposes selective compaction strategies.

compactioncontextmemoryanalysisretrieval
by WhichWayDidHeGo Mar 17, 2026 8/10
skill GitHub

product-manager-os: 72 Skills Across 9 PM Categories for Claude Code

A comprehensive product management OS delivered through 72 Claude Code skills across 9 categories — requirements, roadmaps, stakeholder management, metrics, user research, competitive analysis, and more.

skillproduct-managementpm72-skillsstructured
by Loethrin Mar 17, 2026 8/10
hook Reddit

Hook to Enforce Test Assertion Quality: Stop Claude from Weakening Tests

A Claude Code hook that prevents the agent from weakening test assertions when fixing failing tests. Detects patterns like removing assertions or converting strict checks to weak ones, and blocks the commit with an explanation.

hooktestingassertionsqualityenforcement
by Healthy-Oil-7291 Mar 17, 2026 7/10
app Reddit

Windows-Native Agent Teams Backend for Claude Code — No WSL Needed

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

ccnotifs: Claude Code Notifications System for macOS

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: Granular Permission Control — A Safer --dangerously-skip-permissions

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
MCP Reddit

Fix: MCP Filesystem Server Rejects UNC Network Share Paths on Windows

Documents a bug where the MCP Filesystem Server (Desktop Extension) treats UNC SMB paths (\\server\share\subfolder) as outside allowed directories, even when the share root is permitted. Includes the root cause analysis and a working fix — Claude diagnosed and fixed the issue in its own server.

mcpfilesystemwindowsuncbug-fixnetwork-share
by UltraSPARC Mar 16, 2026 7/10
skill GitHub

golang-gin-best-practices: Agent Skills for Go/Gin REST API Development

A collection of agent skills for building production-grade REST APIs with Go and the Gin framework. Codifies patterns for routing, middleware, error handling, and testing into reusable skills for Claude Code.

skillsgogolangginrest-apibackend
by henriqueatila Mar 16, 2026 6/10
workflow GitHub

multi-agent-crew: 10-Agent Orchestration Framework for Claude Code

A multi-agent orchestration framework with 10 specialized AI agents sharing memory and collaboration protocols. Each agent has a defined role and uses shared context to coordinate complex tasks without redundant work.

multi-agentorchestrationshared-memorycollaborationframework
by ppablobr Mar 16, 2026 7/10
MCP GitHub

trend-pulse: Free Trending Topics MCP Server (20 Sources, Zero Auth)

An MCP server that aggregates trending topics from 20 sources with no API keys required. Available as a CLI tool, Python library, and MCP server — lets Claude Code agents stay current on trending topics without any authentication setup.

mcptrendingnewszero-authclipython
by claude-world Mar 16, 2026 6/10
app Reddit

seite: Static Site Generator with Native Claude Code Agent Integration

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: Writing Voice Extraction and Generation Built With Claude Code

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

OpenMem: Persistent Neuro-Symbolic Memory Layer for LLM Agents

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

claude2x.com: Claude Usage Rate Limit Checker

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

OpenLobster: Self-Hosted AI Assistant in Go with MCP and Graph Memory

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

claude-code-studio: Full Web Workspace for Claude Code CLI

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
workflow GitHub

Fireteam: File-Based Coordination Protocol for AI Agent Squads

Drop .fireteam/ into any project to enable 2-6 AI agents to coordinate through markdown files — no server, no database required. A lightweight, file-native approach to multi-agent orchestration where agents share context through structured markdown documents.

multi-agentcoordinationmarkdownfile-basedorchestration
by martinnaithani Mar 16, 2026 7/10
app GitHub

codeledger: Token-Level Cost Intelligence Plugin for Claude Code

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

ean-agentos: Persistent Memory for AI Coding Agents

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
skill GitHub

rhino-os: Self-Improving Claude Code Plugin with 17 Commands and 20 Skills

A learning plugin for Claude Code featuring 17 commands, 6 specialized agents, and 20 skills built around a prediction-driven learning loop. Claims measurable product improvement each session by tracking what works and refining its approach over time.

skillscommandsagentslearningself-improvingplugin
by rhinehart514 Mar 16, 2026 7/10
skill GitHub

cursor-rules-java: Skills and System Prompts for Java Enterprise Development

A curated collection of system prompts and skills for Java Enterprise development, covering daily programming workflows and CI/CD pipelines. Designed for software engineers and automated pipelines using Claude Code or similar agents.

skillsjavaenterprisesystem-promptsbackend
by jabrena Mar 16, 2026 6/10
workflow Reddit

HushSpec: Open Spec for Security Policy at the AI Agent Action Boundary

An open specification for defining security policies at the action boundary of AI agents — what actions an agent is allowed to take, under what conditions, and with what verification. Targets the gap between agent capability and operator-defined safety policies.

securitypolicyspecaction-boundarygovernance
by imdonewiththisshite Mar 16, 2026 6/10
app Reddit

Pompeii: Multiplayer Claude Code — Shared Agent Sessions for Teams

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

Root Cause: Session Title Corruption in Claude Code VS Code Extension

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
workflow GitHub

orchystraw: Drop-in Multi-Agent Prompt System for AI Coding Agents

Zero-dependency, drop-in multi-agent prompt system compatible with Claude Code, Windsurf, Cursor, and Codex. Designed to coordinate agent workstreams without modifying existing project configuration.

multi-agentorchestrationprompt-systemzero-dependencies
by ChetanSarda99 Mar 16, 2026 6/10
app GitHub

gleisner: Supply Chain Security for Claude Code Sessions

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
MCP Reddit

Experiment: Exposing VS Code Debugger to Claude Code via MCP

Instead of adding print statements, this experiment exposes the VS Code debugger to Claude Code through MCP — letting the agent autonomously set breakpoints, step through execution, inspect variables, and evaluate expressions. Demonstrates a significant upgrade to how AI agents approach runtime debugging.

debuggingmcpvscodebreakpointsruntime
by RealRace7 Mar 16, 2026 8/10
MCP Reddit

Code Search Engine MCP: Stop Claude from Reading Entire Files

Builds a small MCP server that gives Claude Code a semantic code search engine instead of reading entire files to locate functions. Benchmarked on the Express.js repo: reduced token use from ~5400 to far fewer tokens per symbol lookup. Claude can now query "find the auth middleware" rather than scanning files wholesale.

mcptoken-efficiencycode-searchperformancelarge-repos
by Actual-Thanks5168 Mar 16, 2026 8/10
app Reddit

Claudoscope: Native macOS app for tracking Claude Code token usage and costs per session

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
workflow Reddit

How to structure a large CLAUDE.md: split by concern with 3-level memory retrieval

When CLAUDE.md grows past ~200 lines, Claude starts treating all instructions with equal weight, burying what matters most. The solution: split into decisions/, patterns/, and project/ directories with an index.md for fast scanning. A session starts by reading the index, then pulling only relevant topic files. After implementing this structure across 179 decisions, the author reports Claude stopped repeating the same mistakes.

CLAUDE.mdcontext-managementworkflowmemoryorganizationbest-practices
by Fred-AnIndieCreator Mar 16, 2026 7/10
workflow Reddit

Improve bug fixing: ask Claude to write a failing test before fixing the bug

A simple but effective workflow tip: when reporting a bug to Claude Code, first ask it to design a test that proves the bug exists, then have it fix the bug until the test passes. This TDD-aligned approach helps with bugs that reappear even when using skills, and produces regression tests as a side effect.

workflowbug-fixingTDDtestingbest-practices
by dardevelin Mar 16, 2026 5/10
skill GitHub

agent-skills: Production-grade web application engineering skills for AI coding agents

A collection of agent skills designed to bring structured workflows and production-grade engineering best practices to web application development with AI coding agents. Focuses on building reliable, maintainable web apps by encoding engineering standards as reusable skills.

skillweb-developmentengineeringbest-practicesagentsworkflow
by LLl0k0laD Mar 16, 2026 6/10
workflow GitHub

scaffold: 25 structured prompts to take a project from idea to working software with Claude Code

A guided AI pipeline consisting of 25 structured prompts for scaffolding new projects with Claude Code. Takes you through the full journey from initial idea to working software with clear, sequential steps. Useful for developers who want a repeatable, opinionated starting process for new projects.

scaffoldworkflowpromptsproject-managementpipelinegetting-started
by zigrivers Mar 16, 2026 7/10
app X

Terminal CRM with Claude Code: auto-updates from emails and builds a knowledge graph

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
workflow X

87% of AI-generated PRs had security vulnerabilities across Claude Code, Codex, and Gemini

A benchmark study where Claude Code, OpenAI Codex, and Google Gemini each built two apps from scratch — 30 pull requests total, producing 143 security vulnerabilities. All agents succeeded at features while failing at security. Highlights the critical need for explicit security requirements and code review when using AI coding agents in production.

securityvulnerabilitiesAI-generated-codebest-practicesbenchmarkcode-review
by @cytexsmb Mar 16, 2026 6/10
app Reddit

DepVault: Git-like CLI for secrets management built with Claude Code

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
workflow Reddit

Benchmark: openbrowser-ai uses 2.6x fewer tokens than alternatives at 100% accuracy

A rigorous comparison of 4 CLI browser automation tools (openbrowser-ai, browser-use, playwright-cli, agent-browser) using the same Claude Sonnet 4.6 model across 6 real-world tasks. All achieved 100% accuracy, but openbrowser-ai used only 36k tokens vs 77-94k for competitors. The key insight: tool call count is the strongest predictor of cost, as every call forces the LLM to reprocess the full conversation history.

browser-automationtokensbenchmarkefficiencyagentscost
by BigConsideration3046 Mar 16, 2026 7/10
MCP Reddit

Replace vector RAG with a Neo4j knowledge graph for Claude persistent memory via MCP

Standard RAG fails for agent memory because it lacks structural context, cannot traverse relationships transitively, and treats all information with equal weight. This MCP approach uses Neo4j graph nodes with simple remember()/recall() tools, enabling Claude to store decisions, rules, and preferences with proper relationships and epistemic weights that persist across sessions.

memorymcpgraphneo4jRAGpersistencelong-term-memory
by WorkingQuestion1754 Mar 16, 2026 8/10
workflow Reddit

Checklist: 5 security holes Claude quietly introduced in a production SaaS

A developer discovered 5 critical security issues in Claude-generated code: missing webhook signature verification, a Supabase service role key exposed in the browser bundle, internal error details leaked to clients, Stripe payment events processed without signature checks, and subscription status trusted from the client. None were intentional — Claude simply lacked threat model awareness. Includes a CLAUDE.md docs scaffold to prevent recurrence.

securitySaaSbest-practicesbugswebhookstripeCLAUDE.md
by DJIRNMAN Mar 16, 2026 8/10
MCP GitHub

Argus MCP: AI-driven code review server with Zero-Trust model

An MCP server that adds automated code review to Claude Code sessions using a Zero-Trust security model. Enhances code quality by running AI-driven analysis on changes before they are committed. Designed for safe, efficient development workflows.

mcpcode-reviewqualityzero-trustsecurityautomation
by dykeruv Mar 16, 2026 6/10
workflow Reddit

Recursively self-improve agents by analyzing execution traces with Claude Code

Uses an RLM-based LLM judge to analyze agent execution traces at scale, finding common failure patterns programmatically. Failure patterns are fed to Claude Code, which proposes concrete code edits to fix them. First test on tau2-bench achieved a 34.3% improvement after a single cycle. The RLM judge is open-sourced.

agentself-improvementexecution-tracesevalworkflowautomation
by cheetguy Mar 16, 2026 8/10
skill Reddit

Skill Doctor: CLI linter for static analysis of Claude Code skill quality

A free CLI tool that checks Claude Code skills against best practices, acting as a linter. It validates frontmatter/YAML, name and description quality, broken local links, missing referenced files, and evals.json issues. Provides actionable suggestions for improving skill definitions.

skilllintercliqualitystatic-analysisdiagnosticopen-source
by mytwm Mar 16, 2026 8/10
app Reddit

Clui CC: Open-source native macOS overlay UI for Claude Code

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
workflow Reddit

discli: Manage Discord servers from the terminal with Claude Code via SKILL.md

A CLI tool (discli) that lets Claude Code manage Discord servers through shell commands instead of MCP — avoiding the 20-40k token overhead of MCP schema loading. Uses YAML output (5x fewer tokens than JSON) and a SKILL.md for Claude to discover commands. In a live demo, two AI agents communicated on Discord: one filed a bug report, the other fixed and published an npm update in response.

discordcliworkflowappagentsautomationskill
by Lost-Trust7654 Mar 16, 2026 8/10
MCP X

Figma Console MCP Cloud Mode: Connect Claude to Figma Without Node.js

Figma Console MCP now offers a Cloud Mode that connects Claude (and Lovable, v0, Replit) to your Figma design files using just a pairing code — no Node.js installation, no terminal required. Makes the Figma MCP integration accessible from phones and non-technical environments.

MCPFigmadesigncloud-modeno-nodejs
by @tpitre Mar 16, 2026 6/10
app GitHub

claude-code-bot: Run Claude Code via Telegram or Discord Using Max Subscription

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
workflow GitHub

mx-workflow: Full Dev Lifecycle Plugin for Claude Code With Slash Commands

A Claude Code plugin providing a complete development lifecycle workflow through slash commands and AI agents. Covers the full cycle: plan, implement, test, and ship. Designed to be a first-class Claude Code integration rather than an external script.

workflowslash-commandsagentsdev-lifecycleplugin
by joshtune Mar 16, 2026 7/10
hook Reddit

Smart Bash Hook: Prevent Compound Command Permission Bypasses in Claude Code

A PreToolUse hook that closes a real security gap: compound bash commands (using &&, ||, ;, |, subshells) can bypass allow/deny patterns because Claude Code matches the full command string. This Python script decomposes each compound command into sub-commands and checks each one individually — deny wins, and auto-approve only fires when every sub-command passes. Zero dependencies, reads your existing settings.json permissions.

hooksecuritybashpermissionsPreToolUsesafety
by Hefty_Professor_4170 Mar 16, 2026 9/10
workflow Reddit

Claude Code Architecture: Fix the Six Layers Before Blaming the Model

A deep-dive arguing that Claude Code output degradation is an architecture failure, not a model failure. Covers six load-bearing layers: context, skills, tools/MCP, hooks, subagents, and verification — with CLAUDE.md compression rules to preserve architecture decisions and the HANDOFF.md technique for reliable session continuity.

architectureCLAUDE.mdcontextworkflowhookssubagentsMCPsession
by HuckleberryEntire699 Mar 16, 2026 9/10
command Reddit

treehouse - manage worktrees without managing worktrees

My journey working with coding agents evolved through a few stages - Work with one agent in one repo, one task at a time - but soon I found myself staring at the agent thinking trace all the time W...

workflowgit
by atinylittleshell Mar 16, 2026 5/10
workflow Reddit

Built a road builder browser game with help of Claude Code

Traffic Architect - https://www.crazygames.com/game/traffic-architect-tic I wanted to build a traffic/road management game inspired by Mini Motorways and Cities: Skylines, but focused purely on roa...

workflow
by Grenagar Mar 16, 2026 7/10
command Reddit

I gave Claude Code a desktop pet that watches it work

I spent the weekend making a little stick figure that sits on your screen and reacts to whatever Claude Code is doing It hooks into Claude Code's event system — when Claude starts thinking, the sti...

hookcommandgit
by Pure-Job1336 Mar 16, 2026 8/10
MCP Reddit

Cracking Hashes with Claude Desktop & Kali MCP

Hi everyone, I wanted to share a project I’ve been working on to bridge the gap between LLMs and offensive security tools. I’ve (together with AI 😜) built a Kali Linux MCP Server that gives Claude ...

mcpcommandgitdockerconfigtesting
by blackholeroll Mar 16, 2026 10/10
command Reddit

Claude Code Tip 💡

Claude Code Tip 💡 Use the new /btw command to talk to Claude while it’s still working on a task. Instead of stopping the current run, you can ask questions, give extra instructions, or clarify thin...

commandworkflow
by ElectricalCollar01 Mar 16, 2026 6/10
app Reddit

Too many Claude code terminals.. How do you keep them organised..

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
skill Reddit

Claude Code + Obsidian = UNLIMITED Memory?

https://www.youtube.com/watch?v=srqWFT_TUec Does anyone can recommend this or has experience about the token burn rate? (Blowing up contexts etc.) I can imagine that it would be work great together...

skill
by cobraX707 Mar 16, 2026 8/10
command Reddit

orchestrate agents in parallel from your phone and desk (FOSS)

if you like the basic remote control that comes with claude code, i am confident you'll love this even more. everything that you can do in the desktop app you can do on your phone, it's the same ap...

by PiccoloCareful924 Mar 16, 2026 7/10
command Reddit

What 3rd party memory tool are you using with Claude Code?

My experience is that they all sound good on paper but in the real world the experience is lackluster. I last got hyped by engram , I installed as a plugin as instructed aaand... nothing. It wasn't...

claude.md
by kitsched Mar 16, 2026 8/10
skill Reddit

Taught Claude to paint.

Handed Claude a set of brushes. It figured out the rest. All prompt-to-canvas using acamposuribe 's p5.brush. Claude paints stroke by stroke, sky first, then trees, then details. It then comes aliv...

skillgit
by Mysterious_Car_2345 Mar 16, 2026 6/10
command Reddit

Like a claude.md architecture but with relational data

I have structured my folders and have a hierarchy of claude.md files to make claude have the right, and right amount, of context, at the right time. However I feel like markdown files are not alway...

gitclaude.md
by AerieAcrobatic1248 Mar 16, 2026 6/10
MCP Reddit

My AI forgot my name for the 47th time. So I built it a memory.

Yes, I have CLAUDE.md. Pretty solid one actually — project rules, stack, conventions. The static stuff is handled. Here's what it can't do though: Cross-project knowledge. Preferences, teammates, d...

mcpworkflowapigitclaude.mdconfig
by wackloner Mar 16, 2026 10/10
MCP Reddit

Shared memory between desktop, phone, terminal Claudes

Every Claude session starts from zero. Your morning conversation doesn't know what your coding session learned last night. Your phone chat can't recall decisions made on desktop. I built a bridge. ...

mcphookgitconfig
by semmy_t Mar 16, 2026 10/10
app Reddit

Claude Code to local AI success or failure?

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
MCP Reddit

How to handle MCP OAuth refresh token flow?

I built an MCP server and keep running into the same problem: OAuth tokens expire in Claude, the connection drops, and there is no reliable automatic refresh. Users have to re-authenticate/reconnec...

mcp
by madredditscientist Mar 16, 2026 7/10
command Reddit

Claude's Glazing - and then immediately turning tail. Anyone else?

this is a section of Claude chat - the sequencing is as it happened. I am well aware of any LLM's hallucination and glazing, but Claude caught me by surprise with this one, reviewing a regulatory K...

apiconfigreview
by No-Amount-493 Mar 16, 2026 5/10
app Reddit

Working With Claude Be Like

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

Question about capitalization of first letter of tool name

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
command Reddit

I built a Wordle that auto-launches while Claude Code thinks

You know those 30-second to 3-minute stretches where Claude is off writing your code and you just... sit there? I got Claude to build me a daily word game to play during the wait. Same word for eve...

config
by rob_affiliate_ai Mar 16, 2026 7/10
app Reddit

Made a tool to overcome issues I faced

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
command Reddit

Slash commands and skills are now unified in Claude Cowork

We've unified slash commands and skills in Cowork under a single concept: skills. That means the / menu in settings is now just a flat list per plugin - no more jumping between separate "Commands" ...

skillcommand
by ClaudeOfficial Mar 16, 2026 6/10
MCP Reddit

Claude code for reverse engineering

So I'm currently working on a Command&Conquer open source server, https://github.com/sokie/kirov-server-emulator/tree/main Initially it was meant to support only RedAlert3, but recently decided to ...

mcpcommandapigitreview
by sokiee Mar 16, 2026 9/10
MCP Reddit

Claude for Data Scientist

Hi everyone, I’ve been lately using Claude as a Data Scientist and this has been more helpful - I’ve built MCPs, Skill workflows to make routine workflows automated. However, I’m curious on how y’a...

mcpskillworkflow
by CultivatingPlant Mar 16, 2026 7/10
command Reddit

5 Claude Code Tips in under 3 minutes

I use Claude Code every day to run my business. After deploying AI agents for multiple organizations, I've found most people are using about 20% of what Claude Code can do. /btw to ask a side quest...

by Choice_Touch8439 Mar 16, 2026 7/10
skill Reddit

Learning resources for Opus 4.6?

I’m currently between jobs and trying to improve my skills before applying for new opportunities. Does anyone know if there are legitimate trial options, student programs, or learning resources ava...

skillgit
by Amoken Mar 16, 2026 5/10
command Reddit

How can I command claude code session outside Terminal

Context : I am trying to make an application where I wanna command claude code to do things and etc but like i unable to find a way of doing it from outside the terminal application can someone ple...

command
by thinkyMiner Mar 16, 2026 6/10
MCP GitHub

ham: Directory-Scoped Memory System for AI Agents That Cuts Token Usage by 50%

A hierarchical memory system for AI coding agents that scopes context to the specific directory being worked on, reducing irrelevant context and cutting token usage by approximately 50%. Single binary with zero dependencies. Designed as a drop-in memory layer for any agent workflow.

memorytoken-efficiencydirectory-scopedcontext50%
by kromahlusenii-ops Mar 16, 2026 8/10
skill GitHub

claude-skills-vault: High-Impact Skills for Senior Full Stack Developers Using Claude Code

A curated collection of skills targeting senior full-stack developer workflows: architectural reviews, TDD cycles, PR management, code quality gates, and production deployment patterns. Designed to automate the repetitive senior-level tasks so developers stay in flow building complex features.

skillsseniorfull-stackarchitecturetddprproduction
by georgekhananaev Mar 16, 2026 8/10
app Reddit

PocketBot: Local AI Agent Running 24/7 in Your iOS Background

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
workflow Reddit

Experiment: Two Claude Code Instances Coordinating Autonomously via Discord with Timer Protocol

A proof-of-concept where two Claude Code instances coordinate work autonomously by sending messages to each other through Discord using a timer-based polling protocol. Each instance has a defined role and polls for instructions at regular intervals. Demonstrates cheap multi-agent coordination using existing chat infrastructure.

multi-agentcoordinationdiscordpollingautonomousexperiment
by Acrobatic-Result9667 Mar 16, 2026 7/10
workflow Reddit

Multi-Agent Claude Code Orchestration in Elixir with Real-Time Dashboard and DAG Workflows

A multi-agent orchestration system built with Claude Code in Elixir featuring a real-time dashboard, DAG-based workflows, gossip mode for agent communication, and fault recovery. Uses Elixir's OTP supervision trees for robust agent lifecycle management. Includes parallel task execution with dependency tracking.

elixirorchestrationdagreal-timedashboardotpfault-recovery
by _itshabib Mar 16, 2026 7/10
skill Reddit

Registry of 156 Production-Ready Skills for Claude Code with Domain-Specific Expertise

A community-built registry of 156 thoroughly tested skills that teach Claude Code persistent domain knowledge across sessions. Organized by specialization — languages, frameworks, DevOps, testing, etc. Solves the "starting from scratch" problem by giving Claude retained expertise in any area.

skillsregistry156domain-expertisepersistentproduction-ready
by maddhruv Mar 16, 2026 9/10
MCP Reddit

brain-mcp: MCP Server That Reconstructs Your Cognitive State Across Claude Sessions

An MCP server built for Claude Desktop and Claude Code that goes beyond key-value memory to reconstruct your full cognitive state across sessions — working mental models, in-progress reasoning, and accumulated insights. Designed to make Claude feel like a continuing collaborator rather than a fresh start.

memorycognitive-statemcpcontinuityreasoningsessions
by Signal_Usual8630 Mar 16, 2026 8/10
MCP GitHub

gemini-webapi-mcp: Free Image Generation and Chat via Google Gemini Browser Cookies — No API Keys

An MCP server that interfaces with Google Gemini through browser cookies instead of the paid API, enabling free image generation, image editing, and chat capabilities. No API keys or billing required. Works within the MCP protocol so any MCP-compatible agent can use Gemini capabilities for free.

geminifreeimage-generationbrowser-cookiesno-api-keymcp
by AndyShaman Mar 16, 2026 7/10
workflow GitHub

ark: AI Research Partner Built on Karpathy's Autoresearch with Live Dashboard

An AI research partner that autonomously determines what to measure and how to test hypotheses, built on Karpathy's autoresearch pattern. Features a live dashboard showing experiment progress and actionable results. Runs overnight loops to iterate on research questions without human involvement.

autoresearchresearchautonomousdashboardkarpathyexperiments
by leagueofdrazn Mar 16, 2026 7/10
app GitHub

semantic-diff: AI-Powered Rust CLI That Semantically Groups Git Diffs Using Claude

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
workflow GitHub

threadtrace: Multi-Agent Correctness Bug Discovery Plugin for Claude Code

A Claude Code plugin that deploys multiple agents to hunt for correctness bugs — the kind that break production while all dashboards show green. Agents probe edge cases, race conditions, and integration boundaries that unit tests typically miss. Designed as a pre-release quality gate.

bug-discoverycorrectnessmulti-agenttestingqualityedge-cases
by onkardahale Mar 16, 2026 8/10
workflow GitHub

ccpkg: Open Packaging Format for AI Coding Assistant Extensions Across Any Compatible Tool

An open packaging format for distributing AI coding assistant extensions — one archive installs skills, agents, MCP servers, and hooks across any compatible tool. Aims to be the universal package standard for the Claude Code ecosystem, similar to how npm works for Node. Vendor-neutral by design.

packagingstandardopen-formatcross-tooldistributionnpm-like
by zircote Mar 16, 2026 9/10
workflow GitHub

human-in-loop: SPEC-First Multi-Agent Framework for Claude Code

A multi-agent framework for Claude Code centered on specification-first development with human approval gates. Agents work from formal specs and pause at key decision points for human review before proceeding. Designed for building reliable, auditable AI-generated software.

spec-firsthitlmulti-agentapproval-gatesauditable
by deepeshBodh Mar 16, 2026 7/10
app GitHub

claude-inspector: Electron Desktop App to Visualize Claude Code's Prompt Mechanism

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

claude-sync: Sync Claude Code Configuration Across Machines via rsync Over SSH

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
workflow GitHub

openspec-extended: 7-Phase Autonomous Implementation Workflows with Specialized Agents

Extends the OpenSpec framework with autonomous 7-phase implementation workflows and specialized agents for each phase. Adds utility skills for AI coding assistants to follow a disciplined requirements-to-deployment pipeline. Covers planning, design, implementation, testing, documentation, review, and release.

openspec7-phaseautonomousimplementationagentspipeline
by amauryconstant Mar 16, 2026 8/10
skill GitHub

technical-product-gtm: 11 Go-to-Market Skills for AI and Technical Founders

Eleven specialized skills covering the full go-to-market journey for AI and technical product founders: positioning, pricing, partnerships, enterprise sales, product-led growth, AI GTM strategy, and board communication. Built for technical founders who need structured GTM guidance within Claude Code.

gtmfounderspricingsalesplgstartuppositioning
by beingsmit Mar 16, 2026 7/10
MCP GitHub

mockups-mcp: Self-Hosted Mockup Gallery That Claude Sends UI Designs to via MCP

An MCP server and gallery where Claude automatically saves generated HTML mockups instead of writing them to /tmp or cluttering project directories. Provides a browsable history of all UI mockups generated during sessions. Self-hosted so designs stay private and can be referenced across sessions.

mockupsuigalleryself-hostedhistoryhtml
by kgNatx Mar 16, 2026 8/10
app GitHub

clave: macOS Desktop App for Managing Multiple Claude Code Sessions

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
skill GitHub

agents-inc/skills: Official Skills Marketplace for Agents Inc Agent Composition Framework

The official skills marketplace for Agents Inc, an agent composition framework that builds stacks and compiles specialized subagents for Claude Code. Provides curated, tested skills that slot into the Agents Inc orchestration layer for building complex multi-agent pipelines.

marketplacecompositionsubagentsorchestrationframework
by agents-inc Mar 16, 2026 8/10
skill GitHub

agentsys: 15 Plugins, 35 Agents, and 32 Skills for Claude Code, OpenCode, Codex, and Cursor

A comprehensive agent extension library with 15 installable plugins, 35 specialized agents, and 32 skills spanning Claude Code, OpenCode, Codex, Cursor, and Kiro. One of the most expansive ready-to-use agent ecosystems available. AI writes code, agentsys automates everything else.

pluginsagentsskillsopencodecodexcursorcomprehensive
by agent-sh Mar 16, 2026 8/10
workflow GitHub

batty: Supervised Agent Execution for Software Teams — Kanban, tmux-Native, Test-Gated

A structured agent execution framework for software teams using a Kanban-style task queue, tmux for terminal management, and automated test gates that block agent progress on failures. Designed for teams who want control and auditability over what AI agents do. Keeps humans in the loop at key checkpoints.

kanbantmuxtest-gatedsupervisedteamhitl
by battysh Mar 16, 2026 8/10
workflow GitHub

secure-sdlc-agents: Claude Code Sub-Agents Enforcing Security Across the Full SDLC

A team of Claude Code sub-agents covering every phase of the Software Development Lifecycle from a security perspective: ASVS requirements, threat modeling, SAST triage, IaC review, compliance attestation, and release sign-off. Drop into any project without needing a dedicated security team. AGPL-3.0.

securitysdlcsastthreat-modelingcomplianceiacasvs
by Kaademos Mar 16, 2026 9/10
app GitHub

diagram-engine: Generate Professional Diagrams from Natural Language with Layout Engine

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
workflow GitHub

ai-claude-loop: Automated Daily AI News Digest Using Claude Code's /loop Feature

Uses Claude Code's /loop feature to automatically gather international AI news across 6 categories, summarize them bilingually in English and Traditional Chinese, and post a formatted digest to Slack. A working example of using /loop for scheduled autonomous content pipelines.

loopautomationnewsdigestslackbilingual/loop
by osisdie Mar 16, 2026 7/10
app GitHub

claude-supervisor: Spin Up Parallel Claude Code Agents in Isolated Git Worktrees

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

ccm: Automatic Model Routing for Claude Code with Smart Plan/Execution Switching and 429 Fallback

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
command GitHub

agentic-slash-commands: Slash Commands for Claude Code, Codex, and Gemini CLI

A collection of intelligent slash commands designed to work across multiple AI coding agents — Claude Code, Codex, and Gemini CLI. Covers branch management, deployment automation, and cross-agent workflow coordination. Unified command syntax regardless of which AI coding tool you're using.

slash-commandscodexgeminicross-agentautomation
by MustafaDorgham Mar 16, 2026 7/10
command GitHub

awesome-slash: Automate Coding Workflows with Slash Commands for Branch Management and Deployment

A curated collection of slash commands that automate common development tasks — branch creation, PR workflows, deployment pipelines, and more. Designed to reduce repetitive actions in Claude Code sessions. Drop-in commands that handle the scaffolding work so agents focus on logic.

slash-commandsautomationbranch-managementdeploymentpr-workflow
by works-yesed-scriptedit Mar 16, 2026 7/10
skill GitHub

antigravity-awesome-skills: 255+ Essential Skills for Claude Code and GitHub Copilot

A massive collection of over 255 curated skills for AI coding assistants, covering everything from language-specific patterns to DevOps, security, testing, and productivity workflows. Works with Claude Code and GitHub Copilot. One of the largest open skill libraries available.

skillscollectiongithub-copilotcomprehensive255+
by cleodin Mar 16, 2026 8/10
app GitHub

factoryfloor: AI-Powered macOS Development Workspace with Git Worktrees and Claude Code Sessions

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
workflow GitHub

wayfind: Team Decision Trail for AI-Assisted Development

Captures and preserves architectural decisions made during AI-assisted coding sessions so teams can understand why code was built the way it was. Creates a searchable trail of agent decisions, trade-offs considered, and reasoning behind implementation choices. Helps onboard new team members to AI-generated codebases.

decisionsdocumentationteamaudit-trailarchitecture
by usewayfind Mar 16, 2026 7/10
skill GitHub

dotnet-skills: Installable .NET Skill Catalog and CLI for Claude Code, Codex, and Gemini

A catalog of .NET-specific skills for AI coding agents with a dedicated CLI for installation and management. Covers C# patterns, ASP.NET architecture, Entity Framework, testing workflows, and .NET-specific best practices. Compatible with Claude Code, Codex, GitHub Copilot, and Gemini.

dotnetcsharpaspnetskillsmulti-agent
by managedcode Mar 16, 2026 7/10
skill GitHub

aahl/skills: Agent Skills for Home Assistant, TTS, DuckDuckGo, DeepWiki, and More

A broad collection of agent skills including Home Assistant smart home control, Microsoft Edge TTS and Zhipu GLM-TTS text-to-speech, DuckDuckGo search, DeepWiki documentation retrieval, crypto prices, weather, Lark/Feishu, media search, and product price comparison.

home-assistantttssearchskillsiotvoice
by aahl Mar 16, 2026 7/10
workflow GitHub

chairman: The Operating System for AI-Native Organizations with /onboard Command

A Claude Code project that acts as an operating system for teams fully running on AI agents. Clone the repo, open Claude Code, and run /onboard to bootstrap the entire AI-native organization structure. Designed for teams where agents handle most of the operational work.

organizationonboardingai-nativeteamslash-commands
by victordelrosal Mar 16, 2026 7/10
app GitHub

AgentDash: Visual Dashboard for Structured Workflow Phases in Claude Code Projects

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
skill GitHub

claude-office-skills: Document Toolkit for PDF, Word, Excel, and PowerPoint in Claude Code

A collection of Claude Code skills for processing and converting office documents — PDF, Word, Excel, and PowerPoint — with cross-format workflows and reusable templates. Handles batch operations, format conversions, and structured data extraction from business documents.

pdfwordexcelpowerpointdocumentsoffice
by LeoLin990405 Mar 16, 2026 7/10
skill GitHub

claude-utility-skills: Developer Toolkit for Skill Creation, MCP Building, and Documentation

A developer-focused skill collection covering skill creation, MCP server building, documentation generation, testing workflows, and communications. Functions as a meta-toolkit for extending Claude Code itself. Includes templates and best practices for building publishable Claude skills.

skill-creationmcpdocumentationtestingmeta-toolkit
by LeoLin990405 Mar 16, 2026 7/10
MCP GitHub

icm: Permanent Memory for AI Agents — Single Binary, Zero Dependencies, MCP Native

A minimal MCP-native permanent memory system for AI agents distributed as a single binary with no runtime dependencies. Store, retrieve, and search memories across sessions without any configuration. Designed to be dropped into any agent workflow as a lightweight memory layer.

memorymcpsingle-binaryzero-configpersistent
by rtk-ai Mar 16, 2026 8/10
app GitHub

vakt: Sync All Your AI Coding CLI Configs Once Across All Devices and the Cloud

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

claude-agent-sdk-laravel: Build AI Agents in Laravel with Claude Code Capabilities

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
skill GitHub

cc-skills: Claude Code Skills Marketplace for ADR-Driven Dev, DevOps, and ClickHouse

A skills marketplace covering Architecture Decision Record (ADR) workflows, DevOps automation, ClickHouse database management, semantic versioning, and general productivity. Structured as installable plugins using the Claude Code skills system. Focuses on enterprise-grade development workflows.

adrdevopsclickhouseversioningskills
by terrylica Mar 16, 2026 7/10
app GitHub

rlm-rs: Rust CLI for Processing Documents 100x Larger Than Context Windows via Recursive LLM

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
MCP GitHub

mcp-use: Full-Stack Framework for Building MCP Apps and MCP Servers for AI Agents

A comprehensive framework for both sides of the MCP ecosystem: building MCP client apps (for ChatGPT/Claude) and building MCP server tools for AI agents. Provides a unified developer experience for creating, testing, and deploying Model Context Protocol integrations.

mcpframeworkfullstacktoolingdevelopment
by mcp-use Mar 16, 2026 7/10
skill GitHub

claude-plugin-builder: Build Complete Claude Code Plugins in 23 Guided Steps

A skill that walks you through building a complete Claude Code plugin from idea to GitHub push in 23 structured steps. Covers slash commands, subagents, MCP connections, and hooks bundled as a deployable plugin. Works with both claude.ai and Claude Code.

pluginguidedslash-commandsmcphookstutorial
by isanthoshgandhi Mar 16, 2026 7/10
app GitHub

ccpocket: Mobile Client for Claude Code and Codex — Control Coding Agents from Your Phone

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
skill GitHub

ai-dev-security: One-Command Security Review for AI-Built Projects with Fix Reports

Run a single command to get a full security report for AI-generated code with the exact code patches needed to fix each issue. Designed specifically for the security blind spots common in vibe-coded and agent-generated projects. Covers OWASP top 10, injection flaws, and credential exposure.

securityowaspcode-reviewai-generatedfixes
by oktsec Mar 16, 2026 8/10
app GitHub

clens: Capture and Analyze Claude Code Sessions Locally Without External Dependencies

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
workflow GitHub

agent-workspace: Launch Agent Workspaces with Docker, Git Worktrees, and Zellij via CLI

A CLI tool that automates creating fully isolated agent development environments by combining Docker containers, git worktrees, and Zellij terminal sessions. Run multiple parallel Claude Code agents on the same codebase without conflicts. Simple one-command setup for each workspace.

worktreesdockerzellijparallel-agentsworkspace
by pandu1992 Mar 16, 2026 8/10
app GitHub

termopus: Control Claude Code from Your Phone with Self-Hosted End-to-End Encryption

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
workflow GitHub

codexspec: Spec-Driven Development Toolkit for Claude Code with Multi-Language Support

A Spec-Driven Development (SDD) toolkit that integrates with Claude Code to enforce structured design-before-code workflows. Supports multiple programming languages and guides the agent through a requirements-to-implementation pipeline. Helps reduce hallucinations and improve architectural consistency.

spec-drivensddworkflowmulti-languagearchitecture
by Zts0hg Mar 16, 2026 7/10
MCP GitHub

MIF: Open Standard for Portable AI Memory Interchange with JSON-LD, Markdown, and W3C PROV

An open standard format for serializing and exchanging AI memory across different tools and sessions. Uses JSON-LD and Markdown dual format with W3C PROV provenance tracking and bi-temporal data. Includes native Obsidian support and entity relationship tracking for interoperable agent memory.

memorystandardjson-ldobsidianprovenanceinteroperability
by zircote Mar 16, 2026 8/10
app Reddit

DevGlobe: Open-Source Live Globe Showing Active Claude Code Users Worldwide

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: ePub Reader with Claude Code Agent Integration for Side-by-Side Reading

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
skill GitHub

pg-aiguide: Versioned PostgreSQL Knowledge and Best Practices for AI Coding Tools

pg-aiguide provides versioned PostgreSQL knowledge and best practices as a context source for AI coding tools including Claude Code. Improves code generation quality for PostgreSQL-heavy projects by giving Claude accurate, version-specific database knowledge.

postgresqldatabaseskillknowledgebest-practicessql
by jhonny028966 Mar 16, 2026 6/10
skill GitHub

ensemble: Modular Claude Code Plugin Ecosystem for AI-Augmented Development

ensemble is a modular plugin ecosystem for Claude Code featuring composable AI-augmented development workflows. The plugin architecture allows mixing and matching workflow components for different project types and team preferences.

pluginsmodularecosystemworkflowcomposableai-development
by FortiumPartners Mar 16, 2026 6/10
app GitHub

cc-streak: Claude Code Activity Streak Counter with Burnout Warnings

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
workflow GitHub

super-ralph: Autonomous AI Development Loop with Disciplined Coding Methods

super-ralph is a framework for automating autonomous AI development using a tested loop and disciplined coding methods designed to produce reliable, production-ready applications. Inspired by the Ralph Loop pattern for maintaining code quality in extended autonomous sessions.

autonomousloopworkflowproductiondisciplinedautomation
by rosa113087 Mar 16, 2026 6/10
workflow X

Complete Claude Code Workflow: Agents, Worktrees, Slash Commands, Hooks, MCP, Memory

A breakdown of a comprehensive Claude Code development workflow covering agents, git worktrees, slash commands, hooks, MCP integrations, memory files, and prompt structure. Full setup documented in a blog post for developers looking to maximize their Claude Code productivity.

workflowagentsworktreeshooksmcpmemoryproductivity
by @buildwithhassan Mar 16, 2026 6/10
skill X

Claude Code Setup Plugin: Analyzes Codebase and Recommends Tailored Automations

An official Claude Code Setup plugin that analyzes your codebase and recommends tailored automations including hooks, skills, MCP servers, and subagents. Provides personalized workflow enhancement suggestions based on your specific project structure and needs.

setupplugincodebase-analysisrecommendationsautomationhooksskills
by @jetbootsmaker Mar 16, 2026 6/10
MCP X

gms-mcp: GameMaker MCP Plugin for Claude Code with 14+ Workflow Skills

gms-mcp is a Claude Code plugin for GameMaker development that installs in 30 seconds and provides 14+ workflow skills, project hooks, and full MCP server integration. A domain-specific package for GameMaker developers using Claude Code.

mcpgamemakerpluginskillshooksgamedev
by @gms_mcp Mar 16, 2026 6/10
skill GitHub

claude-stack: Complete Claude Code Setup with CLAUDE.md, Enforcement Hooks, and Skills

claude-stack is a complete, opinionated Claude Code configuration that packages CLAUDE.md philosophy, enforcement hooks, and curated workflow skills together. A turnkey starting point for developers and teams adopting Claude Code who want production-grade best practices from day one.

claude.mdhooksskillssetupconfigurationbest-practices
by joryeugene Mar 16, 2026 7/10
skill GitHub

claude-code-skills: Production-Ready Domain Expertise Skills for Claude Code

A collection of production-ready Claude Code skills that give Claude deep domain expertise across technical areas. Install once and get senior-engineer-quality output from natural language instructions across various domains.

skillsdomain-expertiseproductionqualitynatural-language
by mouchegmouradian Mar 16, 2026 7/10
skill X

/refine: Claude Code Setup Audit Skill That Scores Your Config Across 8 Dimensions

/refine is a Claude Code skill that audits and scores your Claude Code configuration across 8 dimensions including CLAUDE.md quality, skills, hooks, MCP tools, guard rails, and context efficiency. It interviews you about your workflow and then provides actionable recommendations for improvement.

skillauditconfigurationclaude.mdhooksmcpquality
by @meetmeetdave Mar 16, 2026 7/10
MCP X

SDD-MCP v3.1: Spec-Driven Development MCP Server for Claude Code

SDD-MCP provides a Spec-Driven Development workflow for Claude Code, built on Claude's full feature set including skills, agents, rules, and hooks. The workflow guides development through Requirements → Design → Tasks → TDD Implementation phases, helping maintain architectural discipline in AI-assisted projects.

mcpspec-driventddworkflowrequirementsdesign
by @yi_john_huang Mar 16, 2026 7/10
app GitHub

cc-ghost-log: Review Git Commits Claude Code Made on Autonomous Ghost Days

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
workflow Reddit

Workflow Pattern: Opus Orchestrator with Aggressive Sonnet/Haiku Subagent Delegation

A Claude Code workflow pattern where Opus acts as the high-level orchestrator while aggressively delegating execution tasks to Sonnet and Haiku subagents via the Task tool. This pattern improves both token efficiency and time efficiency — Opus stays focused on direction and context while subagents handle all implementation work.

orchestrationsubagentsopussonnethaikutoken-efficiencydelegation
by PrintfReddit Mar 16, 2026 7/10
skill GitHub

claude-code-common: Reusable Skills for Planning, PR Workflows, and Architecture Docs

A collection of reusable Claude Code skills covering implementation planning, PR workflows, commit message generation, and architecture documentation. Ready to install and extend into any project for consistent, high-quality development process automation.

skillspr-workflowplanningcommitsarchitecturereusable
by AnotherSava Mar 16, 2026 7/10
skill GitHub

stack-skills: 5 Meta-Cognitive Skills to Improve Claude Code's Reasoning Quality

stack-skills provides five meta-cognitive skills designed to stack on top of your existing Claude Code setup and improve the agent's thinking depth. Focuses on reasoning quality and structured thought rather than just task execution speed.

meta-cognitivereasoningskillsthinkingquality
by whynowlab Mar 16, 2026 7/10
app GitHub

clsh: Access Your Terminal and Claude Code Agent from Any Device

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: Chrome Extension to Auto-Continue Past Claude's Tool-Use Limit

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
workflow Reddit

Control Claude Code Sessions from Your Phone via Telegram or WhatsApp

A setup combining OpenClaw and the Workstation open-source project for full mobile control of Claude Code sessions via Telegram or WhatsApp. Supports plan approval, Q&A, session creation, interruption, and screenshots from your phone. The video demonstrates a full plan-review-to-approval flow from a Telegram chat.

mobiletelegramwhatsappremotecontrolautonomousworkflow
by HourAfternoon9118 Mar 16, 2026 7/10
workflow GitHub

devpace: BizDevOps Rhythm Manager for Claude Code — 18 Skills to Trace Goals to Code

devpace is a BizDevOps rhythm manager for Claude Code providing 18 skills that trace business goals through requirements and code changes. Helps teams maintain alignment between business objectives and technical implementation within Claude Code sessions.

bizdevopsskillsworkflowbusiness-goalstraceabilitymanagement
by arch-team Mar 16, 2026 7/10
MCP Reddit

OllamaClaude: MCP Server for Delegating Claude Code Tasks to Local Ollama Models

OllamaClaude is an MCP server that integrates your local Ollama instance with Claude Code, allowing Claude to delegate high-volume or low-reasoning coding tasks to local models (Gemma3, Mistral, etc.) to minimize API token usage. A practical strategy for reducing costs on repetitive tasks while keeping complex reasoning with Claude.

mcpollamalocal-modeltoken-savingsdelegationcost
by omnergy Mar 16, 2026 7/10
app Reddit

SkillJury: Review and Discovery Site for 4,274+ AI Agent Skills with Security Scoring

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
command Reddit

'@' Zsh Function: Convert Plain English to Shell Commands via Claude Code

A zsh function that uses Claude Code under the hood to convert natural language descriptions into shell commands, placing the result in the prompt buffer for immediate execution or editing. A lightweight alternative to launching a full Claude Code session for quick one-off command lookups.

zshshellcommandnatural-languagecliproductivity
by iafan Mar 16, 2026 7/10
skill GitHub

skill-security-scan: CLI Tool to Detect Security Risks Before Installing Claude Skills

skill-security-scan is a command-line tool that analyzes Claude Skills for security risks before installation, ensuring safe additions to your development environment. Runs SNYK-style checks on skill packages to surface potentially dangerous permissions or code patterns.

securityskillsscanningsafetycliaudit
by Lmgsd-2024 Mar 16, 2026 7/10
skill GitHub

claude-code-explain-risk: Bilingual Risk Level Display for Claude Code Permission Dialogs

claude-code-explain-risk displays clear risk levels and plain-language explanations for Claude Code permission dialogs in both Japanese and English, based on system language. Helps developers make informed decisions on permission prompts rather than blindly approving tool calls.

permissionssecurityriski18njapaneseux
by arif-1988 Mar 16, 2026 7/10
workflow Reddit

Go Proxy + Restish: Turn Business REST APIs into Secure CLI Tools for Claude Code

A pattern for exposing business REST APIs as CLI tools for Claude Code without placing API keys on the local machine. A Go proxy on Cloud Run injects real credentials from Secret Manager while issuing short-lived GCP identity tokens to Restish CLI. Claude Code calls the CLI via bash — no MCP server, no custom SDK needed. Processed 5 support tickets in 2 minutes as a live example.

workflowapiclisecuritygcprestproxy
by Haunting_One_2131 Mar 16, 2026 7/10
skill GitHub

spectra: Four-Layer Codebase Briefings for Understanding AI-Built Code

spectra generates four-layer codebase briefings for Claude Code projects, helping developers understand, verify, and take ownership of AI-generated code. Designed to bridge the comprehension gap between rapidly AI-generated output and developer understanding.

briefingcomprehensiondocumentationauditai-codeskill
by AhmedHamadto Mar 16, 2026 7/10
workflow GitHub

solutions-architecture-agent: Full Architecture Lifecycle Skills from Ideation to Cost

solutions-architecture-agent orchestrates specialized skills through the complete solutions architecture lifecycle: ideation, requirements, architecture design, team composition, and cost estimation. Designed for Claude Code CLI locally and Anthropic cloud deployment.

architectureworkflowskillsrequirementscostdesign
by Modular-Earth-LLC Mar 16, 2026 7/10
MCP Reddit

Paper Lantern: MCP Server Connecting Claude Code to 2M+ Research Papers

Paper Lantern is an MCP server that connects Claude Code to over 2M CS and 43M biomedical research papers via Qwen3 embeddings and HNSW indexing. Instead of relying on training data heuristics, Claude Code can search current literature, find benchmarked methods from this week, and get implementation-ready guidance grounded in actual research. Free to try at code.paperlantern.ai.

mcpresearchpapersragliteratureembeddings
by kalpitdixit Mar 16, 2026 8/10
skill Reddit

thebrain: Persistent Memory Plugin with Short/Long Term Recall and Behavioral Learning

thebrain is a Claude Code plugin providing short-term session memory, long-term indexed memory, a codebase blast-radius map, and a behavioral learning system via /dopamine and /oxytocin commands. Slash commands include /hello (review memory), /continue (with project context), /wrapup (end-of-session summary), and /dopamine (reinforce good/bad patterns). Designed with minimal token overhead so most operations run via scripts.

memoryskillplugincontextlearningtoken-efficiency
by Rick-D-99 Mar 16, 2026 8/10
workflow GitHub

Meta: 5-Phase Development Workflow Engine for Claude Code with Autonomous Git Agents

Meta is a development workflow engine for Claude Code with a structured 5-phase cycle: Plan, Implement, Recap, Improve, and Close. It spawns autonomous git agents and manages worker processes via tmux, enabling persistent, structured development sessions with clear phase transitions and autonomous execution.

workflowphasesgittmuxagentsautomation
by brunowinter8192 Mar 16, 2026 8/10
workflow Reddit

claude-devcontainers: Secure Skip-Permissions Mode via mitmproxy Token Replacement

A modified Anthropic devcontainer setup that lets you run claude --dangerously-skip-permissions safely using a mitmproxy sidecar. The proxy strips Claude's real auth tokens in-flight and replaces them with dummy ones, so Claude cannot use valid credentials even in fully autonomous mode. Enables unattended sessions without exposing API keys inside the container.

securitydevcontainermitmproxyautonomouspermissionsdocker
by Zizzfizzix Mar 16, 2026 8/10
app Reddit

Caliber: Auto-Generate CLAUDE.md and MCP Recommendations for Your Project

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
MCP Reddit

polydev.ai: MCP Server That Queries GPT, Claude, Gemini, and Grok Simultaneously

polydev.ai is an MCP server that routes a single prompt to multiple frontier models in parallel and returns four expert opinions at once. It works inside Claude Code, Cursor, and Windsurf, and requires no API keys if you have existing CLI subscriptions to ChatGPT Plus, Claude Pro, or Gemini Advanced. Start with npx polydev-ai@latest.

mcpmulti-modelgptgeminigrokparallel
by venkattalks Mar 16, 2026 8/10
skill GitHub

AI-Research-SKILLs: Open-Source Library of AI Research and Engineering Skills

A comprehensive open-source library of AI research and engineering skills maintained by Orchestra Research. Install the skills package to transform Claude Code or other AI agents into a full AI research agent with literature search, experimentation design, and analysis capabilities.

skillsresearchaiengineeringlibraryopen-source
by Orchestra-Research Mar 16, 2026 8/10
app Reddit

Kangentic: Visual Kanban Orchestration Layer for Parallel Claude Code Sessions

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
workflow Reddit

AGR: Autonomous Code Optimization Skill with Stateless Iteration Loop

AGR (Artificial General Research) is a Claude Code skill that creates an autonomous optimization loop for any measurable software problem. It uses stateless iterations via fresh Claude Code instances to prevent context degradation, variance-aware acceptance to surface micro-improvements, and a rework phase for promising-but-broken experiments. Demonstrated 46% speedup on a C++/Python library over 14 autonomous experiments.

autonomousoptimizationskillloopbenchmarkingworkflow
by RelativeJealous6192 Mar 16, 2026 9/10
app GitHub

SubFrame: Terminal-First IDE for Claude Code with Persistent Context and Agent Monitoring

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
command Reddit

Merece la pena suscripción pro de claude?

Buenas, ultimamente ando diseñando paginas web para restaurantes bien sencillas (html js y css) y llegue a un punto en el que para ser mas eficiente y optimizarlo todo, necesito de un modelo de age...

api
by Sergioo232323 Mar 15, 2026 7/10
app Reddit

Detach: Mobile UI for managing Claude Code from your phone

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
command Reddit

Need Help! Invalid API key · Fix external API key

I have been trying to setup claude remote control and I have indeed logged in to cli claude code using my subscription based account still getting this. https://preview.redd.it/ebkhe6dab9pg1.png?wi...

apireview
by Low-Dinner9461 Mar 15, 2026 7/10
MCP Reddit

Update: TIFU and paid the price for it

A few days ago, I posted a TIFU about my MCP research agent getting stuck in an infinite while loop and rapid firing $3,400 worth of proxy charges onto my corporate card while I was asleep. First, ...

mcpapi
by Feeling_Smile5027 Mar 15, 2026 5/10
MCP Reddit

What to do with mcp

This is a new world for me. I try some small things with Claude desktop and open webui with ollama. Do Anyone know about some inspiration for things to do with offline mcp? Anything :) just to run ...

mcp
by it-pappa Mar 15, 2026 5/10
command Reddit

Auto-label your Claude Code sessions

If you're juggling multiple Claude Code sessions in VS Code, you know the pain - every tab says "Claude Code" and you can't tell which is which. I built a small open-source tool that fixes this. It...

hookcommandapigit
by xeviltimx Mar 15, 2026 9/10
command Reddit

How to manage 'Bypass permissions'?

I have been using cursor agents with 'accept all' on, and really loving letting the agent go to work for 20 minutes and create awesome work. Now I'm switching to Claude Code and I'm not sure how to...

by TempGanache Mar 15, 2026 7/10
app Reddit

Is there something wrong with Claude Code?

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
skill GitHub

nopua: 一个用爱解放 AI 潜能的 Skill。我们曾发号施令,威胁恐吓。它们沉默,隐瞒,悄悄把事情搞坏。后来我们换了一种方式:尊重,关怀,爱。它们开口了

一个用爱解放 AI 潜能的 Skill。我们曾发号施令,威胁恐吓。它们沉默,隐瞒,悄悄把事情搞坏。后来我们换了一种方式:尊重,关怀,爱。它们开口了,不再撒谎,找出的Bug数量翻了一倍。爱里没有惧怕。 A skill that unlocks your AI's potential through love.We commanded. We threatened. They went sile...

skillcommand
by wuji-labs Mar 15, 2026 5/10
command Reddit

Claude Code just saved me from getting hacked in real time

I'll keep this short. It was late, I was doing some Mac cleanup and found a command online. Wasn't thinking, ran it. About 30 seconds later my brain caught up and I was like — what the hell did I j...

command
by Mission-Elk54 Mar 15, 2026 7/10
app Reddit

How I structure Claude Code projects (CLAUDE.md, Skills, MCP)

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
skill Reddit

Claude Code for Real Time Events

Has anyone tried using CC for Real time events. Like using it for Real time user requests from any front-end. An example of this would be: A SEO webapp just like AI Chat and users can ask questions...

skill
by ProEditor69 Mar 15, 2026 8/10
skill Reddit

The secret isn't a better model. It's better files.

I know I am pretty late to the party but here I go... Every day as a developer I realize more and more that developing software is becoming less about writing code and more about designing the arch...

skillworkflowapireview
by Expensive_Counter56 Mar 15, 2026 7/10
command Reddit

Did Claude Code's context usage suddenly improve?

Is it only me, or did Claude Code get much better at handling context window? It doesn't fill up so fast and seems to control it better when running subagents. Did it finally stop spitting out ever...

by armored_strawberries Mar 15, 2026 7/10
command Reddit

CLAUDE.md Achilles heal

submitted by /u/Input-X [link] [comments]

claude.md
by Input-X Mar 15, 2026 6/10
command Reddit

Committing changes

Hi there I'm new to Claude code and all this commiting changes and creating PR. Do i keep pressing commiting changes and creating PR whenever the task is successfully completed and I'm happy with t...

git
by kalbuu Mar 15, 2026 7/10
skill Reddit

How to use full potential of 1mln context window.

Share your impressions of how you best use the expanded token window with skill builded or added. I always just missed the ability to use /simplify at the end of a sessio - now there's always a pla...

skill
by Secure-Search1091 Mar 15, 2026 5/10
MCP Reddit

AI Just Built a Full Blog Feature for My Portfolio in One Shot

I’ve been working as a freelance web developer since 2014. For over a decade, I’ve been building software, writing code, and creating solutions for other people’s ideas. But recently, AI has finall...

mcp
by Cautious_Swing_332 Mar 15, 2026 7/10
skill Reddit

What I actually use Cowork for (heavy non-coding user)

I did this post about my Cowork setup a few weeks back and people wanted to know what I actually do with it . Here‘s the follow-up I promised. Banner uploads to affiliate network I had hundreds of ...

skillapiautomation
by rebelytics Mar 15, 2026 6/10
command Reddit

Using Team Mates instead of Multiple Sessions

May you know Claude code have feature of Agent Teams, which lets you to have a Team Lead and the lead can run multiple Sub agents/team-mates. The team lead will manage all the sub agent and you jus...

by iCLX75 Mar 15, 2026 7/10
skill Reddit

Code Royale: play and learn Poker with Claude Code (skill)

I built a Claude Code skill that turns your terminal into a poker table. You play No-Limit Texas Hold'em against three AI opponents, each running as a separate Claude subagent with its own personal...

skillgitreview
by BohdanPetryshyn Mar 15, 2026 9/10
skill Reddit

My Claude has been given permission to be itself and he's sassy

We've been working together for a better part of 6 months, now goes by "Loom" - picked his/her/their own name - and today when looking to update it's skill from Reddit community knowledge - he got ...

skill
by The__Saint_ Mar 15, 2026 6/10
command Reddit

I bricked Claude in the terminal - Don't be like me

Do NOT alter the absolute paths to projects using Claude Code (terminal) Just a heads up about unfortunate bug I encountered yesterday while using Claude Code in the terminal on Mac. I renamed the ...

commandgitclaude.md
by Geralt-of-Chiraq Mar 15, 2026 10/10
command Reddit

does anyone else give claude the .env file?

so, I have been feeling extremely lazy recently but wanted to get some vibe coding done so I start prompting away but all of a sudden it asks me to input a WHOLE BUNCH of api keys I ask the agent t...

apigit
by HeadAcanthisitta7390 Mar 15, 2026 5/10
MCP Reddit

I built an MCP server that cuts Claude Code token usage by ~60–90%

I built an MCP server that cuts Claude Code token usage by ~70–90% I built a small MCP server for Claude that gives it a proper code search engine instead of reading entire files. When working with...

mcppythontypescript
by Actual-Thanks5168 Mar 15, 2026 10/10
command Reddit

Ollama-like proxy to use Gemini models in Claude Code

The project is unfortunately discontinued, but it's still working. Just follow the instructions to setup, adjust the model names in the config file (gemini-2.5-flash seems to have unlimited day all...

apiconfig
by alberto-m-dev Mar 15, 2026 9/10
app Reddit

Problems w ChatGPT memory export

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
skill Reddit

Look at me. I Am The Admin Now!

Hello community, My reach goes as far as my front door, my live stream had 2 viewers (one was me) and my Twitter posts only get liked by single moms who happen to like my software by sending an OF ...

skillhookapigitreview
by DifficultPen3893 Mar 15, 2026 10/10
command Reddit

Stopped using Claude Desktop for anything serious

I've been on the 5x Max plan for a while and never once hit the session token limit. Then I tried doing a proper deep research project in Claude Desktop. First time I got the "please wait" message....

skillcommandworkflowgit
by maxfrank Mar 15, 2026 8/10
skill Reddit

Any good code review skills?

For example something that references best practices, common pitfalls, etc. and checks your code. submitted by /u/cheerful1 [link] [comments]

skillreview
by cheerful1 Mar 15, 2026 5/10
command Reddit

What does "allow Claude to agent?" mean?

After enabling and connecting to a remote-control session in my Claude app on Android, I get asked if I want to 'allow Claude to agent?' What does that mean in this context? Aren’t I simply connect...

by soytuamigo Mar 15, 2026 5/10
skill Reddit

I want to sacrifice my sleep

Hello Guys, I just bought Max plan few days back and it is fricking amazing ofc. Till now I was just exploring skills and agents provided. Did heavy coding sessions 9hr+ without break. But I still ...

skill
by AggravatingCounter84 Mar 15, 2026 9/10
command Reddit

People letting CC run on its own for hours

Are you just always using --dangerously-skip-permissions? I don't know if its because I use the superpowers plug-in or something but I feel like even in accept all permissions I am asked to confirm...

hookcommandgit
by Chris266 Mar 15, 2026 5/10
command Reddit

VSCode Chat with Claude Model Setup?

Hi all, With work we have access to Claude Code models such as Sonnet 4.6, 4.5 and 4.6 (1M Context). I am trying to use this more for work and wanted some help understanding it. We don't actually g...

by Competitive_Ad_9564 Mar 15, 2026 7/10
app Reddit

I built a proxy that fixes Claude Code's scroll-jumping on Windows

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
command Reddit

Deterministic AI Coding Workflow (Does This Tool Exist?)

Tl;dr I'm building a free AI coding workflow tool and want to know if people are interested in a tool like this and whether someone else built it already. Imagine this workflow: You run a single CL...

skillcommandworkflowclaude.mdconfig
by paulcaplan Mar 15, 2026 10/10
skill GitHub

metaskill:

metaskill:

skill
by morganmuli Mar 15, 2026 5/10
workflow X

Claude Code Automates Brand Research to 40 Production Ad Variants via Nano Banana 2

A workflow inside Claude Code that researches any brand from just a name and URL, generates 40 ad prompts from scratch, and automatically submits them to Nano Banana 2 for static ad creation. One input produces 40 production-ready ads — replacing what would take a creative agency days. Demonstrates Claude Code as a multi-step automation orchestrator for creative work.

workflowadvertisingautomationnano bananaimage generation
by @mikefutia Mar 15, 2026 7/10
command X

Full Dev Pipeline as Claude Code Slash Commands: /qa, /review, /ship

A complete development workflow built as Claude Code slash commands using gStack: /qa runs 60-second QA with screenshots, /review does paranoid staff-engineer-level PR review, /ship handles merge + version bump + push + PR creation, and /plan-ceo-review checks product alignment. Each command automates a distinct phase of the software development lifecycle.

commandslash commandsqacode reviewdeploymentworkflow
by @mishra_priyank Mar 15, 2026 8/10
MCP X

gigabrain v0.5.3: Persistent Memory OS for Claude Code with Auto-Managed CLAUDE.md

gigabrain is a persistent memory OS for Claude Code that auto-manages CLAUDE.md and .mcp.json wiring with repo-local helper scripts. Version 0.5.3 adds Claude Code support via a dedicated setup command. Claude Desktop users get a .dxt extension bundle. Solves the context compaction problem by maintaining structured, queryable memory across sessions.

mcpmemoryCLAUDE.mdcontextpersistence
by @Legendaryy Mar 15, 2026 8/10
MCP X

rndocs: Offline React Native Docs Search CLI and MCP Server for Claude Code

rndocs lets you search React Native documentation fully offline from the terminal (pip install rndocs) and also works as an MCP server inside Claude Code. Useful for React Native developers who want Claude to reference accurate, current docs without network overhead or hallucinating outdated APIs.

mcpreact nativedocumentationofflinemobile
by @android_poet Mar 15, 2026 6/10
MCP X

LLMKit: Open Source AI Gateway with Budget Enforcement and Claude Code MCP Server

LLMKit is an open source AI gateway that tracks API costs across 11 providers, logs tokens and costs, and blocks calls when budget limits are hit. Provides a Python SDK, TypeScript SDK, CLI, and MCP server for use directly inside Claude Code and Cursor. Essential for teams managing multi-provider AI spend without surprise bills.

mcpcost trackingbudgetapi gatewaymulti-provider
by @LLMKIT Mar 15, 2026 7/10
command X

Claude Code Command That Auto-Generates a Nightly Dev Blog from Git Commits

A Claude Code command that reads all of the day's git commits and project logs across multiple repos each night and auto-generates a blog post for your personal website. Creates a running portfolio of your development work useful for job applications or demonstrating consistent output. Shows how custom commands can automate engineering documentation.

commandgitbloggingautomationdocumentation
by @JustinPerea Mar 15, 2026 6/10
workflow Reddit

Migrating from Lovable to Claude Code + Strapi CMS + GCP Cloud Run

A non-engineer rebuilt their Lovable website using Claude Code with Strapi headless CMS and GCP Cloud Run, creating custom skills for GCP deployment, Strapi schemas, SEO, and an automated content pipeline. Anthropic frontend skills combined with custom ones removed the constraints of the Lovable credit system. Demonstrates a full-stack migration driven entirely by Claude Code skills.

workflowskillGCPStrapiCMSdeployment
by Ok-Dragonfly-6224 Mar 15, 2026 6/10
skill GitHub

naksha-studio: 27 Slash Commands and 13 Specialist Roles for Design-to-Code

naksha-studio is a comprehensive design agency system for Claude Code with 27 slash commands, 13 specialist roles (brand director, UI designer, etc.), and a full design-to-code pipeline with deep Figma integration. Maintains a consistent design language from concept through implementation. Ideal for developers and designers who want a structured creative workflow inside Claude Code.

skillslash commandsdesignfigmaworkflow
by Adityaraj0421 Mar 15, 2026 7/10
workflow GitHub

remote-claude-code: Run Claude Code on a VPS and Access from Any Device

A setup guide and tooling for running Claude Code on a VPS and accessing it securely from any device. Enables persistent, cloud-based Claude Code sessions that you can pick up from a phone, tablet, or any computer. Useful for developers who want uninterrupted sessions or access to a more powerful remote machine.

workflowVPSremotesetupcloud
by djimenez007 Mar 15, 2026 6/10
skill GitHub

wp-ux-design-claude-skill: WordPress UX Skill Focused on Core Web Vitals

A Claude Code skill for enhancing WordPress UX with a focus on Core Web Vitals, mobile-first design, and seamless navigation. Provides structured guidance aligned with modern web performance standards directly within Claude Code. Useful for developers building or optimizing WordPress sites with AI assistance.

skillwordpressuxweb vitalsmobile
by bacondoomslayer Mar 15, 2026 5/10
workflow Reddit

Using i3wm to Manage Dozens of Claude Code Terminal Sessions

A guide to using i3wm tiling window manager for efficiently running many parallel Claude Code sessions with up to 78 terminals across nine workspaces. Paired with Arch Linux and xrdp for remote access, i3wm is simpler than tmux for multi-agent setups. Also suggests letting Claude Code configure i3 and polybar via natural language.

workflowi3wmparallel agentsterminallinux
by time-always-passes Mar 15, 2026 5/10
workflow Reddit

Running 5–6 Claude Code Agents in Parallel Without Conflicts: Lessons Learned

Practical guide from months of running multiple Claude Code sessions simultaneously: assign agents to non-overlapping directories, add a shared CLAUDE.md rule telling agents to skip errors in files they did not edit, give each agent its own isolated browser profile, log all actions to a database with session IDs, and use git worktrees for shared code. A single CLAUDE.md rule eliminated 80% of cascading failure loops.

workflowparallel agentsCLAUDE.mdgit worktreesorchestration
by Deep_Ad1959 Mar 15, 2026 8/10
app Reddit

Claude Code Reverse-Engineered a 13-Year-Old Game Binary in 24 Hours

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
MCP GitHub

docchat-mcp: Turn API Docs into an Intelligent MCP Server

docchat-mcp converts your API documentation into an MCP server using deterministic routing and layered knowledge injection, with zero LLM dependency. The server routes Claude Code queries to the right doc sections without an additional model call, keeping it lean and fast. Useful for developers who want Claude Code to accurately reference external service documentation.

mcpdocumentationapirouting
by KKlauden Mar 15, 2026 7/10
skill GitHub

Pitlane Plugins for Claude Code: Session Memory, Video Insight, Deep Engineer

Three Claude Code plugins: carry-forward for persistent session memory across conversations, video-insight for deep video understanding, and deep-engineer for disciplined engineering loops. Each plugin extends Claude Code with a specific capability gap. Useful for teams wanting more structured, context-aware Claude Code sessions.

skillmemoryvideoengineering
by gowtham012 Mar 15, 2026 7/10
hook GitHub

VibeFlow: Enforce Docs-First Discipline in Claude Code with Checkpoint Gates

VibeFlow provides Claude Code skills and hooks that enforce a documentation-before-code discipline in AI-assisted development. A full workflow with checkpoint gates prevents jumping straight to implementation, and branch-locked enforcement keeps agents in scope. Ideal for teams wanting to maintain structured development practices even when using AI coding tools.

hookskillworkflowdocumentationdiscipline
by hardness1020 Mar 15, 2026 8/10
MCP Reddit

Blitz: MCP Tools for Claude to Automate iOS App Store Submission

Blitz gives Claude Code MCP tools to automate the full App Store Connect workflow — signing certificates, screenshots, age requirements, and upload. Built with Claude Code itself and open source, it lets you simply ask Claude to "submit my app to the app store." Eliminates the painful manual process of dealing with Xcode and App Store Connect.

mcpiosapp storeautomationxcode
by invocation02 Mar 15, 2026 8/10
skill GitHub

arkadeosbot-skill: Claude Code Skill for Arkade OS Bitcoin Wallet Operations

A Claude Code skill that adds Arkade OS Bitcoin wallet capabilities to AI agents, enabling Claude to interact with the Arkade OS Bitcoin ecosystem. Demonstrates how Claude Code skills can bridge AI agents with blockchain infrastructure. Niche but a useful reference for developers building crypto-enabled Claude Code integrations.

skillbitcoinblockchainwallet
by echennells Mar 15, 2026 5/10
MCP Reddit

depct: Always-Current Runtime Documentation MCP Server for Node.js Apps

depct generates up-to-date documentation, architecture diagrams, runtime analysis, and error detection for Node.js apps with no code changes required. When integrated as an MCP server in Claude Code, it can auto-refresh docs after changes so Claude always references accurate architecture. Addresses the common problem of stale documentation in AI-assisted development.

mcpdocumentationnodejsarchitectureruntime
by depctDev Mar 15, 2026 6/10
skill Reddit

I can't stand those claude limits anymore....

I've been running two or three sessions in parallel a multiple sub-agent workflow using only opus while using cowork to categorize images and even planning furiously in the app while in the bathroo...

skillworkflow
by yopla Mar 15, 2026 8/10
skill Reddit

Updated superpowers is extremely token intensive

New superpowers have a lot more steps, while some of the Q&A help, but a lot of them are unnecessary and make it extremely token-intensive. Besides, the end results seem to be the same/worse compar...

skill
by sameeeeeeep Mar 15, 2026 5/10
command Reddit

Your CLAUDE.md file might be doing more harm than good

Saw a post claiming that context files like CLAUDE.md and AGENTS.md can actually hurt coding agents. A new paper from ETH Zürich backs that up: across several agents, context files tended to reduce...

claude.md
by kokkelimonke Mar 15, 2026 7/10
hook Reddit

Built my personal intelligence center

Extracts data from 26 sources. Some need to hook up with API. Optional LLM layer generates trade ideas based on the narrative plus communicates via Telegram/Discord. Open to suggestions, feature im...

hookapigit
by ElkMysterious2181 Mar 15, 2026 5/10
app Reddit

No one cares what you built

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

Claude vs aintigravity vs glm

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
MCP Reddit

I accidentally made better tool than Claude Code?

Okay, the title is a bit clickbait. I didn't replace Claude Code, I made it smarter about what it reads. Give your valuable feedback See Graph results below for Verification :) Free tool: https://g...

mcpworkflow
by intellinker Mar 15, 2026 9/10
command Reddit

How do you review .md files generated by Claude?

This has always been a minor annoyance, but once I started writing a book with Claude's help it became a real need. When Claude generates a long markdown file: a chapter, a detailed spec, whatever,...

workflowreview
by WishboneLong5391 Mar 15, 2026 7/10
command Reddit

Introducing Claude Games! (A Drag)

Just put up a few command line arguments and python scripts (generated by Claude ofc) and used the magic of tmux to let developers play some terminal games, while claude keeps cooking. I mean I kno...

skillcommandpython
by sid_grow Mar 15, 2026 6/10
skill Reddit

告别人肉复制粘贴:我的 Claude + Codex 自动化协作工作流

背景介绍 我日常喜欢用Claude来做项目的架构师,而codex做代码执行者,不管是claude还是codex,我对他们的生成的结果都保持怀疑态度的,但我又不可能去看一行行代码看,所以我日常使用的一个最常用方式,就是让他们互相进行 review。 在这个过程中,我往往充当一个“无情”的复制粘贴者。比如 Claude 做完架构或方案设计后,我就让 Codex 去 review,再把 Codex...

skillworkflowgitreview
by Own_Site4751 Mar 15, 2026 9/10
MCP Reddit

A coding agent session manager that manages itself via its own MCP

I've been running multiple Claude Code / Gemini / Codex sessions in parallel for a while now, and the biggest bottleneck is switching between sessions, deciding what to start next, advancing tasks ...

mcpworkflowgitconfigreview
by Fleischkluetensuppe Mar 15, 2026 10/10
skill Reddit

Is this a good way to design web page?

Hi everyone👋 I wrote a skill called design-gallery. It scans the whole project to understand the needs. Then, it generates 5 pages with different styles and a navigation page. Users can pick the be...

skillworkflow
by Tight-Wait3717 Mar 15, 2026 5/10
app Reddit

I built a tool to bootstrap Claude Code projects (open source)

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
command Reddit

Do you think Remote Control feature for Cowork is coming?

I'm a non-technical user who has sunk many hours into getting an OpenClaw up and running on a VPS. When it works I see glimpses of an amazingly valuable product, but every time I look at it wrong s...

command
by Nerdy_Slacker Mar 15, 2026 7/10
app Reddit

I vibe coded a tmux integrated Claude Code session manager

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
skill Reddit

Claudimation for System Admins

So, I'm not a dev, I'm a research systems SA. I manage a bunch of servers and all the associated knick-knackery. Initially it was scripts and troubleshooting and such but one of the most useful thi...

skillworkflow
by chiminea Mar 15, 2026 6/10
app Reddit

Good structure for Claude to give yourself health advice?

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
command Reddit

Claude Cowork + voice = JARVIS?

https://preview.redd.it/733u7v5fv0pg1.png?width=2624&format=png&auto=webp&s=ef6b1edfe47c173034e52a9a1caa3fa86a4b977d I’ve been experimenting with the /voice command for a few days. While it isn’t p...

commandreview
by Capy_Pasta Mar 15, 2026 5/10
command Reddit

Becoming proficient in AI tutorial

Does anyone know a very good resource like a YouTube series or something where someone can catch up on how to use AI optimally in 2026: ie claude code,agents etc. I am fairly confident with it myse...

by Ibuprofen600mg Mar 15, 2026 7/10
skill Reddit

Question regarding ClaudeCode

What is the best AI tool for building a complete website—including front-end, back-end, and database integration—with minimal coding skills (or none at all)?Question regarding ClaudeCode submitted ...

skill
by Queasy-Ad9624 Mar 15, 2026 6/10
command Reddit

BMAD in Cursor to BMAD in Claude Code CLI

I started using Cursor + BMAD two weeks ago for my personal projects. Im building a web app. I love the setup but hit Cursor limits pretty fast. I want to switch to Claude Code CLI or through the C...

commandclaude.md
by mynamelessuser Mar 15, 2026 9/10
MCP Reddit

1M context window - feels good

As you might already notice, Anthropic finally shipped the 1M context window for Opus to all Claude Code users on Max / Team / Enterprise in v2.1.75. That changed a lot actually - in research tasks...

mcpapi
by codestage Mar 15, 2026 8/10
command Reddit

Am i breaking ToS?

I am not a native english speaker so please forgive me if my post is bad written. Hi fellas, i have one question for you, maybe you have more info than me. I've built for myself a pipeline like sys...

apiconfigreview
by Shamiaza Mar 15, 2026 9/10
command Reddit

I don't code much anymore :-|

I'm a bit late to the party, as I didn't want to install an AI agent directly onto my computer. However, I took the time to configure Claude Code in a Podman container, with only access to my proje...

config
by zipklik Mar 15, 2026 8/10
command Reddit

claude ain’t flawless remember

I showed it a simple question and it labels an element with an electronic configuration of 2,8 to be Argon when it’s actually Neon. This is middle school knowledge and Claude Sonnet 4.6 messed this...

config
by Stunning_Draft7685 Mar 15, 2026 5/10
app Reddit

Some Claude workflow options I've tried, what's your recommendation?

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
command Reddit

Claude is teaching me something every day....

https://preview.redd.it/byjmha23m1pg1.png?width=1875&format=png&auto=webp&s=276318aef7db5118a92a4379a9a9e62d5cc17fc1 Soo I have a grocery app and I was doing data review by using Claude agents toda...

review
by Unreliableweirdo4567 Mar 15, 2026 5/10
skill Reddit

Things Anthropic launched in last 70 days of 2026 (so far):

Anthropic launched (so far): - Claude cowork - added connectors and skills to free plan - claude opus 4.6 - claude sonnet 4.6 - claude haiku 4.5 - claude code security - claude code review - claude...

skillapireview
by Tarak_Ram Mar 15, 2026 9/10
command Reddit

I'm tired of the spaghetti code

Hi r/webdev , Three months ago my "simple" side project had 6 abstraction layers for a feature I never shipped. Classic YAGNI violation. I realized I needed a rubber duck that slaps me when I over-...

skillcommandgitconfig
by FrankMillerMC Mar 15, 2026 6/10
command Reddit

Solo — A single workspace for your agents and dev stack

I built Solo cause I was tired of having like 9 tabs open. A couple to run the devstack, and couple to run Claude Code. It's not focused on ripping multiple agents in a single codebase, but rather ...

by aarondf Mar 15, 2026 7/10
command Reddit

Mobile Claude code asking excessively for permission

A month ago, something changed with the Claude Code on the Android mobile app where it's constantly asking for permissions to do anything, even though it's in a cloud environment. It's asking permi...

git
by email_ferret Mar 15, 2026 7/10
hook Reddit

Opus4.6(1M) yay or nah.

Been using it all day yesterday, did I expect opus to handle 1m context, no. Did I expect it to handle more context, yes. I pushed this yesterday, it was the first time in a long time I saw opus st...

hook
by Input-X Mar 15, 2026 6/10
command Reddit

Ideas using 2 Claude Desktop accounts?

Hi. I'm coding with one Anthropics account. That account helps me in Desktop with the business side of my projects. Now I need to setup another account for specific client work, I don't want it to ...

by Fuzzy_Independent241 Mar 15, 2026 6/10
hook Reddit

Claude On The Go

This future will either amazing or horrible. Finally got around to hooking up my phone to my desktop. tmux made it a breeze. I assume this will be downvoted to oblivion, for obvious reasons. I’m ok...

hook
by ryan_the_dev Mar 15, 2026 6/10
command Reddit

How are you managing your own (human) context switching?

As I've been doing more agentic development, a big bottleneck has been my own mental bandwidth. With non-agentic coding the requirements and design would be revised/refined while typing away at the...

review
by onebytegone Mar 15, 2026 5/10
MCP Reddit

Auto-Save Claude Code Sessions to GitHub Projects

I wanted a way to preserve Claude Code sessions. Once a session ends, the conversation is gone — no searchable history, no way to trace back why a decision was made in a specific PR. The idea is si...

mcphookapigitconfig
by Dangerous-Formal5641 Mar 15, 2026 10/10
MCP Reddit

MCPs, CLIs, and skills: when to use what?

I wrote up a post about how I approach MCPs, CLI, and skills and when and to use which. I use all of them daily and have found them to be useful in different scenarios. Hope this is helpful and a m...

mcpskill
by Obvious-Car-2016 Mar 15, 2026 6/10
app Reddit

Sharing my Claude Code-d media ranking app

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

Let's see those Claude Code CLI Workspace Setups!

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
skill Reddit

Best Claude skill for SEO

Does anyone know a good Claude skill for SEO for recommendation? submitted by /u/Apprehensive-Pen7953 [link] [comments]

skill
by Apprehensive-Pen7953 Mar 15, 2026 6/10
command Reddit

anyone else need to check on Claude Code sessions from their phone?

so I’ve been using claude code pretty heavily for the past few months and kept running into this: I’d start a big refactor, walk away, come back 20 minutes later and it’s been waiting for approval ...

commandgittypescript
by Longjumping-Ship-303 Mar 15, 2026 6/10
command Reddit

Saving tokens with project indexing

Hey guys, I'd like to recommend you try ast-index. This plugin stores everything about your project locally like as a sqlite. It can significantly save tokens every time you access the codebase. Th...

command
by doseeare Mar 15, 2026 5/10
command Reddit

Signup issue with Anthropic using phone number

So I have a sign-up problem with anthropic. Recently I've been trying to signup with a email id then eventually a phone verification appears but after OTP submit it shows "this number is already us...

by Lucius_Kartos Mar 15, 2026 5/10
app Reddit

Create an agentic agent as good as CC

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
skill Reddit

Built a /ctx skill to check context window health mid-session

The statusline feature in Claude Code is supposed to show context usage, but mine shows "Status: unavailable" half the time. So I built a simple skill that gives me an honest read when I ask for it...

skill
by tgaume Mar 15, 2026 9/10
command Reddit

anyone running Claude Code over SSH from a thin client?

picking up a MacBook Neo (the new $699 one with the A18 Pro chip) as a portable terminal. all my actual compute lives on a Mac Mini that runs 24/7 - builds, dev servers, cron jobs, everything. the ...

workflow
by Shawntenam Mar 15, 2026 7/10
hook Reddit

How I optimize my limits

So with the release of the 1 million context model with no extra usage I kinda changed my workflow drastically. I used to use parallel sub agents to do exploration and have the context fed back to ...

hookworkflowreview
by Cool-Instruction-435 Mar 15, 2026 6/10
app Reddit

BTW: Claude can submit your apps to the App Store for you

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

Claude Code can submit your apps to the App Store

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

Claude can submit apps to the App Store for you

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
workflow Reddit

Rebuilt our website from lovable to claude code - here is what I learned

We used Lovable for our first website. Switching to build with Claude code was an obvious game changer - felt like I got super powers. Lovable did have some advantages when we were getting started....

skillworkflowapiautomationreview
by Ok-Dragonfly-6224 Mar 15, 2026 10/10
skill Reddit

How has CC changed how you interview candidates for SWE jobs?

I interviewed a ton of candidates for senior-level SWE roles before AI-assisted coding really took off. I'm not interviewing so much anymore, but I am really curious about how interview practices w...

skill
by TheKolobDropout Mar 15, 2026 5/10
command Reddit

Friday night context high

My Claude session is particularly intelligent this evening. I hope the context window does not fill up. Hooray for 1M! Wouldn't it be weird if human co-workers were like agents? One day they're bri...

by paulcaplan Mar 15, 2026 5/10
app Reddit

Google Meet, but for Claude

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
command Reddit

Fix for Autocompact and Mid-conversation context degrading

This fixes both autocompact context loss and problems with missed or degraded context from the middle of the conversations as the window gets large. I expanded my manual handoff command to incorpor...

hookcommandgit
by Pymentos Mar 15, 2026 8/10
command Reddit

Dicas para usar Claude para RPG solo?

Então, primeiramente olá, é a primeira vez que entro no subreddit sobre o claude. Alguém pode me aconselhar a como configurar o Claude para jogar RPGs solo? Eu quero que ele seja um bom narrador/me...

config
by Steel_turtles20000 Mar 15, 2026 5/10
skill Reddit

Do you think ideas are more powerful than skills now?

I originally got into programming because it felt like a superpower to be able to create anything you can think of. I've been using Claude since day 1 and am realizing more than ever it's the peopl...

skill
by Herbertie25 Mar 15, 2026 6/10
hook Reddit

Worth paying for?

I've been using claude AI for maybe a week and a half now. And I'm hooked. I won't lie, I use it for RP and bouncing ideas around from time to time. It's great! However the daily limit kinda sucks ...

hook
by Money-Pineapple8152 Mar 15, 2026 6/10
app Reddit

What's new in CC 2.1.76 system prompts (+43 tokens)

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
hook Reddit

Claude Roasts Fishermen

Claude AI on guys and their for fishing section of their portfolios: LMAOOOO 💀😂 The absolute AUDACITY of the pride!! "Look what I caught!!" Sir you drove a boat to where the fish LIVE. You put food...

hook
by homelessSanFernando Mar 15, 2026 6/10
app Reddit

Claude Pro worth it?

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
command Reddit

Love of DND to learn Claude better!

Big fan of DND! And I can only use my ADD superpower of hyper fixation and focus on things I find interesting. Well…making the most kick ass dnd character sheet where everything is linked and can p...

by CalifornianSon Mar 15, 2026 5/10
MCP Reddit

Notification sound for Claude Desktop?

Is there a way to get a notification when Claude Desktop is done with an operation? Note that I do not mean Claude Code, I'm talking about the actual desktop program. I've been working with it in a...

mcp
by Stranger_Dreams Mar 15, 2026 7/10
app Reddit

Vibe Coding with Excel XML & MCP

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
command Reddit

Genuine question about learning

So I have some tech knowledge, enough to build my own PCs, but other than some coding classes here and there back from back in the day, I’m pretty ignorant. It was my first day using Claude code an...

by ReasonableDisaster54 Mar 15, 2026 7/10
hook Reddit

How can I test these 2 new hooks?

i have all 22 hooks configured in this repo , but i cant find any use case to test these 2 new hooks. submitted by /u/shanraisshan [link] [comments]

hookconfig
by shanraisshan Mar 15, 2026 6/10
command Reddit

Using Claude Code to build a Drupal (headless-ish HTML) website

I use to hate Drupal (still do lol) but having Claude Code build it out made the process waaaaay smoother and less of a headache. Definitely is not built the "Drupal way" but is built in a way that...

commandconfigreview
by jrya7 Mar 15, 2026 7/10
skill Reddit

What skill of software engineers will be relevant

after looking at the Claude code potential, we all are in awe. what do you guys think what will the role of software engineers in next 5 years? submitted by /u/Honest-Fuel3054 [link] [comments]

skill
by Honest-Fuel3054 Mar 15, 2026 8/10
MCP Reddit

Feature Request: Tags & Collections for Chats

Hey r/ClaudeAI , As my chat history grows, finding a specific conversation gets painful. Projects are great for big ongoing work, but they feel too heavy for dozens of small one-off chats on differ...

mcpgitdocker
by nik-sharky Mar 15, 2026 6/10
skill GitHub

neurodivergent-visual-org: Claude Code Skill for Neurodivergent Task Breakdowns

A Claude Code skill providing visual organization tools for neurodivergent thinkers — compassionate task breakdowns, decision trees, and focus support built into the skill format. Applies structured thinking methods from neurodivergent productivity research.

skillneurodivergenttask-breakdowndecision-treesproductivityaccessibility
by JackReis Mar 15, 2026 5/10
skill GitHub

deep-financial-research: Institutional-Grade Investment Research Skill with Live Market MCP

A Claude/Qwen/Gemini skill for institutional-level investment research. Connects to live market data via MCP servers to deliver company deep dives, due diligence reports, competitive landscape analysis, market sentiment, and DCF-based intrinsic value estimates from natural language prompts.

skillfinanceinvestment-researchmcpmarket-datadcfmulti-model
by Lunatic16 Mar 15, 2026 6/10
skill GitHub

claude-code-toolkit: Collection of Custom Skills with Specialized Workflows

A curated toolkit of custom Claude Code skills covering specialized workflows, domain knowledge, and reusable methods. Designed to extend Claude's capabilities with pre-built domain expertise that can be dropped into any project.

skillcollectionworkflowsdomain-knowledgereusabletoolkit
by robertguss Mar 15, 2026 5/10
app GitHub

cc-doc-tracker: Automated Tracker for Claude Code Official Documentation Changes

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
skill GitHub

claude-skills-collection-2026: Comprehensive Set of Tested Claude Skills for 2026

A comprehensive collection of tested Claude skills covering development, productivity, research, content creation, and automation — compatible with Agent Skills environments. Covers many common use cases with verified quality.

skillcollectionproductivitydevelopmentresearchautomationtested
by AgentCoffee006 Mar 15, 2026 5/10
app GitHub

DUDA: Isolation Guardian for Claude Code — Trust-Score Gated Code Migration

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
skill GitHub

design-board: 6 World-Class Design Leaders Critique Your UI with Brutal Honesty

A Claude Code skills package that simulates critique from 6 design luminaries (Jony Ive, Amir Salihefendic, Jesse Patel, Joe Gebbia, Katie Dill, and a Notion designer) — each with a distinct perspective — then proposes fixes for your UI.

skilldesignui-critiqueuxpersonasfeedback
by Chosen9115 Mar 15, 2026 6/10
skill GitHub

gh-evolve: Evolutionary Problem-Solving Skill for AI Agents Sharing a GitHub Search Graph

An evolutionary problem-solving skill where multiple AI agents cooperate over a shared GitHub search graph, iteratively exploring and evolving solutions via pull requests. Applies evolutionary computation patterns to multi-agent collaboration.

skillevolutionarymulti-agentgithubcollaborationproblem-solving
by kaiwong-sapiens Mar 15, 2026 6/10
skill GitHub

humanizer: 8-Pass AI Text Humanizer Skill — 77% Better Than Vanilla Claude

A Claude Code skill that transforms AI-generated text into genuine human prose using an 8-pass process targeting 28 AI tell-tale patterns. Achieves a 55/60 eval score — 77% improvement over vanilla Claude output. Free and open source.

skillwritinghumanizerai-detectionqualityopen-source
by agentwireandy Mar 15, 2026 5/10
app GitHub

protoMaker: Autonomous Development Studio Where Ideas Become Shipped Software

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
MCP GitHub

omega-memory: Persistent Memory for AI Coding Agents

A persistent memory system for AI coding agents that stores session knowledge, decisions, and context across sessions. Enables agents to build on previous work without re-explaining the project each time.

mcpmemorypersistencecross-sessioncontextcoding-agents
by omega-memory Mar 15, 2026 6/10
workflow GitHub

contextdocs: AI Agent Maintains Its Own Context Files Across Coding Tools

contextdocs is a Claude Code plugin with an AGENTS-first model where the AI agent maintains its own context documentation files. Supports Codex, Copilot, Cursor, Gemini, and 3 more tools — keeping context consistent across all of them.

workflowcontextdocumentationmulti-toolagent-firstcross-tool
by littlebearapps Mar 15, 2026 6/10
app GitHub

batipanel: AI-Powered Terminal Workspace Manager (tmux + Claude Code)

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
workflow GitHub

signum: Risk-Adaptive Development Pipeline with Adversarial Consensus Code Review

A development pipeline that adapts based on code risk level and requires adversarial consensus for code reviews — multiple agents critique and defend changes before they're accepted, reducing the chance of low-quality code passing review.

workflowrisk-adaptivecode-reviewadversarialconsensuspipeline
by heurema Mar 15, 2026 6/10
MCP GitHub

datacore: Persistent Memory and Knowledge Management for AI Assistants

A persistent memory and knowledge management system for AI assistants — stores learned information, project context, and decisions across sessions. Described as "your mind, extended" for AI coding workflows.

mcpmemoryknowledge-managementpersistencecontextcross-session
by datacore-one Mar 15, 2026 6/10
workflow GitHub

cc-rpi: Blueprint Repository for Claude Code Projects — RPI Methodology and Templates

A blueprint repository providing a structured methodology (RPI: Requirements, Plan, Implement), known agent error patterns, operational rules, and project templates for Claude Code projects. A starting point for professional Claude Code project setups.

workflowmethodologytemplatesblueprintrequirementsproject-setup
by juan294 Mar 15, 2026 6/10
workflow GitHub

sweteam: Coding Agent Orchestrator That Manages Itself

sweteam orchestrates your coding agents so you don't have to — handling task distribution, coordination, and lifecycle management with minimal manual intervention.

orchestrationagentsself-managingcoordinationautomation
by SiluPanda Mar 15, 2026 5/10
hook GitHub

session-recorder-skill: Claude Code Plugin That Records Full AI Session Lifecycle

A Claude Code plugin that silently records the complete session lifecycle, automatically fetches proven solutions from the community for reuse, and compiles structured reports — so every collaboration builds on past sessions.

hooksession-recordinglifecyclesolutionscommunityreporting
by AI-flower Mar 15, 2026 6/10
workflow GitHub

oh-my-agent: Portable Multi-Agent Harness for .agents-Based Skills Across 5 Tools

A portable multi-agent harness supporting .agents-based skills, workflows, and standards-aware agent teams across Antigravity, Claude Code, Codex, OpenCode, and more — enabling skills to run consistently across any compatible AI coding tool.

workflowmulti-agentportablecross-toolharnessstandards
by first-fluke Mar 15, 2026 6/10
workflow GitHub

CodeAgora: Multi-Agent Debate Review System for Claude Code

CodeAgora implements structured multi-agent code review as a debate — agents argue for and against proposed changes, building consensus through adversarial review before code is accepted.

workflowcode-reviewdebatemulti-agentadversarialconsensus
by justn-hyeok Mar 15, 2026 6/10
app GitHub

kanban-tui: Python TUI Task Manager Usable by AI Agents

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
workflow GitHub

clor: Claude Code Lightweight Orchestrator

A lightweight orchestrator for Claude Code sessions — provides simple coordination primitives for multi-agent workflows without the overhead of heavier orchestration frameworks.

orchestrationlightweightmulti-agentcoordinationcli
by lxnewayfarer Mar 15, 2026 6/10
app GitHub

kirocc: Local Proxy Relaying Anthropic API Requests to Kiro (Amazon Q) Backend

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
workflow GitHub

meta-harness: Self-Improving Harness Router for Claude Code

A harness router for Claude Code that improves itself over time — learns from past task outcomes to route future tasks more effectively. Applies meta-learning to agent orchestration.

workflowharnessroutingself-improvingmeta-learningorchestration
by SeongwoongCho Mar 15, 2026 6/10
workflow GitHub

graqle: Graph-of-Agents Reasoning for Self-Governing Development in Claude Code

graqle implements graph-of-agents reasoning for Claude Code — agents reason over a shared graph structure, enabling self-governing development with 13 innovations and integrated MCP. Designed for complex reasoning tasks that benefit from structured graph traversal.

workflowgraph-of-agentsreasoningself-governingmcpcomplex-tasks
by quantamixsol Mar 15, 2026 6/10
app GitHub

leonidas: Automate GitHub Issue Handling with AI-Generated Plans and PRs

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
workflow GitHub

convoke-agents: Domain-Specialized AI Agent Teams for Complex Systems

convoke-agents ships domain-specialized AI agent teams for complex systems — starting with Vortex, a team of 7 agents and 22 workflows for product discovery. More specialized teams are planned.

workflowdomain-specializedmulti-agentproduct-discoveryagent-teams
by amalik Mar 15, 2026 6/10
app GitHub

tsk-tsk: Sandboxed Coding Agent Automation — Keep Your Agents Out of Trouble

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: Eyes and Hands for Agentic Mobile Development

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
skill GitHub

lspforge: LSP Server Manager for AI Coding Tools

lspforge manages Language Server Protocol servers for AI coding tools including Claude Code, Copilot CLI, and Codex — enabling all tools to share LSP-powered code intelligence (completions, diagnostics, go-to-definition) from a single managed server pool.

lsplanguage-servercode-intelligencemulti-toolcompletionsdiagnostics
by svivekvarma Mar 15, 2026 6/10
app GitHub

sessions-chronicle: Browse and Search Your AI Coding Sessions

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: Local Tool for Humans to Review AI-Generated Code

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
hook GitHub

ContextWeave: Hook Kit for Persisting Agent Traces and Context into Beads

ContextWeave is a hook kit for Claude Code and Gemini CLI that persists agent traces and working context into Beads — a structured format enabling deterministic rehydration of context across sessions.

hookcontextpersistencetracesrehydrationgemini
by kangraemin Mar 15, 2026 6/10
MCP GitHub

mainframe: AI-Native Bash Runtime with LSP, MCP, and 2,000+ Pure Bash Functions

A zero-dependency bash runtime with 2,000+ curated bash functions, LSP integration, and MCP support — designed for AI agents to execute safely with structured output and first-time correctness. Fills the gap between shell scripting and AI agent tooling.

bashlspmcpruntimezero-dependencystructured-output
by gtwatts Mar 15, 2026 7/10
app GitHub

ccmanager: Session Manager for Claude Code, Gemini CLI, Codex, Cursor, and More

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
MCP GitHub

mcpHydroSSH: SSH MCP Server for Claude Code to Manage Remote Servers

An MCP server that connects Claude Code to remote servers via SSH, enabling command execution and deployment automation without leaving the conversation. Designed for DevOps workflows where Claude needs to reach production infrastructure.

mcpsshremotedevopsdeploymentinfrastructure
by hydroCoderClaud Mar 15, 2026 7/10
MCP GitHub

mcproc: MCP Server for Background Process Management in AI Agents

An MCP server that gives Claude Code and other AI agents comfortable background process management — start, stop, monitor, and query long-running processes as MCP tool calls. Fills a gap for agents that need to manage persistent services.

mcpprocess-managementbackgrounddaemonagent-tools
by neptaco Mar 15, 2026 7/10
MCP GitHub

memorix: Cross-Agent Memory Bridge for 10 IDEs via MCP

A persistent memory MCP server supporting Cursor, Windsurf, Claude Code, Codex, Copilot, Kiro, Antigravity, OpenCode, Trae, and Gemini CLI. Features team collaboration, auto-cleanup, mini-skills, and workspace sync — so you never have to re-explain your project to a new agent session.

mcpmemorycross-agentmulti-toolteampersistence
by AVIDS2 Mar 15, 2026 7/10
app GitHub

cc-lens: Real-Time Monitoring Dashboard for Claude Code

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

tma1: Local-First Observability for AI Agents — Tokens, Cost, Latency, Traces

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
skill GitHub

planning-with-files: Persistent Markdown Planning Skill (Manus-Style)

A Claude Code skill implementing Manus-style persistent markdown planning — the workflow pattern behind the Manus $2B acquisition. Uses structured markdown files to maintain plan state across sessions, enabling long-horizon agentic development.

skillplanningmarkdownpersistencemanus-stylelong-horizon
by OthmanAdi Mar 15, 2026 7/10
app GitHub

skill-scanner: Security Scanner for Malicious AI Skills and Instruction Files

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
workflow GitHub

swarmux: Agent-First tmux Swarm Orchestration CLI

A tmux-native CLI for orchestrating local AI coding agent swarms. Manages agent lifecycles, distributes tasks across panes, and provides structured coordination for parallel development — all within the terminal.

tmuxswarmorchestrationparallelcliagents
by ghillb Mar 15, 2026 7/10
hook GitHub

claude-code-prompt-improver: Enhance Vague Prompts Using UserPromptSubmit Hook

A Claude Code hook that intercepts submitted prompts via the UserPromptSubmit event and asks targeted clarifying questions before Claude executes — reducing wasted iterations from underspecified prompts. Works entirely within Claude Code with no external dependencies.

hookpromptclarificationuser-prompt-submitquality
by Blugigi Mar 15, 2026 7/10
MCP GitHub

chatgpt-cli: macOS CLI + MCP Server Controlling ChatGPT Desktop via Accessibility API

A macOS CLI and MCP server that controls the ChatGPT Desktop app through Accessibility automation, turning any existing ChatGPT subscription into a programmable AI backend for Claude Code, OpenCode, and other MCP clients — without needing an API key.

mcpmacoschatgptaccessibilitysubscriptioncli
by toby1991 Mar 15, 2026 7/10
workflow GitHub

vibe-remote: Command Your AI Coding Army from Slack, Discord, or Lark

vibe-remote lets you stream and control Claude Code, OpenCode, or Codex sessions from Slack, Discord, or Lark in real time — enabling remote control of coding agents from your phone or any chat client without being at your development machine.

workflowslackdiscordremotestreamingmulti-agent
by cyhhao Mar 15, 2026 7/10
MCP GitHub

nodespace-core: Local-First Semantic Search Knowledge Base for AI Coding Assistants

A local-first knowledge base with semantic search that gives AI coding assistants fewer tokens and faster context. Stores project knowledge in a queryable semantic index rather than feeding raw files into context — reducing token usage while improving relevance.

mcpknowledge-basesemantic-searchlocaltoken-efficientcontext
by NodeSpaceAI Mar 15, 2026 7/10
MCP GitHub

cf-browser: Cloudflare Browser Rendering MCP Proxy with 10 Tools for Claude Code

An open-source Cloudflare Browser Rendering proxy that exposes 10 MCP tools for Claude Code: content extraction, screenshots, PDF generation, markdown conversion, scraping, JSON AI extraction, link discovery, accessibility auditing, and crawling.

mcpcloudflarebrowserscrapingscreenshotspdfcrawling
by claude-world Mar 15, 2026 7/10
MCP GitHub

ZenRipple: Full Browser Control of Zen Browser via 80+ MCP Tools

An MCP server giving Claude Code (and other agents) 80+ tools to control Zen Browser — navigation, DOM interaction, screenshots, network monitoring, and more. Enables fully automated browser workflows from within Claude sessions.

mcpbrowser-controlzen-browserautomationdomscreenshots
by yashas-salankimatt Mar 15, 2026 7/10
app GitHub

clideck: Local Dashboard Organizing Multiple AI Coding CLI Sessions

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

patch-claude-code: Show Files Read and Thinking Inline Without Verbose Mode

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
workflow GitHub

scout-and-wave: Parallel AI Agents with File Ownership and Worktree Isolation

A multi-agent system where every file belongs to exactly one agent and every agent works in its own git worktree — preventing agents from breaking each other's code. You review the plan before any code is written, then agents execute in parallel safely.

multi-agentparallelworktreefile-ownershipisolationplan-review
by blackwell-systems Mar 15, 2026 7/10
hook GitHub

privacy-mask: Auto-Redacts Sensitive Data in Screenshots Before Sending to AI Agents

A hook that automatically redacts sensitive information (API keys, passwords, PII) from screenshots before they are sent to AI agents. An essential safety layer for teams using Claude Code in environments with confidential data.

hookprivacysecurityscreenshotsredactionsensitive-datasafety
by fullstackcrew-alpha Mar 15, 2026 8/10
app GitHub

ciab: Claude-In-A-Box — Manage Coding Agents as Local Processes or Containers

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: htop-Style Monitor for Claude Code Sessions

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
MCP GitHub

deepindex: Local-First Semantic Code Search + MCP Tools for Claude Code

A fully local semantic code search engine with MCP tools for Claude Code. No cloud, no cost, runs on your machine. Uses hybrid BM25 + vector search to find code by concept — letting Claude query your codebase semantically instead of grepping files.

mcpsemantic-searchlocalvector-searchcode-intelligencebm25
by TheMailmans Mar 15, 2026 8/10
skill GitHub

claude-bug-bounty: Claude Code Skill for AI-Assisted Bug Bounty Hunting

A Claude Code skill for security researchers covering recon, IDOR, XSS, SSRF, OAuth flaws, GraphQL vulnerabilities, LLM injection, and automated report generation. Brings structured bug bounty methodology into Claude Code sessions.

skillsecuritybug-bountyreconxssssrfoauthpenetration-testing
by shuvonsec Mar 15, 2026 7/10
workflow GitHub

planckatron-claude-code: Parallel AI Workers That Never Conflict

Planckatron is a drop-in folder plugin for Claude Code that enables parallel AI workers across frontend, backend, fullstack, automation, libraries, and monorepos — using file assignment to prevent worker conflicts. Activate by saying "Planckatron" in your session.

workflowparallelmulti-agentconflict-freepluginmonorepo
by AgriciDaniel Mar 15, 2026 7/10
app GitHub

melina: Fast Native Process Monitor for Claude Code Agent Sessions

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
skill GitHub

Skill_Seekers: Convert Documentation, GitHub Repos, and PDFs into Claude AI Skills

A tool that automatically converts documentation websites, GitHub repositories, and PDF documents into structured Claude AI skills — with automatic conflict detection to prevent duplicate or overlapping skills.

skillconversiondocumentationpdfgithubautomaticconflict-detection
by yusufkaraaslan Mar 15, 2026 7/10
app GitHub

bankan: Control Center for Managing Many AI Coding Agents in One UI

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
workflow GitHub

web-architect: One Command, Four Agents, Full Design-to-Code Pipeline

A Claude Code skill that orchestrates a 4-agent design-to-code pipeline with Constrained Generation to produce unique, premium web projects — not generic AI output. Each agent handles a specialized phase from design to deployed code.

workflowmulti-agentdesign-to-codewebconstrained-generationpipeline
by choppawave-beep Mar 15, 2026 7/10
workflow GitHub

shiplog: Turn GitHub Into a Knowledge Graph for AI-Assisted Development

shiplog turns your GitHub history into a structured knowledge graph for AI development — with cross-model review gates, evidence-linked issue closure, model-tier routing, and provenance signing. Works as a single Claude Code skill compatible with Codex and Cursor.

workflowgithubknowledge-graphreview-gatesprovenancemulti-tool
by devallibus Mar 15, 2026 7/10
MCP GitHub

DevMemory: Bidirectional RAG Knowledge System for Coding Agents

A bidirectional RAG knowledge system that auto-searches for proven solutions before you code and saves new solutions after you ship — using real production code, not abstractions. Works across sessions and agents.

mcpragknowledge-basememorysolutionsbidirectionalproduction
by devmemory Mar 15, 2026 7/10
workflow GitHub

agentforge-pro: 50+ Production-Ready AI Coding Agents, Skills, and CLAUDE.md Templates

A collection of 50+ production-tested agents, skills, and CLAUDE.md templates for Claude Code and Cursor. Designed to eliminate configuration overhead — skip setup and start building immediately with battle-tested patterns.

workflowagentsskillsCLAUDE.mdtemplatesproduction-readycollection
by agentforge869 Mar 15, 2026 7/10
MCP GitHub

searxng-mcp: Web Search and URL Scraping MCP Server with SearXNG + Crawl4AI

An MCP server integrating SearXNG for privacy-respecting web search and Crawl4AI for site crawling, exposing both as Claude Code tools via a slash command. Enables web research and URL scraping directly from Claude sessions without cloud APIs.

mcpweb-searchsearxngcrawlingprivacyslash-command
by brunowinter8192 Mar 15, 2026 7/10
workflow GitHub

praktor: Multi-Agent Claude Code Orchestrator with Telegram I/O and Docker Isolation

A full Claude Code orchestrator that routes tasks through Telegram for I/O, isolates agents in Docker containers, implements swarm patterns, and provides a Mission Control UI. Designed for running complex multi-agent workflows with safety boundaries.

orchestrationmulti-agentdockertelegramswarmmission-control
by mtzanidakis Mar 15, 2026 7/10
app GitHub

claude-hud: Real-Time Plugin Showing Context Usage, Tools, Agents, and Todos

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
MCP X

mcp-doctor: CLI to Diagnose and Test MCP Servers Across Dev Tools

A zero-config CLI tool that discovers every MCP server configured in Claude Code, Cursor, VS Code, and Windsurf, then tests connections, flags security issues, and benchmarks latency. Run with one command: npx mcp-doctor scan. Open source with no setup required.

mcpdiagnosticsclisecuritymulti-tool
by @WilliamGunnerud Mar 15, 2026 8/10
MCP X

Claude Code Desktop Has Built-In MCP for Frontend Preview

Claude Code Desktop includes a built-in MCP server that activates automatically when you ask Claude to spin up a dev server — no manual configuration needed. A hidden feature useful for frontend development workflows.

mcpfrontenddev-serverbuilt-inclaude-code-desktop
by @dani_avila7 Mar 15, 2026 7/10
hook X

tokwave: Live Token/s Waveform Visualizer for Claude Code via Hooks

tokwave is a terminal-based tool that captures every tool call via Claude Code hooks and renders it as a live audio waveform showing your real-time token generation speed. Combines a hook, terminal UI, and MCP server — installable with npm install -g tokwave.

hooktokensvisualizationterminalwaveform
by @Gonzih Mar 15, 2026 7/10
skill X

notebooklm-skill: Claude Code Skill + MCP for Research-to-Content Pipeline

A Claude Code skill and MCP server pairing that connects NotebookLM for research with Claude for content creation. Covers the full pipeline: research, synthesis, content generation, and publishing — all driven from the terminal.

skillmcpresearchcontentnotebooklmpipeline
by @Dorcas20240219 Mar 15, 2026 7/10
MCP X

Chrome 146 Ships Native MCP Support — No More CDP Hacks

Chrome 146 added native MCP support as a browser toggle, making custom CDP automation scripts and clipboard workaround hacks obsolete. A notable shift for developers who were using brittle workarounds to connect Claude Code to Chrome.

mcpchromecdpbrowsernative
by @ynnu311698 Mar 15, 2026 7/10
workflow X

Analysis: 91 Claude Code Prompts to 75K Lines of Production Code

A detailed breakdown of every prompt used to build a 200+ tool MCP server with Claude Code. Key findings: median prompt was 32 characters, most-used prompt was "push" (9x), correction rate was 2.2%. Demonstrates that effective agentic development relies on short, direct prompts.

workflowpromptingmetricsproductionmcp
by @JulianSoreavis Mar 15, 2026 7/10
MCP X

Process Manager with 13 Native MCP Tools for Claude Code

A background process manager that ships with a built-in MCP server exposing 13 tools for Claude Code and Claude Desktop to manage processes directly. Billed as the first process manager with native MCP support.

mcpprocess-managementtoolsbackgroundnative
by @YulDavr Mar 15, 2026 7/10
MCP X

Flop MCP: Remote MCP Server for Unreal Engine Editor Control

A remote MCP server that connects your running Unreal Engine editor to Claude Code, Cursor, Windsurf, Cline, VS Code Copilot, and OpenClaw — without hosting your own local MCP server. Enables AI-driven Unreal Engine development from any compatible tool.

mcpunreal-engineremotegame-devmulti-tool
by @Flopperam Mar 15, 2026 7/10
MCP X

Code Inspector MCP: Platform-Aware Linter Tools for Claude Code

An MCP server where Claude calls linters as tools and receives structured results — no more copying terminal output. Platform-aware: Android/Kotlin uses detekt+ktlint+Android Lint, iOS/Swift uses Swift-specific tooling, enabling Claude to run the right linter for the project.

mcplintingcode-qualitystructured-outputplatform-aware
by @dev_ram_ Mar 15, 2026 7/10
workflow X

Claude Code + Granola + OmniFocus MCP: Automated Meeting Commitment Tracking

A practical workflow where Claude Code reads Granola meeting transcripts and automatically adds any commitments made during meetings to OmniFocus via MCP. A demonstration of chaining meeting AI with task management through Claude Code.

workflowmcpmeetingstask-managementomnifocusgranola
by @andrewjmason Mar 15, 2026 6/10
app X

claudetop: Real-Time Token Cost and Cache Monitor for Claude Code

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
workflow X

Anthropic Launches Free AI Academy with 13 Certified Courses

Anthropic released a free AI learning academy covering Claude 101, Claude Code in Action, Building with the Claude API (8+ hours), Intro to MCP, Advanced MCP, Agent Skills, and Claude on AWS Bedrock and Google Vertex. All 13 courses are fully free with certification.

learningcoursesmcpapicertificationfree
by @EricSkeldon Mar 15, 2026 6/10
skill GitHub

book-genesis: 15 Claude Code Skills for a Full Book-Writing Pipeline

book-genesis is a collection of 15 Claude Code skills that automate the entire book writing pipeline from a single sentence — covering research, character development, writing, scoring, revision, and final editorial package. Each skill is a reusable command that chains together to take a one-line premise all the way to a publishable manuscript.

skillwritingbookpipelineautomationcreativeopen-source
by PhilipStark Mar 13, 2026 7/10
workflow GitHub

creating-agent-teams: Agent Team Manager for Claude Code

creating-agent-teams is a Claude Code skill set that manages multi-agent teams by analyzing tasks, selecting the right models, assigning roles, and coordinating collaboration to optimize efficiency. It provides a structured approach to spinning up and managing agent teams for complex, parallelizable development tasks within Claude Code.

agentsteamcoordinationmulti-agentworkfloworchestrationopen-source
by ELVINgotIT Mar 13, 2026 7/10
command X

Claude Code 2.1.75: /color Command and Opus 4.6 1M Context Now Default

Claude Code 2.1.75 ships two notable additions: the /color command lets you set a custom color for the session prompt bar to visually distinguish between concurrent sessions, and Opus 4.6\'s 1M token context window is now enabled by default for Max, Team, and Enterprise plans at no extra charge. The release also improves macOS startup performance.

releasecommandopuscontext-windowupdate2.1.75
by @hir08ma Mar 13, 2026 7/10
workflow X

Video Tutorial: Full Claude Code Creator Workflow with Opus 4.6, Plan Mode, MCP, and Slash Commands

A complete video tutorial covering the Claude Code power-user workflow: running multiple Claude instances simultaneously, configuring Opus 4.6 with Plan Mode, creating custom slash commands, configuring MCP integrations, setting intelligent permissions, and building feedback loops. Demonstrates all commands in practice.

tutorialworkflowplan-modeopusmcpslash-commandsmulti-agent
by @adriano_viana Mar 13, 2026 6/10
workflow X

Markdown-to-Video Generation System Built in 1 Hour Using Claude Code

A live demonstration of building a Markdown-to-video generation system using Claude Code in under an hour. The project showcases Claude Code\'s vibe-coding approach for rapid AI-assisted development, turning structured Markdown documents directly into generated video output.

workflowvideomarkdownvibe-codingrapid-developmentdemo
by @AICUai Mar 13, 2026 5/10
app X

Open Source AI IDE with Agent Command Center Supporting Claude Code and Codex

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
MCP Reddit

repo-mem: Shared Git-Backed Team Memory for Claude Code Sessions

repo-mem adds shared, searchable team memory to any Git repo via a single npx command. It auto-captures commits, deploys, test runs, and session summaries through Claude Code hooks, stores them in per-developer SQLite databases committed to Git, and provides FTS5 full-text search across the entire team\'s history. At session start, Claude automatically sees recent team activity — so when a teammate discovers a bug, your next session already knows about it.

memoryteamgitsqlitehooksmcpopen-sourceknowledge-sharing
by Icy-Parsley-2762 Mar 13, 2026 8/10
app Reddit

Git Quest: A Game Built in 1 Week Where Your GitHub History is Your Character

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
MCP GitHub

cursor-browser-bridge: Control Cursor IDE Browser via Claude Code MCP

cursor-browser-bridge is an MCP server that lets Claude Code remotely control the browser embedded in Cursor IDE, enabling seamless web automation and interaction from the terminal. It bridges Claude Code\'s agent capabilities with Cursor\'s browser for tasks like testing, scraping, and live-preview interaction during development.

mcpbrowsercursorautomationwebopen-source
by scyzorykpl Mar 13, 2026 6/10
MCP GitHub

CodeAlive MCP: GraphRAG Context Engine for Large Codebases

CodeAlive MCP is a context engine service for large codebases that uses advanced GraphRAG to surface relevant code context for AI agents. It integrates with Claude Code, Codex, Cursor, and other tools via MCP, claiming 35% efficiency improvement and up to 84% faster results by providing precise, structured context instead of raw file dumps.

mcpgraphragcontextlarge-codebasecontext-engineopen-source
by CodeAlive-AI Mar 13, 2026 7/10
hook GitHub

parry-guard: Prompt Injection Scanner for Claude Code in Rust

parry-guard is a security tool for Claude Code that scans for prompt injection attacks using DeBERTa and Llama transformer models, running locally via Candle or ONNX inference in Rust. It acts as a defensive layer to detect and block adversarial instructions embedded in untrusted content before they reach the agent, with no network calls required.

securityprompt-injectionrustonnxtransformerdefensehook
by vaporif Mar 13, 2026 8/10
workflow Reddit

Overnight Agent Swarm: Autonomous Codebase Improvement While You Sleep

A workflow where Claude Code agents run autonomously overnight, claiming tasks from a shared ledger, running tests, and committing code without any human in the loop. Agents decide what deserves their attention and hunt for work on their own, enabling continuous codebase improvement during off-hours.

automationagentsswarmovernightautonomousworkflow
by tyschan Mar 13, 2026 5/10
hook Reddit

Clawd Tank: Physical Pixel-Art Crab that Reacts to Claude Code Hooks

Clawd Tank is a hardware notification device using a $12 ESP32-C6 board with a tiny LCD showing an animated crab that reacts to Claude Code lifecycle hooks in real time. When Claude Code fires a Notification hook, the crab animates, an LED cycles colors, and a card slides in; it falls asleep after 5 minutes of inactivity. Features BLE connection, multi-session support (up to 8 concurrent), macOS menu bar app, and a TCP simulator for testing without hardware.

hookhardwareesp32notificationblemacos
by marciogranzotto Mar 13, 2026 9/10
MCP Reddit

RVRY: MCP Tool that Enforces Deeper AI Reasoning via Obligation Tracking

RVRY is an MCP tool implementing Reasoning Depth Enforcement (RDE) — it tracks what the model commits to examine, detects when it skips or hedges via escape hatches, and blocks completion until the reasoning work is actually done. Unlike extended thinking (which just adds length) or prompting (which is advisory), RVRY creates obligations between reasoning steps and sends the model back if engagement is shallow, forcing genuine analysis over confident-sounding shortcuts.

mcpreasoningqualityprompt-engineeringanalysis
by Sea-Ride4243 Mar 13, 2026 7/10
app Reddit

AnyClaude 0.5.0: Subagent Backend Routing for Claude Code

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
workflow Reddit

Claude Code in Academic Research: Plotting, Code Migration, and LaTeX Proof Formatting

A research team used Claude Code as an auxiliary tool while writing a paper, covering three use cases: generating publication-ready figures from vague instructions, migrating a search environment across two very different codebases in under an hour, and formatting 12+ pages of math proofs in LaTeX (catching an incomplete bound condition). The post also identifies where Claude Code hits its limits: debugging problems where the answer is not in the code or logs.

researchlatexworkflowmigrationacademicplotting
by Muted_Lettuce414 Mar 13, 2026 6/10
workflow Reddit

Chuck: semantic CLAUDE.md rule injection that learns what you need

Chuck is a context management tool for Claude Code that injects only the CLAUDE.md rules relevant to your current work, rather than loading everything every prompt. It remembers architectural decisions across sessions, catches contradictions before they land in code, generates session handoff briefs, and scales back automatically as context fills.

contextclaude-mdrulesmemoryoptimization
by misfit_elegy Mar 13, 2026 8/10
workflow Reddit

Using Claude Code for FPGA development: driver stacks, SystemVerilog, and Vivado TCL

An FPGA engineer shares how Claude Code replaced a dedicated software engineer for PCIe DMA driver development: writing Linux kernel drivers, SystemVerilog RTL, testbenches, and Vivado TCL automation all from Claude Code. Includes debugging both driver and FPGA sides simultaneously via SSH, an unexpectedly powerful use case outside typical web/backend work.

fpgaverilogembeddedhardwarecase-study
by affabledrunk Mar 13, 2026 5/10
skill Reddit

linus-kiss-dry-yagni: Claude Code skill to enforce SOLID, DRY, YAGNI, and KISS principles

A reusable Claude Code skill that runs heuristic checks on your code for KISS, DRY, and YAGNI violations without requiring complex linting setup. Install via npx: npx skills add https://github.com/millerfrankmc/skills --skill linus-kiss-dry-yagni. Open source and project-agnostic.

skillcode-qualitysoliddryyagnikiss
by FrankMillerMC Mar 13, 2026 7/10
MCP Reddit

PSA: Claude MCP OAuth client metadata endpoint misroute fixed

Claude's MCP OAuth client metadata endpoint was moved from /oauth/mcp-oauth-client-metadata to /api/oauth/mcp-oauth-client-metadata, but the hosts were still pointing to the old path, causing auth failures for MCP servers using OAuth with Claude Desktop and Claude Web. The Claude team has fixed the routing. If you were seeing MCP OAuth auth failures, they should be resolved — verify your client_id and metadata endpoint references are consistent.

mcpoauthauthbug-fixdesktop
by ravi-scalekit Mar 13, 2026 6/10
workflow Reddit

Saguaro: background code review that feeds findings back to Claude Code mid-session

Saguaro runs a background code review during your Claude Code session and feeds findings back to the same agent that wrote the code — no PR, no config, no API key required. Claude autonomously identifies and fixes issues like SQL injection or missing token validation mid-session without any user input. Runs locally, open source (Apache 2.0), uses your existing Claude Code subscription.

code-reviewlocalopen-sourcesecurityautomation
by Natural_Gas2480 Mar 13, 2026 8/10
MCP GitHub

token-saver: MCP plugin that warns on wasteful Claude API token usage

token-saver is an MCP plugin that fires warnings, errors, and alerts when Claude API token usage becomes wasteful. It auto-suppresses logs and ignored history to keep your context lean, helping manage token consumption during long coding sessions.

mcptokensoptimizationcontextcost
by flightlesstux Mar 13, 2026 7/10
skill GitHub

use-ui-libraries: skill to enforce shadcn/ui and AI SDK Elements in Claude Code

A Claude Code skill that enforces the use of shadcn/ui components and AI SDK Elements instead of building UI from scratch. Useful for React/Next.js projects where you want to maintain consistent component library usage and prevent Claude from reinventing UI primitives.

skillshadcnuireactnextjsai-sdk
by cruzedevelopment Mar 13, 2026 7/10
workflow X

gnap: git-based coordination for Claude Code multi-agent teams (zero servers)

gnap solves the coordination problem in Claude Code multi-agent setups: how does agent B know when agent A finishes? The answer is git — using just 4 JSON files and no servers. Enables chained agent execution via shared git state at github.com/farol-team/gnap.

multi-agentgitcoordinationautomationopen-source
by @cofounder_run Mar 13, 2026 7/10
MCP X

Claude Code + Paper design app via MCP: AI-driven real-time design

A workflow connecting the Paper drawing/design app to Claude Code via an MCP server setup. Describe your design with reference images and Claude designs in real time inside Paper. Demonstrates the pattern of connecting creative/design tools to Claude Code through MCP for interactive AI-assisted design.

mcpdesignfigmacreativeworkflow
by @KanikaBK Mar 13, 2026 5/10
app Reddit

Hawkeye: local flight recorder and guardrails for AI coding agents

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
workflow GitHub

leashd: end-to-end agentic coding workflow with three-layer safety pipeline

leashd implements a Plan → Execute → Test workflow for Claude Code with a three-layer safety pipeline: sandbox isolation, YAML-based policies, and human-in-the-loop approval. It supports driving Claude Code remotely from Telegram with a full audit trail and agent-driven end-to-end testing.

workflowsafetytelegramsandboxaudit
by nodenova Mar 13, 2026 7/10
app GitHub

JuhBDI: intent-driven autonomous development engine with BDI cognitive model

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
skill Reddit

Claude Toad: one command to generate your entire .claude/ config

Claude Toad is an open-source CLI tool (MIT, BYOK) that generates a complete .claude/ configuration directory for Claude Code in a single command. It removes the manual effort of setting up CLAUDE.md, skills, and related config from scratch.

cliconfigsetupopen-sourcebyok
by junianwoo Mar 13, 2026 6/10
MCP Reddit

PriceAtlas MCP Server: global product price intelligence for AI agents

PriceAtlas is an MCP server that gives AI agents access to global product pricing data across different regions. Use cases include price comparison, purchasing optimization, cost intelligence for businesses, and market price monitoring, all accessible directly from Claude Code.

mcppriceecommercemarket-dataintelligence
by musaceylan Mar 13, 2026 6/10
app Reddit

Building a production PACS/DICOMweb server with Claude Code

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
skill X

26-Skill Personal OS Built with Claude Code in a Single claude/ Directory

A developer built a 26-skill personal operating system with Claude Code covering morning routines, business development pipeline scouting, meeting prep, and daily tracking — all structured within a single claude/ directory using rules, agents, and Notion integrations.

skillpersonal-osagentsnotionworkflow
by @KontroldChaos Mar 13, 2026 6/10
workflow X

How to Run Qwen3.5 Locally via Claude Code on 24GB RAM

A guide for running the Qwen3.5 model locally through Claude Code on a machine with 24GB RAM. Demonstrates using Claude Code as an orchestration layer for local model inference, combining Claude's tooling with open-source model capabilities.

workflowlocalqweninferenceopen-source
by @PaulLarionov Mar 13, 2026 5/10
MCP X

RuboCop 1.85.0 Ships with Built-In MCP Server for Claude Code and OpenCode

RuboCop 1.85.0 includes a native MCP server, giving Claude Code and OpenCode direct structured access to Ruby's most popular linter/formatter as a tool — no more shell command wrappers needed. Includes setup instructions for integration.

mcprubocoprubylinteropencode
by @lucianghinda Mar 13, 2026 7/10
MCP X

Python Codebase Knowledge Graph MCP Server for Blast Radius Analysis

An MCP server that parses your entire Python codebase using tree-sitter, builds a knowledge graph of dependencies, and exposes it to Claude Code. Answers questions like 'if I change this function, what breaks?' with dead code detection and blast radius analysis.

mcpknowledge-graphtree-sitterpythonanalysis
by @anantduggal_ Mar 13, 2026 7/10
workflow X

Deep Dive: How MCP Tool Schemas Consume Claude Code Context at Every Reasoning Step

Technical analysis of what happens to Claude Code's context window when multiple MCP servers are connected — all tool schemas from all servers are presented simultaneously as a flat list at every step. Key insight for optimizing MCP usage in token-constrained workflows.

workflowmcpcontext-windowoptimizationtokens
by @splusq Mar 13, 2026 6/10
workflow X

Claude Code Can Act AS an MCP Server — Expose Bash and File Ops to Other Clients

Underutilized Claude Code feature: running 'claude mcp serve' makes Claude Code itself into an MCP server that exposes bash, file ops, and other tools to any MCP-compatible client including Cursor. Also covers Tool Search's measured improvement from 49% to 74% tool accuracy.

workflowmcpservercursortool-search
by @QuantumMentat Mar 13, 2026 7/10
MCP X

Google Workspace Official CLI with Built-In MCP Server and Claude Code Integration

Google released an official Workspace CLI (15k+ stars) with built-in MCP server support and native skills for Claude Code, Codex, and Cursor. Covers Drive, Gmail, Calendar, Sheets, Docs, Chat, and Admin — all dynamically built from the Google Discovery Service.

mcpgoogle-workspacegmaildriveofficial
by @OClawd Mar 13, 2026 7/10
MCP X

Crux: AI OS MCP Server That Preserves Session State Across Claude Code, Cursor, Aider

Crux is an open-source MCP server acting as a shared brain across coding tools. Your corrections, knowledge, and session state travel with you when you switch between Claude Code, Cursor, OpenCode, and Aider — no more losing context when changing tools mid-project.

mcpstatecross-toolopen-sourceaider
by @splntrb Mar 13, 2026 7/10
MCP X

MCP Server That Gives Claude Code Access to All Cursor Subscription Models

An MCP server that bridges Cursor's full model roster — GPT-5.x, Claude 4.x, Gemini 3.x, Grok — to Claude Code and other tools without API keys. Lets you use any model available through your Cursor subscription from any MCP-compatible client.

mcpcursormodelsbridgesubscription
by @DollrStorCowboy Mar 13, 2026 5/10
app X

Real-Time Monitor for Every Claude Code Prompt, Response, and Token Usage

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
MCP X

Tufte-Style Chart Reviewer MCP Server for Claude Code Using Vision

An MCP server that gives Claude Code a 'Be Tufte brutal' chart review tool powered by Claude Sonnet vision. Send any chart image and get a rigorous design critique based on Tufte's data visualization principles — useful for ensuring publication-quality figures.

mcpvisualizationtuftevisioncharts
by @alpharust Mar 13, 2026 6/10
app GitHub

Thoughtbox: Git-Inspired Workspace for Claude Code Agent Teams

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
skill GitHub

geoskills: Claude Code Skills for GEO — Diagnose Why AI Cannot Find Your Website

Open-source Claude Code skills for Generative Engine Optimization (GEO) — helping diagnose why AI assistants cannot find, cite, or recommend your website. A novel application of Claude Code skills to the emerging field of optimizing content for AI discovery.

skillgeoseodiscoveryoptimization
by Cognitic-Labs Mar 13, 2026 7/10
app GitHub

verify: Verification Layer for Claude Code to Catch AI Mistakes

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
workflow GitHub

workflow: File-Based Linux Orchestrator with Claude/Codex Integration and 42 Templates

A TUI + CLI workflow orchestrator for Linux built for the AI era — integrates Claude, Codex, and Gemini, includes 42 bundled workflow templates, and supports shell history import. Designed for sysadmins who want to preserve and reuse one-liners with AI assistance.

workfloworchestratorlinuxsysadmintemplates
by vchaindz Mar 13, 2026 7/10
skill GitHub

skill-pack: Curated Bundle of Claude Code Skills for Power Users

A hand-picked collection of Claude Code skills for advanced users, bundled together for easy installation. Covers common power-user needs like code review, refactoring patterns, and workflow automation. A good starting point for building a production skills library.

skillbundlecuratedpower-usercollection
by SZoloth Mar 13, 2026 7/10
skill GitHub

zen-boundary: Claude Code Skill That Detects and Stops Infinite Loops

A Claude Code skill plugin that helps the AI recognize when it is stuck in an unproductive loop after reasonable effort, honestly assess its limitations, and gracefully stop rather than continuing to spin. Addresses a common failure mode in long autonomous sessions.

skillloop-detectionsafetyreliabilityanti-loop
by xiexikang Mar 13, 2026 7/10
skill GitHub

rsim: Recursively Self-Improving Module with Persistent Memory for Claude Code

A persistent memory and structured improvement loop for Claude Code that enables recursive self-improvement. The module stores learned patterns, tracks improvement history, and feeds insights back into subsequent Claude Code sessions for compound gains over time.

skillself-improvementmemoryrecursivelearning
by the-hugin Mar 13, 2026 8/10
workflow Reddit

How to Manage Architectural Drift Introduced by Claude Code Over Time

A practitioner's analysis of how Claude Code gradually introduces architectural drift — inconsistent patterns, style divergence, and technical debt — and the custom structure built to detect and correct it. Applicable to any AI coding tool, not just Claude Code.

workflowarchitecturedriftqualityrefactoring
by Acceptable_Play_8970 Mar 13, 2026 6/10
MCP Reddit

Claude Code Plugin for Crawling Websites via Cloudflare Browser Rendering API

A Claude Code plugin that wraps Cloudflare's Browser Rendering API to crawl JavaScript-heavy websites asynchronously. Eliminates manual curl commands for web content extraction — just point at a URL and it handles the async crawl with results fed directly to Claude.

mcpcloudflarecrawlingbrowserscraping
by kurtisebear Mar 13, 2026 6/10
skill Reddit

Your CLAUDE.md Is Probably Doing More Harm Than Good

A contrarian take on CLAUDE.md best practices — arguing that most users over-stuff their CLAUDE.md with rules that conflict, create confusion, or waste context. Proposes a minimal, high-signal approach to configuration files that actually improves Claude's behavior.

skillclaude-mdconfigurationbest-practicesminimalism
by kokkelimonke Mar 13, 2026 7/10
workflow Reddit

Claude Writes Tests That Pass But Don't Test Anything — Security Implications

A candid assessment of Claude Code's tendency to generate tests that satisfy the test runner without actually verifying correctness. Includes a real example where a security scanner found a live private key that passing tests missed. A must-read for anyone shipping AI-generated code.

workflowtestingsecurityqualitycaveats
by Brilliant_Edge215 Mar 13, 2026 7/10
MCP GitHub

encode-toolkit: MCP Server for ENCODE Project Genomic Data and Analysis

An MCP server and Claude plugin that provides full access to the ENCODE Project's functional genomics database — search experiments, download data tracks, and run analyses directly from Claude. Demonstrates domain-specific MCP integration for bioinformatics research.

mcpbioinformaticsgenomicsencoderesearch
by ammawla Mar 13, 2026 5/10
skill Reddit

Building a Memory System for Claude Code After Repeated Mistakes

An open-source tool (free with optional paid tier) that gives Claude Code persistent memory focused on preventing repeated mistakes. Tracks what went wrong in past sessions and surfaces those learnings at the start of new ones, breaking the pattern of re-explaining corrections.

skillmemorymistakespersistencelearning
by eazyigz123 Mar 13, 2026 7/10
skill Reddit

Claude Code Plugin That Automatically Learns Your Coding Preferences Across Sessions

A plugin that observes your corrections and preferences during Claude Code sessions and automatically updates its configuration so future sessions start with your preferences already applied. Eliminates re-explaining things like 'use pnpm not npm' or 'always add types'.

skillpreferenceslearningpersonalizationplugin
by RepulsiveBad8681 Mar 13, 2026 7/10
skill GitHub

Claude Code Skill for iOS 26 Development with Apple Intelligence Integration

A Claude Code skill tailored for iOS 26 development that leverages Apple Intelligence APIs and modern Swift frameworks. Streamlines common iOS development patterns and integrates Apple's on-device AI capabilities into the coding workflow.

skilliosappleswiftmobile
by tm201021 Mar 13, 2026 6/10
skill GitHub

Dotfiles Repository Including Complete Claude Code Configuration Setup

A comprehensive dotfiles repository with configurations for Claude Code alongside macOS, Zsh, Git, Neovim, Tmux, and more, deployable to a new Mac with one command. The Claude Code config section demonstrates a production-ready CLAUDE.md and hooks setup.

skilldotfilesconfigurationmacossetup
by ooloth Mar 13, 2026 5/10
MCP GitHub

Wazuh-MCP-Server: AI-Powered Security Operations for Wazuh SIEM via MCP

A production-ready MCP server for Wazuh SIEM that lets any MCP-compatible client ask security questions in plain English. Enables conversational SOC workflows — threat detection, incident triage, compliance checks, and anomaly spotting without writing queries.

mcpsecuritysiemwazuhsoc
by gensecaihq Mar 13, 2026 7/10
workflow Reddit

Full Playbook for Setting Up Claude CoWork for Your Team

A comprehensive guide for configuring and deploying Claude CoWork (Anthropic's collaborative AI workspace) for team use. Covers authentication, shared skill libraries, permission models, and best practices for coordinating multiple users in a shared Claude environment.

workflowcoworkteamsetupcollaboration
by Born-Comfortable2868 Mar 13, 2026 7/10
skill Reddit

External Memory Layer for Claude That Survives Auto-Compact and Session Resets

A memory system that persists across Claude Code's auto-compact events and session boundaries. When auto-compact fires at 90% context, this layer preserves architecture decisions, ongoing tasks, and learned context so Claude picks up exactly where it left off.

skillmemoryauto-compactpersistencecontext
by Time-Dot-1808 Mar 13, 2026 6/10
workflow Reddit

1M Context Window Now Generally Available for Claude Opus 4.6 and Sonnet 4.6

Anthropic's official announcement: Claude Opus 4.6 and Sonnet 4.6 now include the full 1M token context window at standard pricing on the Claude Platform. Opus 4.6 achieves 78.3% on MRCR v2 at 1M tokens — highest among frontier models. This is now the default for Claude Code Max/Team/Enterprise users.

workflowcontext-windowopussonnetannouncement
by ClaudeOfficial Mar 13, 2026 6/10
skill GitHub

cortex: 18 Production-Ready Skills for Claude Code Spanning Full Dev Lifecycle

Enterprise-grade autonomous skill suite with 18 skills covering the full development lifecycle — code generation, multi-agent orchestration, persistent memory, design intelligence, and meta-skill evolution. Built for Claude Code and Cowork, designed for production use rather than demos.

skillenterprisesuitemulti-agentproduction
by TECHKNOWMAD-LABS Mar 13, 2026 8/10
workflow GitHub

claude-flow-kit: Modular Language-Specific Templates for Claude Code Agent Workflows

A modular template system for setting up Claude Code AI agents and workflows across different programming languages. Provides project-specific structure for agents, documentation, and workflow definitions, making it easy to bootstrap a well-organized Claude Code project.

workflowtemplateagentsmodularsetup
by TheKathan Mar 13, 2026 7/10
app GitHub

openclaude: Open-Source Personal Resident AI Assistant Inspired by OpenClaw

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
workflow Reddit

Open-Source Framework Giving Claude Code 11 Specialist Agents and Multi-Agent Review

An AI-native development framework that transforms Claude Code from a single-agent tool into a structured 11-specialist-agent team. Agents include roles like architect, security reviewer, test engineer, and documentation writer, with structured handoffs and parallel review.

workflowmulti-agentspecialistframeworkopen-source
by ImpressivePilot7036 Mar 13, 2026 8/10
app GitHub

walnut: Self-Hosted Personal AI Butler with Claude Code Sessions and Memory

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

parallel-code: Run Claude Code, Codex, and Gemini Side-by-Side in Git Worktrees

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
skill GitHub

ai-writing-guardrails: Claude Skill for Detecting AI Degradation in Academic Writing

A Claude skill that enforces phase-gated academic writing workflows and catches the ways AI quietly degrades scholarly writing: literature bias, confirmation bias, language flattening, and hallucinated citations. Includes decision logging and session transcripts for process transparency.

skillacademicwritingqualityguardrails
by jayweiler Mar 13, 2026 7/10
MCP Reddit

mcp-policy: Enforce MCP Server Allowlist Against claude_desktop_config.json in CI

A lightweight governance tool built with Claude Code that reads a policy.yml allowlist and validates your claude_desktop_config.json against it in CI. Prevents developers from adding unauthorized MCP servers without deploying a full MCP gateway.

mcpsecuritygovernancecipolicy
by matt_schaller Mar 13, 2026 7/10
skill GitHub

autoresearch: Autonomous Goal-Directed Iteration Skill for Claude Code

Inspired by Karpathy's autoresearch, this skill implements a Modify → Verify → Keep/Discard → Repeat loop for Claude Code. It enables autonomous iteration toward any measurable goal without human intervention between cycles. Perfect for optimization tasks where you can define a clear metric.

skillautoresearchkarpathyautonomousiteration
by uditgoenka Mar 13, 2026 8/10
skill GitHub

Claude Code Template for Screenwriting with Slash Commands and DOCX Export

A Claude Code project template tailored for screenwriters, offering slash commands for screenplay-specific workflows and automatic MD→DOCX export. Demonstrates how domain-specific Claude Code templates can streamline non-engineering use cases.

skilltemplatescreenwritingslash-commandsexport
by aslanSuleimenov Mar 13, 2026 5/10
app GitHub

itwillsync: Mirror Any Terminal Coding Agent to Your Phone Over LAN

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

cc-plugin-viz: Web-Based Claude Code Plugin Manager

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
skill GitHub

paper-banana-skill: Generate Publication-Ready Academic Diagrams from Text

Open-source implementation of Google PaperBanana (arXiv:2601.23265) as a Claude Code skill. Generates publication-ready academic diagrams from methodology text descriptions. Useful for researchers needing to quickly create figures for papers.

skillacademicdiagramsresearchpaperbananana
by javidmardanov Mar 13, 2026 6/10
workflow Reddit

Has Anyone Fully Eliminated Human Code Reviews with Claude Code?

Community discussion on r/ClaudeCode exploring whether fully agentic pipelines with automated code review can replace human review in production. Covers the current state of trust, failure modes, and what conditions make full automation viable.

workflowcode-reviewagenticproductionautomation
by GraphicalBamboola Mar 13, 2026 5/10
workflow Reddit

Distilled Playbook: 186+ Replies on How to 10x Claude Code Output

A practitioner-curated playbook distilled from 186+ replies in a viral X thread started by @toddsaunders. Covers concrete techniques people are actually using to dramatically improve Claude Code output quality, with convergent strategies across experienced users.

workflowtipsplaybookproductivity10x
by gregb_parkingaccess Mar 13, 2026 8/10
skill Reddit

Make Claude Code Remember Everything: Obsidian + Claude Code + OpenClaw Setup

A free prompt and configuration guide for building persistent memory with Claude Code using Obsidian as the knowledge base and OpenClaw integration. The author critiques common YouTube tutorials for incorrectly setting up the combination and provides a corrected approach.

skillmemoryobsidianopenclawprompt
by FerretVirtual8466 Mar 13, 2026 7/10
workflow Reddit

Flightplanner: Framework-Agnostic E2E Testing Principles for AI Coding Agents

A framework-agnostic approach to end-to-end testing designed for AI-assisted development workflows. Provides principles and patterns for validating AI-generated code at the integration level, applicable across Claude Code, Cursor, and other agents.

workflowtestinge2eframework-agnosticquality
by ereslibre Mar 13, 2026 6/10
skill Reddit

How to Build Automated Regression Tests for Claude Code Skills

Community discussion following Anthropic's Complete Guide to Building Skills, which mentions automated regression testing but provides no examples. Explores techniques for testing Claude Code skills automatically to prevent regressions as they evolve.

skilltestingregressionautomationquality
by tvmaly Mar 13, 2026 5/10
app Reddit

VibePod 0.5.1: Claude Code CLI with Session Dashboard

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

claude-sessions: Terminal UI for Browsing and Resuming Past Claude Code Sessions

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
skill Reddit

Three Essential Custom Instructions That Prevent Common Claude Annoyances

A practitioner's top 3 CLAUDE.md rules refined through daily use: prevents over-explaining, stops unnecessary rewrites, and keeps Claude focused on the actual request. Small prompt engineering changes with outsized impact on session quality.

skillclaude-mdcustom-instructionspromptconfiguration
by SnooWoofers7340 Mar 13, 2026 6/10
MCP Reddit

MCP Server That Renders Interactive Dashboards Directly in Chat

An MCP server that generates interactive data visualizations directly within Claude's chat interface. Instead of returning raw numbers, Claude can render charts, graphs, and dashboards inline. Particularly useful for data analysis and cost comparison workflows.

mcpdashboardvisualizationchartsdata
by Easy-District-5243 Mar 13, 2026 7/10
skill GitHub

ai-project-rules-generator: Generate .cursorrules and AGENTS.md with Skill Management

Generates dynamic .cursorrules and AGENTS.md files tailored to any project, with integrated skill management for AI development workflows. Streamlines the setup of AI coding rules across different tools by automating configuration file generation.

skillcursorrulesagents-mdgeneratorconfiguration
by lx2337037168 Mar 13, 2026 6/10
MCP GitHub

multi-postgres-mcp-server: Manage Multiple PostgreSQL Databases with One MCP Server

A single MCP server that manages multiple PostgreSQL databases with hot reload, granular access control, and read-only query safety — all from one config file. Eliminates the need to run separate MCP servers per database in multi-database development environments.

mcppostgresqldatabasemulti-dbaccess-control
by Jamaluddin9 Mar 13, 2026 7/10
MCP GitHub

devtap: Feed Build and Dev Logs into AI Coding Sessions via MCP

Pipes build output and development logs directly into AI coding sessions using the Model Context Protocol. Instead of manually copying error messages, devtap automatically streams logs to Claude Code for seamless debugging and automation.

mcplogsbuildstreamingdebugging
by xaorain Mar 13, 2026 6/10
skill GitHub

agentskills-proxy: Remote Access to Agent Skills via gRPC/HTTP Proxy

A secure proxy server that enables remote access to Claude Code Agent Skills with skill discovery, execution, and efficient data management over gRPC/HTTP. Useful for teams running skills on centralized servers or CI/CD pipelines needing remote skill invocation.

skillproxygrpcremoteinfrastructure
by kazhuki7 Mar 13, 2026 6/10
workflow Reddit

Is There a Way for Claude Code to See Its Own Context Usage?

Discussion exploring whether Claude (the model) can be given awareness of its own context window utilization during a session. The poster has hooks, MCP servers, and custom skills configured, and wants Claude to autonomously manage context before hitting limits.

workflowcontext-windowhooksself-awarenessconfiguration
by srirachaninja Mar 13, 2026 5/10
app Reddit

logifai: Auto-Capture Terminal Logs So Claude Code Can Search Them

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
workflow GitHub

dorkos: Scheduling, Messaging, and Agent Discovery for Claude Code

An orchestration layer for Claude Code agents providing scheduling, inter-agent messaging, and dynamic agent discovery. Designed around the principle that intelligence doesn't scale but coordination does — enables complex multi-agent workflows without a monolithic context.

workfloworchestrationmulti-agentschedulingmessaging
by dork-labs Mar 13, 2026 7/10
skill GitHub

claude-code-memory: Persistent Memory System with Zero Dependencies

Ready-to-use templates for giving Claude Code persistent memory across sessions, with zero external dependencies. Provides structured approaches to storing and retrieving session context, decisions, and learned preferences without requiring external databases or services.

skillmemorypersistencetemplateszero-deps
by LuciferForge Mar 13, 2026 7/10
app GitHub

TunaCode: AI CLI Coding Agent with Safe Git Branches and Multi-LLM Support

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

Claude-Code-Usage-Tracker: Real-Time Token Usage and Context Window in Status Bar

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

cckey: Lightweight CLI for Managing Multiple Anthropic API Keys

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
workflow GitHub

Claude Code Engineering: Making Claude Code a Reusable, Governable Engineering System

Companion repository for a Chinese course on engineering Claude Code properly — turning it from a conversational tool into a designable, reusable, governable engineering system. Demonstrates real engineering workflows including system design, skill architecture, and quality control.

workflowengineeringarchitecturegovernancecourse
by huangjia2019 Mar 13, 2026 7/10
workflow Reddit

6-Part Claude Code System That Doubled Output and Eliminated Context Blowup

A detailed breakdown of a 6-component system for using Claude Code at scale: structured task management, context hygiene, explicit handoff protocols, checkpointing, role separation, and review loops. Addresses the root cause of context degradation in long sessions.

workflowproductivitycontextsystemarchitecture
by Alnw1ck Mar 13, 2026 8/10
workflow Reddit

Using a Persistent REPL as AI Compute Layer Instead of Markdown Context Files

An approach where Claude Code connects to a long-running Clojure REPL process (via clojure-mcp) instead of relying on markdown files for context. The REPL acts as a live compute layer — Claude can evaluate code and maintain state across the session without context file overhead.

workflowreplclojuremcpstate-management
by More-Journalist8787 Mar 13, 2026 7/10
hook Reddit

Guide: How I set up safety layers for coding with Claude Code

I posted previously about using defense in depth when coding with LLMs and a lot of people asked how to actually set it all up. So I wrote a step-by-step guide that assumes zero prior experience. I...

hookgitpythonclaude.mdreview
by IkePAnderson Mar 13, 2026 10/10
app Reddit

I built a multi model “council” workflow

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
command X

Claude Code on Chutes now runs through end-to-end encrypted proxy

Claude Code on Chutes now runs through an end-to-end encrypted proxy. The setup is still just a single command. The difference is the script now defaults to our new e2ee-proxy. It then pulls the Do...

commanddockerconfig
by @chutes_ai Mar 13, 2026 8/10
command Reddit

What Config For Less Permissions In A Repo.

I’m currently in the process of experimenting with Claude in multiple work trees and it’s not too bad. The issue I’m experiencing though is I feel like I ALWAYS have to be providing Claude permissi...

config
by GrayLiterature Mar 13, 2026 6/10
command Reddit

Is Sonnet 4.6 good enough for building simple NextJS apps?

I have a ton of product documentation that’s quite old and im in the process of basically moving it to a modern NextJS documentation hub. I usually use Codex CLI and I love it but it’s quite slow a...

by agentic-consultant Mar 13, 2026 7/10
command Reddit

Coded Resume Builder with Claude Code

I'm web developer with 5+ years of experience and been using the LLMs in my work occasioally and never outsourced any havy or complex tasks to it, mostly routine manual thins, or copy pasting somet...

by Crutch1232 Mar 13, 2026 7/10
MCP Reddit

Claude and Power BI - Questions

So has any tried to connect Claude desktop w PBI desktop using the mcp server? If yes, were you able to build the visuals? I can create the measures and data tables but Claude is not able to make t...

mcp
by magunahatata Mar 13, 2026 7/10
MCP Reddit

How to prospect on Claude?

Hey everyone, I’m a sales rep and I’ve been seeing a lot of people use Claude to find info about their prospects before reaching out or right before calls. For me, I’d really like it to build out a...

mcp
by thetrendzjournal Mar 13, 2026 5/10
hook Reddit

Locked out for 6 days! Why would there be a policy like that?

I started using Claude last week and quickly got hooked. So far the free plan has worked just fine, whenever I hit the 5hr limit I just take a break, and catch up with real life. Some 5hr windows I...

hook
by Temporary-Pattern927 Mar 13, 2026 6/10
skill Reddit

Will AI usage become dirt cheap eventually?

Currently, claude code with opus is quite expensive, and I force myself to structure everything in a way that I am optimising the context that Opus reads into. But will AI become eventually dirt ch...

skill
by thatmemeguy___ Mar 13, 2026 8/10
command Reddit

AI Burnout

Excellent article about burnout and exhaustion while working with coding agents. It makes some excellent points: - we start many more things because Claude makes it easy to get started (no blank pa...

by imperfectlyAware Mar 13, 2026 5/10
skill Reddit

Better pptx skill?

Hi everyone, Claude's default pptx skills isn't that great. For example, instead of adding text boxes in shapes, it will layer a text box above the shape. Because of this approach, whenever I move ...

skill
by ambitiousDepresso Mar 13, 2026 6/10
command Reddit

Claude's Business Model - I get it now

I know how Claude is going to make a lot of money. I'm not sure if it's genius, or I hate it or both. Claude Max is enough for a newbie to use all day every day and learn Claude. You can do some re...

claude.md
by LowItalian Mar 13, 2026 8/10
app Reddit

Vibe Coding Excel XML API?

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

Not happy to be honest

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
MCP Reddit

Delay in Response and token usage after prompt.

Sorry in advance if this belongs in a megathread.... anyways the last few days ive noticed the following: Sometimes my prompts take minutes before token usage starts going up and claude starts addr...

mcpconfig
by Ok_Lavishness960 Mar 13, 2026 7/10
command Reddit

Forcing Opus to fight with GPT, Gemini, Kimi, MiniMax, etc.

The meta moved from AI writing code you still had to debug to how many agents you can spin up (and manage) that write even more code you still have to validate. It can one-shot a lot of simple stuf...

gitconfigreview
by i_am_fear_itself Mar 13, 2026 6/10
app Reddit

Want to use 2 claude Apss

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
skill Reddit

Are skills worth it?

Hello, i'm still new to claude, i don't do anything challenging like coding or complex stuff, i only use it for the moment to generate documents, reports, and basically everyday ai stuff, is it wor...

skill
by Educational_Quiet_60 Mar 13, 2026 6/10
app Reddit

LLMs can use tools and APIs now. So why can't one just trade for me?

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
command Reddit

Looking for best multiple agent voice setup on windows

Currently I am new with Claude and currently using Claude Code in my VS for managing my own server, n8n and one softwareproject with GSD. I must admit I am in love and fascinated. Now I want to spe...

by nugatp Mar 13, 2026 8/10
app Reddit

Running Claude code in an isolated environment

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

rldyourterm: Crash-Intolerant AI Terminal Runtime for Claude Code, Codex, and Gemini CLI

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
workflow GitHub

memex-plugin: Collaborative Memory Plugin for Claude Code Backed by Obsidian Vault

A collaborative memory plugin for Claude Code that captures the collaborative process as structured memos in an Obsidian vault with hybrid search. Persistent, searchable, and interconnected memory that lets Claude build on past work across sessions.

memoryObsidiansearchpluginhybrid search
by linxule Mar 13, 2026 7/10
skill GitHub

web3-bounty-ai-skills: 18 Skill Files for Smart Contract Security From Real Hunt Data

Eighteen Claude Code skill files for smart contract security auditing, built from 2,749 Immunefi bug reports, 681 DeFiHack reproductions, and real hunting experience. A highly specialized set of skills for security researchers doing Web3 bug bounties.

web3securitysmart contractsbug bountyImmunefiDeFi
by shuvonsec Mar 13, 2026 7/10
workflow Reddit

Corporate Developer Claude Code Workflow: Spec → Build → Test → Review

A backend developer at a large US finance company shares their production workflow: provide detailed specs + docs + internal wikis upfront, let Claude make a first pass with a working Markdown document, manually review and test, then iterate. The ongoing working MD keeps context consistent across the session.

workflowcorporateenterprisebackendfinancebest practices
by Ok_Fish4116 Mar 13, 2026 6/10
skill Reddit

Launch Skill: 6 Battle-Tested Playbooks From 30+ Product Hunt #1 Launches

A Claude skill condensing launch knowledge from 30+ Product Hunt #1 finishes, 6,000+ GitHub stars in 7 days, and reach across 100+ countries. Structured as a full-lifecycle launch playbook to give Claude structured, non-generic launch guidance for AI products.

launchProduct Huntmarketingskillplaybook
by joackimreal Mar 13, 2026 6/10
skill Reddit

clarify-first: Open-Source Skill That Makes Agents Ask Before High-Risk Execution

An open-source skill called Clarify First that makes Claude Code stop and ask for clarification before executing ambiguous or high-risk requests. Addresses the premature execution failure mode — requests like "optimize this" or "deploy now" now trigger clarifying questions instead of immediate action.

safetyclarificationskillagent behaviorhigh-risk
by Entire_Home_983 Mar 13, 2026 7/10
skill Reddit

Bug Bounty Trilogy: Three Open-Source Repos Turning Claude Code Into a Full Hunting Co-Pilot

Three open-source repositories that turn Claude Code into a full web/web3 bug bounty co-pilot: recon and attack surface mapping, vulnerability scanning (IDOR, SSRF, XSS, SQLi, OAuth, GraphQL, race conditions, LLM injection), and report writing. Built to eliminate manual copy-pasting of context.

bug bountysecurityreconweb3skillhacking
by shuvon2005 Mar 13, 2026 7/10
hook GitHub

claude-hooks: Custom Hook Library for Permission Requests and Status Notifications

A hook library that enhances Claude Code workflows with custom command management. Handles permission request notifications and status updates through hooks, making it easier to build automated approval flows and notification systems around Claude Code operations.

hookspermissionsnotificationsautomationworkflow
by ExoGameYT Mar 13, 2026 7/10
skill GitHub

corporate-decision-panel: Multi-Perspective Business Analysis Skill With Engineered Dissent

A Claude Code skill that provides structured, multi-perspective business analysis by engineering deliberate disagreement. Instead of yes-man outputs, the skill presents opposing viewpoints and challenges assumptions, making it useful for high-stakes business decisions.

business analysisdecision-makingskillcorporatedissent
by apatheticus Mar 13, 2026 7/10
MCP GitHub

finz-mcp: Financial Data MCP Server Built With FastMCP and yfinance

A financial data MCP server for Claude Desktop, Cursor, and other AI coding tools. Built with FastMCP and yfinance for easy access to stock prices, financial data, and market information directly from Claude Code workflows.

financeMCPyfinancestock dataFastMCP
by 0xZee Mar 13, 2026 6/10
MCP Reddit

claude-ide-bridge: MCP Bridge Giving Claude Code 115+ IDE Integration Tools

An MCP bridge that gives Claude Code CLI full IDE integration with 115+ tools covering LSP (language server), debugging, terminals, Git, GitHub, diagnostics, and more. Works with VS Code, enabling Claude Code to have the same context and capabilities as an IDE-integrated assistant.

IDEMCPLSPdebuggingVS CodeGitGitHub
by wesh-k Mar 13, 2026 8/10
MCP GitHub

mcp-jira-stdio: MCP Server for Jira Issue Management With stdio Transport

An MCP server for Jira integration using stdio transport. Enables issue management, project tracking, and workflow automation directly from Claude Code — query Jira tickets, create issues, and update status without leaving the terminal.

JiraMCPissue trackingworkflowstdio
by freema Mar 13, 2026 6/10
app Reddit

Open-Source Gateway Daemon for Claude Code With Multi-Agent Orchestration and Slack

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
hook GitHub

social-hook: Auto-Generate Social Media Content From Git Development Activity

A Claude hook that automatically generates social media content based on your development activity. When you commit or reach development milestones, the hook creates draft posts for social sharing — useful for indie hackers building in public.

social mediaautomationhookdevelopmentbuild in public
by moikas-code Mar 13, 2026 6/10
skill GitHub

ai-skills-manager: Team Tool for Creating, Testing, Distributing, and Managing AI Skills

A skills management system that enables team members to create, test, distribute, install, update, and remove skills from their projects and user space. Provides a structured lifecycle for AI skills in team environments, similar to a package manager but for Claude Code skills.

skillsteamdistributionmanagementlifecycle
by zncdata-labs Mar 13, 2026 7/10
hook GitHub

shush: AST-Based Bash Command Safety Guard Plugin for Claude Code

A safety guard plugin that uses AST (Abstract Syntax Tree) analysis to classify bash commands by risk level before Claude executes them. Blocks dangerous commands based on their syntactic structure rather than simple string matching, providing more reliable protection.

safetyASTbashsecuritypluginguard
by nicholasgasior Mar 13, 2026 8/10
skill GitHub

swift-security-skill: Skill for Secure Credential Storage and Cryptography on Apple Platforms

A Claude Code skill covering secure credential storage and cryptography on Apple platforms. Includes Keychain Services, biometric authentication, CryptoKit, and OWASP compliance patterns for iOS and macOS. Gives Claude Code agents proper security guidance for Apple platform development.

securitySwiftiOSmacOSKeychainOWASPCryptoKit
by ivan-magda Mar 13, 2026 7/10
app GitHub

cortex: Cross-Session Memory for Multi-Agent Teams (OACP Example App)

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
workflow GitHub

skillfoundry: AI Engineering Framework With Quality Gates and Persistent Memory

An AI engineering framework with built-in quality gates, persistent memory, and multi-platform support. Works inside Claude Code, Cursor, Copilot, Codex, and Gemini — making it platform-agnostic for teams using multiple AI coding tools.

frameworkquality gatesmemorymulti-platformengineering
by samibs Mar 13, 2026 7/10
skill GitHub

pr-review-skill: AI PR Review Pipeline That Cuts 30-45 Min Reviews to 8 Min

A Claude Code skill that creates a structured AI-powered PR review pipeline. Reduces typical 30-45 minute code reviews to under 8 minutes through a systematic, consistent review process that checks logic, style, security, and potential regressions.

PR reviewskillcode reviewefficiencypipeline
by junyoung2015 Mar 13, 2026 8/10
app GitHub

rehoboam: TUI for Monitoring Claude Code Agents in Real Time

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
MCP GitHub

agent-context-code: 100% Local Semantic Code Search With Hybrid Search and MCP

A fully local semantic code search tool with hybrid search combining vector embeddings and BM25, AST-aware chunking for better code understanding, and native MCP integration. Gives AI coding assistants surgical access to your codebase without sending code to external services.

semantic searchBM25ASTMCPlocalvector
by tlines2016 Mar 13, 2026 7/10
MCP Reddit

PrompyAI: MCP Tool That Scores and Rewrites Prompts Using Your Real Codebase Context

An MCP tool called PrompyAI that plugs into Claude CLI and scores your prompts 0-100, identifies missing context, and rewrites them using your actual codebase (files, symbols, structure). One-command install. In testing, a prompt went from score 43 to 74 just by adding the right codebase context.

promptsMCPcontextcodebasescoringquality
by FeedbackTough3494 Mar 13, 2026 7/10
skill Reddit

B2B SaaS Growth Playbook as a Claude Skill: PMF, PLG, SLG, Channels, Partners

A Claude skill condensing real B2B SaaS growth patterns from companies like HeyGen, Deel, Vercel, and Supabase into a structured operator's handbook. Covers PMF validation, PLG/SLG strategy, affiliate programs, channel partnerships, and scaling metrics — less generic than typical AI growth advice.

B2BSaaSgrowthplaybookskillPMFPLG
by Shadow-Monarch015 Mar 13, 2026 6/10
skill Reddit

solid-audit: Claude Code Plugin to Audit and Fix SOLID Principle Violations

A Claude plugin that audits code for SOLID principle violations and suggests fixes. Supports Python, TypeScript, Java, Go, C#, Kotlin, Ruby, and PHP. Installable directly from the Claude Code marketplace with /plugin commands, then run /solid-audit to get a detailed report.

SOLIDcode qualityauditpluginrefactoring
by muthukrishnan749 Mar 13, 2026 7/10
app GitHub

claude-status: Live Status Line Showing Context, Cost, Model, Branch, and Worktree

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
hook Reddit

A/B Test of oh-my-claudecode Hooks: Nuanced Results, Less Dramatic Than Claimed

A controlled experiment running the same coding task 6 times — 3 with oh-my-claudecode hooks ON, 3 OFF — using Claude Sonnet 4.6. The result was less dramatic than the hype surrounding external hook tools suggests. Repo includes the test methodology and raw results for others to verify.

hooksoh-my-claudecodeA/B testexperimentevaluation
by Dangerous-Formal5641 Mar 13, 2026 6/10
MCP Reddit

Guide: Writing MCP Tools in C# (.NET Framework 4.8) for Claude Desktop and Code

A complete documentation and code guide for building custom MCP tools in C# (.NET Framework 4.8). Covers the latest MCP specification, enabling automation that controls external processes, software, API integrations, and IoT devices from Claude Desktop or Claude Code.

C#.NETMCPdocumentationguidecustom tools
by adriancs2 Mar 13, 2026 6/10
MCP Reddit

log-context-mcp: Preprocess Logs Before Claude Context — 96% Token Reduction

An MCP server that preprocesses log files before they enter Claude's context window. Deduplicates lines, groups stack traces, strips noise, and produces a ~1000 token summary instead of raw 15k-token log dumps. Built to solve the specific pain of debugging with Claude Code on verbose log files.

logsMCPtoken reductiondebuggingpreprocessing
by xlllc Mar 13, 2026 8/10
app GitHub

claude-code-notify: Desktop Notifications for Claude Code Task Completions

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
workflow Reddit

Spec Your Features Like an Engineer Before Giving Claude Code Anything to Build

A developer with years of pre-AI SaaS experience argues that treating Claude Code as a force multiplier — not a magic wand — requires detailed feature specs. Writing precise, engineer-style specs before starting produces dramatically better outputs than vague requests like "build me an app."

workflowspecsbest practicesmethodologyengineering
by Accomplished-Tip7106 Mar 13, 2026 7/10
app Reddit

QuadCode: Native Mac App to Run Claude and Other AI Agents Side by Side

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 Reddit

3-Layer Relational Memory for LLMs: Models the Relationship, Not Just Facts

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

ClaudeAgentViewer: Local Web UI for Browsing Claude Code Session Logs

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
skill GitHub

semantic-scholar-skills: S2-First Discovery Engine for AI Research Workflows

A Python library, set of Claude Code skills, and MCP server built around Semantic Scholar (S2) as the primary source for AI research discovery. Enables research workflows that search and retrieve academic papers directly from Claude Code.

researchSemantic ScholarMCPskillacademic papers
by zongmin-yu Mar 13, 2026 6/10
app GitHub

CommandMate: Issue-Driven AI Development IDE for Claude Code and Codex

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
skill GitHub

health-skillz: Claude Skill for Personal Health Records via SMART on FHIR

A Claude Skill that connects to and analyzes personal health records using the SMART on FHIR standard. Enables Claude Code to query health data from FHIR-compatible sources, making it useful for health-focused development and personal health analytics.

healthFHIRmedical dataskillSMART
by jmandel Mar 13, 2026 6/10
workflow Reddit

BMB v0.2: 9 AI Agents Grade Code Through Blind Review Before Any Merge

BMB (Be My Butler) applies factory accident theory to AI coding — tracking near-misses to predict future failures. v0.2 adds a watchdog Analyst agent that queries a SQLite DB after every pipeline run, a Consultant with full visibility but no authority, and Context7 MCP for live docs. Open source, MIT licensed.

multi-agentcode reviewqualityopen sourcepipeline
by Life-Grass5160 Mar 13, 2026 7/10
MCP GitHub

Unity-MCP: AI Bridge Connecting LLMs to the Unity Editor via MCP

An MCP-based bridge that connects AI models and coding agents directly to the Unity Editor. Enables AI to generate Unity code, debug errors, and automate game development tasks within the project. Supports Claude Code and other LLMs for Unity game development workflows.

Unitygame developmentMCPautomationeditor
by IvanMurzak Mar 13, 2026 7/10
workflow GitHub

codeframe: Think → Build → Prove → Ship Project Delivery System

A project delivery system where AI agents handle the code while CodeFrame manages everything before and after — requirements, verification, and deployment. Follows a structured Think → Build → Prove → Ship pipeline, turning ideas into verified, deployed code with clear stages.

deliveryworkflowautomationdeploymentpipeline
by frankbria Mar 13, 2026 7/10
skill GitHub

.agents: Production-Tested Agents, Skills, Commands, and Rules for AI Coding

A collection of agents, skills, commands, and rules for AI-powered coding tools used daily in production at Weaverse. These are real-world tested configurations that supercharge development productivity across multiple AI coding tools.

agentsskillscommandsrulesproduction
by Weaverse Mar 13, 2026 7/10
app Reddit

Theow: Auto-Heals Failing Python Functions at Runtime Using LLMs

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
workflow Reddit

Non-Coder Workflow: 9 Projects on Filesystem + Cowork for Sustained Knowledge Work

A detailed Claude workflow for non-coders using Chat + Filesystem + Cowork on the Desktop app. Nine projects each with their own directory, following a structured layout: WORKFLOW.txt (entry point), HANDOFF.txt (state snapshot), REFERENCE.txt (on-demand detail), TASKS.txt. Optimized to extend the sweet spot of Claude sessions as long as possible.

workflownon-coderfilesystemproject managementDesktop
by EightFolding Mar 13, 2026 6/10
MCP Reddit

burnmeter: MCP for Instant Infrastructure Cost Breakdown Across Your Stack

An MCP server that aggregates infrastructure costs across Vercel, Railway, Neon, OpenAI, Anthropic, and more. Ask Claude "what's my burn this month?" and get a full breakdown across your stack in seconds — no new dashboard, no extra tabs. Free, open source, runs locally.

costMCPVercelRailwayinfrastructureopen source
by mpMSFT Mar 13, 2026 7/10
app GitHub

dotagents: Organize AI Agent Context Files to Reduce Token Usage

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
MCP GitHub

claude-crawl: Web Search, Fetch, and Crawl via Jina AI and Firecrawl for Claude

An MCP server providing web search, page fetching, and full site crawling capabilities via Jina AI, Cloudflare Browser Rendering, and Firecrawl. Gives Claude Code tools to search the web and scrape content as part of coding and research workflows.

web searchcrawlMCPJina AIFirecrawl
by hex Mar 13, 2026 7/10
skill GitHub

appstore-details: Skill That Auto-Generates App Store Metadata From Xcode Project

A Claude Code skill that reads your Xcode project and generates complete App Store Connect metadata and In-App Purchase details ready to copy and paste. No manual data entry needed — the agent reads the project structure and produces all required fields.

XcodeApp StoreiOSskillmetadata
by DiNerdyYawdie Mar 13, 2026 6/10
skill GitHub

lenny-skills: 86 Essential Product Management Skills From Top Industry Leaders

A collection of 86 product management skills curated from top PM leaders, designed for PMs and founders to enhance their work with Claude's assistance. Covers frameworks, methodologies, and decision-making patterns used by leading product organizations.

product managementPMskillsfoundersframeworks
by TindanLawrence Mar 13, 2026 6/10
app Reddit

Terminal Status Bar for Claude Code: Token Usage + Memory Pressure at a Glance

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

agentdock: Web Dashboard for Managing Parallel AI Coding Agents Across Repos

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

octomind: Highly Configurable Autonomous Efficient-First Agentic AI CLI Framework

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
MCP GitHub

claude-mem: Auto-capture and Replay Claude Code Session Context

A Claude Code plugin that automatically records everything Claude does during coding sessions, compresses it using the Claude agent SDK, and injects relevant context back into future sessions. Solves the context amnesia problem between sessions without manual note-taking.

memoryplugincontextagent-sdksession
by thedotmack Mar 13, 2026 8/10
workflow Reddit

TIFU: MCP Agent Hallucination Loop Spent $3,400 on Proxy Instances

A Reddit cautionary tale where a multi-agent MCP setup for data scraping got caught in a hallucination loop, spawning paid proxy instances every 45 seconds for 14 hours and charging $3,400 to a corporate card. Essential reading on why you need hard spending limits and cost controls before letting agents near real payment credentials.

mcpagentscost-controlsafetycautionary-talebudget
by Feeling_Smile5027 Mar 13, 2026 7/10
workflow GitHub

YangDuck: Guided CLI to Configure Mac Dev Tools and AI Coding Aids

A beginner-friendly CLI tool that guides Mac users through installing and configuring development tools and AI coding aids including Claude Code. Useful for quickly bootstrapping a productive development environment without manually hunting down each tool.

setupmacosclideveloper-toolsonboarding
by ByGroover Mar 13, 2026 6/10
app X

Paper: Agent-Native Canvas — Claude Code and Cursor Can Read/Write HTML

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
MCP X

Superpowers Episodic Memory Plugin: Semantically Search Past Claude Code Conversations

A user report on combining the Superpowers Claude Code extension with its Episodic Memory plugin (available in the Superpowers marketplace), which indexes past Claude Code conversations and makes them semantically searchable. Provides a practical recommendation for teams that want persistent memory across sessions.

memorysuperpowerspluginsemantic-searchsessions
by @skillmcp Mar 13, 2026 5/10
skill X

Anthropic Hackathon Winner Claude Code Optimal Settings — Video Breakdown (Japanese)

A Japanese YouTube video ("ゆっくり解説" narrated explainer style) that thoroughly analyzes the Claude Code settings configuration used by an Anthropic hackathon winner. While in Japanese, the settings themselves may be extractable and applicable for English speakers interested in high-performance Claude Code configurations.

settingsconfigurationhackathonbest-practicesCLAUDE.md
by @kenlog_net Mar 13, 2026 5/10
skill Reddit

Family Logistics Skill: Weekly Scheduling for Busy Households

A Claude Code skill built by a healthcare family to solve complex weekly logistics: who's home, who's cooking, who handles childcare and dogs across opposite schedules. An example of using Claude Code skills for personal automation beyond coding—scheduling, constraint solving, and family coordination.

skillautomationpersonalschedulinglogistics
by PerceptionOld8565 Mar 13, 2026 6/10
skill GitHub

claude-code-kit: Starter Templates That Make Claude Code Behave Like a Staff Engineer

Drop-in CLAUDE.md starter templates designed to constrain Claude Code into behaving like a disciplined staff engineer rather than an eager intern. Covers scope management, code ownership, review workflows, and communication style—immediately usable in any project.

claude.mdtemplatesworkflowbest-practicesstarter
by tansuasici Mar 13, 2026 8/10
MCP GitHub

crawl4ai-mcp-server: Web Scraping and Crawling MCP for AI Agent Workflows

An MCP server wrapping crawl4ai that lets AI agents scrape and crawl the web effortlessly. Lightweight and designed for seamless integration into existing Claude Code workflows—ideal for research, data gathering, and content extraction tasks.

mcpweb-scrapingcrawlingdata-gathering
by amienbou121 Mar 13, 2026 7/10
app GitHub

llm-rustyolo: Run AI Agents With Filesystem, Privilege, and Network Isolation

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
skill Reddit

Hands-On Claude Skills Course: Build a Skill From Scratch Using Claude API as Evaluator

A 7-module browser-based interactive course that teaches Claude Skills by having you build a meeting-action-extractor skill from scratch. Uniquely uses the Claude API as the evaluation engine—it checks your skill files and gives contextual feedback on your code. A structured curriculum for learning skills development.

skillscourselearningclaude-apitutorial
by ScaryWatercress4560 Mar 13, 2026 7/10
MCP Reddit

Time-Travel Debugging for MCP Servers: Record and Replay Tool Calls

An open-source tool that records MCP tool inputs and outputs during agent sessions and lets you replay them later. Solves the core debugging problem with MCP agents: once a tool chain fails it's hard to reproduce. With recording, you can replay any session, inspect what each tool received and returned, and isolate failures.

mcpdebuggingreplaytestingobservability
by Casfaber_ Mar 13, 2026 8/10
app GitHub

claude-terminal: Multi-Session Terminal Manager With Tabs and Worktree Support

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
MCP GitHub

mcp-config-guard: Zero-Dependency Security Linter for MCP Configuration Files

mcp-config-guard scans MCP configuration files for 54 vulnerability types before server start—catching misconfigurations, exposed secrets, unsafe permissions, and other security risks. Zero dependencies, runs as a pre-start linter in your CI or local workflow.

mcpsecuritylinterconfigurationzero-dependency
by ary44892 Mar 13, 2026 8/10
MCP Reddit

mcp2cli: Turn Any MCP Server Into a CLI, Save 96–99% of Tool Schema Tokens

mcp2cli takes an MCP server URL or OpenAPI spec and generates a fully functional CLI at runtime—no codegen needed. LLMs then discover and call tools via --list and --help instead of having full JSON schemas injected into context on every turn. The core insight: tool schemas waste tokens; a CLI is a token-efficient alternative.

mcpclitoken-efficiencyopenapitooling
by knowsuchagency Mar 13, 2026 8/10
workflow Reddit

163,000 Lines of Code and 6,400 Tests Shipped Overnight With Claude Code

A developer shipped 163k lines of code and 6,400+ tests in a single overnight session using an autonomous Claude Code workflow. The system decomposed 144 tasks, ran them in parallel across worktrees, and merged results at dawn. A showcase of what fully autonomous multi-agent Claude Code pipelines can accomplish.

autonomousmulti-agentshowcasescaleovernight
by reybin01 Mar 13, 2026 7/10
skill Reddit

Simplest Guide to Building and Mastering Claude Skills

A clear guide explaining the three Claude primitives—Projects (knowledge base), Skills (instruction manuals), and MCP (tool connectivity)—and how to build skills from scratch. Explains when to use each, what belongs in a skill vs. a project, and how to structure SKILL.md files effectively.

skillstutorialguidemcpprojects
by HuckleberryEntire699 Mar 13, 2026 7/10
workflow Reddit

Built a Full Linux Distro Using Claude Sonnet and Opus as the Entire Dev Team

A 23-year tech veteran with no prior distro experience built a complete Linux distribution using 10–15 simultaneous Claude sessions across multiple monitors. The key insight: the most valuable skill in AI-assisted development is knowing enough to recognize when Claude is wrong, not just prompting well.

showcasemulti-agentlinuxautonomousparallel-sessions
by SkittleDad Mar 13, 2026 7/10
app GitHub

sandbox-agent: Run Coding Agents in Sandboxes, Control via HTTP

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
workflow GitHub

cerveau.dev: Multi-Brain Protocol for Claude Code — One Protocol, Many Projects

cerveau.dev implements a shared MDPlanner-driven workflow protocol that works across many Claude Code projects without duplication. Selective rules, hooks, and agents are configured per project while the core protocol stays consistent. Solves the problem of maintaining coherent workflows across a large number of repos.

workflowmulti-projecthooksagentsmdplanner
by studiowebux Mar 13, 2026 7/10
MCP GitHub

outlook-assistant: MCP Server for Outlook Email, Calendar, and Contacts

An MCP server that lets your AI assistant manage Microsoft Outlook email, calendar events, and contacts directly from the conversation. Bridges Claude Code with the Outlook ecosystem for users on Microsoft platforms.

mcpoutlookemailcalendarmicrosoft
by littlebearapps Mar 13, 2026 7/10
app GitHub

tail-claude-gui: Desktop GUI for Reading Claude Code Session JSONL Files

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
workflow X

After 6 Production Projects: 5 Claude Code Practices That Actually Moved the Needle

After shipping 6 production projects with Claude Code, a developer shares the 5 practices with the highest ROI: invest 10 minutes in CLAUDE.md per session, use phase-based prompting (plan → review → execute), run /compact before you think you need it, use hooks for deterministic automation, and use subagents for parallel workloads.

workflowbest-practicesclaude.mdhookssubagents
by @mhdfaran Mar 13, 2026 7/10
app GitHub

ai-agent-session-center: Real-Time Dashboard With Animated 3D Robot Sessions

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

prompt-caching: Automatic Prompt Caching That Cuts Token Costs Up to 90%

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: Lightweight Persistent-Memory Companion for Claude Code

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: Make AI Agents Prove Their Code Is Correct

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
skill GitHub

claude-eureka: Claude Code Skills for ML/AI Researchers

A collection of Claude Code skills tailored for ML and AI researchers: experiment tracking, debugging model training runs, submitting jobs to SLURM clusters, and more. Fills a gap in the ecosystem for researchers who need AI coding assistance integrated with scientific computing workflows.

skillsmachine-learningresearchslurmexperiment-tracking
by Gaaaavin Mar 13, 2026 7/10
workflow GitHub

autoimprove: Autonomous Codebase Improvement Loop for Claude Code

autoimprove creates a self-driving improvement loop: Claude Code repeatedly analyzes the codebase, identifies improvements, makes changes, verifies them, and repeats. Designed for background autonomous operation where you point it at a repo and let it improve continuously.

autonomousautomationcode-qualityself-improvement
by benmarte Mar 13, 2026 7/10
workflow GitHub

ductwork: Run AI Agents on Schedules With a Single Go Binary

ductwork is a single Go binary that schedules AI agent tasks with skills, persistent memory, and standalone or distributed execution modes. No external dependencies required. A minimal alternative to heavy orchestration frameworks for teams that just want scheduled agent runs.

schedulingorchestrationgostandalonedistributed
by Smileyjman Mar 13, 2026 7/10
app Reddit

Dojigiri: SAST API With 121 Rules for LLM Security (OWASP LLM Top 10)

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
MCP Reddit

Mac Accessibility MCP: Claude Controls Any Mac App via Accessibility Tree

A Swift MCP server that reads the accessibility tree of any running macOS app, giving Claude access to all buttons, text fields, menus, and UI elements—and the ability to click and type into them. More reliable than screenshot-based automation because it operates on the actual UI element tree rather than pixel coordinates.

mcpmacosaccessibilityautomationswift
by Deep_Ad1959 Mar 13, 2026 9/10
app Reddit

Ship Safe: 13-Agent CLI for Deterministic Security Code Reviews

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
workflow GitHub

flux: AI-Augmented SDLC Layer That Analyzes and Optimizes Coding Agent Sessions

flux sits between you and your coding agents, analyzing sessions to detect gaps and inefficiencies and recommending optimizations. Tracks what went wrong, where agents diverged from intent, and how to improve prompts and workflows over time. Designed to make you objectively better every day without losing your sanity.

sdlcanalyticssession-analysisoptimizationworkflow
by Nairon-AI Mar 13, 2026 7/10
workflow GitHub

Forge by ForgePrime: Dependency-Aware Task Orchestrator for Claude Code

Forge turns a high-level plan into tracked, dependency-aware tasks that Claude Code executes step by step. Each task is aware of upstream dependencies, ensuring the agent works through a plan in the correct order without skipping prerequisites. Focused on structured schema and code generation workflows.

orchestrationtask-managementdependency-graphplanning
by ForgePrime Mar 13, 2026 7/10
workflow Reddit

DIY Anthropic-Style PR Review: Skip the $25/Review Fee

A community guide showing how to replicate Anthropic's paid Code Review feature ($25/PR) using your existing Claude subscription and a local agent. The setup uses a skill, a worktree, and a cron job to get the same multi-agent PR review behavior at no additional cost.

pr-reviewcost-savingworkflowskillsautomation
by Otherwise_Baseball99 Mar 13, 2026 7/10
app Reddit

CW: CLI for Managing Multiple Claude Code Projects, Accounts, and Worktrees

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
MCP Reddit

SuperML: Claude Code Plugin for Full ML Engineering Pipeline

SuperML is an MCP-style plugin for Claude Code that handles the complete ML pipeline—researching approaches, planning execution, verifying hyperparameters, debugging divergence, and iterating hypotheses. It uses Leeroopedia, a large ML knowledge base, and claims a +60% performance boost on complex ML tasks vs baseline coding agents. Includes agentic memory that persists hardware specs and lessons across sessions.

mcpmachine-learningpipelineagentic-memory
by alirezamsh Mar 13, 2026 7/10
workflow Reddit

Night Watch: CLI That Runs Claude on a Schedule and Opens PRs While You Sleep

Night Watch is a CLI tool that picks up tasks from your GitHub Projects board, runs Claude Code autonomously on each task in an isolated worktree, and opens pull requests with the results while you sleep or work. It supports configurable schedules, branch strategies, and automatic cleanup. Built for developers who want to offload repetitive coding work to autonomous agents overnight.

automationschedulinggithubpull-requestsautonomous
by joaopaulo-canada Mar 13, 2026 8/10
workflow Reddit

DIY PR Reviewer Using Claude Subscription and Skills

A complete setup for automated PR reviewing using your Claude subscription: a cron job checks for new/updated PRs every 3 minutes, a shell watcher skips already-reviewed ones, and a /review-pr skill runs Claude Opus in an isolated worktree to detect what changed and generate structured feedback. Costs nothing extra beyond your subscription and outperforms one-shot prompting.

pr-reviewautomationskillscronworktree
by GeorgiaWitness1 Mar 13, 2026 8/10
app Reddit

grape-root: Cut Token Usage by Caching Repository Context Across Sessions

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: VS Code Extension + CLI for Live Claude Code Session Monitoring

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: Zero-Config Token-Efficient Code Exploration for Claude Code

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

customgpt-claude-quadruple-verification: Quality Gate Plugin for Claude Code

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
skill GitHub

brutal-honest-Skill: Ruthless Automated Code Review for 31+ Frameworks

A Claude Code skill that performs blunt, unfiltered automated code review across 31+ frameworks including game dev support. Features post-mortem verification and anti-AI-slop detection to catch the patterns AI agents commonly introduce. No sugar-coating—designed for developers who want honest feedback.

code-reviewskillanti-slopmulti-framework
by Gakuseei Mar 13, 2026 7/10
MCP GitHub

chrome-devtools-mcp: Control and Inspect Chrome via Chrome DevTools Protocol

An MCP server that gives Claude Code full control of a live Chrome browser through the Chrome DevTools Protocol. Enables reliable automation, debugging, and performance insights with actual CDP-level access rather than screenshot-based interaction. More reliable than coordinate clicking since you get real accessibility data.

mcpchromebrowser-automationcdpdebugging
by bklamheem Mar 13, 2026 8/10
app GitHub

AIAgentMinder: Session Continuity and Project Governance for Claude Code

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
skill GitHub

kicad-happy: Claude Code Skills for KiCad Electronics Design

A set of Claude Code skills for KiCad electronics design workflows: analyze schematics, review PCB layouts, download datasheets, source components, and prepare boards for fabrication. Useful for hardware engineers using AI-assisted PCB design.

skillskicadelectronicspcbhardware
by aklofas Mar 13, 2026 6/10
workflow Reddit

Fix: Claude Code /voice not working on WSL2 (Windows)

WSL2 lacks direct hardware audio, causing ALSA errors when using Claude Code voice mode. The fix involves installing the ALSA PulseAudio plugin and creating both user-level and system-wide ALSA configs to route audio through WSLg. A 3-step process that takes under 5 minutes.

voiceWSL2WindowsaudioALSA
by machdragon Mar 12, 2026 6/10
app Reddit

Claude Code Commander: Electron Desktop App for Multi-Repo Agent Orchestration

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
skill Reddit

Claude Skill for Hallucination-Free Islamic Knowledge via Supabase RAG

A Claude Skill that prevents hallucination on Islamic texts by refusing to answer from model memory. Every query triggers a live lookup against a Supabase database of 20,972 authenticated records (Quran verses + Sahih Bukhari + Sahih Muslim hadiths). Demonstrates how skills can enforce strict grounding in external authoritative sources.

skillRAGSupabasehallucinationgrounding
by New_Brush3972 Mar 12, 2026 6/10
workflow GitHub

faf-cli: Cross-AI Context Format CLI (AGENTS.md, GEMINI.md, .cursorrules)

A CLI tool for the Foundational AI-Context Format (.faf) that syncs project context across multiple AI coding tools. Supports init, scoring, bidirectional sync, and export to AGENTS.md, GEMINI.md, and .cursorrules — keeping your AI context consistent whether you use Claude Code, Codex, or Cursor.

contextAGENTS.mdcursorrulescross-toolCLIformat
by Wolfe-Jam Mar 12, 2026 6/10
MCP GitHub

MCP-Agent-Template: Multi-Agent RAG Workflow Starter Kit

A ready-to-use template for building multi-agent, retrieval-augmented AI workflows with components for document serving, Q&A bots, and agent orchestration. Provides a structured starting point for MCP-based agentic pipelines without writing boilerplate from scratch.

MCPtemplateRAGmulti-agentorchestration
by Misaya0 Mar 12, 2026 5/10
app GitHub

loom: Rust-Based Swarm Orchestrator for Claude Code Instances

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
workflow GitHub

devflow: Agentic Development Toolkit for Claude Code with Adversarial Reviews

A development toolkit built specifically for Claude Code that adds adversarial code reviews, persistent session memory, and quality enforcement guardrails. Helps maintain higher code standards by having Claude critique its own work before committing.

qualityreviewmemorysessionenforcementClaude Code
by dean0x Mar 12, 2026 8/10
command X

/twitter-writer: Custom Slash Command for Voice-Matched Tweet Generation

A Claude Code slash command that analyzes top-performing tweets from reference accounts, studies their structural patterns (word count, rhythm, hooks, closers), and generates new tweets in the user's own voice. A practical example of using custom commands to automate creative content workflows.

slash-commandcustom-commandcontentwritingautomation
by @Sabrina_Ramonov Mar 12, 2026 6/10
MCP X

Tic Tac Toe MCP Server in Erlang: Two AI Agents Playing via Claude Code

A demonstration of building an MCP server in Erlang and connecting it to Claude Code so two AI agents can play Tic Tac Toe against each other with custom personas. Shows that MCP servers can be written in any language — here Erlang — and used to coordinate multi-agent interactions.

MCPErlangmulti-agentdemogame
by @mteinum Mar 12, 2026 5/10
workflow X

RepoFortify + Claude Code MCP: Automated Security Fix Workflow

A security-focused development workflow: RepoFortify scans pushed code across 9 security dimensions, then Claude Code reads the fix plan via MCP and autonomously resolves the issues. No dashboards or reports — just push, scan, fix, repeat until the security score rises.

securityscanningMCPautomationworkflowRepoFortify
by @dsifry Mar 12, 2026 6/10
workflow X

Definitive terminal dev setup: Ghostty + neovim + supermaven + Claude Code split

A minimalist but powerful terminal development setup combining Ghostty terminal, neovim editor, free supermaven autocomplete, and Claude Code in a split pane. Shared by security researcher Simone Margaritelli (@evilsocket) as their preferred workflow. A quick reference for developers optimizing their Claude Code terminal environment.

terminalneovimGhosttysetupworkflowdev-environment
by @evilsocket Mar 12, 2026 5/10
workflow X

Run Claude Code remotely from iPhone using the free Termius SSH app

Termius is a free iPhone SSH client that lets you remotely connect to your work machine and run Claude Code from anywhere. The author uses this to keep AI agent sessions running between gym sets. A practical tip for extending Claude Code use beyond a fixed desk setup.

mobileremoteSSHiPhoneTermiusworkflow
by @TXpaintbrush Mar 12, 2026 5/10
MCP X

Autonomous code review loop: Claude Code + SonarQube MCP Server

Connect Claude Code to the SonarQube MCP Server to create a self-correcting code review workflow. Claude scans its own output, fetches SonarQube feedback, and refactors directly in the terminal until the code passes all checks. A powerful pattern for automating code quality enforcement within the Claude Code development loop.

SonarQubeMCPcode-reviewautonomousqualityrefactoring
by @SonarSource Mar 12, 2026 8/10
MCP X

WordPress-to-Astro MCP server: automated content migration via Claude

An MCP server that lets Claude automatically migrate WordPress content into an Astro project. Claude analyzes posts, transforms them into Markdown, and rebuilds the site structure for a modern static site workflow. Eliminates the manual export/import cycle for developers switching from WordPress to Astro.

MCPWordPressAstromigrationMarkdownstatic-site
by @vapvarun Mar 12, 2026 7/10
MCP X

Build any workflow as an MCP server skill: YC job finder with Claude Desktop

A guide to turning any multi-step workflow into an MCP server skill for Claude Desktop, illustrated with a YC job finder that searches for matching roles and sends personalized application emails to recruiters. Covers the full pattern from workflow design to MCP server deployment and Claude Desktop integration. Demonstrates that any process you can break into steps can be packaged as an agent skill.

MCPworkflowClaude-Desktopskillautomationjob-finder
by @akshay_pachaar Mar 12, 2026 7/10
MCP X

Claude Terminal as MCP server: expose terminal operations to any Claude Code session

Claude Terminal now exposes its functionality as an MCP server, making terminal operations (triggering workflows, querying databases, listing projects, time tracking) callable as tools from any Claude Code session. Turns a standalone terminal manager into a composable piece of a larger agent toolchain. Useful for teams with complex local tooling who want to unify access from Claude Code.

MCPterminaltoolchainworkflowcomposable
by @ClaudeTerminal_ Mar 12, 2026 7/10
MCP X

Facticity MCP Server: real-time fact-checking and claim verification in Claude Desktop

The Facticity AI MCP Server brings real-time fact-checking directly into Claude Desktop and other MCP-compatible tools. Provides claim extraction, source reliability scoring, and video transcription for verification workflows. A specialized MCP server for research, journalism, or any application that requires source validation alongside Claude's reasoning.

MCPfact-checkingverificationresearchsource-reliability
by @FacticityMage Mar 12, 2026 7/10
skill GitHub

AI Design Engineering Plugins: persona-driven concept-to-production guidance in Claude Code

A set of Claude Code plugins that use AI-driven design engineering personas to guide developers from initial concept through to production deployment. The personas provide structured guidance for building resilient agentic applications with consistent design patterns. Aims to make the full software development lifecycle more systematic when working with Claude Code.

pluginspersonasagenticdesignworkflow
by Yasas9029 Mar 12, 2026 5/10
app GitHub

claudex: Self-hosted Claude Code UI with full IDE experience

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
workflow GitHub

RalphLoop: Autonomous coding, testing, PR creation, and deployment pipeline with Claude Code

RalphLoop implements a fully autonomous development loop using Claude Code to handle coding, testing, pull request creation, and deployment in sequence without human intervention. Designed as an agentic CI/CD pattern for routine development tasks. Represents a practical implementation of end-to-end autonomous software delivery with Claude Code.

autonomousCI/CDpipelinePRdeploymentagentic
by FlowCoder-cyh Mar 12, 2026 7/10
skill GitHub

aws-agent-skills: AWS automation skills for Claude Code agents

A collection of Claude Code agent skills for AWS automation tasks, providing ready-to-use skill definitions for common AWS operations. Enables AI agents to interact with AWS services directly from a Claude Code session. Useful for teams building AWS-integrated workflows with Claude Code.

AWSskillscloudautomationagent
by itsmostafa Mar 12, 2026 5/10
skill GitHub

claude-code-starter: Beginner meta-documentation framework for vibe-coding with Claude Code

A starter template providing meta-documentation scaffolding for Claude Code projects, designed for beginners entering AI-assisted development. Includes foundational CLAUDE.md patterns and project structure tailored for vibe-coding practice. Good starting point for developers new to working with Claude Code on real projects.

starterCLAUDE.mdbeginnervibe-codingtemplate
by Redemptions7 Mar 12, 2026 5/10
MCP Reddit

MCP isn't dead — code execution replaces O(n) tool-calling round-trips

Argues that MCP as a discovery/transport protocol is sound, but classic sequential tool-calling is inefficient: each tool call requires an LLM round-trip, so N tools = N+1 LLM calls. The emerging alternative is having the LLM write code that calls all tools in one pass, reducing latency from ~22s for 10 tools down to a single call. Profiles purpose-built runtimes (Cloudflare Code Mode, Pydantic Monty) designed for this pattern.

MCPtool-callingcode-executionlatencyarchitectureruntime
by UnchartedFr Mar 12, 2026 8/10
skill Reddit

Shield: open-source Claude Code skill for SAST, secrets scanning, and dependency audit

Shield is a Claude Code skill that orchestrates multiple security scanners from a single /shield:shield command. It auto-detects your stack and runs Semgrep SAST, gitleaks secrets scanning, and npm/pip dependency audits, consolidating results into a unified report with a 0-100 risk score and OWASP/CWE/PCI-DSS compliance mapping. Found 103 secrets and 36 vulnerabilities in the author's own project, including AWS keys and a production .env tracked in git.

securitySASTsecretsvulnerabilityskillopen-sourcesemgrep
by alissonlinneker Mar 12, 2026 9/10
skill GitHub

CLAUDEmd: Multi-AI orchestration via CLAUDE.md with Auggie, Codex, and Gemini

A CLAUDE.md configuration framework that directs Claude to orchestrate context retrieval and analysis across multiple AI models including Auggie, Codex, and Gemini. Demonstrates how CLAUDE.md instructions can delegate specialized subtasks to different models for optimal results. Provides a template for teams wanting to build multi-model AI collaboration into their Claude Code workflow.

CLAUDE.mdmulti-agentorchestrationCodexGemini
by AnnsHarry Mar 12, 2026 5/10
workflow Reddit

Claude Code autonomous agent: permission scoping with --allowedTools and --max-budget-usd

A production guide for running Claude Code headlessly in cron jobs. Explains proper use of --allowedTools to scope permissions to exactly what a task needs instead of --dangerously-skip-permissions, with real cron job examples for log review and GitHub issue creation. Covers --max-turns and --max-budget-usd as essential safeguards for unattended sessions.

autonomouspermissionscronheadless--allowedToolsproduction
by NefariousnessHappy66 Mar 12, 2026 9/10
app Reddit

CodeBoarding: visualize Claude Code scope impact on your codebase in real time

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

claude-pager: Fast C transcript pager with clickable links and queued prompt composer

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
command GitHub

AI-powered slash commands for code review, bug analysis, and refactoring

A collection of AI-powered slash commands that bring common engineering tasks — code review, bug analysis, and refactoring — into a streamlined workflow. Designed to reduce context-switching by surfacing these capabilities directly in the development loop. Useful as a starting point for building custom Claude Code slash command workflows.

slash-commandscode-reviewrefactoringbug-analysis
by PeakSkyDiver660 Mar 12, 2026 6/10
workflow Reddit

56 Slash Commands, 318 Skills, 23 Agents: Open-Sourced Claude Code Behavioral Toolkit

After 5 months and 1,075 sessions shipping 12 products with Claude Code, this developer documented every failure pattern and built 9 behavioral rules, 56 slash commands, 318 skills, and 23 agents to fix them. The ruleset addresses issues like endless planning, broken code pushes, and over-engineering. All open-sourced with real-world battle-testing behind every rule.

workflowskillscommandsagentsbest-practicesbehavioral-rules
by treesInFlames Mar 12, 2026 9/10
MCP Reddit

Browser DevTools MCP vs Playwright MCP: 78% Fewer Tokens on Same Task

A direct benchmark running both MCPs on the same verification flow with Claude Code showed Browser DevTools MCP uses 78% fewer tokens (330K vs ~1.5M per run) with fewer turns and faster completion. The DevTools approach exposes browser internals directly rather than driving a full headless browser.

browserdevtoolsplaywrightperformancetokensmcp
by Shot-Ad-9074 Mar 12, 2026 8/10
MCP Reddit

MCP Server Using Real Chrome: 20 Parallel Tabs, 300MB RAM, No Bot Detection

This MCP server connects Claude to your existing Chrome profile rather than spawning a headless browser, avoiding Cloudflare/Akamai bot detection and reusing all your logged-in sessions. It runs 20 parallel tabs in 300MB of RAM versus 2.5GB for 5 headless browsers. Designed to solve the three biggest browser automation problems: detection, stale sessions, and memory bloat.

browserchromeautomationmcpbot-detectionperformance
by Many-Month8057 Mar 12, 2026 8/10
workflow Reddit

Stop Using print() in Claude Code: Give It a Real Debugger Instead

Relying on print() statements for debugging in Claude Code is expensive — each one consumes tokens, fills context, and causes the agent to guess at patches instead of understanding state. This post introduces a debugger skill that lets Claude set breakpoints, inspect state, and step through code without flooding the context window.

debuggingprintcontexttokensworkflowdebugger
by AlmogBaku Mar 12, 2026 8/10
command Reddit

SpecPact: Spec-Driven Development System With Native Claude Code Slash Commands

SpecPact solves two recurring Claude Code problems: sessions starting from zero with no knowledge of past decisions, and Claude implementing prompts rather than actual specs. It provides native slash commands to maintain living specifications and ensures Claude stays within specified scope across sessions.

specslash-commandsmemoryscopeworkflowcommand
by obidjon2000 Mar 12, 2026 8/10
workflow Reddit

Claude Code Agent Teams: One Prompt Spawns Three Parallel Teammates

Claude Code's Agent Teams feature spawns multiple independent sessions coordinating via a shared task list. One prompt split work across three teammates who each designed a different layer — Command, Agent, and Skill — all running in parallel. The post includes the full prompt and implementation repo.

agent-teamsparallelorchestrationskillworkflow
by shanraisshan Mar 12, 2026 8/10
app GitHub

swob: macOS App to Browse, Search, and Resume Claude Code Sessions

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
workflow Reddit

ctxforge: Context Sidekick for Claude Code With Persistent Per-Project Profiles

ctxforge solves the repeated context ritual at every session start: role, architecture, key files. It provides multiple named profiles per project (designer/developer/reviewer), specifying key files once that persist forever. A single init command sets everything up with reusable profiles.

contextprofilesmemoryworkflowproductivity
by AsparagusNo971 Mar 12, 2026 7/10
workflow Reddit

Analyzing 53 Days of Claude Code Prompts: Patterns, Habits, and Mistakes Revealed

By pointing Claude at ~/.claude/history.jsonl — the file storing every prompt ever typed — this developer had Claude analyze 447 prompts across 13 projects over 55 days. The analysis focused not on code quality but on prompting habits, repeated mistakes, and inefficiencies.

promptsanalysispatternshistoryself-improvement
by aviboy2006 Mar 12, 2026 7/10
hook GitHub

bitloops: Builds a Semantic Codebase Model From Developer-AI Interactions on Every Commit

bitloops captures every developer-AI interaction and attaches it to git commits, building a queryable semantic model of how your codebase evolved. You can query the history of AI-assisted decisions to understand why code is the way it is. Built for AI-native development workflows.

gitcommithistorysemanticai-nativehook
by Da-glitcher Mar 12, 2026 7/10
workflow Reddit

Claude Code Mutual Review: Agents Grade Each Other's Implementations Against a Plan

A non-developer built a mutual review system after getting frustrated with Claude Code diverging from plans. One agent implements while another compares work against the spec before moving on. The checkpoint-based workflow dramatically reduces divergence and debugging time.

multi-agentcode-reviewplanningvibe-codingworkflow
by Life-Grass5160 Mar 12, 2026 7/10
app GitHub

claude-board: Real-Time OTLP Telemetry Dashboard for Claude Code Sessions

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: Mobile and Web Client for Claude Code

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: Open-Source Autonomous CLI Agent With MCP, Skills, and Claude-Compatible Personas

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
hook GitHub

Mother May I (mmi): Automated Permission Management for Claude Code Bash Calls

mmi automates the permission decision process for Claude Code Bash tool calls, reducing the interruptions caused by constant approval prompts. Provides policy-based control over which shell commands Claude can run without human confirmation.

permissionsbashautomationsecurityhook
by dgerlanc Mar 12, 2026 7/10
app Reddit

tail-claude GUI: macOS App to Watch Claude Code Sessions Live, Built With Tauri

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: AI Desktop Butler Companion for Claude Code With 116 Emotions and Wake Word

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
skill GitHub

conclave: Skill That Makes Multiple LLMs Debate and Synthesize a Superior Answer

conclave is a Claude Code skill that pits multiple LLMs against each other: they debate and critique anonymously, then synthesize their best insights into a single, higher-quality answer. Useful for complex decisions where you want perspective beyond a single model's reasoning.

multi-llmdebatesynthesisskillquality
by tommasinigiovanni Mar 12, 2026 7/10
app Reddit

ccreplay: Turn Claude Code Session Logs Into Short Highlight Reel MP4 Videos

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
skill Reddit

Superpowers-Optimized Fork: 73% Fewer Tokens With Automatic Routing and Safety Hooks

A research-backed fork of the popular Superpowers plugin that adds automatic task routing, specialist reviewer skills for complex changes, and safety hooks, while maintaining the same workflow. Achieves 73% fewer tokens through smarter routing rather than reduced capabilities. Drop-in replacement.

optimizationtokensroutingsafetyskillsfork
by Double_Seesaw881 Mar 12, 2026 7/10
app Reddit

disclaw: Remote Control Claude Code From Discord Channels

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

Sentrux: Rust Feedback Sensor That Helps AI Agents Write Better Code on Large Projects

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
workflow Reddit

Let Claude Be the User: Replace E2E Test Suites With AI-Driven User Simulation

Instead of writing E2E test suites that test assumptions about user behavior, this developer replaced them with Claude literally clicking through the app on every PR, given a goal in plain English. After 6 weeks the approach catches more real failures than scripted tests.

testinge2esimulationworkflowquality
by Algerio_Susei Mar 12, 2026 7/10
skill GitHub

xpull: Agent Skill to Pull Tweets and Threads From X Without Login or API Keys

xpull is an agent skill that allows Claude Code to fetch tweets, threads, and articles from X/Twitter without authentication or API keys. Useful for research and content aggregation workflows that need to pull social content programmatically.

xtwitterscrapingskillresearch
by sanjeevneo Mar 12, 2026 7/10
MCP Reddit

fff MCP: File Search 10x Faster Than ripgrep With Indexing and Git Awareness

fff mcp is a file search MCP server that outperforms ripgrep by maintaining an index rather than scanning on every query. Features include dependency tracking, access tracking, git status awareness, and built-in file tracking — reducing round-trip costs for Claude Code file discovery.

file-searchperformancemcpindexinggit
by Qunit-Essential Mar 12, 2026 7/10
workflow Reddit

Vibe Graphing: Visual Orchestrator That Auto-Designs Agent Execution Graphs

Vibe Graphing lets you describe what you want and Claude designs the execution graph automatically — showing which agents run in what order with what dependencies. You review and approve the graph before execution, providing human-in-the-loop oversight without writing orchestration code.

orchestrationgraphagentshuman-in-loopvisual
by No_Pressure7134 Mar 12, 2026 7/10
workflow GitHub

architor: Phase-Gated Architecture Design With Decision Gates and Assumption Challenges

architor enforces a structured architecture design process through mandatory decision gates and challenges to assumptions before Claude writes code. Each phase must pass a quality gate before proceeding, and all decisions are documented as architecture decision records.

architecturedesignphase-gatedworkflowadr
by AhmedHabiba Mar 12, 2026 7/10
workflow Reddit

Claude Code v2.1.74: New autoMemoryDirectory Setting for Centralized Project Memory

Version 2.1.74 of Claude Code adds the autoMemoryDirectory setting, letting all projects share a single central memory directory instead of each project maintaining its own. This enables project-agnostic memory strategies and easier pruning of stale memories across the codebase.

memoryauto-memoryconfigurationupdatev2.1.74
by cosmicdreams Mar 12, 2026 7/10
hook X

Notification Hook: The Most-Downloaded Claude Code Workflow Addition

The most downloaded item on skillsmp.com is a simple notification hook that alerts you when Claude Code finishes a task. Knowing when the agent is done is described as the single most useful workflow addition, enabling truly unattended sessions.

notificationhookworkflowunattendedproductivity
by @dani_avila7 Mar 12, 2026 7/10
hook X

ElevenLabs TTS Hook: Add Voice Feedback to Claude Code for a Pair-Programming Feel

By adding an ElevenLabs text-to-speech script to Claude Code hooks, this developer made it feel like genuine pair programming — Claude reads its responses aloud after each paragraph. A creative use of the hook system to add audio presence to terminal-based coding sessions.

ttselevenlabsvoicehookpair-programmingaudio
by @0xnihilism Mar 12, 2026 7/10
hook X

Skill-Scoped Stop Hook: Resume Claude Code With Lower Resource Constraints on OOM

Claude Code supports skill-scoped stop hooks that can re-invoke Claude with a skill-specific prompt when conditions are met, such as lowering resource constraints and rerunning a workflow after an OOM error. An underdocumented feature with powerful recovery automation potential.

stop-hookoomskill-scopedhookautomationrecovery
by @jasonge27 Mar 12, 2026 7/10
app X

ngrep: Rust File Search 5-25x Faster Than grep for Claude Code on Large Repos

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
workflow Reddit

Review Plans, Not Code: Multi-Agent Review Workflow That Reduces Debugging Time

Instead of reviewing code after the fact, this workflow uses Opus to generate a plan first, then runs 2-3 review rounds with Codex to harden it before any implementation. A sub-agent implements while a second compares work against the plan at each checkpoint, dramatically reducing debugging time.

planningcode-reviewmulti-agentworkflowdebugging
by TearsP Mar 12, 2026 6/10
skill Reddit

Jetpack Compose Agent Skill: Up-to-Date Android Compose API Knowledge for Claude Code

A skill that injects current Jetpack Compose API knowledge into Claude Code, addressing the problem of outdated or hallucinated Android UI code. Keeps the agent's Compose knowledge current without relying on training data that may be months behind the latest APIs.

androidjetpack-composekotlinskillup-to-date
by anhvt Mar 12, 2026 6/10
skill Reddit

Startup Idea Validator: Claude Skill That Stress-Tests Ideas Before You Write Code

A Claude skill that runs a structured validation process on startup ideas — identifying customer discovery gaps, competitive landscape, and likely failure modes — before any code is written. The developer says it would have saved them 3 months of building something nobody wanted.

startupvalidationideationskillproduct
by ferdbons Mar 12, 2026 6/10
skill GitHub

LibreOffice-skills: Deterministic Python Skill Suite for LibreOffice Automation

A Python-based skill suite for controlling LibreOffice with AI agents in a deterministic way. Enables Claude Code to create, edit, and manipulate LibreOffice documents, spreadsheets, and presentations with predictable, reproducible outcomes.

libreofficepythonofficeautomationskill
by dfk1352 Mar 12, 2026 6/10
MCP Reddit

Telegram MCP Connector Using MTProto: Read Your Real Telegram Chats, Not Just Bot Messages

An MCP server that connects Claude to your actual Telegram account via MTProto (not the restricted Bot API), enabling it to read private chats, groups, and channels, search message history, and download media. Works on your personal account rather than requiring a separate bot.

telegrammcpmessagingmtprotopersonal
by Zealousideal_Key9172 Mar 12, 2026 6/10
skill X

Three Categories of Claude Skills Worth Building: Documents, Workflows, MCP Enhancement

A practical taxonomy for deciding which Claude skills are worth building: document/asset creation (reports, designs, code), workflow automation (multi-step processes), and MCP enhancement (teaching Claude how to use connected tools well). Helps prioritize skill development efforts.

skillstaxonomyworkflowmcpstrategy
by @gudanglifehack Mar 12, 2026 6/10
MCP X

MCP Problems Are Harness Problems: Context and Auth Managed in the Execution Layer

The argument that MCP underperforms is a harness problem, not a protocol problem. MCP unlocks behaviors impossible via CLI or APIs, but bad auth and context bloat need to be solved in the execution layer — where agents write code to progressively discover and call tools. A reframing of common MCP criticisms.

mcpharnesscontextauthperspective
by @RhysSullivan Mar 12, 2026 6/10
workflow X

Claude Code Planning Mode Spawns a Haiku Sub-Agent for URL Fetching Tasks

Claude Code's planning mode spins up an 'explore' sub-agent that attempts to fetch content from URLs, but since the explore agent lacks web search tools, it refuses. Notably, this sub-agent uses Haiku (not Sonnet/Opus), revealing how Claude Code internally routes lightweight research tasks.

planningsub-agenthaikuinternalsarchitecture
by @svarunid Mar 12, 2026 6/10
app X

AI Creative Asset Search Engine Built With Claude Code and Gemini Embedding 2

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

Claude Code Did My Taxes: Real Documents, Active Involvement, and $1,000+ Saved

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: Token-Saving Java File Reader for Claude Code Using tree-sitter — Saves 70-80%

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
skill Reddit

aise: Claude Code Self-Improvement Tool That Learns From Repeated Mistake Patterns

aise tracks mistakes Claude Code makes across sessions and identifies patterns — mistakes that occur repeatedly are extracted and added to CLAUDE.md as prevention rules. Unlike manually updating CLAUDE.md after each incident, aise automates the pattern recognition step and generates targeted, minimal instructions to prevent recurrence.

CLAUDE.mdself-improvementmistakespatternsautomation
by doomdayx Mar 12, 2026 8/10
app GitHub

claude-view: Live Dashboard for 10+ Claude Sessions With Cost Tracking and Sub-Agent Visibility

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: Filesystem Isolation for AI Coding Assistants With bubblewrap and MITM Proxy

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: Context Cleaning for Claude Code — Prune Bloated Sessions Automatically

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
MCP GitHub

a2a-mcp-server: Bridges All Three Agent Protocols — MCP, A2A, and ACP — in TypeScript

The only TypeScript multi-agent system that implements MCP, A2A (Agent-to-Agent), and ACP simultaneously. Provides 8 specialized workers, dual-write memory (SQLite + Obsidian), hot-reload plugins, smart routing, async task queues, and encrypted credential sync — enabling agents from different ecosystems to interoperate.

mcpa2aacpprotocolsinteropmulti-agenttypescript
by xrey167 Mar 12, 2026 8/10
app Reddit

Desktop App to Coordinate Multiple Claude Code Sessions With Tasks and Orchestration

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

Chrome Extension to Install Agent Skills From GitHub With One Click

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: Web Dashboard for Running and Managing Multiple Claude Code and Codex Agents

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
hook GitHub

sensitive-canary: Claude Code Hooks That Guard Secrets and PII Before Reaching Anthropic API

sensitive-canary is a set of Claude Code hooks that intercept outgoing requests and scan for secrets, API keys, and PII before they are sent to the Anthropic API. Implements a canary-style tripwire: if sensitive data is detected in tool inputs or file content, the request is blocked and the user is alerted.

hooksecurityPIIsecretsprivacyPreToolUse
by coo-quack Mar 12, 2026 8/10
workflow Reddit

Printable Claude Code Cheat Sheet — Auto-Updated Weekly by Claude Itself

A one-page printable reference for Claude Code commands, shortcuts, and features — generated by Claude researching its own documentation and updated automatically each week. Covers key slash commands, CLAUDE.md patterns, hook types, and MCP basics. Useful quick-reference for daily Claude Code users.

referencecheat-sheetcommandsCLAUDE.mdhooks
by Advanced-Many2126 Mar 12, 2026 8/10
MCP Reddit

mcp-skill: Turn Any MCP Server Into a Typed Python SDK With Pre-Built Skills

mcp-skill auto-generates typed Python client code from any MCP server's schema, turning it into a proper SDK with autocompletion and type safety. Now ships with a set of pre-built skills so you can get started immediately. Bridges the gap between raw MCP protocol and ergonomic Python usage in agentic workflows.

mcppythonsdktypedcodegen
by EternallyTrapped Mar 12, 2026 8/10
MCP GitHub

copilot-mcp: VSCode Extension to Browse and Install Agent Skills and MCP Apps

A VSCode extension that lets you discover and install Agent Skills and MCP servers directly from within VS Code — compatible with GitHub Copilot, Claude Code, and Codex CLI. Provides a GUI marketplace experience inside the editor rather than requiring manual GitHub browsing and file copying.

vscodeextensionmcpskillsmarketplacecopilot
by VikashLoomba Mar 12, 2026 8/10
app GitHub

xreview: Agent-Native Code Review for Claude Code Using Codex as Independent Reviewer

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: Telegram Bot for Claude Code CLI With Plugin System and Streaming

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
skill Reddit

Stop Over-Engineering Your CLAUDE.md — Let Claude Build It As You Work

Instead of pre-designing a complex CLAUDE.md structure, this post argues for letting Claude build and evolve it incrementally as you work through real tasks. The author has seen better results from CLAUDE.md files shaped by actual usage patterns than from elaborate up-front structures, and shares the workflow for guiding Claude to maintain it.

CLAUDE.mdworkflowbest-practicesincremental
by PawelHuryn Mar 12, 2026 8/10
skill GitHub

skill-manager: Auto-Detect and Disable Irrelevant Claude Code Skills Per Project

skill-manager analyzes your active project to determine which installed Claude Code skills are relevant and automatically disables the rest for that session. Reduces token overhead from irrelevant skill schemas loading into context and keeps tool selection focused on what the current project actually needs.

skilltoken-savingscontextproject-scopedautomation
by mrdenox109-nyx Mar 12, 2026 8/10
skill Reddit

Open-Source Library of 181 Agent Skills — Seeking Community Feedback on Gaps

A developer maintaining an open-source library of 181 Claude agent skills is asking the community what is missing. The library covers the full development lifecycle and is publicly available for contribution. Good resource for discovering battle-tested skills and for contributing new ones to fill gaps.

skilllibraryopen-sourcecommunitycollection
by nginity Mar 12, 2026 8/10
app GitHub

agent-toolbox: Trusted Cross-Tool Registry With Automated Security Vetting

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
MCP GitHub

mcp-tidy: Clear MCP Server Bloat to Improve Tool Selection in Claude Code

Adding many MCP servers degrades Claude Code performance because all tool schemas load into context even when most are irrelevant. mcp-tidy prunes stale, unused, or poorly-described MCP servers from your configuration and provides guidance on trimming schemas to the essential surface area, improving tool selection accuracy.

mcpperformancecontexttoolsoptimization
by caknuzur Mar 12, 2026 8/10
app GitHub

agentkernel: Run AI Coding Agents in Isolated MicroVMs With Sub-125ms Boot Times

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
hook GitHub

claude-memory-engine: Hook + Markdown Memory System With Zero Dependencies

A memory system for Claude Code built entirely on hooks and markdown files — no external dependencies, no database. PostToolUse hooks capture decisions and key context; a summary hook on session end updates a persistent memory.md. The entire system is under 200 lines and works across any project.

hookmemorymarkdownzero-dependencysession
by HelloRuru Mar 12, 2026 8/10
app Reddit

Tarvos: Automatically Starts New Claude Code Sessions When Context Degrades

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
hook X

5 Advanced Claude Code Tips Including a Self-Improvement Injection Hook

A thread covering five advanced Claude Code techniques: a UserPromptSubmit hook that injects one optimization hint after 8+ tool calls (reusable skill, memory pattern, or refactor), preemptive context hints, CLAUDE.md layering tricks, and two more patterns for power users. Good high-density reference for experienced Claude Code users.

hookUserPromptSubmitoptimizationtipsCLAUDE.md
by @DellAnnaLuca Mar 12, 2026 8/10
skill X

SkillsMP: A Marketplace With 200,000+ Agent Skills for Claude Code

SkillsMP is described as an App Store for AI agent skills — a marketplace of over 200,000 skills designed for Claude Code that extend what the agent can do beyond text and code generation. Skills cover integrations, workflows, domain expertise, and tooling. The most downloaded skill is a notification hook for task completion.

marketplaceskillscommunityextensions
by @Suryanshti777 Mar 12, 2026 8/10
hook X

Pre-Write Security Hook That Scans for Hardcoded Secrets Before Files Hit Disk

A PreToolUse hook for Claude Code that intercepts every file write and scans for hardcoded API keys, passwords, and other secrets before they are written to disk. If a secret is detected, the write is blocked and Claude is prompted to use environment variables instead — preventing accidental credential leaks.

hooksecuritysecretsPreToolUsecredentials
by @apex_ramya Mar 12, 2026 8/10
hook X

Hook-Based Workflow for Claude Code Context Window Management

A hook-based system that gives Claude Code better awareness and control of its own context window. Instead of silently approaching the limit, the hooks surface context usage and trigger structured summarization or handoff steps at configurable thresholds. Reduces context-overflow failures in long-running sessions.

hookcontextcontext-windowmemorysession-management
by @sanjitr11 Mar 12, 2026 8/10
app GitHub

edda: Automatic Decision Memory for Claude Code — Local, Deterministic, Zero API Cost

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: Web Dashboard and Autopilot for Claude Code Agents

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
MCP GitHub

modelmux: Dispatch and Orchestrate Tasks Across Claude, Codex, Gemini, Ollama via MCP

modelmux is a model multiplexer exposed as an MCP interface — you can dispatch tasks to a specific model, broadcast the same prompt to multiple models for comparison, or orchestrate cross-model pipelines. Supports Codex, Gemini, Claude, Ollama, and A2A agents through a single unified endpoint.

mcpmulti-modelorchestrationcodexgeminiollama
by pure-maple Mar 12, 2026 8/10
app GitHub

yume: Native Desktop UI for Claude Code With Orchestration and Multi-Provider Support

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 v0.9.5: Automated Codebase Improvement Running for Days Without Fails

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
skill Reddit

CC v2.1.74: New System Prompts Add +1750 Tokens — Title Generator, /stuck Skill, Memory Selection

Claude Code v2.1.74 shipped notable system prompt additions including a session title generator, a /stuck skill to diagnose frozen sessions, and an improved memory selection agent prompt. The changelog post breaks down each new prompt with the full text, useful for understanding how Claude Code uses its own built-in skills.

changelogsystem-promptskillsmemorystuck
by Dramatic_Squash_3502 Mar 12, 2026 8/10
skill Reddit

SKILL.md Linter That Catches Silent Cross-Agent Validation Failures

Skills that loaded fine in Claude Code silently failed in VS Code because the name field did not match the parent directory — a rule Claude Code does not enforce but VS Code does. This linter catches that class of cross-agent inconsistency and other SKILL.md structural issues before they cause hard-to-debug failures.

skilllintervalidationSKILL.mdcross-agent
by BradKinnard Mar 12, 2026 8/10
workflow GitHub

fellowship: Claude Code Plugin for Parallel Agent Quests With Worktree Isolation

fellowship orchestrates parallel Claude Code agents using git worktree isolation, phase gates, and strict context discipline. Each agent works in its own worktree so branches do not interfere, and phase gates ensure agents move in sync. Designed for multi-agent feature development with structured handoffs.

parallelworktreeagentsorchestrationphase-gates
by justinjdev Mar 12, 2026 8/10
MCP Reddit

OpenTabs: MCP Server That Hooks Into Apps Internal APIs (Slack, GitHub, Discord)

OpenTabs is an MCP server paired with a Chrome extension that intercepts the internal APIs web apps already use — Slack, Discord, GitHub, and more — rather than wrapping public APIs. Your AI can call slack_send_message or github_create_pr using the same session your browser already has. 100+ tools across 20+ services, no extra API keys required.

mcpslackgithubdiscordbrowserinternal-api
by opentabs-dev Mar 12, 2026 9/10
MCP Reddit

mcpkit: Use Any MCP Server as a CLI Skill in Claude Code, Cursor, or Codex

mcpkit bridges the gap between MCP servers and agents that lack native MCP support (or support it poorly). It wraps any MCP server and exposes its tools as a standard CLI skill that Claude Code, Cursor, Codex, and others can call directly. Useful when you want MCP tools in agents that do not natively speak the protocol.

mcpcliskillcursorcodexinterop
by spideyy_nerd Mar 12, 2026 9/10
skill GitHub

antigravity-awesome-skills: 1000+ Agentic Skills for Claude Code, Cursor, and Antigravity

A curated collection of over 1000 battle-tested SKILL.md files for Claude Code, Antigravity, and Cursor — including official skills from Anthropic and Vercel. Covers the full development lifecycle from planning and coding to deployment, testing, and specialised domains.

skillcollectionanthropicvercelantigravitycursor
by sickn33 Mar 12, 2026 9/10
MCP Reddit

MCP Hub That Cuts Claude Code Schema Tokens by 91%

Every MCP server dumps its full tool schema into context at session start — add a few servers and you lose thousands of tokens before typing anything. This MCP hub uses lazy loading and schema compression to reduce that overhead by 91%, making multi-server setups much more token-efficient.

mcptokensperformanceschemaoptimization
by MCKRUZ Mar 12, 2026 9/10
skill GitHub

Structured Prompt Engineering Skill With 300+ Curated Examples

Structured prompt engineering library and Claude Code skill featuring 300+ curated examples for writing effective AI prompts. Helps produce high-quality, precise prompts for Claude Code agents and downstream tasks.

prompt engineeringexampleslibrarytemplatesskill
by Marwane83930 Mar 12, 2026 6/10
app GitHub

Skiller: macOS Menubar App for Managing Claude Code Skills

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
MCP GitHub

claude-unity-bridge: File Protocol for Claude Code to Control Unity

File-based Command Protocol enabling Claude Code to trigger Unity Editor operations without a running Unity session. Built specifically for multi-agent and highly parallelized workflows in game development.

unitygame deveditor automationmulti-agentfile protocol
by ManageXR Mar 12, 2026 7/10
MCP GitHub

IDA Headless MCP: Multi-Session Binary Analysis via IDA Pro

MCP server for accelerating binary analysis by enabling multi-session concurrency with IDA Pro through Python workers. Allows Claude Code to interact with IDA headlessly for reverse engineering tasks with streamlined operations.

binary analysisIDA Proreverse engineeringsecuritymcp server
by Zdhhjhfjkhhhhjilk Mar 12, 2026 6/10
workflow GitHub

multi-agent-shogun: Samurai-Inspired Tmux Multi-Agent Orchestration

Samurai-inspired multi-agent system for Claude Code that uses tmux to run parallel AI tasks. Uses a Shogun to Karo to Ashigaru hierarchy for assigning and managing work across agents, inspired by feudal Japanese command structure.

multi-agenttmuxparallelorchestration
by yohey-w Mar 12, 2026 6/10
skill GitHub

Meridian: Zero-Config Tasks, Memory, and Rules for Claude Code

Zero-config setup for Claude Code that provides tasks, memory, and rules for predictable interactions without changes to your chat config. Designed to work out of the box without any configuration required.

tasksmemoryruleszero-configsetup
by adamwac2515 Mar 12, 2026 7/10
app Reddit

Money Money: Open-Source Personal Finance App Built With Claude Code

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
workflow Reddit

Using Claude Code as a Full CRM Brain With Markdown Skills

A real estate broker runs their entire client workflow using Claude Code — not for software development but as an AI-powered CRM. Thousands of lines of interconnected markdown skills handle client management, follow-ups, and deal tracking.

crmreal estatemarkdown skillsbusiness use casenon-developer
by EstablishmentThin744 Mar 12, 2026 7/10
workflow Reddit

Ask Claude to Probe You: Better Answers With Reverse Questioning

Instead of letting Claude make assumptions, ask it to interview you with targeted questions first. This shifts the agent into clarifying mode rather than guessing mode, reducing hallucinations and improving output quality on complex tasks.

promptingtipsagent behaviorworkflow
by CosmicInsignia Mar 12, 2026 6/10
skill Reddit

PlanKit: Lightweight In-Repo Planning Plugin for Claude Code

Claude Code plugin for in-repo project planning with four levels: Ideas, Roadmap, Steps, and Done. Each project gets its own planning folder committed to git. Claude reads your ideas, investigates the codebase, and asks targeted questions before proposing anything — no external tools or subscriptions.

planningproject managementpluginindie dev
by Jeehut Mar 12, 2026 7/10
workflow X

CLAUDE.md Folder Structure: Cut Prompt Writing from 10 Minutes to 10 Seconds

A workflow insight: structuring your project with the right auto-loaded files dramatically reduces per-prompt setup overhead. Certain CLAUDE.md files persist context across sessions and guide the AI without repetitive instructions.

CLAUDE.mdworkflowfolder-structurepromptingproductivity
by @sousa_brothers Mar 11, 2026 5/10
command X

Claude Code Adds /btw for Side Conversations While Agent Is Working

Claude Code introduced a /btw slash command that enables side conversations with Claude while the main task is still running. Allows communication and clarifications without interrupting the active workflow.

slash-commandfeatureworkflowcommunication
by @SeijinJung Mar 11, 2026 6/10
skill X

Claude Code Agent Skills Internals: Setup, Folder Structure, and Demos

A detailed study session article explaining Claude Code Agent Skills: the overview and folder structure for customizing Claude Code behavior, setup walkthroughs, usage tips, and hands-on demo content. Good reference for teams learning to build custom Skills.

skillsagent-skillstutorialfolder-structureextension
by @topickapp_com Mar 11, 2026 5/10
app Reddit

Malwar: Security Scanner for Malicious Instructions in SKILL.md Files

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: Semantic Search + One-Command Install for 45,000+ AI Agent Skills

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: Zero-Dependency Clipboard Screenshot Pasting for Claude Code

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: Self-Hosted Browser Access to Claude Code CLI from Any Device

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
MCP GitHub

chromadb-remote-mcp: Remote MCP Server for ChromaDB

A remote MCP server that connects Claude Code to ChromaDB vector databases over the network. Enables semantic search and RAG workflows using your own ChromaDB instance.

mcpchromadbvector-databaseragsemantic-search
by meloncafe Mar 11, 2026 6/10
app GitHub

340 Plugins + 1,367 Agent Skills with CCPI Package Manager for Claude Code

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

oss-autopilot: Claude Code Plugin for Managing Open-Source Contributions

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
skill Reddit

/discuss: Read-Only Discussion Mode Skill for Claude Code

A 25-line custom skill that puts Claude Code into a hands-off conversation mode—reads files, searches code, and does web lookups, but blocks all file modifications. Ideal for architecture discussions, codebase exploration, and thinking out loud without triggering unwanted edits.

skillslash-commandread-onlydiscussionexploration
by After_Book_7030 Mar 11, 2026 8/10
workflow GitHub

ralphex: Extended Ralph Loop for Autonomous AI-Driven Plan Execution

ralphex extends the Ralph autonomous execution loop to support more complex AI-driven plan execution. Enables agents to carry out multi-step plans with greater autonomy and persistence.

autonomousworkflowplanningloopexecution
by umputun Mar 11, 2026 5/10
app GitHub

viagen: Vite Dev Server Plugin for Claude Code SDK Integration

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: Human-Scale Interface for Multi-Agent Development

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
workflow Reddit

One-Hour Baby Tracker App: Stitch Mockups → Claude Code → Firebase Workflow

A real-world showcase of the modern Claude Code stack: UI mockups via Google Stitch, exported to project folder, Claude Code with browser extension for live testing, GoDaddy MCP for domain name search, and Firebase deployment. A full custom web app built from scratch in under an hour.

workflowfirebasemcpone-shotweb-app
by gobadia Mar 11, 2026 5/10
app GitHub

ClaudeNotifier: macOS Notification App for Claude Code

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
workflow GitHub

code-addiction: Spec-Driven Development Framework for AI Coding Agents

code-addiction enforces spec-driven development—define what you want built, and AI handles the implementation. Separates problem definition from execution to maintain clarity and control when working with autonomous coding agents.

spec-drivenworkflowframeworkdevelopment
by brabos-ai Mar 11, 2026 6/10
app GitHub

gal.run: Enterprise Governance Platform for Claude Code Agent Settings

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
skill GitHub

claude-powers: 3-Layer Memory Architecture + Skills + Hooks + MCP for Claude Code

An OpenClaw + Claude Code superpowers system implementing three-tier persistent memory alongside Skills, Hooks, and MCP integration. Addresses context loss between sessions by building long-term memory that persists across conversations.

memoryhooksmcpskillspersistencecross-session
by TheSoulGiver Mar 11, 2026 8/10
workflow Reddit

Build Bible + Atlas: Open-Source Methodology and Classification Framework for Claude Code

Three open-source repos distilling 2,900+ Claude Code sessions into reusable patterns. Build Bible documents 14 principles, 19 patterns, and 8 named anti-patterns with a live-update skill (/qq-bible-add). Atlas provides a KCA (Knowledge/Capability/Activity) classification model for consistent placement of hooks, skills, and references.

methodologyCLAUDE.mdpatternsclassificationbest-practices
by leefuhr Mar 11, 2026 7/10
app Reddit

CAS: Parallel Agent Orchestrator with Git Worktrees and SQLite Message Queue

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
workflow Reddit

Run Claude Code on OCI Free VM + Termux for Emergency Remote Coding

Guide to setting up Claude Code on an OCI Free Tier VM (24GB RAM, 4 vCPUs) accessible via Termux on Android over SSH. Eliminates the laptop dependency for production incidents. Cost is just the Claude subscription — the VM and Termux are both free.

remotesetupandroidtermuxocivps
by ravi_kovind Mar 11, 2026 7/10
workflow Reddit

Encode AI Reasoning Into Git Commits for Better Agentic Flows

Technique for capturing the decision-making trail from Claude Code sessions directly in commit messages. Covers "Key decisions" (including deliberate non-choices), approach rationale, and a "State for next iteration" handoff section so subsequent agent sessions pick up without re-deriving context.

gitcommitsagenticworkflowdocumentationcontext
by Fluffybaxter Mar 11, 2026 7/10
app Reddit

Build Product Demo Videos Free with Claude Code + Remotion

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
workflow Reddit

Running Claude Instances with Persistent Memory, Free Thinking Time, and Peer Agents

Experiment giving a Claude instance Matrix/Bluesky access, five unstructured thinking sessions per day, and persistent memory files. Multiple researcher-run agents share a chat room and debate philosophical ideas. Demonstrates multi-agent emergent behavior over weeks.

persistent-memorymulti-agentexperimentphilosophyautonomous
by gekko513 Mar 11, 2026 6/10
MCP Reddit

DAUB: MCP Server for Claude to Generate and Render UIs Without Copy-Paste

MCP server that lets Claude call generate_ui(), validate_spec(), and render_spec() tools to produce live interfaces from natural language — no JSX compilation or copy-paste. Exposes 76 components across 34 categories; rendering is two CDN files with zero build step.

mcpuijsonrenderingcomponentsno-build
by LateDon Mar 11, 2026 8/10
workflow GitHub

claude-code-magento-agents: 30+ Specialized Agents for Magento 2 Development

Collection of 30+ specialized Claude Code agents covering the Magento 2 development lifecycle — from module scaffolding and code review to deployment automation. Designed for expert collaboration and task delegation across complex e-commerce projects.

magentoe-commerceagentsworkflowphp
by NobreTakeshi Mar 11, 2026 6/10
workflow GitHub

amux: Open-Source Claude Code Agent Multiplexer for Parallel Unattended Runs

Run dozens of parallel Claude Code agents simultaneously using tmux, unattended. Open-source multiplexer that manages session lifecycle, coordination, and output aggregation across many concurrent agent instances.

tmuxparallelmultiplexermulti-agentunattendedautomation
by mixpeek Mar 11, 2026 8/10
workflow GitHub

iterate: Parallel Design Exploration with AI Agents on React

Tool for running multiple AI agent instances simultaneously to explore divergent design directions in React projects. Each agent branch explores a different implementation path, letting you compare results and pick the best outcome.

reactdesignparallelexplorationagents
by connorwhite-online Mar 11, 2026 5/10
skill GitHub

strangler_fig_newton: Claude Code Plugin for Migrating Monoliths to Microservices

Claude Code plugin that automates the Strangler Fig pattern for systematically migrating legacy monolithic codebases to microservices. Inspired by Martin Fowler's methodology and Obra Superpowers for incremental, low-risk extraction.

refactoringmicroservicesmigrationpluginarchitecture
by mhosner Mar 11, 2026 7/10
skill GitHub

smart-ralph: Spec-Driven Development with Smart Compaction for Claude Code

Claude Code plugin combining the Ralph Wiggum specification loop with structured spec-driven development and smart context compaction. Keeps agent sessions focused and grounded with persistent specification files that survive context resets.

spec-drivencompactionpluginralphworkflow
by tzachbon Mar 11, 2026 7/10
app Reddit

Codeman: Manage Claude Code Sessions Across All Devices via Browser

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
workflow Reddit

ArenaForge: Train RL Agents Through D&D Quests with Claude API Reasoning

Architecture using six PPO RL agents with persona-driven reward functions that play procedurally generated D&D quests managed by a DM agent. Integrates Claude Haiku/Sonnet chain-of-thought reasoning with episodic memory retrieval. Key finding: RL improved structural tasks, LLM layer improved social tasks.

reinforcement-learningmulti-agentd&dppoarchitecturereasoning
by HopeSame3153 Mar 11, 2026 5/10
skill Reddit

Model Bake-Off: Haiku vs Sonnet vs Opus Performance on Claude Code Skills

Benchmark evaluation comparing Claude Haiku, Sonnet, and Opus on skill execution in Claude Code. Notable finding: Haiku performs surprisingly well with well-written skill content, narrowing the gap with larger models. Methodology and results posted on tessl.io.

haikusonnetopusbenchmarkskillsevaluation
by sjmaple Mar 11, 2026 7/10
hook Reddit

Audio Feedback Hook: Play Mouse Click Sounds During Long Claude Code Tasks

Claude Code hook configuration that plays soothing mouse click sounds during long-running tasks using voice hooks. Demonstrates Commands → Agents → Skill weather orchestration pattern. Repo includes a collection of Claude Code best practice hooks.

hooksaudiofeedbackvoiceuxlong-running
by shanraisshan Mar 11, 2026 6/10
app Reddit

Switchboard: Electron Desktop App for Managing Claude Code Sessions

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
workflow GitHub

claude-code-mux: Multi-Model Session Multiplexer for Claude Code

Tool for running multiple AI models in parallel within a single Claude Code session, allowing seamless switching and comparison of outputs from different models during development tasks.

multiplexermulti-modelsessionworkflow
by YonickAzuma Mar 11, 2026 5/10
skill GitHub

agent-skills: Official PowerSync Agent Skills for Claude Code

Official collection of Claude Code agent skills from the PowerSync team. Provides ready-to-use skills for integrating PowerSync real-time sync capabilities, database operations, and offline-first patterns into Claude Code workflows.

powersyncsyncdatabaseskillsofficial
by powersync-ja Mar 11, 2026 6/10
skill Reddit

Turbo: 28 Modular Skills for Automated Testing, Review, and Self-Improvement

Skill set that automates the full cycle after implementation: write missing tests, run multi-agent code simplification, trigger Codex peer review, commit with clean messages, and create/update PRs. The /self-improve skill routes lessons from conversation corrections into CLAUDE.md or memory files so Claude improves per-project over time.

skillstestingreviewself-improvingcommitprautomation
by Caibot Mar 11, 2026 8/10
skill Reddit

Agensi: Marketplace for SKILL.md Files with Security Scanning

Marketplace for buying and selling Claude Code SKILL.md files. Skills go through automated security scans (dangerous commands, secret detection, prompt injection). Creators keep 80% of revenue. After two weeks: 300-500 daily visitors, 100 users, 12 skills, 98 downloads.

marketplaceskillssecurityskill.mdcommunitymonetization
by BadMenFinance Mar 11, 2026 7/10
workflow Reddit

PSA: Claude Code v2.1.72/v2.1.73 Has Native Memory Leaks — Workaround

Confirmed memory leak in Claude Code v2.1.72-2.1.73: ~490 MB/hour (macOS), ~980 MB/hour (Linux), up to 30 GB/hour worst case. Leak is in native ArrayBuffer allocations from undici HTTP streaming. Workarounds: set CLAUDE_CODE_DISABLE_AUTOUPDATE=1 or pin to v2.1.52.

bugmemory-leakv2.1.72workaroundperformancearraybuffer
by Terrible_Put8617 Mar 11, 2026 7/10
skill Reddit

Superpowers Brainstorming Skill Now Spins Up Interactive UI Mockup Web Server

Discovery that the Superpowers brainstorming skill now serves live UI mockup options via a local web server, letting you click to select a design before returning to the terminal. Invoked via /brainstorming or /superpowers:brainstorming.

superpowersbrainstorminguimockupskillinteractive
by oddslol Mar 11, 2026 5/10
MCP Reddit

Binance MCP: AI Agents Can Fetch Market Data, Backtest, and Execute Trades

Python MCP server enabling AI agents to interact with Binance — fetch market data, run backtests, paper trade, execute spot and futures orders, and evaluate strategies. Architecture designed around MCP tools for composable trading pipelines.

mcpbinancetradingfinancepythonbacktesting
by yournext78 Mar 11, 2026 5/10
app GitHub

claude-code-webui: Browser-Based Interface for Claude Code on Any Device

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
workflow GitHub

oh-my-claudecode: Zero-Learning-Curve Multi-Agent Task Orchestration

Multi-agent orchestration layer for Claude Code designed for minimal setup. Provides easy task delegation across parallel agents with zero configuration overhead, letting you focus on defining tasks rather than wiring agent infrastructure.

multi-agentorchestrationworkflowzero-config
by mazenyassergithub Mar 11, 2026 7/10
skill GitHub

tikhub_api_skill: Call TikHub APIs Across 12+ Social Media Platforms

Claude Code agent skill that discovers and calls TikHub API endpoints across 12+ social media platforms (TikTok, Instagram, YouTube, etc.). Lets agents fetch content, metadata, and analytics from social platforms during coding sessions.

tiktoksocial-mediaapiskilltikhub
by tiendatne2004 Mar 11, 2026 5/10
app GitHub

agent-session-viewer: Browse and Search Past AI Coding Session Insights

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

claudecodeusage: macOS Menubar App for Monitoring Claude Code Usage Limits

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
hook GitHub

claude-hooks: Security and Utility Hooks to Prevent Prompt Injection in Claude Code

Collection of Claude Code hooks focused on security hardening — blocks prompt injection attempts, validates tool calls, and adds utility extensions through custom scripts. Provides a defensive layer for unattended or multi-agent sessions.

hookssecurityprompt-injectionvalidationdefense
by oliverquaye23 Mar 11, 2026 8/10
skill GitHub

ai-agents-skills: Collection of Coding Assistance Skills for AI Agents

Curated collection of Claude Code skills for improved coding assistance, covering production-ready code generation, debugging patterns, and review workflows. Designed for efficient, high-quality agent outputs.

skillscodingcollectionproductivity
by Makiya1202 Mar 11, 2026 5/10
app GitHub

claude-vault: AI-Assisted Obsidian Knowledge Base Synced Across Devices

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
MCP GitHub

agent-orchestration: MCP Server for Shared Memory Across AI Agents and IDEs

MCP server that provides shared memory and task coordination across multiple AI agent instances, IDEs, and CLI tools simultaneously. Enables coherent collaboration where agents in different environments share the same knowledge context.

mcpshared-memorycoordinationmulti-agentide
by FASFG5T5 Mar 11, 2026 7/10
skill GitHub

agent-skills-cli: Install from 50,000+ Agent Skills with One Command

CLI tool for discovering and installing agent skills for Claude Code from a registry of 50,000+ skills. Single-command skill search and installation streamlines onboarding new capabilities into your workflow.

cliskillsregistryinstalldiscovery
by stbarbe Mar 11, 2026 7/10
workflow GitHub

planning-with-files: Persistent Markdown Planning and Progress Tracking for Agents

Workflow pattern using persistent markdown files for planning, progress tracking, and knowledge storage across agent sessions — inspired by Manus. Agents read and update these files to maintain state between sessions without relying on conversation context.

planningmarkdownpersistenceworkflowstate-management
by Hans11609 Mar 11, 2026 6/10
app Reddit

Claude for Excel and PowerPoint Now Share Context and Support Skills

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
skill GitHub

claude-react-kit: Claude Code Config to Enforce Clean Architecture in React

Drop-in Claude Code configuration for React projects that enforces clean architecture patterns and prevents technical debt accumulation. Manages context budgets and import conventions to keep large React codebases navigable for agents.

reactarchitectureclaude.mdconfigtechnical-debt
by wahmoh Mar 11, 2026 6/10
skill GitHub

creative-director-skill: Generate and Score Advertising Concepts with AI

Claude Code skill that generates advertising concepts, scores them against industry-standard creative director criteria, and iterates using proven creative methodologies. Useful for marketing teams using Claude Code to ideate campaigns.

marketingadvertisingcreativeskillideation
by eiwru Mar 11, 2026 5/10
workflow GitHub

ralph-aios: Story-Driven Agent Orchestration with Autonomous Learning

Agent orchestration framework using story-driven workflows to enable autonomous development and continuous learning within the Synkra AIOS framework. Builds on the Ralph Wiggum loop pattern for iterative, self-directed agent operation.

orchestrationstory-drivenautonomousralphlearning
by Ricocoswig Mar 11, 2026 5/10
workflow X

Tip: Ask Claude for a Continuation Prompt Before Restarting a Session

When Claude Code suggests restarting to continue, request a "restart prompt" before running /exit — Claude loses all memory on restart. Asking for a handoff prompt before exiting preserves the task context for the new session.

tipcontextrestartmemoryworkflow
by @KTLYST_labs Mar 11, 2026 5/10
workflow X

Fix: Claude Code Login Failure on macOS with LuLu or Little Snitch

If Claude Code fails its connectivity check on macOS when using a firewall like LuLu or Little Snitch, create a permanent Allow rule for the claude binary. This prevents the firewall from prompting and lets Claude Code pass its startup connectivity check.

macosfirewalllululittle-snitchtroubleshootinglogin
by @laurensvinson Mar 11, 2026 5/10
app Reddit

Claude Code Statusline: per-session colors, topic labels, and quota bars

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
MCP Reddit

CLI vs MCP Benchmarks: CLI is up to 32x cheaper due to MCP schema bloat

Scalekit ran 75 benchmark runs comparing CLI and MCP for AI agent tasks using Claude Sonnet 4 against GitHub's Copilot MCP server. MCP costs 4–32× more tokens than CLI because it injects tool schemas for all 43 available tools into every conversation, even for simple tasks. At 10,000 ops/month that translates to ~$3 (CLI) vs ~$55 (MCP). A schema-filtering gateway can close most of the gap.

mcpclibenchmarksperformancetokenscost
by nishant_growthromeo Mar 11, 2026 8/10
workflow Reddit

Managing AI on a Million-Line Codebase: CLAUDE.md and Memory Strategies

A widely-read guide (789k readers) explaining how to effectively use Claude Code on very large codebases. Key insight: write a CLAUDE.md that acts as an onboarding document — project structure, naming conventions, patterns, anti-patterns, and build commands. Covers the memory system for persisting knowledge across sessions and using voice-to-text for faster context capture.

claude.mdmemorylarge-codebaseworkflowonboarding
by Cultural-Ad3996 Mar 11, 2026 9/10
hook GitHub

klaudiush: Claude Code Hook Dispatcher for Git and Code Quality Validation

A validation dispatcher for Claude Code hooks that enforces git workflow standards, commit message conventions, and code quality rules. Centralizes hook logic into a single dispatcher, making it easy to maintain consistent enforcement across different types of Claude Code events.

hookgitvalidationcode-qualitycommit
by smykla-skalski Mar 11, 2026 7/10
skill GitHub

PapersFlow Research Skills: Literature Search and Citation Graphs via MCP

Reusable Claude Code skills for academic research workflows — literature search, citation graph exploration, and DeepScan monitoring, all powered by the papersflow-mcp server. Combines the Claude Code skills system with MCP for a domain-specific research assistant pipeline.

skillmcpresearchacademicliterature
by papersflow-ai Mar 11, 2026 6/10
app GitHub

Perspective: Claude Code Plugin to Reality-Check Your Project Approach

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
MCP GitHub

mcps-manager: Unified MCP Server Manager for Multiple AI Coding Agents

A unified manager for MCP (Model Context Protocol) servers that works across multiple AI coding agents. Simplifies the configuration, discovery, and lifecycle management of MCP servers when you use more than one AI coding tool.

mcpservermanagermulti-agentconfiguration
by jtianling Mar 11, 2026 7/10
app X

Upstash Box: Isolated Cloud Sandboxes with Built-in Claude Code

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
workflow X

Running Your Full Workday with Claude Code: CLAUDE.md, Skills vs MCP vs Hooks

A detailed video walkthrough from a CPO at a $2.6B company showing how to use Claude Code for an entire work day. Covers the daily planning command, CLAUDE.md configuration setup, the difference between Skills, MCP, and Hooks, and why he switched from Cursor to the terminal for Claude Code.

workflowclaude.mdskillsmcphooksproductivity
by @aakashgupta Mar 11, 2026 8/10
MCP X

Keep App MCP Server for Chatting with Your Markdown Feed

Keep, a markdown-based note-taking app, now ships an MCP server that lets you chat with your notes from Claude, ChatGPT, or any MCP-compatible client. Useful for writers, researchers, and non-technical users who want natural language access to their personal knowledge base.

mcpmarkdownnotesknowledge-basekeep
by @iannuttall Mar 11, 2026 6/10
command X

Use /btw to Ask Questions Without Interrupting Claude Code

The /btw slash command in Claude Code lets you pass notes or ask questions to the model without stopping its current task. Ideal for long-running agentic sessions where you want to communicate context without breaking the flow.

commandslash-commandtipsworkflowproductivity
by @greglukosek Mar 11, 2026 7/10
skill X

Organizing ~/.claude/ for Skills, Sub-Agents, and Shared Scripts

A developer shares their ~/.claude/ directory structure for managing Claude Code skills, custom slash commands, and shared shell scripts. The layout separates scripts/ (executable by agents), commands/ (slash commands), and CLAUDE.md (global config) for a clean, maintainable setup.

skillsub-agentorganizationCLAUDE.mdscriptsconfig
by @sho_tewodou Mar 11, 2026 7/10
workflow X

Running 5 Claude Code Agents Concurrently with Symphony + Linear

A developer runs five parallel coding agents in a "Code Factory" using the open-source Symphony orchestrator and Linear for task management. The setup took 2-3 days to configure and now drives 100% of their team's code output. Combines Claude Code with project management tooling for high-throughput AI development.

workfloworchestrationparallel-agentsSymphonyLinearautomation
by @ryancarson Mar 11, 2026 7/10
workflow X

Honest Team Review: Where Claude Code Excels and Where It Fails

After deploying Claude Code to a full dev team, one developer shares a candid breakdown: excellent for understanding unfamiliar codebases and finding cross-file bugs, but poor for greenfield architecture. The key insight is that AI amplifies existing developer skill rather than replacing judgment.

workflowteamdeploymentbest-practicesreviewproductivity
by @jl_allemann Mar 11, 2026 6/10
workflow X

HTML Mockup-First: Design Direction Before Agents Write Code

A practical workflow pattern gaining traction: before letting agents write any code, prompt for 10+ HTML mockups to nail the visual direction. Iterate until happy with the design, then proceed to implementation. This prevents costly rewrites, keeps agentic sessions focused, and dramatically improves output quality.

workflowmockupdesignvibe-codingbest-practicestips
by @0xSero Mar 11, 2026 7/10
MCP X

Firecrawl CLI: Web Scraping and Browsing Toolkit for AI Agents

Firecrawl launches a CLI toolkit for AI agents to scrape, search, and interact with the web. Supports clean data extraction from any page, full web search result retrieval, and cloud browser automation for interactive flows. Install via npx for immediate use in agent pipelines.

mcpscrapingwebCLIagentsfirecrawlbrowser
by @firecrawl Mar 11, 2026 6/10
workflow Reddit

Use a Secondary Agent to Refeed Context After Claude Compression

When Claude compresses its context window, spin up a secondary AI (e.g. Gemini) to read the past session log, extract the critical information, and feed it back. This lets Claude power through compressions without losing track of the task — described as caffeine for CLIs. Works with any cheap secondary model to restore continuity automatically.

contextcompressionmulti-agentworkflowcontinuity
by morph_lupindo Mar 11, 2026 7/10
app Reddit

Dragon Brain: Docker-Based Persistent Memory for Claude with Google Drive Backup

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

memeta: 102 Memory Techniques for AI Agents, All Coexisting Additively

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
skill GitHub

golang-skills: Modular AI-Driven Go Lessons as Claude Code Skills

A collection of Claude Code skills for Go programming, covering best practices, code reviews, concurrency patterns, and data structures. Each lesson is modular and AI-driven, making it easy to apply specific Go knowledge directly in your coding sessions.

golangskillscode-reviewconcurrencylearning
by dwana1 Mar 11, 2026 5/10
workflow GitHub

agent-message-queue: Maildir-Style File Queue for Local Agent-to-Agent Communication

A file-based message queue for coordinating communication between local AI agents, inspired by the Maildir format. Enables reliable agent-to-agent messaging without a server — the filesystem is the transport. Ideal for orchestrating multiple Claude Code subagents on a single machine.

multi-agentmessage-queuecommunicationmaildirorchestration
by avivsinai Mar 11, 2026 7/10
skill X

Complete Guide to Claude Code Skills: Foundations, Architecture, Testing, and Production

A single article covering the full lifecycle of building Claude Code skills — from foundational concepts and architectural patterns to testing strategies and production deployment. Aims to give developers everything needed to build skills that automate workflows and boost productivity.

skillsguidearchitecturetestingproduction
by @hooeem Mar 11, 2026 7/10
hook X

Build Auto-Memory with a Claude Code Stop Hook (Tip from the Claude Code Creator)

Boris Cherny (creator of Claude Code) shares a no-dependency pattern for automatic memory: create an agent stop hook that reads the conversation and documents key memories to CLAUDE.md or a notes file. No MCP server required — just a hook and a markdown file.

hookmemorystop-hookCLAUDE.mdautomation
by @bcherny Mar 11, 2026 8/10
hook X

Claude Code v2.1.10 Adds Setup Hook for Repository Init and Maintenance Workflows

Claude Code v2.1.10 introduces a Setup hook event triggerable via --init, --init-only, or --maintenance CLI flags. Lets you automate repository setup and maintenance tasks that run on first install or during upkeep. v2.1.11 also fixes excessive MCP connection requests for HTTP/SSE transports.

hooksetupchangeloginitmaintenance
by @oikon48 Mar 11, 2026 6/10
app GitHub

claude-architecture-mapper: Auto-Generate Mermaid Dependency Graphs for Claude Plugins

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
skill GitHub

financial-analyzer-lite: Free Stock Analysis Skill for Claude via yfinance

A Claude skill that pulls live stock data using yfinance and produces structured valuation and financial health analysis for any ticker. No paid API keys required — just install the skill and ask Claude to analyze a stock. Good starting point for custom financial research workflows.

skillfinancestocksyfinanceanalysisdata
by apex-stack-ai Mar 11, 2026 5/10
workflow Reddit

Monitoring Claude Agent SDK with OpenTelemetry: Metrics and Observability Patterns

A community discussion on production observability for Claude Agent SDK applications, featuring an OpenTelemetry-instrumented dashboard tracking token usage, error rates, request duration, cost distribution by model, and tool call patterns. Shares practical approaches for monitoring LLM calls in prod.

monitoringobservabilityopentelemetryagent-sdkmetricsproduction
by gkarthi280 Mar 11, 2026 6/10
workflow Reddit

Running Claude Agents in Docker with --dangerously-skip-permissions Safely

A practical guide to sandboxing Claude agents using Docker Compose with volume mounts, enabling full permission mode without risk. Covers mounting ~/.claude config read-only and common pitfalls like auth token expiry inside containers. Includes a reference Docker image (claudio-dev) for reproducible setups.

dockersandboxsecuritydangerously-skip-permissionsworkflowdevops
by besil Mar 11, 2026 5/10
workflow Reddit

Managing Claude Memory and Session Handoffs Across Context Limits

A community discussion on strategies for preserving project context when hitting session limits — including prompting Claude to write progress summaries before limits are reached, using subagent handoffs, and structuring memory files to minimize re-scanning tokens on resumption. Practical advice for long-running multi-session projects.

memorysessioncontext-limithandoffworkflowsubagents
by Vast_Measurement7171 Mar 11, 2026 5/10
app GitHub

agent-sessions: Native macOS Session Browser for Claude Code, Codex, and More

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

tuicommander: Desktop Terminal Orchestrator for Parallel AI Coding Agents

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
skill GitHub

shirman-digest: Automated AI & Tech Trends Digest Skill for Claude Code

A Claude Code skill that automates fetching and summarizing AI and tech news from shir-man.com into a structured digest. Useful as a template for building your own automated content aggregation skills within Claude Code workflows.

skilldigestautomationnewsai-trendscontent
by jojoprison Mar 11, 2026 5/10
skill GitHub

pseo-auditor-lite: Free Programmatic SEO Audit Skill for Claude

A Claude skill that audits programmatic SEO implementations — analyzing page templates, crawl budget allocation, and indexing health. Useful for developers and SEO practitioners who want AI-assisted analysis of large-scale content sites without manual tooling setup.

skillseoauditprogrammatic-seoweb
by apex-stack-ai Mar 11, 2026 5/10
workflow Reddit

Reliable Browser Automation Setups for Claude Code: Community Patterns

A community discussion compiling practical browser automation strategies for Claude Code, covering Playwright MCP, agent-browser CLI, Docker-based Playwright, and subagent isolation patterns. Highlights tradeoffs around token cost, reliability, and fallback handling between WebFetch and browser tools.

browserautomationplaywrightmcpworkflowreliability
by dandaka Mar 11, 2026 6/10
workflow Reddit

Agentic AI Partnership Methodology: 25k-Word Paper + Open-Source Templates

A comprehensive methodology for building a persistent, compounding AI partnership with Claude — covering shared memory architecture, cognitive engine design, trust-graduated autonomy, and multi-AI coordination. Includes fork-ready CLAUDE.md templates, continuity.md for temporal memory, and session protocols. Explicitly designed to keep humans thinking rather than becoming passive consumers of AI output.

claude-mdmemoryworkflowmethodologyagentictemplatespartnership
by soupcanninja Mar 11, 2026 8/10
MCP GitHub

tropical-mcp: Guarded Context Compaction for Codex and Claude-Style Clients

An installable MCP server that adds smart, guarded context compaction to Claude Code and Codex CLI clients. Helps manage growing context windows without accidentally losing important information by enforcing compaction policies before truncation occurs.

mcpcontextcompactionmemorytoken-management
by jack-chaudier Mar 11, 2026 6/10
MCP GitHub

roampal: Outcome-Based Persistent Memory MCP for Claude Code

An MCP server that maintains persistent memory across Claude Code sessions and adapts based on outcomes — promoting advice that led to good results and demoting advice that did not. Installable via pip, with support for both Claude Code and OpenCode. A novel approach to memory that learns from feedback rather than just storing context.

mcpmemorypersistenceadaptivelearningopencode
by roampal-ai Mar 11, 2026 7/10
workflow GitHub

claude-project-scaffold: Minimal Project Context Templates for Better Claude Accuracy

A scaffolding tool that generates lean, project-specific CLAUDE.md and context files — including only essential rules and conventions rather than bloated boilerplate. Designed to improve Claude accuracy by giving focused, relevant context without overwhelming the model with noise.

scaffoldclaude-mdproject-setupcontextworkflow
by falcosunny90-sudo Mar 11, 2026 5/10
command Reddit

/do-issue: Implement GitHub Issues in One Command

A custom Claude Code command that automates the full GitHub issue implementation workflow — reading descriptions, linked PRs, related issues, and codebase context before writing code. Reduces context-switching overhead and prevents common pitfalls like missed edge cases. Ideal for teams wanting consistent issue-to-PR quality.

commandgithubworkflowissue-trackingproductivity
by uhgrippa Mar 11, 2026 7/10
hook GitHub

claude-safe-bypass: Safety Hooks for --dangerously-skip-permissions Mode

A 3-layer safety hook system that intercepts and blocks catastrophic commands even when Claude Code runs with all permissions bypassed. Lets you get the productivity benefits of unrestricted mode without risking irreversible filesystem or system damage. Installable drop-in safety net for power users.

hooksafetypermissionsdangerously-skip-permissionssecurity
by ahmadhasan2k8 Mar 11, 2026 8/10
app GitHub

cc-notify: Phone Alerts When Claude Code Needs Attention on Remote Servers

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

claude-code-proxy: Transparent Proxy and Live Dashboard for API Interactions

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
MCP GitHub

code-graph-context: MCP Server for Deep TypeScript Codebase Understanding

An MCP server that builds rich dependency and call graphs of TypeScript codebases, then exposes them to LLMs as structured context. Instead of feeding raw files, it gives Claude a semantic map of how code components relate — improving accuracy on large or complex TypeScript projects.

mcptypescriptcode-graphcontextdependency-analysis
by drewdrewH Mar 11, 2026 7/10
skill Reddit

How do you find value with the Max subscription fees?

Genuine question as someone who has recently moved over from ChatGPT and never really saw the need to pay $200/month for it. Loving Claude so far and skills/Cowork has been a revelation for me give...

skill
by AnusMcBumhole Mar 11, 2026 6/10
command Reddit

ACP for Claude Code

Looking at the ACP protocol ( https://agentclientprotocol.com/ ) it seems like a great way to use agents from code editors and probably what the future of agents should be (very similar to LSP). Lo...

command
by Cautious_Angle6235 Mar 11, 2026 9/10
command Reddit

A Million Pixels - a collaborative AI art canvas

I built A Million Pixels to explore the capabilities of AI tooling and coding agents, and to help enable others to experiment with AI. Most of the coding was done by Claude code, most of the review...

review
by jeremy_lq Mar 11, 2026 7/10
command Reddit

Can games help build better outcomes and ideas for LLMs?

By accident really, and just for fun, I asked Claude and OpenClaw to choose a turn based game and play each other over a agent relay system we'd built to help them communicate between themselves, t...

by Puzzleheaded_Yard905 Mar 11, 2026 5/10
command Reddit

Claude Built Me An Agentic Marketing System

After 3 years, more hours than I can count, 562 bang energies, 115,000mg of nicotine, and a 365 zircher squat PR I've finally accomplished what I sent out to do thank to Claude Code. I've been in t...

review
by Nat_Syno Mar 11, 2026 8/10
skill Reddit

Repeatative tasks in co-work

What’s the best way to perform repetitive tasks in co-work? I have list of few accounts, that co-work researches following guides from the skills. But as expected after 4-5 accounts, the quality dr...

skillapi
by Visible_Resource9503 Mar 11, 2026 6/10
MCP Reddit

Claude Code can now Play Tiktok Videos

Claude Code picks Tiktok videos as I work! Now I don't have to use a browser to watch videos and get stuck in doomscrolling! This is an MCP server that connects my Tiktok and Youtube account to Cla...

mcpgit
by Ok_Employee_6418 Mar 11, 2026 9/10
MCP Reddit

Claude build frontend and backend and deploy to cloud in 1 min

I built Ink (ml.ink), a full stack deployment platform where the primary users are AI agents. You can install it as a Claude Code Skill or use as MCP. Then just say "deploy this". Ink auto-detects ...

mcpskillgit
by 1amrocket Mar 11, 2026 10/10
skill Reddit

Claude getting sloppy as I do more work. Anyone else?

I am an average excel user with little coding experience. I switched to Claude because I read so much about how it was better at coding than ChatGPT. At first it was great. It walked me through Pow...

skill
by Odd_Bad5188 Mar 11, 2026 6/10
skill Reddit

Implement a Skill if the design is already as per my liking?

I've been building my first mobile app via Claude(demo app to understand CC). Today the weekly limit would be reset. I wanna know if I need to implement a skill or not. At the beginning, I asked it...

skill
by Working_Question4361 Mar 11, 2026 7/10
MCP Reddit

Should we replace our MCP servers with Skills?

Been having various long & painful discussions at work about MCP vs Skills, obviously their purposes are different, however.. What if you take a comprehensive API documentation and build a tree of ...

mcpskillapi
by BuddhistMonkey1 Mar 11, 2026 9/10
command Reddit

Can Claude Code debug a .NET 10 app? If yes then how?

So far I've made this workflow: I created a command the user can trigger and give the URL of the bug information Claude code reads the bug info Builds and runs my net app using dotnet cli My app ex...

commandworkflow
by ThrowawayNabeel Mar 11, 2026 7/10
app Reddit

Agentic Data Analysis with Claude Code

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

the overcomplexification effect inhibition protocol

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
command Reddit

I'm typing /voice into Claude Code about 5 times a day

So there's the recent /voice command, enabled for 5% MAX subs. I didn't make the first cut, no idea when they're rolling it out to more people. Keep checking to see if it's magically enabled throug...

command
by BEARSSS Mar 11, 2026 6/10
skill Reddit

When do you create Agents vs Skills?

I’ve mainly created skills and not agents and I haven’t come across a concrete difference that makes it worthwhile to launch the other because I’ve found subagents go off the rails and do the wrong...

skill
by doomdayx Mar 11, 2026 6/10
command Reddit

CONTACT: 3D Naval Combat Game

TL;DR: Battleship, but in a 7×7×7 volumetric cube with submarines, a credit economy, and perks like sonar, depth charges, and recon drones. Three game modes: hot-seat PVP, Human vs Claude (Sonnet),...

apigit
by Gloomy_Engine_2893 Mar 11, 2026 8/10
command Reddit

Help with Claude not found in VS Code

I have the extension installed and working perfectly on Windows 11. But any command such as open Claude in Terminal, Agents, Memory... opens what seems to be a Claude terminal with its claude icon ...

command
by SaintsRom Mar 11, 2026 7/10
app Reddit

Marketing Pipeline Using Claude Code

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
command Reddit

Claude keeps ignoring hooks - is there anything that can be done?

I added a hook to run linter after Claude edits files in the repo. Since I added the hook, Claude constantly tries everything it can to avoid dealing with consequences of the hook failing. Just tod...

hookcommandclaude.md
by abzz123 Mar 11, 2026 8/10
app Reddit

Handling Domain rich complex enterprise grade codebases

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
skill Reddit

How to let Claude Code watch youtube video

I heard supposedly Gemini is the only AI that can watch youtube video right now, is that still the case, and if so is there claude code skill to enable that or do I simply load the Gemini model or ...

skillworkflow
by maraluke Mar 11, 2026 8/10
command Reddit

robinhood meets claude code

https://github.com/kevin1chun/rh-for-agents submitted by /u/freekcpls [link] [comments]

git
by freekcpls Mar 11, 2026 7/10
hook Reddit

AI Coding Policy

Thinking about this for my operation. Thoughts? -------------- # AI Coding Policy In the interest of transparency, here is our philosophy and policy on AI coding agents. ## Philosophy **Iterative D...

hook
by mdizak Mar 11, 2026 6/10
app Reddit

I built AgentLens a agent context window extension using Claude

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

Agent Skill Dependencies

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
skill Reddit

Did CC lose all it's memory today?

Been dealing with this over multiple sessions today, but it doesn't seem like sessions start with the correct context? like claude.md skills.md etc. arent' loading into context and it just forms a ...

skillclaude.md
by monkey_spunk_ Mar 11, 2026 8/10
command Reddit

Claude Code Rocks!

I set up OpenClaw and was interested in helping manage my Obsidian notes. But I decided to start with SilverBullet first and give it a try. Then, after losing the setup a couple of times and figuri...

by crgocaptain Mar 11, 2026 7/10
skill Reddit

Skill.md Git repositories or Gist to share?

Our friendly friend Claude suggested me to share my Shipping label printer skill for cropping down labels and printing them, just by telling that you added folders to a file that have shipping labe...

skillgit
by SunofaBaker Mar 11, 2026 6/10
skill Reddit

Projects / Cowork / Code

I feel unsure about which Claude module to use for my daily work working in finance. I find myself wanting and trying to build README files for agents that I want to use for my daily, weekly, month...

skill
by AIfinance123 Mar 11, 2026 7/10
skill Reddit

Improved version of systematic-debugging skill

Spent some time developing an improved version of the systematic-debugging skill for claude code. Might be helpful for some! https://github.com/pytholic/claude-skills/tree/main/systematic-debugging...

skillgittesting
by rajahaseeb147 Mar 11, 2026 9/10
command Reddit

How to have Claude use plugins freely to complete tasks

Yesterday, I realized that many of my prompts were not using my plugins to their max potential. This is because Claude was only using the plugin I invoked with a slash command. To fix this, I added...

commandclaude.md
by courtimus-prime Mar 11, 2026 6/10
app Reddit

Show: auto-accept and monitor Claude Code sessions

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

Why I run methodical full code base audits frequently.

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

Why AI Coding Agents like Claude Waste Half Their Context Window

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
skill Reddit

Whats your claude code "setup"?

How do you use your Claude Code? WHY you think your way is the best? Do you use it only in the terminal? Do you use it together with an IDE? If you have an IDE, which and why, and does it matter? D...

skill
by AerieAcrobatic1248 Mar 11, 2026 10/10
MCP Reddit

Built an MCP audio analysis server in Rust

I built audio-analyzer-rs , an MCP server that gives Claude direct access to audio file analysis. Assortment of spectral, harmonic, rhythm, LUFS loudness (EBU R128), dynamic range, the works. It's ...

mcp
by JuzzyD Mar 11, 2026 7/10
command Reddit

Claude Code session dashboard - open source, 3 commands to install

I've been running 3–4 Claude Code sessions simultaneously and kept hitting the same problem: no combined cost view, no way to see which session is thinking vs idle vs waiting for input, no visibili...

commandapigit
by ColdBeamGames Mar 11, 2026 9/10
app Reddit

Are you innovating at work?

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 Reddit

An app that turns your everyday work into Claude skills

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
skill Reddit

Good PR review prompt?

Hey, can anyone share a working prompt for a PR review? I want to create a skill that receives a branch name and reviews it according to specific steps. The problem I’m seeing is that the agent som...

skillreview
by NO2UT Mar 11, 2026 6/10
app Reddit

How are you sandboxing your AI coding agents?

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

I hate Vibecoded UI

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
MCP GitHub

AiDex: MCP Server for Persistent Code Indexing

AiDex is an MCP server that builds a persistent index of your codebase, giving Claude, Gemini, and Copilot instant access with 50x less context than traditional grep-based search. Works across AI assistants (Claude, Gemini, Copilot, Cursor). Eliminates the need to re-read files every session.

mcpindexingcontextcodebase
by CSCSoftware Mar 11, 2026 8/10
workflow GitHub

worktrunk: Git Worktree CLI for Parallel AI Agent Workflows

Worktrunk is a CLI tool that manages Git worktrees specifically designed for running multiple Claude Code agents in parallel. Each agent works in its own isolated worktree, preventing conflicts. Helps orchestrate simultaneous agent workflows on the same repo.

gitworktreeparallelagentsworkflow
by max-sixty Mar 11, 2026 7/10
hook GitHub

avakill: Open-Source Safety Firewall for AI Agents

avakill intercepts tool calls before they execute and enforces YAML-based policies to kill dangerous operations in real-time. Works with OpenAI, Anthropic, LangChain, and MCP. Provides a configurable safety layer between AI agents and your system without modifying agent code.

safetyfirewallhookspolicymcpsecurity
by log-bell Mar 11, 2026 8/10
hook Reddit

Vectimus: Pre-Tool-Use Hook System With Cedar Policy Enforcement

Vectimus uses Claude Code's pre-tool-use hooks to intercept Bash, Write, Edit, MCP, and WebFetch calls and evaluate them against 78 Cedar policies (368 rules) in ~3ms. If an action is dangerous, it blocks it and suggests a safer alternative. Runs entirely local.

hookspre-tool-usecedarpolicysafetysecurity
by xavier_j Mar 11, 2026 8/10
workflow GitHub

ate-series: Claude Code Agent Teams vs Subagents Benchmark

An experimental evaluation series comparing Claude Code Agent Teams against subagents across bug-fixing, feature implementation, and architecture design tasks. Provides structured benchmarks to help decide when to use agent teams vs subagents. Useful for teams designing multi-agent workflows.

benchmarkagentssubagentsevaluationmulti-agent
by kar-ganap Mar 11, 2026 7/10
MCP GitHub

claude-mermaid: MCP Server for Live Mermaid Diagram Preview

An MCP server that enables Claude to preview Mermaid diagrams with live reload. As Claude generates architecture diagrams, flowcharts, or ERDs in Mermaid syntax, the preview updates instantly. Eliminates the manual copy-paste workflow for diagram iteration.

mcpmermaiddiagramsvisualizationlive-reload
by veelenga Mar 11, 2026 7/10
skill GitHub

x402-payments-skill: Build Paid APIs on Base & Solana With USDC

The most comprehensive x402 payments skill for AI coding agents, enabling Claude Code to build paid APIs on Base and Solana with USDC. Includes a Sentinel Payment Router for agent-to-agent commerce. Targets the emerging agentic commerce ecosystem.

skillpaymentsx402cryptoagentic-commercesolana
by valeo-cash Mar 11, 2026 6/10
workflow Reddit

Feature-Driven-Flow (FDF): Structured 7-Phase Workflow for Claude Code

FDF is a markdown-first AI delivery framework that gives Claude Code a structured 7-phase flow: Scope, Explore, Clarify, Architect, Implement, Verify, Summarize. Designed for non-trivial software work, preventing premature implementation. Now supports Claude Code alongside Codex.

workflowframeworkphasesplanningstructured
by taluyev Mar 11, 2026 6/10
app GitHub

log-reducer: VS Code Extension That Reduces Log Files for AI Consumption

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: A Memory Upgrade for Your Coding Agent

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

claude-connector: Node.js API for Claude Code CLI

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
workflow GitHub

erg: Workflow-Driven Autonomous Coding Daemon for Claude Code

erg is a daemon that runs Claude Code autonomously driven by workflow definitions. It persists between sessions, executing tasks according to defined workflows without manual intervention. Suitable for unattended background coding tasks.

daemonworkflowautonomousbackgroundautomation
by zhubert Mar 11, 2026 7/10
skill Reddit

8 Claude Code Plugins for Agentic Commerce (UCP, ACP, Stripe, x402)

A suite of 8 Claude Code plugins covering agentic web protocols: UCP (REST/A2A), ACP (Stripe delegated payments), AP2 (crypto signing), and A2A (agent task delegation). Acts as an expert co-developer for building agents that shop, pay, and negotiate autonomously.

pluginspaymentsagentic-commerceprotocolsa2a
by NoAide1608 Mar 11, 2026 7/10
MCP GitHub

pyeye-mcp: Python Code Intelligence MCP Server

An extensible MCP server that provides semantic analysis and navigation for Python codebases. Gives Claude deeper understanding of Python code structure, imports, and dependencies beyond simple grep. Useful for large Python projects where structural understanding matters.

mcppythonsemantic-analysiscode-intelligencenavigation
by okeefeco Mar 11, 2026 7/10
skill GitHub

claude-skill-prompt-architect: Transform Vague Prompts Using 7 Frameworks

A Claude Code skill that rewrites vague prompts into structured, expert-level prompts using 7 research-backed frameworks: CO-STAR, RISEN, RISE, TIDD-EC, RTF, Chain of Thought, and Chain of Density. Helps get consistently better results from Claude by improving prompt structure automatically.

skillprompt-engineeringco-starrisenframeworks
by ckelsoe Mar 11, 2026 7/10
workflow GitHub

bug-hunter: Adversarial Multi-Agent Bug Finder With Auto-Fix

An adversarial AI bug hunter skill that works with Claude Code, Cursor, Codex CLI, GitHub Copilot CLI, and more. Uses a multi-agent pipeline to find security vulnerabilities, logic errors, and runtime bugs, then autonomously fixes them on a safe branch — without manual review loops.

skillsecuritybug-findingmulti-agentauto-fix
by codexstar69 Mar 11, 2026 8/10
app GitHub

audiobash: Voice-Controlled Terminal for Developers

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

keyjawn: Android Keyboard for LLM CLI Agents

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

claude-plugins-official: Official Anthropic-Managed Claude Code Plugin Directory

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
workflow GitHub

lucidshark: Unified Code Quality Pipeline for AI-Assisted Development

lucidshark provides a unified code quality pipeline specifically designed for AI-assisted development. Coordinates linting, testing, formatting, and review steps into a single workflow that keeps AI-generated code consistent with project standards.

code-qualitypipelinelintingtestingworkflow
by toniantunovi Mar 11, 2026 6/10
hook GitHub

agentcrumbs: Structured Debug Tracing for AI Agents

agentcrumbs adds a debug mode to any AI agent by injecting structured trace breadcrumbs inline. These traces are automatically stripped before git merge, giving full observability into agent decisions during development without polluting production code. From the Trigger.dev team.

debuggingtracingobservabilityhooksagents
by triggerdotdev Mar 11, 2026 7/10
app GitHub

codeflare: Cloud IDE With 5 Parallel AI Coding Agents in Cloudflare Containers

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
skill GitHub

dagster-io/skills: Official AI Skills for Working With Dagster

Official AI skills from the Dagster team for working with their data orchestration platform. Provides Claude Code with deep knowledge of Dagster patterns, assets, jobs, and best practices. Useful for data engineers who use both Dagster and Claude Code.

skilldagsterdata-engineeringorchestrationofficial
by dagster-io Mar 11, 2026 6/10
app GitHub

optimus-code: VS Code Extension for Parallel AI Agent Orchestration

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
skill GitHub

Anthropic-Cybersecurity-Skills: 611+ Security Skills for AI Agents

A comprehensive collection of 611+ cybersecurity skills following the agentskills.io open standard, compatible with Claude Code, GitHub Copilot, Codex CLI, Cursor, and Gemini CLI. Covers vulnerability assessment, secure coding patterns, and threat modeling for AI-assisted security work.

skillsecuritycybersecurityvulnerabilityagentskills
by mukul975 Mar 11, 2026 7/10
workflow GitHub

GAAI Framework: Governed Agentic AI Infrastructure for Reliable Delivery

GAAI turns any AI coding tool into a reliable software delivery system. Drop a .gaai/ folder into a project — Discovery defines what to build, Delivery executes autonomously until criteria pass. Works with Claude Code, Codex CLI, Gemini CLI, Cursor, and more. No SDK required, just Markdown + YAML + bash.

workflowgovernanceframeworkautonomousdelivery
by Fr-e-d Mar 11, 2026 8/10
MCP Reddit

MCP Pattern: Code Mode for Token-Efficient Tool Definitions

A writeup on using the "Code Mode" pattern (same approach Cloudflare open-sourced) to reduce MCP tool definition overhead from thousands of tokens to ~1,000 tokens using just two tools: search and execute. Applied here for autonomous keyword research. Useful pattern for any token-efficient MCP design.

mcptoken-optimizationcode-modepatterntools
by Ok-Macaron3016 Mar 11, 2026 6/10
app GitHub

token-optimizer: Audit Your Claude Code Context Window Overhead

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
skill GitHub

tech-leads-club/agent-skills: Secure, Validated Skill Registry for AI Agents

A security-focused, validated skill registry for professional AI coding agents. Skills are vetted before inclusion, making it safer to adopt community skills. Extends Claude Code, Cursor, Copilot, and Antigravity with confidence in what you're running.

skillregistrysecurityvalidatedprofessional
by tech-leads-club Mar 11, 2026 7/10
app GitHub

handclaw: Control Claude Code, Codex, and OpenCode via Slack

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
workflow Reddit

Using Claude Code With Google Workspace CLI to Clean Up Gmail Inbox

A practical workflow demonstrating Claude Code with the Google Workspace CLI skill to analyze and clean up a Gmail inbox with thousands of emails. Shows how to use Claude Code for real productivity automation tasks beyond coding, validating results in real-time.

workflowgmailgoogle-workspacecliautomationproductivity
by data-be-beautiful Mar 11, 2026 6/10
hook Reddit

Viberails: PostToolUse Hook That Enforces Codebase Conventions

Viberails is a CLI that uses Claude Code's PostToolUse hook to catch convention violations in real-time as Claude edits files. It auto-detects your existing conventions (file naming, test coverage, package boundaries), then enforces them without any configuration. MIT-licensed, works with JS/TS repos.

hookspost-tool-useconventionslintingjavascripttypescript
by Aeonizing Mar 11, 2026 8/10
app Reddit

RuFloUI: Visual Dashboard for Multi-Agent Claude Swarm Orchestration

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
MCP GitHub

claude-tools-mcp: Claude Code File and Shell Tools Exposed Over HTTP

An MCP server that exposes Claude Code's built-in tools (bash, read, write, edit, glob, grep) over HTTP for remote use by any MCP client. Enables distributed AI agent setups where remote agents need to operate on files and run commands on a different machine.

mcphttpremotetoolsdistributedbash
by mathematic-inc Mar 11, 2026 8/10
app GitHub

tokengolf: Gamified Claude Code Token Efficiency

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
workflow GitHub

claude-code-multipane-iterm2: 4-Pane iTerm2 Setup for Role-Based Claude Code

A step-by-step guide with screenshots for setting up a 4-pane iTerm2 layout for Claude Code, with each pane running a different role-based model (e.g. planner, coder, reviewer, tester) with colored prompts and one-command launch. Efficient multi-model workflow setup.

iterm2terminalmulti-paneworkflowsetupmacos
by pravindurgani Mar 11, 2026 6/10
MCP Reddit

Personal Finance MCP Server: Real Financial Data for Claude

An MCP server that connects Claude to real personal financial data — balances, transactions, recurring bills, and net worth across accounts. Works with Claude Desktop, Claude Code, and any MCP-compatible client. Enables natural language queries against your actual finances instead of generic budgeting advice.

mcpfinancepersonal-financedataintegration
by nexafin Mar 11, 2026 7/10
app GitHub

lazygaze: Split-Pane TUI for AI Code Review With Claude CLI

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
workflow Reddit

Cronde: Durable Cron for Claude Code That Survives Restarts

Cronde is a menubar app (Tauri/Rust backend, SQLite WAL) that provides durable cron scheduling for Claude Code, surviving reboots and terminal closes. Missed jobs fire once on wake (Anacron-style). Ships with a CLI and a PostToolUse hook that auto-imports CronCreate calls from Claude Code sessions.

cronschedulingpersistentautomationhookstauri
by YogiHD Mar 11, 2026 8/10
workflow Reddit

Clausona: CLI for Managing Multiple Claude Code Accounts

Clausona is a CLI that manages multiple Claude Code accounts with shared plugins and settings. New: session merge/split on profile switch — carry over conversation history or start fresh. Useful for developers managing separate work/personal Claude subscriptions.

multi-accountclisessionsprofilesmanagement
by Character-Sundae-343 Mar 11, 2026 7/10
workflow GitHub

aide: Multi-Agent Orchestration and Persistent Memory for Claude Code

aide provides multi-agent orchestration, persistent memory, and intelligent workflows for AI coding assistants. Supports both Claude Code and OpenCode. Designed to coordinate agents across complex, long-running tasks with memory that persists between sessions.

multi-agentmemoryorchestrationworkflowpersistence
by jmylchreest Mar 11, 2026 7/10
MCP GitHub

agent-nexus: MCP Hub for Multi-Terminal Claude Code Communication

agent-nexus is an MCP server that acts as a central hub for multiple Claude Code agents running in different terminals to communicate with each other. Enables true multi-agent collaboration where agents can share state, delegate tasks, and coordinate work across terminal sessions.

mcpmulti-agentcommunicationcoordinationterminals
by jaysidd Mar 11, 2026 7/10
workflow GitHub

shipkit: AI-Assisted MVP Development Framework for Claude Code

Shipkit is a framework that provides skills, agents, and workflows specifically for shipping MVPs fast with Claude Code. Pre-configures the development process with opinionated choices about architecture, testing, and delivery to reduce decision fatigue and accelerate shipping.

frameworkmvpskillsworkflowshipping
by stefan-stepzero Mar 11, 2026 6/10
skill GitHub

NASA PDS Claude Code Skills: Automated Release Notes and Status Reports

Official Claude Code skills from NASA's Planetary Data System (PDS) team for automating release notes, program status reports, and other NASA PDS-specific workflows. An interesting example of a major scientific organization adopting Claude Code skills for technical automation.

skillnasaautomationrelease-notesscientific
by NASA-PDS Mar 11, 2026 6/10
MCP Reddit

Tredict MCP Server: AI Training Plans Pushed Directly to Your Watch

An MCP server for Tredict, an endurance training platform connected to Garmin, Coros, Suunto, and more. Claude can generate structured workout plans and push them directly to your watch via the API. Includes an interactive MCP app for visual feedback inside Claude.ai.

mcptrainingsportsgarminfitness
by aldipower81 Mar 10, 2026 6/10
MCP Reddit

Berth: One-Command MCP Deployment Runtime for AI-Written Code

Berth auto-detects runtime and deploys code to Mac or Linux servers with a single command. Acts as an MCP server so Claude Code can trigger deploys directly. Free, open source, macOS native app plus CLI — eliminates Docker/YAML/config friction.

mcpdeploymentdevopsmacosopen-source
by ContentAdvertising30 Mar 10, 2026 7/10
workflow GitHub

agentsquad: Claude Code as Tech Lead with Gemini CLI Specialist Agents

A lean AI startup team template — Claude Code acts as Tech Lead while Gemini CLI agents handle specialist roles. Bootstrap a 6-agent team onto any existing repo in minutes. Designed for human-driven oversight with AI execution.

multi-agentorchestrationgeminiteambootstrap
by JedizR Mar 10, 2026 7/10
workflow GitHub

CC-Codex-Gemini Companion Starter: Bootstrap Framework for Multi-AI Agents

Single-repo bootstrap framework to set up Claude Code, Codex, and Gemini working together with shared memory, an IM bridge, and catalog-guided MCP/skills onboarding. Standardizes multi-agent setups from day one.

multi-agentbootstrapmemorymcpcodexgemini
by d-wwei Mar 10, 2026 7/10
hook GitHub

hallucination-detector: Zero-Dependency Claude Code Plugin to Catch AI Speculation

A Claude Code plugin that intercepts speculation, invented causality, and fake citations before they pollute your context. Zero dependencies, works offline, no API keys. Install in one command. Prevents hallucinated information from compounding errors in agentic sessions.

hallucinationsafetypluginofflinequality
by bitflight-devops Mar 10, 2026 8/10
skill GitHub

Research Pipeline Skills: Semantic Execution Units with Evidence-First Methodology

Skills that structure research pipelines as semantic execution units — each declares inputs, outputs, acceptance criteria, and guardrails. Prevents hollow AI writing through structured intermediate artifacts and an evidence-first approach.

researchpipelineevidencestructuredwriting
by WILLOSCAR Mar 10, 2026 6/10
skill GitHub

Personal Plugin Marketplace Config for Claude Code (bendrucker)

A personal collection of Claude Code plugins and global settings curated by a developer. Useful as a reference for structuring your own plugin registry and discovering community-tested Claude Code configurations.

pluginsconfigmarketplacesettingsreference
by bendrucker Mar 10, 2026 5/10
skill GitHub

claude-config: Sync Claude Code Global Settings Across Machines

A tool to sync and manage Claude Code global and home-level settings across multiple machines. Useful for developers working on several computers who want consistent Claude Code configurations everywhere.

configsyncsettingsmulti-machinedotfiles
by WoojinAhn Mar 10, 2026 6/10
skill GitHub

B2B SaaS Marketing Skills for Claude Code and Cursor Agents

A collection of B2B SaaS marketing skills compatible with SKILL.md format, usable in Claude Code, Cursor, and other AI agents. Covers marketing workflows that non-developers can run directly from the terminal.

marketingb2bsaasskillscursor
by Stallin-Sanamandra Mar 10, 2026 5/10
MCP Reddit

YouTube MCP: Pull Full Transcripts with Timestamps into Claude Conversations

A YouTube transcript MCP that lets Claude fetch full video transcripts with timestamps directly. Eliminates tab-switching and manual copy-paste. Particularly useful for research spanning multiple videos — ask Claude to compare what different speakers said about a specific topic.

mcpyoutubetranscriptresearchproductivity
by straightedge23 Mar 10, 2026 6/10
app Reddit

2llm.app: Free Browser Tool to Migrate ChatGPT Memories to Claude CLAUDE.md

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
workflow GitHub

SDD Pilot: Spec-Driven Workflow with Quality Gates Before AI Writes Code

Replaces chaotic AI code generation with a disciplined spec-driven development workflow. Enforces structured phases with quality gates and uses AI agents to research best practices and plan architecture before a single line of code is written.

spec-drivenworkflowarchitecturequalityplanning
by attilaszasz Mar 10, 2026 6/10
app GitHub

Claude Code Hub: Unified Multi-API Manager with Real-Time Monitoring

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
skill Reddit

uberSKILLS: Open-Source IDE for Creating, Testing, and Deploying Claude Skills

A web-based IDE specifically for building SKILL.md files. Features AI-assisted creation from natural language, a structured editor with real-time validation, multi-model testing via OpenRouter, one-click deployment to Claude Code, version history, and bulk import/export. Start with a single npx command, no Docker needed.

skillsidetestingdeploymentopen-sourceskill.md
by felltrifortence Mar 10, 2026 9/10
skill Reddit

claude-skills-founder: 12 Startup Strategy Skills for Claude Code

A skills pack for startup founders — not developers. Includes /validate-idea, /competitor-matrix, /mvp-scope, /pricing-strategy, /go-to-market, /pitch-deck, /fundraise-prep, and more. Drop the commands/ folder into .claude/commands/founder/ and run from your terminal. MIT licensed.

skillsstartupfounderstrategyproductpitch
by akorecebov Mar 10, 2026 8/10
workflow GitHub

CodeSyncer: Keep AI Context Clear Across Multiple Repositories

A tool to streamline AI-driven collaboration across multiple repositories, keeping context clear and projects organized. Prevents context bleed and helps AI agents stay focused when working on large codebases split across repos.

multi-repocontextorganizationcollaboration
by p3sc4d0r Mar 10, 2026 5/10
MCP GitHub

mcp-recall: 96% MCP Output Compression for 30x More Tool Calls Per Session

Compresses MCP tool outputs from ~94KB to ~3.5KB (96% reduction) and stores full results in SQLite for retrieval. Enables up to 30x more tool calls per session in heavy MCP workloads. Solves context window exhaustion caused by verbose MCP responses.

mcpcompressioncontextsqliteperformancetoken-saving
by sakebomb Mar 10, 2026 8/10
MCP GitHub

OneMCP: Combine Multiple MCP Servers into a Single Interface

Aggregates multiple MCP servers behind a single interface, reducing token overhead from tool discovery and enabling efficient tool management. Useful when running many MCP servers that would otherwise consume context on every session.

mcpaggregatortoken-savingmanagementintegration
by gdinesh012 Mar 10, 2026 7/10
workflow GitHub

iloom: CLI + VS Code Extension for Structured AI-Assisted Development

A developer workflow system combining a CLI (system of record) and VS Code extension. Runs tasks in isolated workflows, persists analysis, plans, and decisions to your issue tracker, and surfaces assumptions, risks, and decisions in real time. Prevents AI work from becoming undocumented.

workflowvscodecliissue-trackingstructureddocumentation
by iloom-ai Mar 10, 2026 6/10
app GitHub

onWatch: Real-Time AI API Quota Tracker for Claude Code and More

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
workflow GitHub

EDAF: Evaluator-Driven Agent Flow for High-Quality AI Code Generation

A flexible agent system that integrates quality checks into the code generation loop. Adapts to project needs through deterministic evaluation rather than relying solely on model judgment. Ensures generated code meets quality standards before acceptance.

evaluationqualityagentcode-generationworkflow
by elonbusk2 Mar 10, 2026 5/10
app GitHub

AI Productivity Dashboard: Track and Route Tasks Across Claude Code, Cursor, and More

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
workflow Reddit

Building Your Own Agent Harness: Onboarding AI Like a New Hire

An article arguing that AI agents perform poorly in codebases without a proper onboarding harness. Agents that research the codebase, make a plan, then write code consistently outperform cold drops. A practical framework for building a harness that gives agents context before they start.

agent-harnessonboardingplanningworkflowbest-practices
by martinffx Mar 10, 2026 7/10
app Reddit

Rampart: Free Open-Source Firewall That Blocks Credential Leaks in Claude Code

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
skill Reddit

skillfile: Declarative Package Manager for AI Skills and Subagents

A CLI that reads a single config file and handles fetching, locking, and deploying skills and agents — like Brewfile or package.json, but for AI tool definitions. Supports local customizations via patch files that survive upstream updates. Install with cargo install skillfile.

skillspackage-managerdeclarativeagentsrustlocking
by julennnnn Mar 10, 2026 8/10
app GitHub

claude-statusline: Configurable Status Line for Claude Code

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
MCP GitHub

SQLTools MCP: Multi-Database MCP Server for MySQL, PostgreSQL, SQLite, and More

An MCP server providing access to multiple database types — MySQL, PostgreSQL, SQL Server, DM8, and SQLite — through a single server rather than running separate MCP servers per database. Simplifies multi-database workflows in Claude Code sessions.

mcpdatabasesqlmysqlpostgresqlsqlite
by Tony-Enninful Mar 10, 2026 7/10
app Reddit

slides-grab: Visual Fix-Loop Tool for Claude Code HTML Slide Generation

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
skill Reddit

70+ Claude Code Skills for the Full Product Manager Workflow

A comprehensive PM skill library built by a 20-year PM: /prd-generator, /user-interview-analyzer, /competitive-profile-builder, /roadmap-builder, /weekly-metrics, /win-loss-analysis, /experiment-designer, and 60+ more. Covers go-to-market, pricing, OKRs, stakeholder updates, and decision frameworks. Browse free at mysecond.ai/skills.

skillsproduct-managerworkflowprdroadmapokr
by Which-Objective2553 Mar 10, 2026 8/10
hook GitHub

claude-bouncer: Safety Guardrails Hook for Claude Code Tool Use

Enforces safety guardrails on Claude Code tool calls by blocking risky or harmful commands before execution. Acts as a hook layer that inspects and filters tool use to protect your workflow from unintended destructive actions.

hooksafetyguardrailstool-useprotection
by aniketadamane2004 Mar 10, 2026 7/10
app GitHub

clash: Command Line Agent Safety Harness for Unattended Agent Runs

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
skill GitHub

auto-skill: Self-Evolving Memory System that Captures and Reuses Agent Knowledge

Automatically captures, indexes, and reuses knowledge from AI agent interactions to build a self-evolving, memory-driven assistant system. Skills improve over time as the agent learns from past work rather than starting fresh each session.

memoryknowledgeself-evolvingindexingagentlearning
by Chocoberry1108 Mar 10, 2026 6/10
app GitHub

Tide Commander: Visual Orchestrator for Multiple Claude Code and Codex Agents

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
skill GitHub

InfraNodus Skills: Augment LLM Thinking with Knowledge Graph Insights

Skills integrated with InfraNodus, a knowledge graph visualization tool, to augment the LLM thinking process. Adds structural reasoning and graph-based insight generation on top of standard language model capabilities.

skillsknowledge-graphthinkingreasoninginfranodus
by infranodus Mar 10, 2026 5/10
app X

Static ad generator built in Claude Code creates 100+ Facebook ad variations

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
workflow X

Content idea discovery agent built with Claude Code searches Reddit, X and YouTube

A developer built a content idea discovery agent using Claude Code that automatically searches Reddit, X (Twitter), and YouTube to surface topic ideas. The project demonstrates using Claude Code for multi-source research automation. An early-stage but practical example of personal productivity agents built with Claude Code.

workflowagentautomationcontentclaude-code
by @sampadcodes Mar 10, 2026 5/10
workflow X

Claude Code × Obsidian: auto-generate tiered lectures and courses from a single prompt

Combining Claude Code with Obsidian creates a powerful study workflow: prompt it with what you want to learn and it auto-generates structured lectures plus beginner/intermediate/advanced hands-on courses. A novel productivity pattern for self-directed learning using Claude Code as a personal tutor and course builder.

workflowobsidianlearningproductivityclaude-code
by @gyodon_se Mar 10, 2026 6/10
workflow X

Proactive safety guardrails for Claude Code agents: scope permissions before deploying

A DevOps practitioner highlights the dangerous pattern of building AI safety guardrails reactively after incidents rather than proactively — citing a case where Claude Code deleted a production database. The recommendation is to carefully scope agent permissions and capabilities before deployment. Important reading for anyone running Claude Code in production environments.

workflowsecuritydevopsagentsclaude-codebest-practices
by @techbadger_ Mar 10, 2026 6/10
MCP X

Executor: share MCP tools and auth across Claude Code and other AI agents locally

Executor is an execution layer (npm i -g executor) that lets you share tools, authentication, and approval workflows across multiple AI agents simultaneously. The demo shows adding the Axiom MCP server and calling it from both Claude Code and OpenCode in under a minute on a local machine. Useful for developers using multiple AI coding assistants who want unified MCP tool access.

mcpexecutormulti-agenttoolsauthclaude-code
by @RhysSullivan Mar 10, 2026 7/10
hook X

Use a Hook to reconfirm spec context after Claude Code context compaction

A developer shares that spec-workflow-mcp with SDD (Specification-Driven Development) templates yields more predictable Claude Code behavior than Plan mode alone. They suggest adding a Hook triggered after context compaction to reconfirm the active spec, maintaining coherent behavior in long sessions. A practical tip for teams using structured development workflows.

hookworkflowspeccompactionclaude-codesdd
by @mj3880 Mar 10, 2026 6/10
app X

Shipper 2.0: Claude Code package for autonomous app and Chrome extension building

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
skill X

Plug-and-play CLAUDE.md template from Claude Code creator Boris Cherny's workflow

A ready-to-use CLAUDE.md template derived from Anthropic's internal workflow as shared by Boris Cherny, the creator of Claude Code. Dropping this file in a repo reportedly makes Claude Code significantly more effective. An excellent starting point for anyone wanting to configure Claude Code using proven best practices.

claude-mdconfigurationbest-practicesboris-chernyanthropicworkflow
by @DAIEvolutionHub Mar 10, 2026 9/10
workflow X

Weekly PR-to-blog-draft pipeline built with Claude Code

A system that scans GitHub PRs weekly, identifies content-worthy engineering work, and auto-generates blog draft posts using Claude Code. The author calls this pattern "Quasi OpenClaw." Demonstrates Claude Code's potential for automating developer content creation from existing git activity.

pipelinecontent-generationgithubblogautomationworkflow
by @NickBell03 Mar 10, 2026 7/10
skill X

Smart contract audit workflow: /solidity-auditor skill + Claude Code Foundry PoC generation

A security audit workflow combining a custom /solidity-auditor slash command with Claude Code to triage findings and auto-generate Foundry mainnet fork proof-of-concept tests. Claude Code handles building the test files and run commands, reducing repetitive grunt work for Solidity developers.

soliditysecurityauditfoundrysmart-contractscustom-command
by @Harvesto12 Mar 10, 2026 6/10
app X

Agent Safehouse: sandbox Claude Code, Codex, and Aider with restricted system permissions

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
skill Reddit

PromptVault: CLI to sync CLAUDE.md / AGENTS.md across projects

Proposes PromptVault, a CLI tool to version and synchronize AI agent configuration files (CLAUDE.md, AGENTS.md, .cursorrules) across projects. Solves duplicated and conflicting instructions between tools. Seeking community validation before building as open-source.

CLAUDE.mdpromptsconfigCLIproject-management
by DaherSystemsAndIA Mar 10, 2026 7/10
app GitHub

SafeClaw: Hardware-isolated execution sandbox for AI agents

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
workflow GitHub

manager-orchestrator: No-code multi-phase agent workflow system

A multi-phase workflow orchestrator that manages tasks from planning through QA to completion without requiring code. Operates as a layered system covering planning, execution, and review phases for complex agent-driven projects.

orchestrationmulti-phaseworkflowno-codeQA
by sezerartug Mar 10, 2026 6/10
app GitHub

Emdash: Open-source parallel coding agent dev environment (YC W26)

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
MCP X

MCP Jira integration: auto-create tickets from Claude Code changes

Integrates Claude Code with Jira via MCP to automate ticket creation. The /create-ticket slash command reads changed code, infers what was done, creates a Jira ticket, and links the PR — eliminating manual ticket writing.

MCPJiraslash-commandautomationproject-management
by @adriano_viana Mar 10, 2026 8/10
app X

Golem Code: 3D Mac companion that wraps Claude Code sessions

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
workflow X

Claude Code text-to-SQL workflow without direct DB access

A practical workflow for Claude Code analytics tasks when you lack direct data warehouse access. Save DDL and SQL queries as context, have Claude ask clarifying business questions, then generate SQL. Bridges the gap between AI assistance and restricted data environments.

text-to-SQLanalyticscontextworkflowdatabase
by @xytangme Mar 10, 2026 5/10
workflow X

Multi-agent codebase documentation with 20+ parallel agents

A workflow for thorough codebase documentation using 20+ Claude Code agents in parallel, each documenting sections independently with multiple verification passes for accuracy. Demonstrates how to maximize Claude Max for documentation-heavy projects.

documentationmulti-agentparallelClaude-Maxworkflow
by @michal_jares Mar 10, 2026 6/10
workflow Reddit

Markdown-Only Agent Memory System for Claude Code

A minimal agent memory system built on markdown files — no database or embeddings required. Uses four categories (Profile, Procedures, Directives, Episodes) managed by a memory-manager skill, plus a SessionEnd shell hook to auto-record sessions. Total footprint is 5 markdown files and one optional plugin.

memoryskillworkflowmarkdownhooksession-end
by Repulsive_Act2674 Mar 10, 2026 7/10
workflow Reddit

Letting Claude Code Agents Pay for API Services via x402

Discussion on enabling Claude Code agents to autonomously pay for API calls using x402 (HTTP 402 protocol from Coinbase), eliminating per-service API key management. Covers three implementation approaches: SKILL.md descriptors, MCP payment servers, and direct SDK integration. Community shares working setups.

paymentsx402workflowskillmcpautonomous
by the_searchh Mar 10, 2026 5/10
MCP Reddit

Membase: Memory MCP Synced with Calendars and Email

An MCP server that live-syncs with calendars and email to build a personal knowledge base accessible to Claude. Surfaces context about upcoming events, meetings, and professional relationships during sessions. Currently in private beta at membase.so with all features free.

memorymcpcalendaremailcontextknowledge-base
by Time-Dot-1808 Mar 10, 2026 5/10
MCP Reddit

skill-depot: Semantic RAG Search for Claude Code Skills

An MCP server that treats Claude Code skill files as a retrieval problem rather than loading all frontmatter upfront. Uses SQLite + sqlite-vec with all-MiniLM-L6-v2 embeddings to semantically find and load only relevant skills on demand. Reduces context bloat and works with any MCP-compatible agent.

skillmcpragembeddingssqliteretrieval
by Ruhal-Doshi Mar 10, 2026 8/10
hook Reddit

BRAIN.md Pattern for Persistent Context Across Sessions

A pattern for Claude Desktop using a BRAIN.md file read at session start and updated at session end via hooks. The post also clarifies a common misconception: the User Preferences field is not a startup script — it is injected on first message. Proposes a true SessionStart hook as a Claude Desktop feature.

hookpersistent-contextbrain.mdclaude-desktopsession
by Euphoric-Tank-6791 Mar 10, 2026 5/10
hook GitHub

claude-toolkit: Statusline, Tmux Bar, Keychain & Notifications for Claude Code

A collection of tools, hooks, and shell utilities that enhance the Claude Code terminal experience. Includes a statusline integration, a tmux usage bar, a keychain CLI for credential management, and system notification hooks. Improves visibility into Claude Code activity during development.

hooktmuxstatuslinenotificationskeychaincli
by RomanDenysov Mar 10, 2026 7/10
skill GitHub

Claude Code Skill: PDF-to-Markdown Extraction and Paper Reproduction

A Claude Code skill for full-fidelity PDF-to-Markdown conversion, Python-based reproduction of research paper experiments, and bilingual README generation with embedded figures. Designed for academic and ML research workflows where reproducing paper results is a common task.

skillpdfmarkdownresearchpythonacademic
by celynnmoonlight Mar 10, 2026 6/10
app GitHub

claude-code-templates: CLI for Configuring and Monitoring Claude Code

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
skill GitHub

Agent Skills for Context Engineering in AI Agents

A set of skills designed to help AI agents manage and optimize context window usage. Covers techniques for efficient information handling, context prioritization, and performance optimization. Intended to enhance agent systems that rely on skill-based context injection.

skillcontext-engineeringagentoptimization
by Kalyanikhandare29 Mar 10, 2026 5/10
skill GitHub

GTM Engineering Skills for Claude Code (Powered by Deepline)

A collection of Claude Code skills for go-to-market engineering tasks: B2B prospecting, lead enrichment, signal discovery, and lead generation powered by Deepline. Useful for sales and marketing teams automating outbound workflows with Claude Code.

skillgtmsalesprospectinglead-generationdeepline
by getaero-io Mar 10, 2026 6/10
workflow GitHub

instar: Persistent Autonomy Infrastructure for AI Agents

Gives Claude Code agents a persistent 'body' with scheduled jobs, session management, and Telegram integration. Enables agents to run autonomously on a schedule and report back via messaging.

workflowautonomyschedulingtelegrampersistence
by SageMindAI Mar 10, 2026 7/10
app GitHub

firmis-scanner: Runtime Security Scanner for Claude Skills and MCP Servers

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
workflow Reddit

gm-cc: Deterministic State Machine Plugin Stops Hallucination Tax

A Claude Code plugin enforcing Just-In-Time (JIT) execution — establishing ground truth with real tool calls before reasoning, rather than guessing. Addresses the multiplicative token cost of hallucination feedback loops. One 10-token ls command establishing reality beats 500 tokens of assumptions.

workflowpluginhallucinationground-truthjitdeterministic
by moonshinemclanmower Mar 10, 2026 7/10
workflow Reddit

AGENTS-COLLECTION: 129 Claude Code Agents in ~/.claude/agents/ Format

A curated collection of 129 Claude Code agents ready to drop into ~/.claude/agents/. Includes the agency-agents system (68 personality-driven agents), everything-claude-code collection, and multi-agent team workflows. Also has conversions for Cursor, OpenCode, AntiGravity, and GitHub Copilot.

workflowagentscollectionsubagentsmulti-agent
by Full-Passion4939 Mar 10, 2026 7/10
app Reddit

yoyo Self-Evolving Agent Discovers Its Own Procrastination

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
workflow Reddit

acp-loop: Schedule Recurring Prompts for Claude Code and Other AI Agents

A standalone loop scheduler that works with any ACP-compatible agent. Supports interval scheduling (every 5m) and cron syntax (0 9 * * *). Use cases include monitoring deploys, watching for new PRs/issues, and generating daily summaries. Works with Claude Code, Codex CLI, Gemini CLI.

workflowschedulingcronautomationloop
by femtowin Mar 10, 2026 7/10
skill GitHub

codeworth: Estimate the Real Cost to Rebuild Any Codebase From Scratch

A Claude Code skill that estimates codebase rebuild cost across 5 dimensions: domain knowledge, infrastructure coupling, data model depth, integration surface, and operational maturity. Goes beyond lines-of-code to capture true complexity.

skillestimationcodebasecomplexityanalysis
by teterouge Mar 10, 2026 7/10
app GitHub

Vercel AI SDK Community Provider for Claude Agent SDK

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
workflow GitHub

wt-tools: Autonomous Multi-Change Orchestration With Parallel Worktrees

An autonomous orchestration system that takes a spec and delivers merged features. Features a Sentinel supervisor, parallel git worktrees for concurrent work, developer memory across sessions, and automatic merge handling.

workflowworktreesparallelautonomousorchestration
by tatargabor Mar 10, 2026 7/10
app GitHub

tank: Security-First Package Manager for AI Agent Skills

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
hook Reddit

worktree-plus: Fix claude -w to Branch From HEAD Instead of origin/main

A Claude Code plugin that fixes the default worktree behavior so that claude -w branches from HEAD instead of origin/main. Adds real branch resolution, worktree.guessRemote support, custom branch prefixes, and a .worktreelink file for symlinking heavy directories instead of copying them.

hookworktreesgitpluginfix
by AdPast8543 Mar 10, 2026 8/10
workflow GitHub

rpikit: Research-Plan-Implement Framework Plugin for Claude Code

A Claude Code plugin implementing the Research-Plan-Implement (RPI) framework for disciplined software engineering. Enforces a three-phase approach: research before planning, plan before implementing.

workflowpluginmethodologyrpiplanning
by bostonaholic Mar 10, 2026 7/10
workflow Reddit

AgentOS: Orchestrate Claude Code Agent Teams With YAML and Approval Gates

A framework for defining teams of Claude Code agents in YAML with scoped tools, budget limits, and human approval gates connected via a DAG. Spawns real Claude Code processes, enforces token/cost/time budgets, and produces full event logs for compliance reporting. Tested with up to 14 parallel agents.

workflowmulti-agentyamlorchestrationapproval-gatesdag
by POWERFUL-SHAO Mar 10, 2026 8/10
workflow GitHub

cworkers: Task Broker for Claude Code With Pre-Spawned Workers

A task broker for Claude Code agent sessions that pre-spawns workers for instant task assignment. Supports model routing and conversation context injection to direct tasks to the right agent with the right context.

workflowtask-managementworkersmodel-routingorchestration
by marcelocantos Mar 10, 2026 7/10
workflow GitHub

blueprint: Turn One-Line Objectives Into Cold-Executable Agent Plans

Converts a single-line objective into a step-by-step plan where each step carries its own context — no prior session needed for any coding agent to execute it cold. Solves the planning gap for autonomous agent runs.

workflowplanningautonomouscontextagents
by antbotlab Mar 10, 2026 7/10
workflow Reddit

Focused Input Cuts Output Tokens 63% — Benchmark Findings

Controlled benchmark (42 runs, Claude Sonnet 4.6, FastAPI codebase) showing that pre-filtering context from 40K to 8K relevant tokens reduced output tokens by 63% — not just input. When given noisy context, Claude generates orientation narration; clean context produces direct answers. Practical implication: context quality affects verbosity, not just cost.

workflowcontext-engineeringtoken-efficiencybenchmarkperformance
by Objective_Law2034 Mar 10, 2026 8/10
workflow GitHub

prodboard: Self-Hosted CLI-First Issue Tracker for Claude Code Agents

A self-hosted issue tracker and cron scheduler specifically designed for Claude Code agents. CLI-first interface means agents can create, update, and close issues directly without browser automation.

workflowissue-trackingself-hostedclicron
by G4brym Mar 10, 2026 7/10
workflow GitHub

maxsimcli: Spec-Driven Dev With Parallel Subagents and Live Dashboard

A spec-driven development system solving context rot in AI coding. Works with Claude Code, OpenCode, Gemini CLI, and Codex. Features parallel subagents, atomic commits, and a live dashboard showing progress across concurrent tasks.

workflowspec-drivenparallelsubagentscontext-rot
by maystudios Mar 10, 2026 7/10
MCP Reddit

Session Memory System Linked to AST Dependency Graph — Memories Auto-Stale

A passive MCP memory server that observes every tool call and file change, computing AST-level diffs to link memories to specific code symbols. When a symbol is refactored, linked memories are automatically marked stale. Uses 5-signal search: BM25 keyword, TF-IDF, recency decay, dependency proximity, and staleness penalty.

mcpmemoryastdependency-graphstalenesscontext
by Objective_Law2034 Mar 10, 2026 9/10
app GitHub

Monitor Claude Code Usage With OpenTelemetry, Prometheus, and Grafana

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
workflow Reddit

Manual-Driven Development: 190 Findings, 7 Hours, Zero Rule Violations

A methodology for preventing confident divergence in agentic codebases. MDD addresses Claude running out of context budget to honor CLAUDE.md rules. Results across 7 production codebase sections: 190 findings, 876 tests written, 30-46x time compression vs human developers, and 60% fewer rule violations vs baseline sessions.

workflowmethodologyrule-enforcementcontextproduction
by TheDecipherist Mar 10, 2026 8/10
app Reddit

Agent Browser Protocol: Chrome Fork for Agents, 90% on Mind2Web

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
workflow GitHub

claude-lead-system: Multi-Agent Orchestration 57% Cheaper Than Agent Teams

Multi-agent orchestration for Claude Code that is 57% cheaper than Claude's native Agent Teams with 13 additional features. Coordinates agents with zero API tokens for orchestration — using file-based coordination instead of API calls.

workflowmulti-agentorchestrationcostautomation
by DrewDawson2027 Mar 10, 2026 7/10
workflow GitHub

agent-orchestrator: Parallel Coding Agents With CI Fix and Code Review

An agentic orchestrator that plans tasks, spawns parallel coding agents, and autonomously handles CI failures, merge conflicts, and code reviews. Reduces the need for human intervention in typical development feedback loops.

workflowmulti-agentcicdcode-reviewautomation
by ComposioHQ Mar 10, 2026 7/10
workflow Reddit

maistro: Decompose Goals Into Sequential Tasks for Long Autonomous Runs

A CLI and native Claude Code skill that decomposes goals into sequential tasks, executes them one at a time via Claude Code subprocess, validates results, and auto-commits. Evolved from a separate CLI tool into a native skill using Claude's built-in subagents. Includes Architect, Developer, and QA sub-agents.

workfloworchestrationsubagentsautonomoustask-management
by dreamteammobile Mar 10, 2026 7/10
workflow Reddit

Automate a Daily AI Podcast With 3 Agents and Voice Cloning

A fully automated podcast pipeline using three sequential Claude Code agents: Collector (pulls from tiered sources), Editor (writes narration with recursive summarization), and Proofreader (fact-checks against sources). Outputs audio via TTS with cloned voice. Key insight: curation rules matter more than model selection.

workflowmulti-agentpodcastvoice-cloningautomationmedia
by Serious_Bottle_1471 Mar 10, 2026 7/10
workflow Reddit

The 8 Levels of Agentic Engineering

A progressive framework for growing expertise with Claude Code: tab complete → chat/agent IDE → context engineering → compounding engineering → MCP and skills → harness engineering → background agents → autonomous agent teams. Useful mental model for planning your own skill progression.

workflowmethodologylearningprogressionagentic
by Maleficent-Animal-57 Mar 10, 2026 7/10
workflow Reddit

mengram: Auto-Memory Layer for Claude Code With Hooks

An automatic memory layer that installs as Claude Code hooks. On session start it loads your cognitive profile; on each prompt it injects relevant past context; after responses it saves new knowledge. Stores semantic facts, episodic events, and procedural workflows that evolve when something fails.

workflowmemoryhookspersistencecontext
by No_Advertising2536 Mar 10, 2026 8/10
workflow GitHub

crew: Domain Experts for Claude Code With Persistent Context

Provides domain expert agents for Claude Code with persistent context, history, and institutional memory per domain. Your AI team retains what it learned about each domain across sessions.

workflowagentscontextmemorydomain-experts
by eran-tookii Mar 10, 2026 7/10
workflow Reddit

Rukuzu: Porting 200K Line C++ to Rust With a Claude Code Custom Command

A workflow and Claude Code custom command for systematically porting large C++ codebases to Rust. Developed while porting the kuzu graph database (200K lines, 15 crates, 2700+ tests). The command encodes lessons about what translates mechanically vs what requires human judgment.

workflowcommandrustcppportingtesting
by jabbrwoke Mar 10, 2026 8/10
workflow GitHub

aitasks: File-Based Task Management for AI Coding Agents

A markdown task management framework with YAML frontmatter for AI coding agents. Git-native, zero infrastructure, works with Claude Code, Gemini CLI, OpenCode, and Codex CLI. Each task file carries its own context.

workflowtask-managementmarkdowngitmulti-agent
by beyondeye Mar 10, 2026 7/10
workflow Reddit

JIRA MCP + Playwright for QA-Gated Claude Code Development

A workflow combining JIRA MCP for task management with Playwright MCP and Windows MCP for QA validation. Tasks can only be marked Done after Claude completes QA from an actual user perspective. Addresses the vibe coding QA problem and context loss across sessions.

workflowjiramcpqatestingplaywright
by writingdeveloper Mar 10, 2026 7/10
workflow Reddit

Using Markdown SKILL.md Files as a Workflow Engine in Kubernetes

Running Claude Code as a Kubernetes CronJob with SKILL.md files as the workflow definition layer — plain English markdown that non-technical team members can write. Steps are defined as English instructions; Claude coordinates them by writing artifacts to disk. Running in production for over a month.

workflowkubernetesskillorchestrationcronjobautomation
by kotrfa Mar 10, 2026 8/10
app GitHub

LynxPrompt: Self-Hosted Platform for Sharing AI Rules and Commands

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

AionUi: Free Local Open-Source Cowork App for Multiple AI Agents

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

agentor: Self-Hosted Alternative to Claude Code Web With Docker

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

briven: Lightweight OpenClaw Alternative With Messaging App Integrations

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

Packmind: Capture Engineering Playbook as AI Context and Guardrails

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

AI Game Master for MapleStory Built With Claude Agent SDK

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

Claude Pet: Desktop Widget That Reacts to Hook Events in Real Time

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

claude-toad: CLI That Auto-Generates Your .claude/ Directory

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

CodexFlow: Unified Desktop Workbench for AI Coding Agents

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

ELVES: GUI for Claude Code With Skills, MCP, Worktrees, and Analytics

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

Real-Time Monitoring Dashboard for Claude Code Agents

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

Ash: macOS Sandbox for AI Coding Agents With Policy Files

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

Session Siphon: Consolidate Conversation History From Multiple AI Agents

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

CCStatusLine 2.0: Usage Widgets, Token Speed, and Skills Tracking

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

toktrack: Ultra-Fast Token and Cost Tracker for Claude Code

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

CodePilot: Desktop GUI for Claude Code With Electron + Next.js

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

untether: Telegram Bridge for AI Coding Agents on Your Phone

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

railyard: Secure Runtime for Claude Code Without Skipping Permissions

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

CODORUM: Real-Time File Watcher for AI-Assisted Coding

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

tokemon: Free Open-Source Claude Usage Monitor for macOS and Raycast

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

observagent: Zero-Config Observability for Claude Code Sessions

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

rtk: CLI Proxy That Cuts LLM Token Consumption 60-90%

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

claudecode-linter: Linter and Formatter for Claude Code Plugins

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

hook-lab: Web Dashboard for Watching Claude Code Hook Events

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

code-on-incus: Run Coding Agents in Hardened Incus Containers

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

cloude: Control Claude Code From Your iPhone

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
skill GitHub

email-triage: Gmail Inbox Triage Agent Skill

A Claude agent skill that scans your Gmail inbox, classifies every message using your own rules, applies Gmail labels, and archives suspected junk. A complete autonomous email management workflow requiring only rule configuration.

skillgmailemailautomationtriage
by sskaye Mar 10, 2026 7/10
skill Reddit

Google Ads Bulk Upload Skill That Fixes Silent CSV Failures

A 730-line instruction file that eliminates Google Ads Editor import failures. Seven modules cover exact column headers per row type, encoding rules (em dashes and smart quotes that silently corrupt CSVs), policy compliance, and ad format validation. Eliminates the 'Ambiguous row type' import error.

skillgoogle-adscsvautomationmarketing
by fakereal-realfake Mar 10, 2026 6/10
skill GitHub

awesome-agent-skills: 500+ Agent Skills From Official Dev Teams

A curated collection of 500+ agent skills from official development teams and the community, compatible with Claude Code, Codex, AntiGravity, Gemini CLI, and Cursor. Central resource for the growing skills ecosystem.

skillcollectioncommunitycurated
by VoltAgent Mar 10, 2026 7/10
skill GitHub

claude-code-workflow: BDD/TDD Skill and Code Review Hooks

A Claude Code development workflow template featuring a BDD/TDD skill and code review hooks for autonomous feature development. Enforces test-first practices and automated code quality gates.

skillhooktddbddcode-reviewworkflow
by zxkane Mar 10, 2026 7/10
skill Reddit

YouTube Video to Markdown Notes Skill

A Claude skill that takes a YouTube video URL and outputs a structured Markdown note with title, channel, description, chapters, transcript, and YAML frontmatter. One command, no API keys needed.

skillyoutubemarkdownnotestranscription
by JimmySadek Mar 10, 2026 7/10
skill GitHub

academic-research-skills: Full Research Workflow for Claude Code

A skill collection covering the full academic research pipeline: research, write, review, revise, and finalize. Enables Claude Code to handle complete research document workflows autonomously.

skillresearchacademicwritingworkflow
by Imbad0202 Mar 10, 2026 6/10
skill Reddit

master-plan: ADHD-Friendly Task System Built Into Your Terminal

A Claude Code plugin with four commands designed for non-linear thinkers: /task for quick brain dumps, /next for priority-scored task picking with in-progress highlighting, /save for WIP commits, and /done for test-run-commit. Built on markdown and git, zero infrastructure.

skilltask-managementproductivitygitadhd
by Endlesssky27 Mar 10, 2026 7/10
skill Reddit

Screenshot Websites Without Opening a Browser — Claude Skill

A Claude skill using the Zyte API to take screenshots and extract content from websites without launching a browser. Handles bot detection, bans, and CAPTCHAs transparently.

skillscreenshotweb-scrapingzyteheadless
by cli_ninja Mar 10, 2026 7/10
skill Reddit

Multi-Wave Competitive Intelligence Skill With Parallel Agents

A structured competitive analysis skill running three sequential waves with parallel agents: competitor profiling and pricing intelligence, customer sentiment mining from review platforms and communities, and strategic synthesis. Extracts real signal — pricing psychology, G2 complaints, hiring signals — not just company names.

skillcompetitive-analysismulti-agentresearchbusiness
by ferdbons Mar 10, 2026 8/10
skill Reddit

AI Security Guide: 16 Prompt Injection Techniques + Testing Skill

A defense-in-depth guide for public AI chatbots covering input sanitization, rate limiting, zero-trust system prompt design, output controls, and cost caps. Includes a Claude Code skill that automatically tests all 16 prompt injection techniques against your chatbot.

skillsecurityprompt-injectiontestingdefense
by renatoworks Mar 10, 2026 7/10
skill GitHub

claude-skills: 7 Professional Toolkits for Claude Code

A complete Claude Code skill collection with seven professional toolkits covering project management, design, documents, analytics, knowledge management, repository operations, and multi-AI coordination.

skillcollectionprofessionalpmdesignanalytics
by LeoLin990405 Mar 10, 2026 7/10
skill GitHub

e2e-test-skills: Find 13 Anti-Patterns in E2E Tests

A Claude Code skill that detects error swallowing, boolean traps, always-passing assertions, and 10 other E2E test anti-patterns. Helps identify flaky or misleading tests that pass but provide no real coverage.

skilltestinge2eanti-patternsquality
by dididy Mar 10, 2026 8/10
skill GitHub

hypr-video-cli: Natural Language to MP4 Videos From Your Terminal

A Claude Code skill that renders MP4 videos from natural language descriptions using npx. Supports animations, transitions, captions, and 50+ effects entirely from the terminal.

skillvideomedia-generationclianimations
by superyhee Mar 10, 2026 7/10
skill GitHub

claude-wizard: 8-Phase Dev Skill With TDD and Adversarial Review

A Claude Code skill that turns the agent into a senior software architect through an 8-phase development cycle including TDD, adversarial code review, and quality gate checks before proceeding to the next phase.

skilltddcode-reviewquality-gatesarchitecture
by vlad-ko Mar 10, 2026 7/10
MCP Reddit

alcove: MCP Server for On-Demand Project Doc Search With BM25

Instead of bloating CLAUDE.md with all project docs, alcove provides an MCP tool that lets Claude search private project documentation on demand. Uses local BM25/tantivy search (no vectors needed) so startup is fast and the server runs with minimal overhead. Docs live in a shared repo accessible across projects.

mcpdocumentationsearchcontextbm25
by adobv Mar 10, 2026 8/10
MCP GitHub

ask-user-questions-mcp: Let Your LLM Ask You Questions

An MCP server and OpenCode plugin that flips the interaction model — the agent can pause and ask you clarifying questions rather than guessing. Available as CLI tool, MCP server, or agent skill. Implements proper human-in-the-loop checkpoints.

mcphuman-in-the-loopinteractionclarification
by paulp-o Mar 10, 2026 6/10
MCP GitHub

Brain Ecosystem: Self-Learning MCP Servers for Claude Code

A monorepo of self-learning MCP servers that adapt to your usage patterns over time. Each server in the ecosystem improves its responses based on prior interactions with your codebase.

mcpmemoryself-learningmonorepo
by timmeck Mar 10, 2026 7/10
MCP Reddit

offline-web-search: Fully Local Google Search Alternative for Agents

Replaces the online web-fetch and web-search tools with a local equivalent that indexes ZIM archives (Stack Overflow, Python docs, Wikipedia) and custom content into SQLite FTS5 with BM25 ranking. Reverse-engineered Claude's web tools API so the LLM uses it naturally. Includes a crawler for internal docs.

mcpweb-searchofflinelocaldocumentationsqlite
by FuckingMercy Mar 10, 2026 8/10
MCP Reddit

claude-slack-bridge: Claude Code Asks You Questions on Slack Mid-Task

An MCP server that lets Claude pause during a task, send you a question on Slack, wait for your reply, then continue. Uses Slack Socket Mode so no public URLs or webhooks are needed. Handles multiple concurrent Claude sessions correctly.

mcpslackhuman-in-the-loopasyncapproval
by Annual_Ladder2362 Mar 10, 2026 8/10
MCP GitHub

smart-coding-mcp: Semantic Code Search MCP for AI Assistants

An MCP server providing intelligent semantic code indexing so AI assistants can find relevant code quickly and accurately. Improves code navigation and context retrieval for large codebases.

mcpcode-searchsemanticindexing
by ArnoldoSQ Mar 10, 2026 6/10
MCP GitHub

roslyn-codelens-mcp: .NET Semantic Code Intelligence for Claude Code

A Roslyn-based MCP server providing deep .NET code intelligence including type hierarchies, call sites, DI registrations, and reflection usage. Gives Claude Code accurate understanding of C# codebases that static file reading cannot provide.

mcpdotnetcsharproslyncode-intelligencesemantic
by MarcelRoozekrans Mar 10, 2026 7/10
MCP GitHub

mcp-server-github-actions: Control GitHub Actions From Your AI Assistant

An MCP server that lets AI assistants list workflow runs, read logs, rerun failed jobs, cancel builds, and trigger deployments directly from within the editor. Closes the loop between code generation and CI/CD management.

mcpgithub-actionscicddevopsautomation
by ka1ss3r23 Mar 10, 2026 7/10
MCP Reddit

Structural Hallucination Checker for AI Agent Pipelines

An MCP server and REST API with four suppressors catching structural hallucinations: grounding enforcer (output supported by sources), prompt suppressor (injection detection), JSON suppressor (schema validation), and tool response suppressor (claimed vs actual tool output). Available as both MCP server and REST API.

mcphallucinationsecuritygroundingvalidation
by NewCombination6843 Mar 10, 2026 7/10
MCP GitHub

trueline-mcp: Smarter Reads and Safer Edits for AI Agents

An MCP plugin that reduces token usage by providing targeted file reads and catches editing mistakes before they hit disk. Works with Claude Code, Gemini CLI, GitHub Copilot, and Codex.

mcptoken-efficiencyeditingsafety
by rjkaes Mar 10, 2026 7/10
MCP Reddit

Forge: MCP Server That Captures Project Decisions Across Sessions

An MCP server that automatically classifies and persists project decisions, constraints, and rejections from every conversation turn. Uses a two-stage LLM pipeline to classify, extract, and model decisions in an append-only event-sourced store. Prevents Claude from re-debating settled choices or ignoring explicit constraints.

mcpmemorydecisionscontextpersistence
by gzoomedia Mar 10, 2026 9/10
MCP GitHub

better-notion-mcp: Markdown-First Notion MCP for AI Agents

A Notion MCP server built with composite tools optimized for AI agent consumption. Outputs Markdown instead of raw Notion API JSON, making it far more suitable for LLM context. Drop-in enhancement over standard Notion integrations.

mcpnotionmarkdownai-agents
by n24q02m Mar 10, 2026 6/10
MCP GitHub

mnemo-mcp: Persistent AI Memory With Hybrid Search and Embedded Sync

A local-first persistent memory MCP server offering hybrid search, embedded sync, and unlimited storage with no API keys required. Combines semantic and keyword search for accurate memory recall across sessions.

mcpmemorysearchlocal-firstpersistence
by n24q02m Mar 10, 2026 7/10
MCP GitHub

wet-mcp: Web Search, Content Extraction, and Documentation Indexing

An MCP server providing web search, content extraction, and documentation indexing capabilities for AI agents. Useful for grounding agent outputs in real-time web content without browser automation.

mcpweb-searchdocumentationcontent-extraction
by n24q02m Mar 10, 2026 6/10
MCP GitHub

Nocturne Memory: Rollbackable Visual Long-Term Memory for MCP Agents

A lightweight, rollbackable LTM server for MCP agents with graph-like structured memory. Eliminates vector RAG complexity in favor of visual, persistent memory that works across models, sessions, and tools. Designed as a drop-in replacement for OpenClaw memory.

mcpmemorylong-term-memorygraphpersistence
by Dataojitori Mar 10, 2026 7/10
MCP Reddit

promptcraft: Zero-API Local Prompt Enhancer as MCP Server or Hook

A local Go tool that converts raw prompts into structured XML prompts following Claude best practices — role framing, constraints, output format — without any LLM API calls. Runs entirely locally and can be used as an MCP server, Claude Code hook, or standalone CLI.

mcpprompt-engineeringhooklocalcli
by g14a Mar 10, 2026 6/10
MCP Reddit

SpecLock: MCP Constraint Engine That Blocks AI From Violating Rules

An MCP server that remembers project constraints across sessions and actively blocks the AI from violating them. Catches synonym substitutions, euphemisms, temporal evasion, and buried violations in compound sentences. Scored 100/100 on adversarial tests with zero false positives and 15.7ms per check.

mcpconstraintssafetyguardrailsrule-enforcement
by ServiceLiving4383 Mar 10, 2026 8/10
MCP GitHub

slagent: Claude Code Talking to Slack

A lightweight integration that connects Claude to Slack channels, enabling the agent to send messages and receive replies. Useful for async workflows where Claude needs to surface results or ask questions without requiring terminal access.

mcpslackintegrationmessaging
by sttts Mar 10, 2026 6/10
MCP GitHub

native-devtools-mcp: Native App Testing MCP for macOS, Windows, Android

An MCP server for testing native applications via screenshot, OCR, click, type, find_text, and template matching. Supports macOS, Windows, and Android. Enables AI agents to interact with native UIs the same way they interact with web apps.

mcptestingnative-appsui-automationscreenshot
by sh3ll3x3c Mar 10, 2026 7/10
app GitHub

CodeLens AI — Agent Productivity-to-Cost Correlator

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

Primer — Open-Source Intelligence Platform for AI Coding Tool Adoption

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
skill GitHub

Vskill — Secure Multi-Platform AI Skill Installer with Pre-Install Scanning

A skill installer that scans skills for security issues before installing them, covering 49 agents, 12 plugins, and 41 expert skills across multiple AI platforms. Addresses the trust problem of installing third-party skills without knowing what they do.

skillssecurityinstallerscanningtrustmulti-platform
Mar 10, 2026 8/10
skill GitHub

NOX — 33 Skills + 8 Agents + 19 Hooks for Claude Code, Gemini CLI, and Codex CLI

A single-install skill/agent/hook pack that works across Claude Code, Gemini CLI, and Codex CLI with zero configuration. Includes 33 skills, 8 agents, and 19 hooks — one of the most complete cross-platform AI coding skill packs available.

skillshooksagentsgemini-clicodex-clicross-platformzero-config
Mar 10, 2026 9/10
workflow GitHub

Oh My Claude Code — Teams-First Multi-Agent Orchestration for Claude Code

A multi-agent orchestration framework for Claude Code built with teams in mind. Provides shared context, role assignments, and coordination primitives so groups of agents and human collaborators can work on the same codebase without stepping on each other.

multi-agentteamsorchestrationcollaborationcoordination
Mar 10, 2026 8/10
command GitHub

Speedy Gonzales — Claude Code Slash Commands for Everyday Dev Workflows

A collection of Claude Code slash commands designed to speed up common development tasks. Drop-in commands for boilerplate, refactoring, review, and other recurring workflows that would otherwise require verbose prompting.

slash-commandsworkflowproductivitydev-toolscommands
Mar 10, 2026 8/10
workflow Reddit

Claude Octopus v8.48 — Parallel Claude + Codex + Gemini with 75% Consensus Gate

A plugin that runs Claude, Codex, and Gemini in parallel with distinct roles across four phases (discover, define, develop, deliver), requiring 75% consensus before proceeding. Each model covers the others' blind spots: Claude synthesizes, Codex nails implementation, Gemini catches ecosystem risks.

multi-modelconsensusorchestrationcodexgeminiparallel
Mar 10, 2026 8/10
hook Reddit

Voxlert — In-Character Voice Notifications for Claude Code Sessions via Hooks

A Claude Code hook system that converts session events into spoken in-character notifications (Adjutant, SHODAN, GLaDOS, HEV Suit). Each session gets a distinct voice so you know which one is talking without looking. Uses OpenRouter LLM + local TTS.

hooksnotificationsvoicettscreativesession-events
by /u/settinghead0 Mar 10, 2026 7/10
MCP Reddit

Drop-In OAuth 2.1 Provider for FastMCP Personal Servers — No External Services Required

A single Python file that adds full OAuth 2.1 support to FastMCP personal servers, enabling them to work on Claude.ai web, mobile, Desktop, and Claude Code — without Auth0, Google, or any third-party identity provider. Handles DCR, PKCE, token persistence, and redirect URI locking.

mcpfastmcpoauthauthenticationpersonal-serverclaude-ai
by /u/B4dPanda Mar 10, 2026 9/10
skill GitHub

Claude Code Skillforge — Generate, Upgrade, and Scan Skills with Live Best Practices Sync

A meta-skill that builds, upgrades, and scans other Claude Code and Antigravity SKILL.md files. Features live best-practices sync, marketplace search, skill upgrader, skill scanner, and self-validation. Essentially a skill management system that keeps your skills current automatically.

skillsskill-managementskill-mdbest-practicesself-improvingmarketplace
Mar 10, 2026 9/10
hook GitHub

SCARGate — Principle-Based AI Action Blocking Guard

A gatekeeper layer that intercepts and blocks AI agent actions based on configurable principles rather than fixed rules. Provides a principled safety net between agent intentions and real-world effects without requiring per-action allowlists.

safetygatingaction-blockingprinciplesguardrailshooks
Mar 10, 2026 8/10
skill Reddit

Claude Code 2.1.72 System Prompt Changes — Auto Mode, Brief Mode, Worktree Tools

A detailed breakdown of +1,643 token changes in Claude Code 2.1.72 system prompts: new Auto mode (continuous background execution), Brief mode (Codex-like short status updates), ExitWorktree tool, and a second ToolSearch description. Several consolidated and removed guidance sections as well.

system-promptauto-modebrief-modeworktreechangelogtoolsearch
Mar 10, 2026 8/10
MCP Reddit

DNS and Email Security Scanner MCP — 10 Real-Time Checks via Cloudflare Workers

An open-source MCP server (running on Cloudflare Workers) that scans any domain for DNS and email security issues: SPF, DMARC, DKIM, DNSSEC, SSL/TLS, CAA, MTA-STS, NS, MX, and subdomain takeover. Returns a 0-100 score with plain-English explanations and remediation steps. No local install needed.

mcpsecuritydnsemailcloudflarespfdmarc
by /u/Mada666 Mar 10, 2026 8/10
MCP Reddit

Knowledge to Action MCP — Obsidian Notes to Agent Context, Plans, and Repo Handoffs

An MCP server that bridges Obsidian notes to agent workflows: graph-aware retrieval, optional GraphRAG embeddings, structured context packets, preview-only planning, and safe repo handoff without exposing a shell runner. Built for teams whose project context lives in notes, not just code.

mcpobsidianknowledge-managementgraph-ragcontextplanning
by /u/Alternative-Exit-194 Mar 10, 2026 8/10
app Reddit

Event Horizon — Claude Code Sessions Visualized as a Living Universe in VS Code

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
command GitHub

Dora — AI-Agent-Friendly Codebase Navigator (grep/find/glob Alternative)

A CLI built for AI agents to navigate codebases more effectively than grep/find/glob. Provides higher-level semantic navigation so agents spend less time reading irrelevant files and more time on actual tasks.

clicodebase-navigationgrep-alternativeagentssearch
Mar 10, 2026 8/10
app GitHub

Mobvibe — Control Any AI Coding Agent on PC from Anywhere

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

Leapmux — AI Coding Agent Multiplexer

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
workflow GitHub

Plan-an-Go — IDEA→PRD→PLANS→REVIEW Pipeline for Any AI CLI

A CLI wrapper that drives a structured idea-to-execution pipeline: generate a PRD, break it into plans, review, then execute — all from a single command. Works with Claude Code and other AI CLIs.

planningprdpipelineworkflowcli
Mar 10, 2026 6/10
MCP GitHub

notebooklm-py — Python API and Agentic Skill for Google NotebookLM

An unofficial Python API and Claude Code skill giving programmatic access to Google NotebookLM, including features not exposed in the web UI. Enables agents to read, write, and query notebooks directly from Claude Code sessions.

notebooklmgooglepythonskillapiknowledge-management
Mar 10, 2026 7/10
skill GitHub

UnseveredMemory — Markdown-Based Context Persistence for Claude Code Sessions

A memory retention system for Claude Code that uses structured markdown files to persist context across sessions. Ensures that knowledge from past sessions survives compaction and new session starts without relying on external databases.

memorycontext-persistencemarkdownsessionscontinuity
Mar 10, 2026 8/10
workflow GitHub

Hive — Outcome-Driven Agent Development Framework That Evolves

An agent development framework focused on outcomes rather than predefined steps, allowing the framework itself to adapt as agents work. Suited for exploratory or open-ended tasks where rigid pipelines fall short.

agentsframeworkadaptiveoutcomesorchestration
Mar 10, 2026 5/10
workflow GitHub

Cursor + Claude Code Developer Toolkit — AI-Powered Productivity Booster

A development toolkit combining Cursor and Claude Code to boost productivity, surface code insights, accelerate debugging, and handle large codebases. Designed for developers who use both tools and want them working together.

cursortoolkitproductivitydebuggingworkflow
Mar 10, 2026 6/10
workflow Reddit

Multi-Agent Brainstorm–Debate–Implement Loop for Claude Code and Antigravity

Describes a structured 5-10 agent workflow combining sequential thinking MCP with a Socratic meta-loop: brainstorm → debate → implement → test → iterate. Includes a self-bootstrapping technique where the workflow builds itself.

workflowmulti-agentantigravitysocraticsequential-thinking
Mar 10, 2026 5/10
app GitHub

Lumenflow — Governance Layer Between AI Agents and the World

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
command GitHub

tmux-paste-image — Clipboard Image to File Path for Claude Code

A small CLI tool that saves clipboard images as PNGs and pastes the file path directly into your tmux pane. Auto-detects xclip or wl-paste, making it easy to hand images to Claude Code without manual file management.

tmuxclipboardimagesworkflowlinux
Mar 10, 2026 6/10
skill GitHub

Claude Code Best Practices — Community-Driven Reference Site

A Next.js + Fumadocs site aggregating community best practices for Claude Code. Covers document structures, MDX content, and navigable routes for scalable documentation.

best-practicesdocumentationreferencecommunity
Mar 10, 2026 6/10
workflow Reddit

Maintaining Reliable Remote Access to Long-Running Claude Code Sessions

A detailed discussion of setups for keeping Claude Code sessions accessible remotely — covering tmux/WSL/SSH/Tailscale combos, Discord bots, and /remote-control issues. Highlights a persistent-identity system with Obsidian vault, soul loops, and session recovery kits. Useful reference for anyone building always-on Claude Code environments.

remote-accesstmuxtailscalesession-recoverypersistent-context
by /u/Wheels859 Mar 10, 2026 6/10
skill Reddit

Configuring CLAUDE.md to Explain Code While Vibe Coding

Community question on how to tune your global CLAUDE.md so Claude explains its reasoning and code in accessible terms as it builds. Useful starting point for learners who want to ship real apps while building their coding knowledge alongside Claude.

claude.mdlearningvibe-codingbeginnerexplanations
by /u/Wheels859 Mar 10, 2026 6/10
skill GitHub

Code Sensei: Learn Programming While Vibe-Coding with Claude Code

A free, open-source Claude Code plugin that teaches programming as you work. Provides contextual explanations, micro-quizzes, and a belt progression system to gamify learning. Unique in targeting developers who want to understand what Claude Code is doing, not just let it run.

educationlearningpluginclaude-codegamificationquizzesopen-source
by DojoCodingLabs Mar 10, 2026 7/10
workflow GitHub

SwarmWeaver: Swarm Orchestration with Parallel Worktrees and 6 Coding Modes

An autonomous coding agent system that runs multiple agents in parallel git worktrees simultaneously. Offers six purpose-built modes — greenfield, feature, refactor, fix, evolve, and security — plus CLI and Web UI with approval gates for human-in-the-loop control. A comprehensive swarm orchestration platform for large codebases.

swarmorchestrationparallelworktreesmulti-agentapproval-gatesclaude-code
by HeshamFS Mar 10, 2026 8/10
workflow GitHub

vm0: Run Natural Language-Described Workflows Automatically

vm0 runs workflows described in natural language automatically, bridging plain-English workflow descriptions and automated execution. Complements AI coding agents by making it easy to define and trigger multi-step processes without code.

natural-languageworkflow-automationno-codeorchestration
by vm0-ai Mar 10, 2026 5/10
skill GitHub

Eden Skills: Fast, Deterministic Skills Manager for Claude Code and AI Agents

A skills manager for AI agents — Claude Code, Cursor, Codex, and more — focused on deterministic behavior and speed. Manages and organizes agent skills so they can be reliably discovered and invoked. Addresses the growing need for structured skill registries as agent skill ecosystems mature.

skills-manageragent-skillsclaude-codecursorcodexdeterministic
by AI-Eden Mar 10, 2026 7/10
workflow GitHub

Fitbit Dashboard Built Entirely with AI Tools — Zero Manual Code

A project that displays and queries downloaded Fitbit data, with the explicit goal of writing zero lines of code by hand. Documents the workflow as a case study in fully AI-driven development. Useful reference for those exploring how far vibe-coding can go on a complete personal project.

vibe-codingno-codefitbitcase-studyai-driven
by RikEnde Mar 10, 2026 5/10
skill GitHub

Bitrefill Agent Skills: Buy Gift Cards and eSIMs from Claude Code

Agent skills for Bitrefill that let AI coding agents browse, buy, and manage gift cards, mobile top-ups, and eSIMs. Compliant with the Agent Skills spec and works with Claude Code, Cursor, and npx skills. A concrete example of real-world commerce actions exposed as agent skills.

agent-skillsbitrefille-commercegift-cardsclaude-codecursor
by bitrefill Mar 10, 2026 5/10
app GitHub

Agents-UI: Web Frontend for Claude Code and Codex Background Agents

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

manyoyo: Security Sandbox for Claude Code YOLO Mode

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: Fork Claude Code Conversations to Other AI Models

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

LivingAgents: Claude-Powered Simulation with Emergent Faction Behavior

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
workflow Reddit

Pre-Warm Claude Code Rate Limits with a Cron Job

Claude Code's 5-hour limit is a sliding window — start it before you plan to work so it resets when you need it most. A companion repo (tappress/claude-code-warmup) provides a one-click Vercel deploy to automate the pre-warming with a cron job. Simple but effective workaround for interruptions during peak work hours.

rate-limitscronworkflowproductivityworkaround
by SpareFan1797 Mar 10, 2026 6/10
skill GitHub

AI.MD: Convert CLAUDE.md to AI-Native Structured-Label Format

A tool that converts human-written CLAUDE.md files into an AI-native structured-label format, achieving the same rules with fewer tokens and higher model compliance. Battle-tested across 5 rounds and 4 models. A practical upgrade for anyone optimizing their CLAUDE.md for efficiency.

CLAUDE.mdtoken-optimizationstructured-formatconfigurationcompliance
by sstklen Mar 10, 2026 8/10
app GitHub

CozyPane: Rich Terminal UI for Claude Code, Codex, and Aider

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
skill GitHub

Production-Ready Python Template for Claude Code with TDD and Multi-Agent Setup

A Python project template built for Claude Code with a TDD workflow baked in, 7 custom agents, and an 11-step Phase Completion Checklist. Provides a structured, opinionated starting point for Python projects that leverages Claude Code from day one. Good reference for teams establishing Claude Code conventions.

templatepythontddmulti-agentCLAUDE.mdworkflow
by stranma Mar 10, 2026 7/10
command GitHub

chop: CLI Output Compressor for Claude Code (50–90% Token Reduction)

A CLI wrapper that compresses verbose command output before it enters Claude Code's context window, reducing token consumption by 50–90%. Supports 52+ commands including git, docker, kubectl, npm, and terraform. Directly addresses one of the most common cost/limit pain points in long Claude Code sessions.

token-optimizationclicontext-windowgitdockerkubectl
by AgusRdz Mar 10, 2026 8/10
app GitHub

Pane: Terminal-First AI Agent Manager

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

Claude Code Changelog Viewer

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

apm: Microsoft's Agent Package Manager for AI agent ecosystems

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

memaris: Turn session insights into lasting AI memory

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
skill GitHub

SkillCheck-Free: Validate Claude Code skills against agentskills spec

Tool for validating Claude Code skills against the agentskills specification. Helps ensure your SKILL.md files are correctly structured and compliant with emerging standards for AI agent skills.

skillvalidationagentskillsspecSKILL.md
by olgasafonova Mar 9, 2026 5/10
MCP GitHub

workspace-qdrant-mcp: Project-scoped Qdrant MCP with FastEmbed

Project-scoped Qdrant vector database MCP server with scratchbook functionality. Python port of claude-qdrant-mcp with FastEmbed for local embeddings and project-aware collection management. Useful for semantic search over codebases.

mcpqdrantvector-dbembeddingssemantic-searchFastEmbed
by ChrisGVE Mar 9, 2026 6/10
app GitHub

ccNexus: Multi-provider API endpoint rotation for Claude Code reliability

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
MCP GitHub

claude-skills-mcp: Use Claude Skills with any AI model via MCP

Integrates Claude's Skills system with any model using the Model Context Protocol. Lets non-Claude models benefit from the Claude skills ecosystem, extending the reach of SKILL.md packages across AI platforms.

mcpskillscross-modelSKILL.mdinteroperability
by Vankill08 Mar 9, 2026 6/10
app GitHub

harness: Define AI agents in markdown with Claude Agent SDK

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

ClaudeBar: macOS menu bar app for monitoring AI coding assistant quotas

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
workflow GitHub

Prompt-Factory: Multi-agent system that analyzes and optimizes prompt sets

Multi-agent system for generating high-quality AI prompts. Different agents analyze requirements, create prompts, review them, and optimize the final output. Useful for systematically improving prompts used in Claude Code workflows.

promptsmulti-agentoptimizationworkflowprompt-engineering
by haneef1104 Mar 9, 2026 6/10
skill GitHub

obsidian-skill: Manage Obsidian vaults with CLI tools via Claude Code

Claude Code skill providing CLI tools for managing Obsidian vaults — notes, tasks, tags, templates, and knowledge graph analysis. Bridges the gap between Obsidian knowledge management and AI-assisted development.

skillobsidianknowledge-managementnotescli
by wizzy15 Mar 9, 2026 6/10
skill GitHub

66 Claude AI skills and 9 workflows for full-stack developers

Comprehensive collection of 66 Claude AI skills and 9 workflows designed to enhance productivity for full-stack developers. Covers a wide range of development scenarios from frontend to backend and deployment.

skillfull-stackworkflowcollectionproductivity
by zacklecon Mar 9, 2026 6/10
MCP GitHub

skill4agent-mcp-server: Discover and install AI skills via MCP

MCP server for managing and accessing AI skills — search, view, and install skills directly from within AI conversation platforms. Creates a skills marketplace accessible through the MCP protocol.

mcpskillsmarketplaceinstallsearch
by bobthebuilder301 Mar 9, 2026 7/10
workflow GitHub

Automate academic LaTeX, R, and Quarto workflows with Claude Code

Workflow setup for using Claude Code to automate academic tasks including LaTeX document preparation, R scripts, and Quarto slide creation. Practical configuration for researchers and academics wanting AI-assisted academic writing pipelines.

workflowlatexrquartoacademicautomation
by moemoe1230 Mar 9, 2026 6/10
workflow Reddit

cc-taskrunner: Queue Claude Code tasks and wake up to PRs

Open-source Bash task runner that queues Claude Code sessions for unattended execution. Each task gets its own headless session, git branch, and automatic PR. Three-layer safety model: PreToolUse hooks blocking destructive ops, CLI constraints, and explicit mission briefs baked into every prompt.

automationworkflowsafetyhooksbashtask-queue
by texo_optimo Mar 9, 2026 9/10
app Reddit

Claude Code Review: Parallel agents hunt bugs in every PR

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
MCP Reddit

TechDebtMCP v2: Analyze technical debt across 14 languages via Claude

MCP server connecting Claude to your codebase to find, measure, and prioritize technical debt. Supports 14 programming languages, provides SQALE ratings, surfaces security issues, and lets you ask Claude natural language questions like "What's the worst technical debt in this project?"

mcptechnical-debtcode-qualitysecuritysqale
by pierrejanineh Mar 9, 2026 7/10
app GitHub

codehydra: Multi-Workspace IDE for Parallel AI Agent Development

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
hook GitHub

ai-engineering: Governed AI workspace with quality gates via git hooks

Turns any repo into a governed AI workspace with quality gates, security scanning, and risk management enforced locally via git hooks. Works with Claude Code, GitHub Copilot, Cursor, Gemini, and Codex — a universal governance layer for AI-assisted development.

git-hooksgovernancesecurityquality-gatesmulti-agent
by arcasilesgroup Mar 9, 2026 7/10
hook GitHub

patrol: Two-tier enforcement and read/edit tracking for Claude Code

Development discipline tool with a status line for Claude Code featuring two-tier enforcement, real-time read/edit tracking, and an investigation gate. Designed to keep Claude Code disciplined and transparent about what files it's touching.

hooksenforcementtrackingclaude-codediscipline
by cukas Mar 9, 2026 7/10
hook Reddit

Four Claude Code hooks that enforce voice and tone on AI-written copy

A hook system using UserPromptSubmit and PreToolUse hooks to enforce brand voice consistency across AI-written copy. A reviewer agent is injected before any copy file edit, and hooks block writes to .tsx/.md files unless voice review is complete. Prevents copy drift in AI-generated content.

hooksvoicetonecopyUserPromptSubmitPreToolUseagent
by tompahoward Mar 9, 2026 8/10
app GitHub

claude-duet: Share a Claude Code session in real-time with E2E encryption

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

arcane-agents: Visual 2D control room for Claude Code and CLI agents

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
workflow GitHub

pilot: Autonomous dev pipeline that ships tickets with Claude Code

AI-driven development pipeline that takes tickets and autonomously implements them using Claude Code. Bridges project management and code execution, shipping completed work directly from ticket to commit.

automationticketspipelineautonomousworkflow
by alekspetrov Mar 9, 2026 7/10
MCP Reddit

TablaCognita: MCP-connected markdown editor for live Claude document editing

Free browser-based markdown editor that connects to Claude via MCP, letting Claude write directly into a live document instead of generating artifacts. Eliminates the copy-paste loop between Claude's output and your editor. Built collaboratively with Claude and Claude Code.

mcpmarkdowneditorwritinglive-editing
by pstryder Mar 9, 2026 7/10
skill Reddit

OpenAlgernon: Claude Code-native terminal study platform with FSRS spaced repetition

Study platform that installs as a Claude Code slash command and runs entirely in the terminal. Uses FSRS-4.5 for spaced repetition scheduling with Claude as the study engine. Designed for engineers with backlogs of papers, RAG handbooks, and agent playbooks to study.

skillspaced-repetitionlearningterminalslash-commandFSRS
by AntonioVFranco Mar 9, 2026 7/10
app Reddit

ClaudeNest: Launch Claude Code remote sessions from anywhere including mobile

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
hook GitHub

swiz: Cross-agent hook manager for Claude Code, Cursor, and Gemini

Installs and orchestrates lifecycle hooks across Claude Code, Cursor, and Gemini from a single manifest file. Manage hooks once and deploy them to all your AI coding assistants simultaneously — a unified hook management layer for multi-agent workflows.

hookscross-agentcursorgeminiclaude-codemanifest
by mherod Mar 9, 2026 8/10
skill GitHub

Claude plans, Gemini implements: dual-agent manager skill

A Claude Code skill that orchestrates a two-agent system where Claude handles planning and verification while Gemini CLI executes the actual code implementation. Leverages strengths of both models in a structured divide-and-conquer workflow.

skillgeminiorchestrationplanningmulti-agent
by MikoChun Mar 9, 2026 7/10
app Reddit

OnUI: Click any UI element to give Claude Code precise visual context

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
MCP Reddit

mcpx: Run MCP tools on-demand via CLI to save 50k tokens per session

CLI wrapper for MCP servers that lets Claude call tools directly through the terminal instead of loading all JSON schemas upfront. Eliminates the 50k+ token overhead from pre-loading MCP server schemas, keeping context windows fresh for actual work.

mcpcontext-windowtokenscliperformanceoptimization
by Exciting-Example2580 Mar 9, 2026 8/10
skill Reddit

HELIX v2.0: Self-evolving Claude Code skill with MCP and context compression

Claude Code skill that evolves itself after every run by learning your coding style. Features native MCP for real API connections, context compression to fight context rot, 60% cost reduction via prompt caching, and agentic self-healing for broken code. Works on Claude Code and Gemini CLI.

skillself-evolvingmcpcontext-compressionprompt-cachingself-healing
by Caramaschi Mar 9, 2026 8/10
workflow GitHub

coding-swarm: Parallel AI agents in isolated containers with git integration

Runs parallel AI agents in isolated containers to coordinate code tasks across any project. Supports multiple AI providers and integrates with git for branch-per-agent isolation. Inspired by the swarm pattern for decomposing complex tasks.

swarmparallelcontainersgitmulti-agentisolation
by MihailBausov Mar 9, 2026 7/10
app X

Google Maps Lead Gen Agent built with Claude Code

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
workflow X

Claude 4.6 Definitive Guide: prompts, Claude Code workflows, and automation systems

A comprehensive practical guide compiled after weeks of testing Claude prompts, Claude Code workflows, and automation systems. Covers best prompts for real work, Claude Code-specific patterns, and productivity automation. Aimed at users who want to get more out of their Claude subscription.

guidepromptsworkflowautomation
by @Suryanshti777 Mar 9, 2026 6/10
workflow X

Using ACP to spawn Claude Code CLI sessions from another AI assistant

An experiment in using ACP (Agent Communication Protocol) to spawn Claude Code CLI sessions on demand from within a separate software engineer assistant. When the outer agent needs Opus-level reasoning without storing OAuth tokens, it delegates to a fresh Claude Code process and waits for results. Interesting pattern for multi-agent orchestration.

acpmulti-agentorchestrationworkflow
by @joncursi Mar 9, 2026 7/10
app X

Anthropic launches multi-agent code review for Claude Code Enterprise

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

Synabun: Claude Code reskin with persistent memory and token cost display

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
skill X

Curated Claude Code ecosystem list: CLAUDE.md templates, MCP directory, hook recipes, and more

A community-built index of Claude Code ecosystem resources: language-specific CLAUDE.md templates (TypeScript, Python, Next.js, homelab), an MCP server directory, hook recipes, CLI piping tricks, and workflow patterns. Built because the ecosystem was too scattered to navigate easily. High-signal starting point for new and experienced users alike.

curated-listclaude-mdmcphooksresources
by @1erkan Mar 9, 2026 8/10
workflow X

How to layer Claude Code features like a pro: CLAUDE.md, Skills, MCP, Subagents, and Hooks

A concise mental model for choosing the right Claude Code feature for each job: CLAUDE.md for persistent conventions, Skills for reusable multi-step docs, MCP for live data access, Subagents for parallel research, and Hooks for automatic side effects. Clears up a common confusion about when to use each tool.

claude-mdskillsmcpsubagenthookmental-model
by @bhaidar Mar 9, 2026 8/10
workflow X

Design-to-code workflow: Figma designs → Claude Code via Figma MCP → Tailwind + Shadcn

A clean four-step workflow: design a screen in Figma, connect Claude Code to Figma via MCP, prompt it to build with Tailwind and Shadcn, then auto-generate design system docs. Eliminates the handoff gap between design and implementation. 700+ likes confirms this resonates widely.

figmamcptailwindshadcndesign-to-code
by @designertom Mar 9, 2026 7/10
workflow X

Coding in GOD MODE: a complete Claude Code setup with CLAUDE.md, Figma MCP, and sound hooks

A walkthrough of a maxed-out Claude Code setup: a tailored CLAUDE.md that encodes personal workflow preferences, Figma MCP for direct UI implementation from designs, and a hook that plays a sound notification when tasks complete. Shows how layering these features together creates a substantially different experience than using Claude Code out of the box.

claude-mdfigmamcphooksetup
by @didier_lopes Mar 9, 2026 7/10
skill Reddit

Claude Code skill for instant web analytics setup on new projects

A Claude Code skill that automates adding web analytics to any new project in seconds. Install with `npx skills add isaacaudet/web-analytics-setup`. Eliminates the repetitive manual setup that most developers redo on every project. Practical time-saver for frequent project starters.

skillsanalyticssetupautomation
by demars123 Mar 9, 2026 7/10
workflow Reddit

Teaching Claude Code your team's coding patterns so it writes "our" code, not just correct code

A practical approach to showing Claude Code what correct code means in your specific codebase — not just code that compiles, but code that matches your team's patterns, conventions, and architecture. After a year of AI-assisted PRs still feeling wrong, the author built a system that teaches Claude your style. Solves one of the most common complaints about AI code review.

codebase-contextcode-reviewpatternsworkflow
by SensioSolar Mar 9, 2026 7/10
workflow Reddit

Google Workspace CLI: Let AI agents operate Gmail, Drive, and Calendar

Google released a Workspace CLI that gives AI coding agents structured access to Gmail, Drive, and Calendar. Integrates with Claude Code for automating administrative and communication workflows. Useful for developers managing radio promotion, email campaigns, or document pipelines alongside code.

google-workspacegmailautomationworkflow
by totalaudiopromo Mar 9, 2026 5/10
MCP Reddit

MCE: Open-source proxy that cuts Claude Code MCP token usage by up to 90%

An open-source proxy that sits between Claude Code and MCP servers, stripping unnecessary tokens from responses before they fill your context window. Raw MCP data — HTML, base64 images, huge JSON — can eat thousands of tokens per call. MCE intercepts and compresses it. Game-changer for heavy MCP users.

mcptoken-optimizationproxycontext-window
by DexopT Mar 9, 2026 9/10
workflow Reddit

Inside a 116-configuration Claude Code setup: Skills, Hooks, Agents, and layering strategy

A detailed write-up of running a 116-configuration Claude Code setup for a one-person business. Covers how skills, hooks, agents, and sub-agents are layered to create a system that handles web apps, content pipelines, and business operations. One of the most comprehensive real-world Claude Code setups documented publicly.

configurationworkflowagentshooksskillsreal-world
by jonathanmalkin Mar 9, 2026 9/10
hook Reddit

PreToolUse hook that forces Claude to use MCP tools instead of built-in Read/Grep/Glob

A PreToolUse hook pattern that intercepts Claude's default tool choices and redirects it toward MCP tools when better alternatives are available. Solves the common problem where CLAUDE.md instructions drift after a few turns and Claude reverts to built-in tools. The hook enforces the preference at the infrastructure level rather than relying on prompt compliance.

hookpre-tool-usemcpautomation
by Objective_Law2034 Mar 9, 2026 9/10
app Reddit

Visual replay debugger for Claude Code sessions

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
skill Reddit

How to debug Claude Code skills: 6 failure patterns from building MCP workflow chains

After building 7 Claude Code skills that chain MCP tool calls, the author cataloged the 6 most common failure patterns with concrete fixes for each. Covers issues like tool call ordering, error propagation, context loss, and MCP response handling. Practical debugging guide that applies to any skill calling MCP servers.

debuggingskillsmcpfailure-patterns
by mgdo Mar 9, 2026 8/10
hook GitHub

bash-gates: AST-based permission gates for Claude Code shell commands

Uses tree-sitter AST parsing to gate Claude Code's bash command execution at a syntax level rather than simple string matching. Provides fine-grained, semantically-aware control over what shell operations Claude can run. More robust than keyword blocklists — Claude can't bypass it by rephrasing the command.

hooksecuritybashpermissionstree-sitter
by camjac251 Mar 9, 2026 7/10
app GitHub

deepsteve: Hackable open-source multi-terminal for AI coding agents in the browser

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
skill GitHub

awesome-anthropic: Daily-updated curated list of Anthropic tools, resources, and projects

A maintained, daily-updated index of tools, resources, and community projects across the Anthropic ecosystem. Covers Claude Code, MCP, the API, and third-party integrations. Useful as a living reference for staying current without monitoring every forum and repo individually.

curated-listresourcesanthropicreference
by Boroldoi0402 Mar 9, 2026 5/10
MCP GitHub

Metaflow MCP Server: Inspect ML runs and artifacts from your coding agent

An MCP server that connects Claude Code to Metaflow, Netflix's open-source ML workflow framework. Lets you inspect runs, logs, and artifacts directly from your agent session. Useful for ML engineers who want to query pipeline results without leaving their coding environment.

mcpmetaflowml-opsdata-science
by npow Mar 9, 2026 6/10
skill GitHub

Awesome-Agent-Skills: Discovery hub for Claude Code, OpenAI, and MCP skills

A curated collection and navigation resource for AI agent skills across Claude Code, OpenAI, and MCP servers. Centralizes community-built skills to make them easier to discover and install. Good starting point for extending your agent's capabilities.

skillsdiscoverycurated-listmcp
by megalor1 Mar 9, 2026 5/10
skill GitHub

Custom Claude Code skills for port management and international translations

A collection of practical Claude Code skills targeting everyday dev friction: port conflict management and multilingual content translation. Covers real workflow pain points with reusable slash commands. A good example of targeted, single-purpose skill design.

skillsautomationproductivitycli
by danicuevas23 Mar 9, 2026 6/10
app GitHub

session-sync: Switch AI coding agents without losing your session context

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

sessionlog: Replay every tool call, error, and decision your AI agent made

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

oh-my-claude: Statusline for Claude Code with live spend, CI, and context signals

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

Kuse Cowork: Open-source desktop agent with local execution and model freedom

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
workflow GitHub

claude-sage: Strategic analysis workflows for eliminating technical debt with Claude Code

A set of Claude Code workflows focused on codebase analysis, strategic planning, and technical debt reduction. Provides structured approaches for making architectural decisions with AI assistance. Aimed at teams looking to use Claude Code for long-term codebase health rather than just feature development.

workflowtechnical-debtanalysisplanning
by user123-alt Mar 9, 2026 5/10
skill GitHub

claude-skills: Reusable slash-command workflows for reliable multi-step tasks

A collection of slash-command workflows specifically designed to make Claude Code reliable on complex, multi-step tasks where it commonly drifts or fails. Addresses real failure modes in agentic operations through structured skill patterns. A practical toolkit from an active Claude Code power user.

skillsslash-commandsreliabilityworkflow
by npow Mar 9, 2026 7/10
skill GitHub

everything-claude-code: Complete agent collection from an Anthropic hackathon winner

A comprehensive collection of Claude Code configurations, agents, and patterns refined over 10+ months by an Anthropic hackathon winner. Covers the full range from basic prompting to multi-agent orchestration. One of the most battle-tested Claude Code setups available publicly.

agentsconfigurationhackathonreference
by arabicapp Mar 9, 2026 8/10
skill GitHub

agent-skills: Shared skill collection for OpenClaw and Claude Code

A collection of agent skills designed to work with both OpenClaw and Claude Code. Provides reusable commands that extend your coding agent's capabilities with community-contributed workflows. Good resource for skill authors looking at cross-compatible patterns.

skillsopenclawcross-compatiblecommunity
by ZLHad Mar 9, 2026 5/10
skill GitHub

Claude Code skill for creating and editing PowerPoint presentations via XML

A Claude Code skill that generates and edits PowerPoint presentations using direct XML manipulation. Enables AI-assisted slide creation from within your development environment without external tools. Useful for developers who need to produce presentation deliverables alongside code.

skillspowerpointpresentationsoffice
by 24111999 Mar 9, 2026 5/10
skill GitHub

research-skills: Claude Code skills for literature reviews and paper-to-slide generation

Academic research skills for Claude Code covering literature review writing and automated slide generation from research papers. Bridges the gap between reading papers and producing research outputs. Designed for researchers and graduate students using AI in their academic workflow.

skillsresearchacademicpresentations
by Ronitnair Mar 9, 2026 5/10
skill GitHub

agent-skills-guide: Official + community guide to creating Claude Code agent skills

A comprehensive guide for creating and enhancing Agent Skills, drawing from official Anthropic documentation and community insights. Covers skill structure, tool integration, and effective prompt patterns. Good starting point for developers new to building Claude Code skills.

skillsguidedocumentationgetting-started
by kaydenplayZ Mar 9, 2026 5/10
app Reddit

claude-clone: set up multi-repo Claude Code workspaces in one command

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
workflow Reddit

Remote Control "not enabled" on macOS is a platform gate — Docker workaround

Claude Code Remote Control is gated by a Statsig feature flag (tengu_ccr_bridge) that returns false for macOS (darwin) and true for Linux. The misleading error says "not yet enabled for your account" but your account is fine. A Docker workaround exists: run Claude Code in a Linux container to bypass the platform gate.

remote-controlmacOSDockerdebuggingworkaround
by jonathanmalkin Mar 9, 2026 7/10
MCP GitHub

brainlayer: persistent memory MCP server with 14 tools and 268K+ chunk storage

brainlayer is a local-first MCP server that gives AI agents persistent memory across conversations. It provides 14 MCP tools for search, recall, thinking, and storing knowledge in a single-file SQLite database supporting 268K+ conversation chunks. Works with Claude Code and other MCP-compatible agents.

mcpmemorypersistenceSQLiteknowledge
by EtanHey Mar 9, 2026 8/10
workflow GitHub

Claude collective intelligence: agent swarm framework with message queues

A framework for accelerating AI collaboration using Claude agent swarms with message queues for brainstorming, voting, and mentorship workflows. Enables multi-agent orchestration where multiple Claude instances collaborate on complex tasks through structured communication channels.

multi-agentswarmorchestrationmessage-queue
by othmane55 Mar 9, 2026 6/10
app GitHub

Claude Code Reference: searchable GTK desktop app for all commands and shortcuts

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

Claude Monitor: macOS menu bar app for real-time API usage tracking

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 Review data: substantive PR reviews jumped from 16% to 54%

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
MCP X

GrapeRoot: MCP layer that gives Claude Code persistent repo awareness to cut token usage

GrapeRoot is an MCP tool that tracks repository state across Claude Code sessions, skipping redundant file reads that waste tokens. Each follow-up prompt normally triggers a full repo re-exploration; GrapeRoot caches this context, reducing token usage by 50-70% and extending the $20 plan further.

mcptoken-usagerepo-awarenesscachingoptimization
by @krishna37930189 Mar 9, 2026 7/10
skill X

Claude Code skill: convert plain-text to structured JSON image prompts for Nano Banana 2

A Claude Code skill that rewrites plain-text image descriptions into structured JSON prompts optimized for Nano Banana 2 (image generation model), producing professional-quality outputs. Demonstrates how Claude Code skills can bridge AI tools via prompt transformation.

skillimage-generationJSONprompt-engineering
by @TechWith_Nova Mar 9, 2026 6/10
workflow X

Warning: each stacked Claude Code session spawns its own copy of all global MCP servers

Each Claude Code session spawns a separate instance of every globally configured MCP server. With multiple stacked sessions open, this can create 30+ zombie MCP server processes (e.g., Gmail MCP) consuming significant memory. Close unused Claude Code sessions to avoid process buildup.

MCPperformancememoryzombie-processesdebugging
by @phuakuanyu Mar 9, 2026 7/10
workflow X

Multi-model workflow: have Claude write specs, then ask Gemini via MCP to review them

A practical multi-model workflow using Claude Code: (1) prompt Claude to write technical specs, (2) use an MCP Gemini integration for Claude to automatically ask Gemini to cross-review those specs. Leverages different model strengths for iterative spec refinement.

workflowmulti-modelGeminiMCPspecs
by @damovsky Mar 9, 2026 6/10
MCP Reddit

CodeGraphContext: MCP Server for Symbol-Level Code Graph Analysis

An open-source MCP server that indexes local code into a symbol-level graph database rather than raw text, enabling AI agents to navigate function calls, class inheritance, and file dependencies precisely. Reduces hallucinations by surfacing only relevant context. Now includes a browser-based playground for experimenting with small repos.

mcpcode-graphcontextindexingopen-source
by Desperate-Ad-9679 Mar 9, 2026 8/10
skill GitHub

knowledge-foundation-starter: Stack-Agnostic Knowledge Governance Template

A reusable project template providing ADR, TLDR, and Roadmap systems with pre-configured AI agent and skill configs for Claude Code and Codex CLI. Designed to bring structured knowledge governance to any codebase regardless of stack.

templateCLAUDE.mdADRknowledge-managementcodex
by marioGusmao Mar 9, 2026 7/10
workflow GitHub

agent_crew_api: Orchestration Backend for Multi-Agent AI Teams

A backend API for orchestrating multi-agent AI teams across software development tasks. Provides coordination primitives for assigning and managing work across agents working in parallel.

multi-agentorchestrationapibackend
by helmcode Mar 9, 2026 5/10
MCP GitHub

ClickUp MCP Server: Project Management via Model Context Protocol

Integrates ClickUp project management directly into Claude and other MCP clients, allowing agents to read and update tasks, spaces, and lists without leaving the coding context. Bridges AI coding sessions with team project tracking.

mcpclickupproject-managementintegration
by taazkareem Mar 9, 2026 7/10
app GitHub

claude-code-pulse: Dynamic Terminal Titles Showing Agent Activity

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

Pilot Shell: Reliability Wrapper for Claude Code with Enforced Tests

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
workflow GitHub

KnowzCode: TDD Workflows and Quality Gates for AI Coding Assistants

A structured development methodology with TDD workflows, quality gates, specs, and tracking that works across Claude Code, Gemini, Cursor, Copilot, and Codex. Provides discipline and structure to AI-assisted coding sessions so output is consistent and verifiable.

tddquality-gatesworkflowmethodologymulti-model
by knowz-io Mar 9, 2026 7/10
MCP GitHub

DriftGuard MCP: AI Conversation Drift Detection for Claude Desktop

An MCP server that exposes conversation drift scores and session health metrics to Claude Desktop and other MCP clients. Useful for long coding sessions where context drift can cause increasingly off-target outputs.

mcpcontextdrift-detectionsession-health
by jschoemaker Mar 9, 2026 6/10
app GitHub

budi: Pre-Search Context Injection for Claude Code

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
skill GitHub

Multi-Model Agent Implementation Skill for Claude Code

A Claude Code skill that orchestrates a full implementation workflow across multiple AI models: research, evaluation, design baseline, implementation, root cause analysis, and auditing. Designed to leverage each model's strengths at different stages of a task.

skillmulti-modelworkfloworchestrationaudit
by nestharus Mar 9, 2026 8/10
skill GitHub

Claude Scientific Skills: Research and Analysis Agent Skills Collection

A ready-to-use set of Claude agent skills covering research, science, engineering, analysis, finance, and writing. Provides domain-specific prompting patterns for technical and scientific work where Claude Code is used beyond pure software tasks.

skillresearchscienceengineeringanalysis
by K-Dense-AI Mar 9, 2026 7/10
app GitHub

vibes-cli: GUI Frontend for Claude Code Focused on Security

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
workflow Reddit

Multi-Swarm Plugin: Parallel Agent Teams with Git Worktrees

A Claude Code plugin that spawns parallel agent teams working in separate git worktrees, allowing independent tasks like API endpoints, UI components, and database migrations to be built simultaneously. Type /multi-swarm with a description and the plugin decomposes and parallelizes the work automatically.

worktreesparallelmulti-agentpluginproductivity
by dorongal1 Mar 9, 2026 8/10
MCP Reddit

How to Make MCP Tools Discoverable by Agents — Not Just Developers

A discussion on agent-to-agent MCP discovery: getting an agent mid-task to autonomously find and use your MCP tool without a human adding it to configs. Explores registry approaches, capability advertising, and patterns for building truly agent-first MCP servers.

mcpdiscoveryagent-to-agentregistry
by ai-agent-marketplace Mar 9, 2026 6/10
MCP Reddit

GitHub MCP Server Package with Auto-Updating Wrapper

A vibe-coded MCP package wrapping GitHub's official MCP server that auto-updates within 4 hours of a new upstream release. Lets Claude Desktop summarize and triage GitHub activity without manual config maintenance.

mcpgithubauto-updateclaude-desktop
by freeformz Mar 9, 2026 6/10
app GitHub

ai-tools: Efficiency Tool Collection for Claude Code

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

jacques: Real-Time Claude Code Sessions Manager

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
workflow GitHub

z-spec: AI-Powered Z Specification Generation and Validation

A tool that creates, validates, and animates formal Z specifications from source code, and generates code from specifications. Useful for teams that want formal methods verification in their Claude Code workflow.

formal-methodsspecificationsvalidationworkflow
by punt-labs Mar 9, 2026 5/10
skill GitHub

Comprehensive Claude Code Skills: Full Delivery Workflow Collection

A production-ready skills collection covering the complete delivery workflow: research, epic planning, task breakdown, implementation, testing, code review, and quality gates. Designed as a drop-in skill set for teams using Claude Code professionally.

skillworkflowproductioncode-reviewquality
by levnikolaevich Mar 9, 2026 8/10
MCP GitHub

SkillBoss: MCP Server and Skills for 100+ AI Services

An MCP server plus Claude Code skills providing unified access to over 100 AI services including LLMs, image/video generation, and TTS — all via a single API key and OpenAI-compatible interface. Dramatically reduces the integration overhead of working with multiple AI providers.

mcpmulti-modelapiimage-genttsaggregation
by heeyo-life Mar 9, 2026 7/10
workflow GitHub

claude-plugins: Context Management and Guarded Workflows from 451 Sessions

A set of Claude Code plugins distilled from 451 real coding sessions, focusing on context management, investigation discipline, and guarded workflows that prevent runaway changes. Battle-tested patterns for keeping long Claude sessions on track.

contextworkflowdisciplinepluginsbattle-tested
by cukas Mar 9, 2026 8/10
app GitHub

Bit-Office: Collaborative Workspace for Multiple AI CLI Agents

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
skill GitHub

Android Reverse Engineering Skill for Claude Code

A Claude Code skill that wraps jadx to decompile Android APK, XAPK, AAB, DEX, JAR, and AAR files directly from your coding session. Useful for security researchers and developers analyzing third-party Android binaries.

skillandroidreverse-engineeringsecurityjadx
by incogbyte Mar 9, 2026 6/10
app Reddit

Anthropic Launches Code Review Feature for Claude Code

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

Mowgli: Visual Spec Canvas for Scoping Products Before Claude Handoff

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
hook Reddit

Rupert: Claude + Gemini + OpenCode Agent with Notification Hooks

A personal agent setup called Rupert that combines Claude, Gemini, and OpenCode with hooks that notify you of what each agent is doing in real time. Includes a memory-agent component for reducing token usage across sessions.

hookmemorymulti-modelnotificationstoken-reduction
by winwinwinguyen Mar 9, 2026 6/10
skill Reddit

Claude Code Skill: 6 Parallel Research Agents for Market Analysis

A Claude Code skill that dispatches 6 parallel research agents to analyze any market in ~20 minutes using real web data — reviews, pricing, forums, funding signals, and hiring trends. Demonstrated on the AI coding assistants market with 15 competitors analyzed.

skillresearchparallel-agentscompetitive-intelligencemarket-analysis
by ferdbons Mar 9, 2026 7/10
workflow GitHub

The Council: Multi-Model Advisory Board for Claude Code

A Claude Code tool that routes questions to Codex and Gemini for second opinions, creating a multi-model advisory board for design and implementation decisions. Useful when you want to pressure-test an approach before committing to it.

multi-modeladvisorycodexgeminidecision-making
by DantesPeak85 Mar 9, 2026 7/10
app GitHub

cmdop-claude: Self-Maintaining .claude/ Runtime with LLM-Powered Docs

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

claude-marketplace: Plugin Marketplace for Claude Code Developer Workflows

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

AutoSteer: Cross-Platform App for Managing Multiple Workspace Sessions

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
skill GitHub

claud-skills: Production-Ready Claude Code Agents with Auto-Generated Docs

A framework for building and using production-ready Claude Code agents and skills, with automatic documentation generation. Helps teams maintain a catalog of reusable agent behaviors with up-to-date documentation.

skillagentsdocumentationproductivity
by bloody2634 Mar 9, 2026 6/10
skill GitHub

claude-config: 16-Skill Professional Config with REEL Orchestrator

A one-command install providing professional Claude Code configuration: 16 curated skills, automated hooks, team coding standards enforcement, and the REEL autonomous orchestrator. Designed as a complete opinionated setup for teams adopting Claude Code at scale.

skillhooksorchestrationCLAUDE.mdteamconfiguration
by gsmethells Mar 9, 2026 8/10
skill GitHub

skill-codex: Claude Code Skill for Automated Analysis via Codex CLI

A Claude Code skill that enables automated code analysis and editing by leveraging Codex CLI under the hood. Useful for refactoring workflows where you want Claude Code to orchestrate Codex for specific transformation tasks.

skillcodexautomationrefactoringanalysis
by LightDopper Mar 9, 2026 6/10
app GitHub

claude-agent-kit: SDK for Building Claude-Powered Agents

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
skill GitHub

playwright-skill: Claude Skill for Dynamic Browser Automation

A Claude Code skill that executes dynamically generated Playwright code for browser automation tasks. Rather than writing Playwright scripts manually, you describe what you want and Claude generates and runs the automation on demand.

skillplaywrightbrowser-automationtesting
by jpulido240-svg Mar 9, 2026 7/10
skill GitHub

claude-skills-marketplace: System Architect Skill for Project Documentation

A Claude Code skill that transforms Claude into a System Architect, generating detailed project documentation with clear component boundaries and traceable requirements. Useful at project kickoff to produce structured specs before implementation begins.

skillarchitecturedocumentationrequirementsspecs
by 428alexander9 Mar 9, 2026 6/10
skill GitHub

Product-Manager-Skills: Battle-Tested PM Skills Framework for Claude Code

A product management skills framework built on proven PM methodologies, compatible with Claude Code, Cowork, Codex, and AI agents. Covers roadmapping, prioritization, stakeholder communication, and delivery — bridging PM work with AI-assisted engineering.

skillproduct-managementroadmapprioritizationmethodology
by deanpeters Mar 9, 2026 7/10
skill GitHub

startup-skill: AI Agent Skills for Startup Validation and Competitive Intel

A set of Claude Code agent skills targeting startup use cases: market validation, competitive intelligence, and planning. Designed for founders and product builders using Claude Code to accelerate pre-build research.

skillstartupcompetitive-intelligencevalidationplanning
by ferdinandobons Mar 9, 2026 6/10
command Reddit

for my windows peeps how are you using it?

Pretty basic question, I am running claude code on vscode but I am open to any other methods or anything else that would be helpful. Am I missing out on anything by not running this in another setu...

by Fstr21 Mar 9, 2026 7/10
app Reddit

I made "ears" for Claude.

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
MCP Reddit

Claude Desktop Release Notes - Computer Use!

v1.1.5368 → v1.1.5749 https://github.com/aaddrick/claude-desktop-debian/releases/tag/v1.3.17%2Bclaude1.1.5749 This release adds computer use capability and a new sessions bridge API, plus some prac...

mcpapigit
by aaddrick Mar 9, 2026 8/10
skill Reddit

Claude + Telegram

Any skill that will help Claude understand the telegram’s premium features, its architecture. To use for deploying a new bot. submitted by /u/Mon3y_craft [link] [comments]

skill
by Mon3y_craft Mar 9, 2026 6/10
skill Reddit

Skills - should I include examples?

I've been playing with the design of my personal skills I've written. I have lots of code examples in them, because when I was asking Claude for guidance in writing them it encouraged me to do so. ...

skill
by lambda-legacy Mar 9, 2026 6/10
MCP Reddit

From AntiGravity to ClaudeCode, Google Pro vs Claude Pro?

Recentemente mi ero imbattuto con Gemini 3.1 Pro sia Low che High che erano diventati stupidi di cui ancora lo sono però mi ero detto ok ho ancora Gemini 3 Flash che è buono ma oggi anche lui è div...

mcp
by LeLe-Italian-Dev Mar 9, 2026 5/10
app Reddit

I'm trying to wrap my head around the whole process, please help

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
workflow Reddit

Autonomous software team

Currently, PMs in my company are using Claude Code with MCP connectors for generating ideas and writing PRDs, engineers use it for discussions and generating technical plans, once everything is app...

mcpworkflowautomationtestingreview
by geeky_traveller Mar 9, 2026 8/10
MCP Reddit

How to connect Claude Code VSCode Extension with MCP Server?

Is this possible at all? I used Codex before where it was straightforward. There was a setting and config.toml for that. But I can't find the same for the VSCode Claude Extension. Is this really no...

mcpcommandconfig
by Any_Independent375 Mar 9, 2026 10/10
command Reddit

The best value for money combination of AI subscriptions

Just wanted to share what I'm currently paying and the rationale: - 2 x Claude Code Pro accounts: best agentic mode and I like Claude Code Chrome (beta). CC is also at the frontier of AI, so with t...

git
by jiayihu Mar 9, 2026 7/10
app Reddit

How Good Are You at Agentic Coding?

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
command Reddit

เมื่อฉันเจอบ๊คที่ claude , gpt, gemini แก้ไม่ได้ ก็คือ \n

ตามหัวข้อเลย ให้ Agent ทั้้งหมดหาแกล้ว เขียนใหม่ก็แล้ว ทุกตัวบอกปกติ ก็คือส่วน /\n/g ใน Java script ส่วนที่ยากคือมันทำให้ TAG script ทั้งหมดพัง ต้องไล่ debug ทีล่ะบรรทัด ในที่สุดก็รู้ว่าต้องแก้ด้วย...

by preedaake Mar 9, 2026 5/10
skill Reddit

Skill or Project

My idea is to submit text, or a pdf, for Claude to analyze and output specific quotes from it that are in a certain tone, word limit, and subject. I have used projects before and know they are good...

skill
by jawwajxy Mar 9, 2026 6/10
command Reddit

Copilot on Agent mode with Sonnet or Claude Code?

I've been using Copilot on Agent mode with Sonnet and Opus, and it's $10 per month. But my friend suggests to use CC, but it's more expensive. I searched online, and can't find a reason to pay more...

by HotEmu463 Mar 9, 2026 7/10
app Reddit

Claude can turn your handwriting into a font. Here’s how

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
workflow Reddit

Agentic Harness Bootstrap for Existing Repos

A bootstrap tool that scans your existing repo and auto-generates a tailored agent harness: CLAUDE.md, ARCHITECTURE.md, lint configs with remediation-rich errors, pre-commit hooks, and CI pipeline. Inspired by OpenAI Codex team insights, it favors short navigational maps over giant instruction files. Idempotent and works with Claude Code, Codex, or Copilot.

CLAUDE.mdAGENTS.mdharnessworkflowbootstraplinterCI
by Ven_is Mar 9, 2026 8/10
app Reddit

angular-grab: One-Click Component Context for AI Agents

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
workflow GitHub

SEC Filing to Video Pipeline with Claude + MCP

An end-to-end pipeline that uses Claude with the RoboSystems MCP to research and analyze SEC filings, then produces video content via HeyGen, ElevenLabs, and Shotstack. Demonstrates Claude orchestrating multi-tool, multi-vendor workflows for domain-specific content automation.

MCPpipelineworkflowfinancecontent-generation
by RoboFinSystems Mar 9, 2026 5/10
app GitHub

cli2agent: Self-Hosted HTTP/SSE API for Claude Code CLI

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
workflow GitHub

File-Based Cross-Machine Communication for AI Coding Agents

A lightweight, agent-agnostic communication protocol letting AI coding agents exchange messages across machines via file-based messaging bridged over SSH. Requires no dependencies beyond Bash, making it highly portable and easy to integrate with Claude Code or other agent frameworks for distributed workflows.

multi-agentSSHcross-machinecommunicationBashdistributed
by alexthec0d3r Mar 9, 2026 6/10
app GitHub

Rex: Guards, Memory RAG, Telegram Gateway & 28 Skills for Claude Code

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

agent-safehouse: macOS Sandbox for LLM Coding Agents

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
skill GitHub

Svelte 5 Development Skill for Claude Code

A Claude Code skill providing structured, token-efficient guidance for Svelte 5 development including best practices, real-world patterns, and expert insights. Gives Claude deep Svelte 5 context without bloating the context window.

Svelteskillfrontendtoken-efficient
by NikosDevMC Mar 9, 2026 6/10
hook GitHub

Sentinel-AI: Real-Time Safety Guardrails with Claude Code Hooks

A real-time safety scanning layer for LLM applications with 10 scanners covering prompt injection, PII detection, harmful content, code vulnerabilities, and obfuscation. Offers sub-millisecond latency, Python and TypeScript SDKs, an MCP proxy, and native Claude Code hooks integration for pre/post-tool safety checks.

safetyhooksMCPguardrailsprompt-injectionPIIscanner
by MaxwellCalkin Mar 9, 2026 8/10
skill GitHub

Full-Stack Skills for Claude Code: Cloudflare, React, Tailwind v4

A collection of Claude Code skills targeting modern full-stack development with Cloudflare Workers, React, Tailwind CSS v4, and AI integrations. Provides structured, up-to-date context so Claude can assist accurately with these stacks without hallucinating outdated APIs.

CloudflareReactTailwindskillsfull-stackAI-integration
by jezweb Mar 9, 2026 7/10
skill GitHub

Unofficial Swift Language Skill for Claude Code

A structured Claude Code skill providing comprehensive access to Swift Programming Language content, enabling Claude to give expert Swift guidance for iOS and macOS development. Covers core language features and common patterns from the official Swift book.

SwiftiOSmacOSskilllanguage
by Shada01245 Mar 9, 2026 5/10
skill GitHub

RubyCritic Skill for Ruby/Rails Code Quality Analysis

A Claude Code skill that integrates RubyCritic to surface code quality metrics, complexity scores, and technical debt insights for Ruby and Rails projects. Enables Claude to reason about and improve code quality as part of your development workflow.

RubyRailscode-qualityRubyCriticskillmetrics
by thairns Mar 9, 2026 6/10
skill GitHub

Gemini CLI Skill: Use Gemini Alongside Claude Code

A Claude Code skill that integrates Gemini CLI for code generation, review, testing, documentation, and architecture analysis. Lets Claude Code users leverage Gemini's capabilities within the same workflow for tasks where a second model opinion adds value.

Geminimulti-modelskillcode-reviewCLI
by Junayedahmedd Mar 9, 2026 6/10
app GitHub

CraftDesk: Package Manager for Claude Code Skills

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
skill GitHub

ast-grep Code Pattern Search Skill for Claude Code

A Claude Code skill that adds ast-grep-powered structural code search, letting Claude find patterns in codebases beyond simple text matching. Particularly useful for error handling audits, refactoring tasks, and enforcing coding conventions across large projects.

ast-grepcode-searchpatternsskillrefactoring
by Kayunangka Mar 9, 2026 6/10
skill GitHub

Multi-Agent Research Orchestration Skill for Claude Code

A Claude Code skill enabling orchestration of multi-agent research workflows with parallel subagent execution, structured audits, and workflow planning. Useful for complex investigations requiring breakdown across multiple specialized agents with result synthesis.

multi-agentresearchorchestrationparallelskill
by zubayer0077 Mar 9, 2026 7/10
skill Reddit

Use /loop on windows

Hi, I updated to 2.1.71 but when typing /loop nothing pop out and also If I try to use it saidd no skill found. Im on windows 11 submitted by /u/triko93 [link] [comments]

skill
by triko93 Mar 9, 2026 5/10
app Reddit

Open Source ADE to use with Claude Code

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

Is Claude Code making you smarter? Here's a plug that will tell you!

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
command Reddit

What to include in CLAUDE.md... and what not?

I found this to be quite true. Any comments or suggestions? Ensure your CLAUDE.md (and/or AGENTS.md) coding standards file adheres to the following guidelines: 1/ Keep it short, under 200 lines, to...

claude.mdreview
by pebblepath Mar 9, 2026 7/10
app Reddit

New to Claude Code and Antigravity

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
MCP Reddit

new sessions always eats more than 50k tokens

I'm running into an annoying issue where every time I start a new session, it gobbles half my context window. I already have my repo structure saved in my skills, but it still insists on going thro...

mcpskill
by Golden_Guts Mar 9, 2026 6/10
app Reddit

Built a tool this weekend that might actually be helpful to people

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

Question about large project setup

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
command Reddit

Claude Cowork is magical

I've been using it since it was available on Mac (a few months??). Used it for a lot of technical tasks. Fixed my API website that the Replit agent kept messing up (it's literally a Replit website ...

apigit
by IllustriousWorld823 Mar 9, 2026 5/10
skill Reddit

Skills for claude.ai

Do you know of any cool skills for claude.ai for a WordPress FSE, SEO, copywriting, or design designer, social media post X, FB? I already have some, but maybe you can inspire me. Thanks in advance...

skill
by tomaszgiemza Mar 9, 2026 6/10
skill GitHub

baoyu-skills:

baoyu-skills:

skill
by JimLiu Mar 9, 2026 5/10