VIBE
← Back to Vibers
coleam00

coleam00

Builder
github.com/coleam00

Rank #10

33 apps2 articles

Apps on VibeLeaderboard

Midnight Converse(https://github.com/coleam00/midnight-converse)

Experimental late-night AI conversation app from Cole Medin of Dynamous and the AI Agent Mastery course.

AI AgentsOpen SourceTask Agents1515d ago
Helpline(https://github.com/coleam00/helpline)

Demonstration codebase showing how to build an AI Layer in large codebases: CLAUDE.md hierarchy, hooks, skills, LSP, MCP, and plugins.

AI AgentsOpen SourceCoding Agents8915d ago
GitHub Issue Triager(https://github.com/coleam00/githubissuetriager)

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.

Developer ToolsOpen SourcePlatforms2515d ago
Obsidian Voice Agent(https://github.com/coleam00/obsidian-voice-agent)

Voice-powered AI agent for Obsidian that lets you interact with your knowledge base through speech.

AI AgentsOpen SourcePlugins3115d ago
Evolution of AI Agents(https://github.com/coleam00/evolution-of-ai-agents)

Three working examples showing how AI agent development evolved — from traditional RAG to SDKs and skill-based frameworks.

EducationOpen SourceCoding Education3615d ago
Dynamous AI Coach(https://github.com/coleam00/dynamous-ai-coach)

RAG AI agent that coaches users using Cole's content as its knowledge base.

AI AgentsOpen SourceTask Agents53MIT15d ago
HyperFrames AI Video Generation(https://github.com/coleam00/hyperframes-ai-video-generation)

Archon workflow that turns any URL into a polished AI-voiced HyperFrames short video.

AI ToolsOpen SourceVoice & Audio8515d ago
Arcade AI Agent(https://github.com/coleam00/arcade-ai-agent)

AI agent that uses Arcade to take actions on users' Gmail and Asana accounts on their behalf.

AI AgentsOpen SourceTask Agents57MIT15d ago
Agentic Chat Application Template(https://github.com/coleam00/agentic-chat-application-template)

Starter template for building agentic chat apps with TypeScript, Next.js, TailwindCSS, and shadcn/ui.

AI AgentsOpen SourceFrameworks5615d ago
Codex Telegram Coding Assistant(https://github.com/coleam00/codex-telegram-coding-assistant)

Codex-powered coding assistant that integrates with Telegram so you can send coding requests from your phone.

AI AgentsOpen SourceCoding Agents57MIT15d ago
Human-in-the-Loop RAG Agent(https://github.com/coleam00/human-in-the-loop-rag-agent)

RAG AI agent with realtime source validation (human in the loop), built with CopilotKit and Pydantic AI.

AI AgentsOpen SourceResearch Agents6315d ago
AI Transformation Workshop(https://github.com/coleam00/ai-transformation-workshop)

Workshop materials for 'Principles of Agentic Engineering' by Cole Medin — the AI layer concept, the PIV loop, and 15 reusable Claude Code commands.

Developer ToolsOpen SourceSkills & Plugins11015d ago
Dark Factory Experiment(https://github.com/coleam00/dark-factory-experiment)

AI chat app for conversational RAG over YouTube video transcripts.

AI ToolsOpen SourceLLM Infrastructure9615d ago
Custom Agent with Skills(https://github.com/coleam00/custom-agent-with-skills)

Pydantic AI agent that implements the idea of Claude Skills (progressive disclosure) with no reliance on Claude itself.

AI AgentsOpen SourceFrameworks10015d ago
MongoDB RAG Agent(https://github.com/coleam00/MongoDB-RAG-Agent)

Hybrid RAG AI agent built with MongoDB, Pydantic AI, and Docling — combines semantic and text search with reciprocal rank fusion.

AI AgentsOpen SourceFrameworks10915d ago
Adversarial Dev(https://github.com/coleam00/adversarial-dev)

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.

AI AgentsOpen SourceCoding Agents12215d ago
Supabase MCP(https://github.com/coleam00/supabase-mcp)

Supabase MCP server in Python — let your AI agent query, mutate, and manage Supabase projects through the Model Context Protocol.

Developer ToolsOpen SourceSkills & Plugins193MIT15d ago
Link-in-Bio Page Builder(https://github.com/coleam00/link-in-bio-page-builder)

Open-source link-in-bio builder — make a Linktree-style page from a few clicks and self-host it on Vercel.

SocialOpen SourceContent Creation20615d ago
Your Claude Engineer(https://github.com/coleam00/your-claude-engineer)

Agent harness with tools for Slack, GitHub, and Linear — turn Claude into your own end-to-end software engineer.

AI AgentsOpen SourceCoding Agents132MIT15d ago
PydanticAI Research Agent(https://github.com/coleam00/pydanticai-research-agent)

Production-ready research agent built with Pydantic AI and the PRP framework template by Cole Medin.

AI AgentsOpen SourceResearch Agents13515d ago
Linear Coding Agent Harness(https://github.com/coleam00/Linear-Coding-Agent-Harness)

Harness that turns a Linear issue into work for an autonomous coding agent — assign, code, PR, done.

AI AgentsOpen SourceCoding Agents223MIT15d ago
Ralph Loop Quickstart(https://github.com/coleam00/ralph-loop-quickstart)

Quickstart for running the Ralph Wiggum agent loop properly — without depending on the Anthropic plugin.

AI AgentsOpen SourceFrameworks15615d ago
Remote MCP Server with Auth(https://github.com/coleam00/remote-mcp-server-with-auth)

Production-ready starter template for a remote MCP server with GitHub OAuth — best-practice scaffolding for any MCP build.

Developer ToolsOpen SourceSkills & Plugins291MIT15d ago
Remote Agentic Coding System(https://github.com/coleam00/remote-agentic-coding-system)

Connect Claude Code or Codex to Slack, Telegram, and GitHub for remote agentic coding workflows.

AI AgentsOpen SourceCoding Agents348NOASSERTION15d ago
Second Brain Starter(https://github.com/coleam00/second-brain-starter)

Cole Medin's Claude Code skill that generates a personalized PRD for your own proactive, persistent AI second-brain assistant.

AI AgentsOpen SourceSkills58515d ago
MCP Mem0(github.com/coleam00/mcp-mem0)

MCP server for long-term agent memory powered by Mem0 — also a useful template for building your own Python MCP server from scratch.

Developer ToolsOpen SourceSkills & Plugins676MIT19d ago
Second Brain Skills(github.com/coleam00/second-brain-skills)

Cole Medin's collection of Claude skills that turn Claude Code into a second-brain workspace — knowledge capture, retrieval, and synthesis.

ProductivityOpen SourceKnowledge & Search76819d ago
Claude Memory Compiler(github.com/coleam00/claude-memory-compiler)

Persistent memory for Claude Code that evolves with your codebase — hooks capture sessions, the Agent SDK extracts decisions, an LLM compiler organizes them.

AI AgentsOpen SourceSkills1.1k19d ago
MCP Crawl4AI RAG(github.com/coleam00/mcp-crawl4ai-rag)

Cole Medin's MCP server for web crawling and RAG — gives AI coding assistants the ability to fetch, parse, and index live documentation.

Developer ToolsOpen SourceSkills & Plugins2.2kMIT19d ago
Excalidraw Diagram Skill(github.com/coleam00/excalidraw-diagram-skill)

Claude Code skill that gives any coding agent the ability to generate beautiful, practical Excalidraw diagrams from a description.

Developer ToolsOpen SourceSkills & Plugins3.6k19d ago
Local AI Packaged(github.com/coleam00/local-ai-packaged)

Cole Medin's batteries-included local AI bundle — Ollama, Supabase, n8n, Open WebUI and more in one self-hostable Docker stack.

AI ToolsOpen SourceLLM Infrastructure3.7kApache-2.019d ago
oTTomator Agents(github.com/coleam00/ottomator-agents)

Cole Medin's open-source collection of AI agents hosted on the oTTomator Live Agent Studio — production-grade reference implementations.

AI AgentsOpen SourcePlatforms5.6kMIT19d ago
Archon(github.com/coleam00/archon)

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.

AI AgentsOpen SourceCoding Agents22.3kMIT1mo ago

Articles

AI Agents Masterclass(https://github.com/coleam00/ai-agents-masterclass)

Cole Medin's hands-on AI agents masterclass — video series with companion code covering production-grade agent patterns.

EducationOpen SourceCoding Education3.4kMIT19d ago
Context Engineering Intro(github.com/coleam00/context-engineering-intro)

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.

EducationOpen SourceCoding Education13.4kMIT19d ago