AgentDish directory
TypeScript
Accepted listings with this tag.
| Listing | Category | Score | Trend | Checked | |
|---|---|---|---|---|---|
|
#21
↑ +74
react-waiting-game
A React mini-arcade component for turning loading screens into playable one-button games while long tasks run. It includes multiple game modes, skins, score tracking, achievements, and simple props for embedding in apps. |
Developer Tools / Copywriting | 90 | ↑ +74 | 27 days ago | Details |
|
#26
→ 0
claude-code-replay
A CLI tool that replays Claude Code session logs to reconstruct lost project files commit by commit. It includes deterministic replay from JSONL logs, an optional Claude-based classifier for Bash events, and install/run instructions. |
Developer Tools / Code Assistant | 89 | → 0 | 4 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 |
|
#84
↓ -4
dari-docs
CLI for testing and improving documentation with simulated developer agents. It checks whether docs are clear enough for agents to complete real tasks, reports where they get stuck, and can generate proposed edits. |
Developer Tools / Documentation | 87 | ↓ -4 | 12 days ago | Details |
|
#89
↓ -4
Mistle
Open-source infrastructure for running and automating sandboxed coding agents, with local Docker setup, integrations, snapshots, sessions, and automations. |
Developer Tools / AI Agent Infrastructure | 87 | ↓ -4 | 20 days ago | Details |
|
#97
↑ +182
nori-slack-cli
A CLI for the Slack Web API built for coding agents. It exposes Slack methods through a single command format, supports JSON stdin, dry runs, pagination, and discovery commands, and installs via npm. |
Developer Tools / CLI | 87 | ↑ +182 | 28 days ago | Details |
|
#101
↑ +2
tokentoll
tokentoll is a GitHub Action and CLI that scans Python and JavaScript/TypeScript code for LLM API calls, estimates spend, and blocks pull requests when cost or model-policy thresholds are exceeded. |
Developer Tools / CI/CD | 86 | ↑ +2 | 3 days ago | Details |
|
#105
↑ +2
diplomat-agent-ts
A TypeScript static scanner that finds AI agent tool calls with no checks before they can trigger real-world side effects. It supports CLI scanning, JSON output, a generated tool-call registry, and CI/pre-commit enforcement. |
Developer Tools / AI Code Analysis | 86 | ↑ +2 | 5 days ago | Details |
|
#108
↑ +2
mind-expander
An open-source infinite-canvas workspace for coding with AI agents. It turns a codebase into a source-backed visual map for architecture review, refactors, PR walkthroughs, and guided code exploration. |
Developer Tools / AI Coding Tools | 86 | ↑ +2 | 6 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 |
|
#159
↓ -3
web-ai-sdk
A TypeScript SDK for browser-native AI APIs and WebMCP, with composable wrappers, streaming, AbortSignal handling, and optional React hooks. |
Developer Tools / Code Assistant | 85 | ↓ -3 | 11 days ago | Details |
|
#163
↓ -3
Klent
Klent is an AI agent guardrails product that sits between agents and their tools, letting teams allow, deny, pause, rewrite, or redirect tool calls with policies, human approval flows, and audit trails. |
AI Developer Tool / Agent Guardrails | 85 | ↓ -3 | 19 days ago | Details |
|
#165
↓ -3
Mozaik
An open-source TypeScript framework for building reactive AI agents around a shared agentic environment. The README explains the event model, participant types, and basic installation and usage. |
Developer Tools / AI Agent Framework | 85 | ↓ -3 | 22 days ago | Details |
|
#172
↓ -106
Copilot-arewecooked
A local tool that estimates GitHub Copilot AI-credit costs from usage data and generates an HTML report. It pulls from VS Code, OpenCode, Pi, Copilot CLI, and Copilot for Xcode, with CLI options for date ranges, model mapping, and JSON output. |
Developer Tools / Copywriting | 85 | ↓ -106 | 28 days ago | Details |
|
#190
↓ -6
The Vault
Local-first memory layer for coding agents with an MCP server, CLI, and desktop console for durable project context, handoffs, and recall across sessions. |
Developer Tools / Code Assistant | 84 | ↓ -6 | 10 days ago | Details |
|
#209
↓ -6
Ctx-opt
TypeScript middleware that trims or compresses LLM chat history to fit a token budget, with support for OpenAI, Anthropic, and AI SDK integrations. |
Developer Tools / LLM Context Management | 84 | ↓ -6 | 19 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 |
|
#233
↓ -4
Capsule Bash
Sandboxed bash for agents with structured command output and full filesystem state capture after each run. |
Developer Tools / Copywriting | 84 | ↓ -4 | 27 days ago | Details |
|
#237
↓ -4
PURISTA Agent Harness
A self-hosted TypeScript harness for building provider-neutral LLM agent systems inside an application or platform, with typed agent and workflow runtime, tool support, state, tracing, and example workspaces. |
Developer Tools / AI Development Framework | 84 | ↓ -4 | 27 days ago | Details |
|
#260
↓ -3
Prisma Next
An early-access TypeScript rewrite of Prisma ORM built to be extensible, composable, and AI-agent friendly, with scaffolding, agent skills, and extension support. |
Developer Tools / AI Agent Infrastructure | 83 | ↓ -3 | 11 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 |
|
#387
↑ +6
id-agent
An open-source ID library that generates human-readable, token-efficient IDs for AI agents and LLM workflows, with parsing, validation, deterministic IDs, and alias mapping utilities. |
Developer Tools / AI Developer Tools | 78 | ↑ +6 | 14 days ago | Details |
|
#392
↑ +6
markdown-parser
A TypeScript markdown parser built for incremental streaming, aimed at parsing LLM markdown output on the server or client. It exposes a typed AST, supports CommonMark and GFM tables, and includes examples for full and streaming parsing. |
Developer Tools / Parsing | 78 | ↑ +6 | 18 days ago | Details |
|
#409
→ 0
zot-answer
A TypeScript zot extension that adds an /answer slash command for responding to numbered questions from the latest assistant message in an interactive panel. |
Developer Tools / AI Agent Tools | 77 | → 0 | 2 days ago | Details |