AgentDish directory
github
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
A GitHub repository that publishes a week of controlled runs comparing seven Google models on the same software task, with transcripts, telemetry, screenshots, and scored benchmark artifacts. |
AI Development / Benchmarking | 83 | ↓ -3 | 18 days ago | Details |
|
#1149
↓ -3
Kungfu
Open-source tooling for keeping coding-agent work alive across sessions and handoffs. It preserves work state, evidence, and next steps across agents like Codex, Claude, OpenCode, and Amp, with a CLI and local workspace flow. |
Developer Tools / AI Agent Infrastructure | 83 | ↓ -3 | 26 days ago | Details |
|
#1151
↓ -3
e3d-pilot
A repo-improving agent harness that researches a codebase, proposes ideas, waits for human approval, and then drives execution with SHA-bound merge gating. |
Developer Tools / AI Agent Frameworks | 83 | ↓ -3 | 27 days ago | Details |
|
#1157
↓ -3
laikacms/decap-cms
A Git-based CMS for static site generators, packaged as a pnpm workspace with install, build, test, and demo instructions, plus documentation for usage and configuration. |
Developer Tools / CMS | 83 | ↓ -3 | 35 days ago | Details |
|
#1163
↓ -3
Vale-LLM-slop
A Vale style pack that lints prose for AI-like writing, inspired by ASD-STE100. It helps teams catch buzzwords, vague phrasing, self-praise, and other patterns in docs, comments, and agent-authored text. |
Writing / Copywriting | 83 | ↓ -3 | 38 days ago | Details |
|
#1180
↓ -3
CogniKernel
Local, structured memory for AI coding assistants like Claude Code and Codex. The project stores decisions, constraints, and abandoned approaches in an event-sourced local log and injects them back into later sessions. |
Developer Tool / AI coding assistant memory / context management | 83 | ↓ -3 | 52 days ago | Details |
|
#1193
↓ -3
claude-code-live-memory
A Claude Code plugin and MCP server that keeps a persistent, read-only memory of a repo so agents can ask broad codebase questions without re-reading files every session. |
Developer Tools / AI Coding Assistant Infrastructure | 83 | ↓ -3 | 67 days ago | Details |
|
#1194
↓ -3
GetSuperpower
GetSuperpower is a CLI and workflow bundle for coding agents that packages multi-step agent workflows into one installable skill tree. |
Developer Tools / AI Agent Tools | 83 | ↓ -3 | 68 days ago | Details |
|
#1211
↓ -3
aharness
Aharness is an open-source workflow harness for Codex that turns coding-agent processes into enforced state machines with typed gates, validated evidence, controlled transitions, repair paths, and inspectable logs. |
Developer Tools / AI Workflow Orchestration | 83 | ↓ -3 | 80 days ago | Details |
|
#1218
↓ -3
Offload
Offload is a developer tool that lets coding agents continue long-running tasks on another machine, with support for Claude Code and Codex. It can move the project state to a remote machine, run work on a new branch, expose remote localhost services, and send status updates while the laptop sleeps or disconnects. |
Developer Tools / AI DevOps / Agent Orchestration | 83 | ↓ -3 | 87 days ago | Details |
|
#1231
↓ -3
claude-git-sessions (ccgs)
A CLI tool that shares Claude Code sessions across a team by storing transcripts and memory on an orphan Git branch, so teammates can pull, resume, push, and delete sessions without extra infrastructure. |
Developer Tools / AI Developer Tooling | 83 | ↓ -3 | 96 days ago | Details |
|
#1255
↓ -3
HookGuard
HookGuard is a CLI security scanner for AI coding agent configuration files. It looks for malicious hooks, invisible Unicode, credential exfiltration patterns, and prompt-injection text in files like CLAUDE.md, AGENTS.md, Cursor rules, and GitHub Copilot instructions. |
Developer Tools / Security | 83 | ↓ -3 | 120 days ago | Details |
|
#1260
↓ -3
adamsreview
A multi-lens code review pipeline for Claude Code that runs parallel review passes, validation gates, optional Codex review, an auto-fix loop, and interactive walkthroughs for findings. |
Developer Tools / Code Review | 83 | ↓ -3 | 123 days ago | Details |
|
#1265
↑ +194
Train Your Own LLM from Scratch
A hands-on workshop repository that walks developers through building a small GPT-style language model from scratch, including tokenization, transformer blocks, training, and text generation. |
Developer Tools / Machine Learning | 83 | ↑ +194 | 128 days ago | Details |
|
A research repo that replays real Claude Code and Mooncake traces to test prefix-cache eviction policies and compare them against LRU. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 45 hours ago | Details |
|
#1282
↓ -2
Claude-Sniff
Loopback MITM proxy for Claude Code on Amazon Bedrock that can sniff, hold, edit, forward, or drop requests. The repo includes prerequisites, a quick start, flags, cost notes, and behavior limits. |
Developer Tools / API / Proxy Tools | 82 | ↓ -2 | 7 days ago | Details |
|
#1292
↓ -2
Selfship
Selfship is an AI operations tool for agentic applications that detects recurring failures in live traffic, diagnoses the cause, and opens an eval-backed GitHub pull request for review and merge. It works with any LLM/framework and includes a demo, pricing, docs, and FAQ. |
Developer Tools / AI Observability / Agent Operations | 82 | ↓ -2 | 10 days ago | Details |
|
#1293
↓ -2
Codexify
Codexify is a Rust-based local MCP bridge for ChatGPT Web Pro that exposes tools like file access, shell commands, git operations, and project management on your machine. It also supports OpenAI’s native Secure MCP Tunnel and can aggregate other MCP servers. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 11 days ago | Details |
|
#1298
↓ -2
AgentMachinist
AgentMachinist is a local-first, issue-to-reviewed-PR build pipeline for solo developers. It connects GitHub issues to supported harnesses like Claude Code, OpenCode, Pi, or Codex, with a human-approved spec step before implementation. |
Developer Tools / CI/CD | 82 | ↓ -2 | 16 days ago | Details |
|
#1321
↓ -2
protolink/examples/ai_courtroom
A ProtoLink example that stages autonomous agents in a fictional liability tribunal to study how agent-to-agent communication changes decisions, with replayable traces and HTML reports. |
AI Agent / Multi-Agent Debate / Evaluation | 82 | ↓ -2 | 32 days ago | Details |
|
#1328
↓ -2
ADLC Team Skills
Open-source team skills for bringing shared coding standards, directives, and evals into agentic coding workflows like Claude Code and Codex. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 38 days ago | Details |
|
#1337
↓ -2
Evidence-to-Skill
A GitHub repository that turns untrusted source material into compact AI skills using evidence gates, validation steps, and audit output. |
Developer Tools / AI Safety / Agent Skills | 82 | ↓ -2 | 40 days ago | Details |
|
#1346
↓ -2
Call Me
A GitHub repository for connecting AI agents to a real iPhone so they can call or text you, using a Claude Code plugin and a standalone agent skill/CLI. |
AI Agent / Agent integrations | 82 | ↓ -2 | 45 days ago | Details |
|
#1352
↓ -2
Bookshelf
Bookshelf adds book quotes into Claude Code and Codex sessions between turns, with optional ambient delivery, on-demand quote commands, and local privacy-focused behavior. |
Developer Tools / AI Agent Tooling | 82 | ↓ -2 | 49 days ago | Details |