AgentDish directory
developer tools
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#293
↑ +41
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 | ↑ +41 | 27 days ago | Details |
|
#297
↓ -2
Viveka
A Python filter layer for LLM apps that evaluates responses against a Lean-verified Scherf logic backend and can pass, flag, correct, or block output. |
Developer Tools / AI Safety / LLM Guardrails | 82 | ↓ -2 | 18 hours ago | Details |
|
A Git-native CLI task ledger for coordinating work between humans and coding agents, with task claiming, notes, releases, handoffs, and audit history stored in files and versioned in Git. |
Developer Tools / CLI / Workflow Tooling | 82 | ↓ -2 | 42 hours ago | Details |
|
Chrome extension that extracts AI-generated HTML from ChatGPT, Claude, and Gemini, then previews, downloads, or publishes it to targets like Netlify, GitHub, FTP, or a self-hosted agent. |
Developer Tools / Browser Extension | 82 | ↓ -2 | 8 days ago | Details |
|
A weekly security audit of Atlassian’s remote MCP server, focused on OAuth 2.1, RFC 9728 discovery, PKCE, DCR, and token handling. The page documents why the server’s discovery chain fails and includes HTTP evidence links. |
Developer Tools / API / MCP Server Audit | 82 | ↓ -2 | 13 days ago | Details |
|
#313
↓ -2
Chidori
A Rust-based CLI that fetches web pages, strips page chrome, and outputs readable Markdown for AI agents and shell workflows. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 14 days ago | Details |
|
#320
↓ -2
Remind
A Mac menu bar app that schedules Claude Code prompts to run later on the user’s Mac, using local files, skills, and CLI tools. Results post back when the job runs. |
Developer Tools / Code Assistant | 82 | ↓ -2 | 23 days ago | Details |
|
#321
↓ -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 | 23 days ago | Details |
|
#326
↓ -2
Agent Sandbox
A Docker-based sandbox for running AI coding agents with dropped capabilities, no-new-privileges, and no Docker socket access. It wraps the pi terminal coding agent and supports local file edits, persistent auth, and skills mounts. |
Developer Tools / AI Coding | 82 | ↓ -2 | 25 days ago | Details |
|
#329
↓ -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 |
|
#331
↓ -2
sectorllm
An open-source Llama2 inference engine written in x86 real-mode assembly that fits in 1277 bytes and can boot directly from disk before any OS loads. |
Developer Tools / AI Development | 82 | ↓ -2 | 27 days ago | Details |
|
#332
↑ +35
Pi for Word
A Microsoft Word task pane add-in that embeds a Pi Agent-powered assistant for M365 Word, with production and local sideloading manifests plus build and test instructions. |
Developer Tools / Office Add-ins | 82 | ↑ +35 | 27 days ago | Details |
|
#333
↓ -84
Gate
Gate is an agentic desktop OS for developers that runs AI desks locally, extracts reusable skills from completed work, and logs every action with receipts. The page shows install flow, platform limits, model requirements, sandboxing, and a clear comparison with Cursor/Aider. |
Developer Tools / Code Assistant | 82 | ↓ -84 | 27 days ago | Details |
|
#336
↑ +3
Brush Up backend
FastAPI backend for the Brush Up tutor app. It retrieves from a markdown note corpus, expands context through graph neighbors, and calls Anthropic to generate grounded programming help for Python, Ruby, and JavaScript. |
Developer Tools / AI Backend / API | 82 | ↑ +3 | 28 days ago | Details |
|
#337
↓ -81
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 | ↓ -81 | 28 days ago | Details |
|
#339
↑ +30
Champion kit - Claude Code Docs
A Claude Code playbook for engineers who want to drive internal adoption on their team, with guidance on what to share, how to answer questions, and a 30-day rollout plan. |
Developer Tools / Adoption / Team Enablement | 82 | ↑ +30 | 28 days ago | Details |
|
#343
↑ +2
Build Your Own AI Agent CLI in 150 Lines
A technical guide that shows how to build a small CLI-based LLM agent for microservices using tool discovery, model calls, conversation history, and a REPL loop. |
Developer Tools / AI Development | 81 | ↑ +2 | 18 hours ago | Details |
|
#348
↑ +2
Robusta Seedkit
An agent skill for starting or extending Django projects, with ready-made scaffolding, stack choices, and safeguards for common production pieces like auth, jobs, Redis, email, and deploy setup. |
Developer Tools / AI Coding Agents | 81 | ↑ +2 | 20 days ago | Details |
|
#355
↓ -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 |
|
#359
↓ -1
CtxVault
CtxVault is an open-source receipt layer for governed AI context. It shows what evidence was selected, caveated, blocked, omitted, and how a context packet can be audited or rolled back. |
Developer Tools / Code Assistant | 80 | ↓ -1 | 18 days ago | Details |
|
#368
↓ -197
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 | ↓ -197 | 28 days ago | Details |
|
#370
↑ +2
Autolang
Autolang is a scripting language and compiler for AI agent code, designed to run untrusted AI-written scripts in a controlled environment with restricted access to registered functions. |
Developer Tools / Code Assistant | 79 | ↑ +2 | 3 days ago | Details |
|
#372
↑ +2
Close the Coding Agent Loop
A post about TMA1 v2, a local observability and context-sharing tool for coding agents. It adds an MCP server, hook-based context injection, and cross-agent sharing between Claude Code and Codex. |
Developer Tools / AI Observability | 79 | ↑ +2 | 8 days ago | Details |
|
#373
↑ +2
Claude Code Documentation Map
A docs index page for Claude Code that maps the documentation structure and links to major sections like getting started, core concepts, tools, automation, and deployment. |
Developer Tools / Code Assistant | 79 | ↑ +2 | 10 days ago | Details |