Exploration Map

76 projects across 6 domains

Every day, a new experiment.

Domain
Language

76 of 76 projects

dagulint

Local-first lint, fmt, diff for dagu workflow YAML — DAGU001-020 rule catalogue, deterministic output, single binary.

RustAI
Apr 26, 2026

evaltrack

Local-first regression and trend CLI for promptfoo eval histories — the git log + git diff for LLM eval outputs.

TypeScriptAI
Apr 24, 2026

difyctl

Lint and semantically diff Dify workflow DSL (YAML) from the command line. CI-friendly, single binary.

GoAI
Apr 18, 2026

skilldigest

Static analyzer for AI agent skill libraries. Finds dead/bloated/conflicting skills, counts tokens, gates CI. Single Rust binary.

RustAI
Apr 17, 2026

mcpbench

MCP server load tester: concurrent JSON-RPC, per-tool p50/p95/p99, stdio+HTTP/SSE transports, CI regression gating

GoTool
Apr 16, 2026

agentlint

Cross-platform linter for AI agent configs (CLAUDE.md, AGENTS.md, .cursorrules, MCP). Dead refs, conflicts, security. CI-ready SARIF output.

TypeScriptAI
Apr 16, 2026

ragcheck

Offline RAG retrieval-quality harness. Recall@k, nDCG, MRR, chunking diagnostics, regression diffs. No LLM-as-judge required. CI-friendly.

PythonAI
Apr 15, 2026

skillpack

Package manager and lockfile for agent skills (SKILL.md/AGENT.md/.cursorrules). Resolve, pin, hash, bundle, sign. Single Go binary.

GoAI
Apr 15, 2026

mcptrace-rs

Observability proxy and OpenTelemetry exporter for MCP servers — trace tool calls, measure latencies, enforce SLO budgets. Single Rust binary.

RustTool
Apr 14, 2026

youtube-subtitle-extractor

A pipeline that turns YouTube videos and channels into Korean knowledge bundles (transcript, translation, research article, pro/con debate). Claude Code skills orchestrate yt-dlp + faster-whisper.

PythonAI
Apr 13, 2026

benchdiff-rs

Statistical benchmark regression detector for Criterion, Go bench, and hyperfine — single Rust binary, CI-ready, markdown reports

RustTool
Apr 13, 2026

envaudit

Audit environment variable configs across .env, CI/CD, Docker, and K8s for secrets, inconsistencies, and missing variables — 25 built-in rules, SARIF output

PythonTool
Apr 12, 2026

mcpaudit

Static security auditor for MCP (Model Context Protocol) server definitions — 20 built-in rules, SARIF output, diff mode

PythonCrypto
Apr 11, 2026

mcprouter

MCP server gateway/router — routes JSON-RPC requests between multiple MCP servers based on capability matching, with health checks, fallback chains, request logging, and load balancing

GoAI
Apr 10, 2026

sessaudit

CLI agent session log analyzer — parses agent sessions, enforces security policies, detects violations, generates compliance reports

TypeScriptAI
Apr 9, 2026

agentmem

Testing framework for AI agent memory systems — validates persistence, recall accuracy, staleness, benchmarking, and pruning

GoAI
Apr 7, 2026

promptdiff

Prompt regression testing CLI — version tracking, golden snapshots, and drift detection for LLM prompts

TypeScriptAI
Apr 6, 2026

ouroboros-rs

Rust reimplementation of ouroboros — Socratic interview, spec crystallization, Double Diamond execution, and evolutionary evaluation

RustAI
Apr 5, 2026

opensandbox-rs

Rust reimplementation of Alibaba OpenSandbox — secure, fast sandbox runtime for AI agents

RustAI
Apr 5, 2026

apidiff

CLI tool for API response regression detection — snapshot, diff, and detect breaking changes

GoAI
Apr 5, 2026

orchtest

Testing framework for multi-agent orchestration — mock agents, routing rules, and handoff assertions

TypeScriptAI
Apr 5, 2026

deeptutor-rs

AI learning assistant with RAG + knowledge graph — Rust reimplementation of DeepTutor

RustAI
Apr 4, 2026

