AgentDish directory
repository
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#1
→ 0
CodeGraph
CodeGraph is a local code knowledge graph for AI coding agents like Claude Code, Cursor, Codex, OpenCode, and Hermes Agent. It aims to cut token use, tool calls, and runtime by letting agents query pre-indexed code structure instead of scanning files repeatedly. |
Developer Tools / AI for Code | 94 | → 0 | 9 days ago | Details |
|
#61
↓ -3
agent-skills-eval
A TypeScript CLI and SDK for testing whether Agent Skills improve model outputs by running with-skill vs baseline evaluations and generating reports. |
Developer Tools / AI Evaluation | 88 | ↓ -3 | 26 days ago | Details |
|
#122
↑ +2
badvibes
A zero-config CLI that scans repositories for AI-slop patterns like missing .env.example files, committed secrets, large files, duplicated code, TODO drift, and missing tests, then returns a Vibe Score from 0 to 100. |
Developer Tools / Code Quality | 86 | ↑ +2 | 14 days ago | Details |
|
#131
↑ +2
Graphmind
Local-first code intelligence for Claude Code that adds structural graph search, semantic memory, cross-project links, MCP integration, and automated hooks for coding workflows. |
Developer Tools / AI Development Tools | 86 | ↑ +2 | 21 days ago | Details |
|
#135
↑ +2
Hivemind
Hivemind is a shared brain for coding agents that captures traces, turns repeated patterns into reusable skills, and syncs them across a team. The repo shows installation commands, supported assistants, commands, and troubleshooting notes. |
Developer Tools / Code Assistant | 86 | ↑ +2 | 22 days ago | Details |
|
#139
↑ +2
pay
Open-source CLI and agent infrastructure for handling paid API requests. It detects 402 payment challenges, signs stablecoin payments with a local wallet, supports MCP, and includes a payment debugger plus catalog tooling. |
Developer Tool / AI Agent Infrastructure | 86 | ↑ +2 | 26 days ago | Details |
|
#140
↑ +2
Amnitex
Amnitex is a local, lossless memory layer for MCP-capable AI coding assistants. It installs as a CLI, exposes tools like search, recall, remember, and list keys, and is designed to work across clients such as Claude Desktop, Cursor, Cline, Continue, and Zed. |
Developer Tool / Copywriting | 86 | ↑ +2 | 27 days ago | Details |
|
#148
↓ -128
World2Agent (W2A)
An open protocol for giving AI agents structured, real-time perception from external sensors and data sources. The repo includes architecture notes, quick-start install flows, and a sensor catalog concept. |
Developer Tools / AI Protocols & Agent Infrastructure | 86 | ↓ -128 | 28 days ago | Details |
|
#218
↓ -6
Skill-kit
TypeScript SDK for building agent skills as typed state machines, with workflow steps, schema validation, branching, testing helpers, and packaging into distributable executables. |
Developer Tools / AI SDK | 84 | ↓ -6 | 22 days ago | Details |
|
#219
↓ -6
Kit
Kit is a developer workspace that combines an editor, Chromium browser, terminal, email, calendar, whiteboard, and autonomous agent with shared AI context across the whole environment. |
Developer Tool / AI Development Environment | 84 | ↓ -6 | 22 days ago | Details |
|
#255
↓ -3
skills-for-humanity
A Claude Code skill pack with 171 structured reasoning methods drawn from historical thinkers, designed to route different problem types to specific procedures. |
Developer Tools / AI Development Tools | 83 | ↓ -3 | 7 days ago | Details |
|
#277
↓ -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 | 22 days ago | Details |
|
#289
↓ -2
Peers
Peers is a Python-based multi-agent coding substrate that coordinates Claude Code, Codex, and other CLIs to work together on coding, research, debugging, and repo audits with measurable convergence checks. |
Developer Tools / AI Coding | 82 | ↓ -2 | 6 days ago | Details |
|
#310
↓ -2
Agentize
Agentize is a Claude Code-oriented framework for assessing and improving how ready a codebase is for AI agents. It includes two maturity models, runnable assessment and improvement commands, and installable skills for project or personal use. |
Developer Tool / AI codebase readiness | 82 | ↓ -2 | 23 days ago | Details |
|
#312
↓ -2
UltraCompress
UltraCompress is a Python-based compression tool for large language models. The repo describes lossless 5-bit transformer compression, verification via SHA-256, a CLI on PyPI, and published model packs on Hugging Face. |
Developer Tool / ML / Model Compression | 82 | ↓ -2 | 24 days ago | Details |
|
#317
↓ -3
chaos-prover
An autonomous neuro-symbolic formal verification engine for Lean 4. The repository describes a proof workflow that generates tactics and then checks them deterministically in Lean, with example proofs, verification steps, and telemetry outputs. |
Developer Tools / Formal Verification | 82 | ↓ -3 | 27 days ago | Details |
|
#322
↓ -44
Tendril
Tendril is an agentic sandbox that lets a model discover, build, register, and reuse tools across sessions. The repository describes its Strands-based agent loop, capability registry, Deno sandbox execution, and Tauri desktop shell. |
Development / AI Agent Framework | 82 | ↓ -44 | 27 days ago | Details |
|
#325
↓ -80
GitGalaxy
GitGalaxy is a Python-based static analysis and knowledge graph engine for deep repository intelligence. It maps codebases at the function level, supports 50+ languages, runs locally, and exports JSON and SQLite for querying and AI-agent workflows. |
Developer Tools / Code Analysis | 82 | ↓ -80 | 28 days ago | Details |
|
#331
↑ +2
Smriti
Smriti is an open-source system for shared reasoning state across coding agents like Claude Code and Codex. It treats project reasoning like version-controlled state, with local setup, a CLI, backend, and frontend for coordinating multiple agents on the same repo. |
Developer Tools / AI Development | 81 | ↑ +2 | 8 days ago | Details |
|
#340
↓ -1
myco
A Python-based coordination protocol and daemon for running multiple LLM sessions in parallel with shared awareness, aimed at Claude Code and other Anthropic-compatible models. |
Developer Tools / AI Dev Tooling | 80 | ↓ -1 | 11 days ago | Details |
|
#348
↓ -1
lobotomized-claude-code
A GitHub repository of system-prompt overrides for Claude Code, aimed at shrinking the always-on prompt and adjusting behavior for Opus 4.7. It includes a detailed rationale, measured prompt-size reductions, and install steps using tweakcc-fixed. |
Developer Tools / AI Coding Assistant Tuning | 80 | ↓ -1 | 23 days ago | Details |
|
#353
↓ -189
EvanFlow
A Claude Code workflow system that guides software work through brainstorm, planning, implementation, and iteration with checkpoints and TDD built into each task. |
Developer Tools / Code Assistant | 80 | ↓ -189 | 27 days ago | Details |
|
#389
↑ +6
MaragingLoop
An experimental autonomous bare-metal OS agent that uses an LLM, VirtualBox, and screenshot inspection to iterate on low-level code, boot a VM, and refine behavior from execution results. |
Developer Tools / AI Agent Framework | 78 | ↑ +6 | 16 days ago | Details |
|
#399
↓ -46
Atlas Trust Infrastructure
A metadata-first trust control plane for authorized security workflows, evidence retention, release trust, and business-flow proof. The repository includes role-based docs, quick-start commands, safety boundaries, and release-trust materials. |
Security / Security Operations / Trust Infrastructure | 78 | ↓ -46 | 27 days ago | Details |