AgentDish directory
repository
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#526
↓ -6
Defending Code Reference Harness
An open-source reference implementation for autonomous vulnerability discovery and remediation with Claude. It includes Claude Code skills for threat modeling, scanning, triage, patching, plus a harness for running a recon → find → verify → report → patch pipeline. |
Security / AI Security | 84 | ↓ -6 | 42 days ago | Details |
|
#577
↓ -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 | 67 days ago | Details |
|
#578
↓ -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 | 67 days ago | Details |
|
#611
↓ -3
Tura
Local open-source coding agent for developers, with a macro-style command workflow and benchmark results showing fewer turns and better pass rates than Codex CLI in the published comparison. |
Developer Tools / AI for Code | 83 | ↓ -3 | 27 hours ago | Details |
|
#617
↓ -3
mcp-audit
A harness that runs MCP servers in a disposable Linux sandbox and logs their real startup behavior, including file access and outbound network connections. |
Developer Tools / AI Tooling | 83 | ↓ -3 | 8 days ago | Details |
|
#623
↓ -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 | 12 days ago | Details |
|
#629
↓ -3
enola
A local MCP server that builds a deterministic architecture graph of a codebase so AI coding agents can inspect modules, symbols, routes, dependencies, and cross-repo relationships from source-backed facts. |
Developer Tools / AI Developer Tooling | 83 | ↓ -3 | 15 days ago | Details |
|
#667
↓ -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 | 52 days ago | Details |
|
#689
↓ -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 | 67 days ago | Details |
|
#707
↓ -2
Code Airlock
Code Airlock is a wrapper for running coding agents like Claude Code and Codex inside disposable microVMs, with changes committed to git for host-side review. |
Developer Tools / AI Coding Agents | 82 | ↓ -2 | 6 days ago | Details |
|
#712
↓ -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 | 9 days ago | Details |
|
#715
↓ -2
FactIQ Plugin
A plugin and MCP server for Claude Code and Codex that gives AI agents access to FactIQ’s real-time finance and economics data, read-only SQL, market data, and shareable charts or reports. |
Developer Tools / AI/ML Developer Tools | 82 | ↓ -2 | 9 days ago | Details |
|
#717
↓ -2
Make No Mistakes
An open-source enforcement layer for AI coding agents that adds frozen specs, tamper-detected tests, independent verification, and hard-blocking gates so unverified work cannot pass. |
Developer Tools / AI Coding | 82 | ↓ -2 | 11 days ago | Details |
|
#725
↓ -2
Moxie
Open-source, local-first money agent that finds waste, drafts cancellation or dispute actions, and only proceeds with user approval. It emphasizes consent, a tamper-evident audit trail, and bring-your-own-key operation. |
AI Agent / Finance | 82 | ↓ -2 | 15 days ago | Details |
|
#731
↓ -2
Academic-writing kit for Claude Code
A bilingual repository that guides an AI agent through a source-grounded academic writing workflow, from raw notes to a finished study, with human oversight and provenance tracking. |
Writing / Academic Writing | 82 | ↓ -2 | 19 days ago | Details |
|
#733
↓ -2
Socrates
Open-source multi-agent protocol for AI research agents. It pairs a tool-using Scientist with a question-only advisor that can only ask questions and approve plans, and the README includes quick-start setup plus notes on reproducing results on MLE-bench/Kaggle tasks. |
AI Research / Multi-agent systems | 82 | ↓ -2 | 22 days ago | Details |
|
#761
↓ -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 | 51 days ago | Details |
|
#782
↓ -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 | 68 days ago | Details |
|
#784
↓ -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 | 69 days ago | Details |
|
#789
↓ -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 | 72 days ago | Details |
|
#794
↓ -104
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 | ↓ -104 | 73 days ago | Details |
|
#797
↓ -193
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 | ↓ -193 | 73 days ago | Details |
|
#814
↑ +2
DebugBrief
Local-first CLI that records a debugging session and turns it into an evidence-backed Markdown report for PRs, handoffs, and incident notes. It captures commands, notes, exit codes, and git context, then generates a timeline and red-to-green summary from the recorded evidence. |
Developer Tools / CLI | 81 | ↑ +2 | 25 days ago | Details |
|
#819
↑ +2
Foyer
Foyer is a local dashboard for watching AI coding agents work, with a narrated current-focus view and a research panel for reading sourced briefings while you wait. |
Developer Tools / AI Developer Tools | 81 | ↑ +2 | 36 days ago | Details |