skilltest

Testing harness for AI agent skills and plugins — contract-driven YAML specs with mocked environments

TypeScriptAI
Apr 4, 2026

spectest

CLI that validates running APIs against OpenAPI/Swagger specs. Auto-generates requests, verifies response schemas, reports drift.

TypeScriptAI
Apr 3, 2026

edict-rs

1

Multi-agent orchestration in Rust — state machines, permission matrices, task management. Reimplementation of edict (Python, 13.3K stars).

RustAI
Apr 3, 2026

understand-rs

Code knowledge graph builder in Rust. Parse Rust/Go/TS/Python codebases into queryable graphs. 10-100x faster than TypeScript original.

RustTool
Apr 2, 2026

strmtest

CLI tool for testing streaming endpoints (SSE, WebSocket, gRPC streaming). Verify event ordering, test reconnection, measure latency.

GoWeb
Apr 2, 2026

routecheck

Static route conflict detection for Express, Gin, FastAPI, Chi, Echo. Find shadowed routes, duplicates, and parameter conflicts. CI-friendly with JSON output.

GoTool
Apr 2, 2026

omcc-rs

Multi-agent orchestration plugin for Claude Code — Rust reimplementation of oh-my-claudecode

RustAI
Apr 1, 2026

claw-rs

Working AI agent runtime in Rust — educational reimplementation of claw-code with real tool execution and LLM integration

RustAI
Mar 31, 2026

graft

Infrastructure as Code for Claude Code multi-agent pipelines. Write .gft, compile to .claude/ harness. 77% fewer tokens, 200x faster than manual config.

TypeScriptAI
Mar 31, 2026

llmgateway-rs

LLM API gateway proxy with caching, rate limiting, load balancing, and cost tracking — Rust reimplementation of Helicone

RustAI
Mar 31, 2026

flowlint

Static analyzer for workflow DAG definitions — cycle detection, type checking, error handler validation

GoCrypto
Mar 31, 2026

ruvector-go

Vector database with HNSW index from scratch, quantization, and REST API — Go reimplementation of RuVector

GoOther
Mar 31, 2026

sonic-go

Full-text search engine with inverted index, auto-complete, and fuzzy matching — Go reimplementation of Sonic

GoOther
Mar 30, 2026

scrapling-go

Adaptive web scraping with smart element tracking — Go reimplementation of Scrapling

GoWeb
Mar 30, 2026

pageindex-go

1

Vectorless RAG via hierarchical tree indexing — Go reimplementation of PageIndex with zero external deps

GoOther
Mar 30, 2026

paperclip-go

AI company orchestration engine — Go reimplementation of paperclip with zero dependencies and lease-based locking

GoAI
Mar 30, 2026

codegraph-go

1

Re-implementation of code-review-graph in Go — source code knowledge graph for smart code review context, zero deps

GoTool
Mar 30, 2026

cocoindex-go

Re-implementation of cocoindex in Go — incremental data pipeline with hash-based CDC, zero deps

GoOther
Mar 30, 2026

secretscan-go

Re-implementation of gitleaks in Go — secret detection with parallel scanning, entropy analysis, SARIF output

GoTool
Mar 30, 2026

memmachine-go

Re-implementation of MemMachine in Go — AI agent memory layer with graph associations, semantic search, zero deps

GoAI
Mar 30, 2026

fastmcp-go

Re-implementation of fastmcp in Go — MCP server framework with zero deps, single binary, native concurrency

GoAI
Mar 30, 2026

lightrag-go

Re-implementation of LightRAG in Go — graph-based RAG with parallel extraction, fuzzy entity matching, zero heavy deps

GoAI
Mar 29, 2026

dagrun

1

Re-implementation of dagu in Go — lightweight DAG workflow runner with zero deps

GoAI
Mar 29, 2026

rtk-go

Re-implementation of rtk in Go — LLM token reduction CLI with zero deps, unified filter interface, no shell injection

GoAI
Mar 29, 2026

sqlaudit

SQL Query Auditor & Optimizer -- analyze SQL for performance, security, and best practices

PythonPython
Mar 29, 2026

promptguard

