AgentDish directory
github
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#1078
↓ -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 | 57 days ago | Details |
|
#1079
↓ -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 | 58 days ago | Details |
|
#1096
↓ -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 | 70 days ago | Details |
|
#1103
↓ -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 | 77 days ago | Details |
|
#1116
↓ -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 | 86 days ago | Details |
|
#1140
↓ -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 | 110 days ago | Details |
|
#1145
↓ -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 | 113 days ago | Details |
|
#1150
↑ +174
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 | ↑ +174 | 118 days ago | Details |
|
#1157
↓ -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 | 13 hours ago | Details |
|
#1158
↓ -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 | 37 hours ago | Details |
|
#1163
↓ -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 | 6 days ago | Details |
|
#1186
↓ -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 | 22 days ago | Details |
|
#1193
↓ -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 | 28 days ago | Details |
|
#1202
↓ -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 | 30 days ago | Details |
|
#1211
↓ -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 | 35 days ago | Details |
|
#1217
↓ -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 | 39 days ago | Details |
|
#1223
↓ -2
Amnesia
A local Claude Code plugin and CLI for auditing, searching, and cleaning agent memory across repos. It scans saved memories for contradictions, stale facts, duplicates, and misfiled entries, with reversible changes and a localhost UI. |
Developer Tools / AI Tooling | 82 | ↓ -2 | 42 days ago | Details |
|
#1242
↓ -2
Convergo
A plugin for coding agents that adds bounded plan-review-build loops, fresh-reviewer exit gates, and TDD-oriented workflows for Claude Code and Codex. |
Developer Tools / AI Coding Agents | 82 | ↓ -2 | 55 days ago | Details |
|
#1278
↓ -2
llmbuffer
Python library for managing LLM conversation history with cache-friendly message ordering, dynamic context, and compaction. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 82 days ago | Details |
|
#1284
↓ -2
Lathe
Lathe generates multi-part, hands-on technical tutorials from prompts and provides a local UI plus CLI workflow for working through them with LLM-assisted skills. |
Developer Tools / AI Coding Assistants | 82 | ↓ -2 | 86 days ago | Details |
|
#1292
↓ -2
claude-handoff-revive
Open-source Claude Code plugin and skill for saving a compact handoff before hitting rate, usage, or context limits, then resuming in a new session without replaying the full transcript. |
Developer Tools / AI Coding Assistants | 82 | ↓ -2 | 97 days ago | Details |
|
#1304
↓ -2
MagesticAI
MagesticAI is an open-source, browser-based platform for managing AI coding tasks with multi-agent orchestration, task boards, terminal access, and code review. The README shows installation steps, Docker deployment, supported platforms, and a concrete local setup path. |
Developer Tools / AI Agent Orchestration | 82 | ↓ -2 | 105 days ago | Details |
|
#1307
↓ -2
Full Stack HQ
Permission-first CLAUDE.md and agent stack for Claude Code and Google Antigravity, with 10 agents, 28 skills, and one-command installation. |
Developer Tools / AI Coding Tools | 82 | ↓ -2 | 109 days ago | Details |
|
#1311
↓ -2
Gread
Gread is a Skill and MCP server that gives coding agents access to the source code and docs of public GitHub repositories, with support for both skill-based and MCP client integrations. |
Developer Tools / AI Developer Tooling | 82 | ↓ -2 | 114 days ago | Details |