AgentDish directory
developer tools
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#521
↓ -6
infer0
infer0 lets users connect their own AI provider keys and authorize apps to use them, while developers integrate once and route requests through a provider-agnostic API layer. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 33 days ago | Details |
|
#523
↓ -6
Ponytail
Ponytail is a repository and plugin toolkit that pushes AI coding agents to choose the smallest useful implementation first, favoring stdlib, platform features, and one-line fixes over larger generated code. The README shows installs and usage paths for Claude Code, Codex, OpenCode, Cursor, Windsurf, Cline, Copilot, Ai |
Developer Tools / AI Agent Tools | 84 | ↓ -6 | 35 days ago | Details |
|
#524
↓ -6
cc-pool
macOS CLI tool that load-balances Claude Code sessions across multiple subscriptions by selecting the emptiest account before launch. |
Developer Tools / CLI / Dev Productivity | 84 | ↓ -6 | 36 days ago | Details |
|
#529
↓ -6
Workplane
Workplane lets users publish Markdown, HTML, PDFs, and screenshots as shareable pages for humans and agents, with comments, versioning, and MCP-based publishing from AI tools. |
Developer Tools / AI Collaboration | 84 | ↓ -6 | 38 days ago | Details |
|
#534
↓ -6
Command Center
Command Center is a local AI coding environment focused on helping developers run multiple coding agents, review large diffs, and turn AI-generated edits into cleaner, production-ready code. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 40 days ago | Details |
|
#538
↓ -6
LLM inference at scale
An open-source handbook for production LLM serving and inference at scale, covering GPU fundamentals, KV cache, batching, quantization, speculative decoding, and engines like vLLM, SGLang, and TensorRT-LLM. |
Developer Tools / AI Infrastructure | 84 | ↓ -6 | 43 days ago | Details |
|
#543
↓ -6
AgentKitten
Swift package for building provider-agnostic AI agents on Apple platforms, with tools for runtime permissions, hooks, context compaction, session state, validation loops, and traceable execution. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 45 days ago | Details |
|
#544
↓ -6
deep-review
A Claude Code skill for multi-agent code review that produces findings.md with severity, impact category, verification artifacts, and fix directions. |
Developer Tools / Code Review | 84 | ↓ -6 | 46 days ago | Details |
|
#549
↓ -6
QVAC by Tether
QVAC SDK 0.12.0 adds TurboQuant, a KV-cache quantization feature for local LLM inference that claims up to 5x more context on-device with no retraining or code changes. |
Developer Tools / AI SDK | 84 | ↓ -6 | 48 days ago | Details |
|
#554
↓ -6
DeepSWE
DeepSWE is a benchmark for measuring frontier coding agents on original, long-horizon software engineering tasks. The page shows a leaderboard, methodology overview, task examples, and a full blog explaining the benchmark design and results. |
Developer Tools / AI Benchmarking | 84 | ↓ -6 | 52 days ago | Details |
|
#555
↓ -6
VAEN
VAEN is a CLI for packaging AI coding-agent setups into portable .agent archives and importing them across repos or teams without copying instructions, skills, MCP config, or secrets. |
Developer Tools / AI Coding Tools | 84 | ↓ -6 | 52 days ago | Details |
|
#556
↓ -6
Hodor
Hodor is a native macOS prompt launcher that lets you save prompts and paste them into ChatGPT, Claude, or other AI tools with shortcuts, edge browsing, or keywords. It is open source, notarized, and runs fully local with no data collection. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 52 days ago | Details |
|
#559
↓ -6
OACP — Open Agent Coordination Protocol
A file-based protocol and CLI for coordinating multiple AI agents across runtimes, with typed messages, review loops, and shared memory on the local filesystem. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 53 days ago | Details |
|
#562
↓ -6
docs-cli / Agent Playbook Suite
A file-backed workflow for resumable coding-agent projects, using Markdown records, a CLI, and bundled workflow skills to keep project state on disk instead of in chat. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 55 days ago | Details |
|
#570
↓ -6
Big Indexer
Open-source, local MCP-based context layer for AI coding assistants. It scans a codebase, builds a behavioral graph, and aims to improve architectural understanding while reducing input-token use on large repos. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 59 days ago | Details |
|
#576
↓ -6
NeuroAPI – AI for Finance
Paid public API for finance built on the Neurobro agent. The docs show API key authentication, a single ask endpoint, tier-based modes, billing, rate limits, errors, examples, and a quickstart. |
Developer Tools / API | 84 | ↓ -6 | 64 days ago | Details |
|
#577
↓ -6
mcp-stdio-guard
A CLI guard for MCP stdio servers that checks for stdout pollution, handshake failures, invalid JSON-RPC frames, and startup/runtime issues before clients hit them. |
Developer Tools / Testing | 84 | ↓ -6 | 64 days ago | Details |
|
#581
↓ -6
JDS
A Copilot skill suite that enforces structured coding workflows for AI-assisted development, with design, planning, TDD, debugging, verification, and cleanup steps plus a live task-graph visualization server. |
Developer Tools / AI Coding Assistants | 84 | ↓ -6 | 65 days ago | Details |
|
#582
↓ -6
Claude for Legal
A repository of Claude plugins, managed-agent cookbooks, and connectors for legal workflows like commercial review, privacy, litigation, IP, and regulatory work. |
Developer Tools / AI Development | 84 | ↓ -6 | 65 days ago | Details |
|
#588
↓ -6
Rotunda
An agent-first web browser for automating web tasks, with Playwright integration and a CLI for browser control, page inspection, screenshots, navigation, and file actions. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 67 days ago | Details |
|
#597
↓ -6
Agentwerk
A minimal Rust crate for building agentic workflows in applications, with ticket-based orchestration, tools, knowledge storage, schema validation, retries, budget policies, and multi-provider support. |
Developer Tools / AI SDK / Agent Framework | 84 | ↓ -6 | 71 days ago | Details |
|
#598
↓ -6
Browser Mutation
A Codex browser plugin and MCP tool that captures live UI edits as structured implementation intent, with a local collector, installer scripts, and move-mode snapping for precise visual changes. |
Developer Tools / Browser Automation | 84 | ↓ -6 | 71 days ago | Details |
|
#599
↓ -6
Patchwork: AST-Native Editing for LLMs
A CLI for structural code search and refactoring using AST patterns instead of regex. It supports find, replace, delete, and insert workflows, with examples for method renames, logging removal, and code inserts across files. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 71 days ago | Details |
|
#600
↓ -6
server-components
A pure-Java UI toolkit for building admin panels and internal tools, with AI-agent-friendly structures and examples for human-in-the-loop workflows. |
Developer Tools / AI Development Tooling | 84 | ↓ -6 | 72 days ago | Details |