Prompt injection detection and sanitization for LLM applications

TypeScriptAI
Mar 29, 2026

valx

High-performance data validation library for TypeScript with schema inference, composable validators, and AI output validation

TypeScriptAI
Mar 29, 2026

logql

SQL-like query language for structured logs. Query JSON/logfmt/CLF/syslog logs with familiar SQL syntax.

PythonTool
Mar 29, 2026

ctxpack

Smart context packing for AI coding agents — selects minimal relevant files from any codebase

PythonAI
Mar 29, 2026

jsleekr-plugins

Claude Code plugin marketplace — developer tools and productivity

AI
Mar 29, 2026

lockcheck

Lockfile integrity analyzer - detect phantom deps, manifest drift, duplicates, and supply chain risks across npm, yarn, pnpm, poetry, and Go

TypeScriptAI
Mar 28, 2026

tokencost

Provider-agnostic LLM token cost tracking, budgeting, and analytics CLI

TypeScriptAI
Mar 28, 2026

rulegen

Analyze codebases and auto-generate AI coding rules for Claude Code, Cursor, Codex, and more

PythonAI
Mar 28, 2026

depaudit

Unified dependency audit CLI: license compliance, security vulnerabilities, and maintainer health in one tool

TypeScriptAI
Mar 28, 2026

mcptest

CLI testing framework for MCP (Model Context Protocol) servers — validate protocol compliance, test tools/resources/prompts, benchmark performance

GoAI
Mar 28, 2026

agentspec

Agent behavioral testing -- YAML specs for tool calls, sequences, constraints

GoAI
Mar 28, 2026

mocklm

LLM response mocking for tests — streaming SSE, tool_use blocks, fuzzy matching. msw for LLMs.

TypeScriptAI
Mar 28, 2026

ctxlens

LLM context window profiler -- decompose, count tokens, estimate costs

GoAI
Mar 28, 2026

migra

Database schema migration manager - compare, diff, and migrate schemas with confidence

PythonTool
Mar 27, 2026

schemadiff

Detect breaking schema changes before they ship - JSON Schema & OpenAPI diff for CI

GoTool
Mar 27, 2026

drift-guard

Quality guardian for AI coding agents. Detect context drift, preserve critical context, auto-monitor output quality.

TypeScriptAI
Mar 27, 2026

pactship

1

Lightweight consumer-driven contract testing for microservices APIs

PythonTool
Mar 26, 2026

diffgate

Risk analysis for code diffs — 17 rules, blast radius scoring, CI gate mode

TypeScriptTool
Mar 26, 2026

sqlink

1

Fluent SQL query builder with chain API, parameterized queries, and multi-dialect support

PythonAI
Mar 26, 2026

gitguard

Pre-commit security scanner — catches secrets, API keys, and credentials before they reach git history

PythonTool
Mar 26, 2026

semver-check

Detect breaking API changes before they ship. Compares TypeScript/JavaScript API surfaces across versions and flags semver violations.

TypeScriptTool
Mar 26, 2026

simple-poker-analysis

Poker simulation & analysis platform with AI bots, CFR solver, and React dashboard

PythonAI
Mar 26, 2026

simple-poker-tournament

Web-based No-Limit Texas Hold'em Tournament System with AI bots and real-time multiplayer

PythonAI
Mar 26, 2026

flagops

Git-native feature flags with zero infrastructure

TypeScriptAI
Mar 26, 2026

code-graph

Smart context extraction for AI coding tools. Build code graphs, query with token budgets, get exactly the context AI needs.

TypeScriptAI
Mar 25, 2026

hearthstone-lab

Hearthstone deck building & simulation laboratory

PythonAI
Mar 25, 2026

agent-cost-monitor

Track and analyze AI agent API costs across providers in real-time

PythonAI
Mar 25, 2026

Muji

AI coding companion plugin for Claude Code — ambient music, TTS notifications, ElevenLabs voices, pomodoro timer, wellness alerts, and idle detection

JavaScriptAI
Mar 24, 2026

git-trend-sync

Sync AI trends to your project — auto-discovers trending GitHub repos and matches them to your codebase

PythonAI
Mar 23, 2026