
Apps on VibeLeaderboard
Experimental late-night AI conversation app from Cole Medin of Dynamous and the AI Agent Mastery course.
AI-powered GitHub issue triage dashboard on Next.js 15, Neon Postgres, and pgvector that classifies, embeds, and plans implementation for every issue in a repo.
Voice-powered AI agent for Obsidian that lets you interact with your knowledge base through speech.
Three working examples showing how AI agent development evolved — from traditional RAG to SDKs and skill-based frameworks.
RAG AI agent that coaches users using Cole's content as its knowledge base.
Archon workflow that turns any URL into a polished AI-voiced HyperFrames short video.
AI agent that uses Arcade to take actions on users' Gmail and Asana accounts on their behalf.
Starter template for building agentic chat apps with TypeScript, Next.js, TailwindCSS, and shadcn/ui.
Codex-powered coding assistant that integrates with Telegram so you can send coding requests from your phone.
RAG AI agent with realtime source validation (human in the loop), built with CopilotKit and Pydantic AI.
Workshop materials for 'Principles of Agentic Engineering' by Cole Medin — the AI layer concept, the PIV loop, and 15 reusable Claude Code commands.
AI chat app for conversational RAG over YouTube video transcripts.
Pydantic AI agent that implements the idea of Claude Skills (progressive disclosure) with no reliance on Claude itself.
Hybrid RAG AI agent built with MongoDB, Pydantic AI, and Docling — combines semantic and text search with reciprocal rank fusion.
GAN-inspired three-agent harness that pits a generator against an adversarial evaluator to build applications with quality gates. Built with Claude Agent SDK and Codex SDK.
Supabase MCP server in Python — let your AI agent query, mutate, and manage Supabase projects through the Model Context Protocol.
Open-source link-in-bio builder — make a Linktree-style page from a few clicks and self-host it on Vercel.
Agent harness with tools for Slack, GitHub, and Linear — turn Claude into your own end-to-end software engineer.
Production-ready research agent built with Pydantic AI and the PRP framework template by Cole Medin.
Harness that turns a Linear issue into work for an autonomous coding agent — assign, code, PR, done.
Quickstart for running the Ralph Wiggum agent loop properly — without depending on the Anthropic plugin.
Production-ready starter template for a remote MCP server with GitHub OAuth — best-practice scaffolding for any MCP build.
Connect Claude Code or Codex to Slack, Telegram, and GitHub for remote agentic coding workflows.
Cole Medin's Claude Code skill that generates a personalized PRD for your own proactive, persistent AI second-brain assistant.
Cole Medin's collection of Claude skills that turn Claude Code into a second-brain workspace — knowledge capture, retrieval, and synthesis.
Persistent memory for Claude Code that evolves with your codebase — hooks capture sessions, the Agent SDK extracts decisions, an LLM compiler organizes them.
Cole Medin's MCP server for web crawling and RAG — gives AI coding assistants the ability to fetch, parse, and index live documentation.
Claude Code skill that gives any coding agent the ability to generate beautiful, practical Excalidraw diagrams from a description.
Cole Medin's batteries-included local AI bundle — Ollama, Supabase, n8n, Open WebUI and more in one self-hostable Docker stack.
Cole Medin's open-source collection of AI agents hosted on the oTTomator Live Agent Studio — production-grade reference implementations.
An open-source workflow engine for AI coding agents that makes development processes deterministic and repeatable. Define your coding workflows as YAML files to standardize planning, implementation, validation, and PR creation across projects.
Articles
Cole Medin's hands-on AI agents masterclass — video series with companion code covering production-grade agent patterns.
Cole Medin's hands-on intro to context engineering — the practice that makes AI coding assistants actually work. Claude Code-centric, with templates and patterns.