Vibing Agents — Guide to Vibe Coding Tools & AI Coding Agents (2026)

Quick answer: Vibe coding is prompt-to-ship in hosted builders; agentic coding is autonomous agents in your IDE or CLI with Git, MCP, and AGENTS.md. This mid-2026 directory maps that spectrum with pros, cons, and honest caveats — most entries hands-on tested, niche platforms flagged.

Agents

Tools you run — IDEs, CLI agents, orchestrators, and web vibe builders. Cards cover AGENTS.md / SKILL.md / MCP, free tiers, and trade-offs.

Inference

Model APIs and GPU clouds those agents call via BYOK — routers, frontier labs, and hosting. Not the agents themselves.

Toolkit

Editorial starter kit — skills, a loop harness, MCPs, gateways, and a free model playground we recommend first, plus marketplaces to discover more. Not a full MCP/skills directory.

New to the jargon? Terms and acronyms are unpacked in the FAQ — skim that first, then wander the catalog.

Someone asks you about vibe-coding software? Share this site with them — we are adding more useful data regularly. agents.dancingteeth.net

Last updated 2026-09-09 · Curated by Paul Zgordan (dancingteeth)

← Back to dancingteeth.net

Catalog

Agents, inference providers, and a curated toolkit — filter agents by kind, surface, and capabilities; Toolkit is editorial picks plus where to discover more.

Opinionated starter kit for agentic coding — review + Figma handoff skills, a fix-until-green loop harness, essential MCPs, and a free model playground. Install these first. Not every skill or MCP in the universe.

Risk-first PR review skill

Open skill — install via skills.sh / GitHub

Heard about agent loops? Fix-until-green with a frozen GOAL.md — fresh worker each iteration, shell verifier decides done, optional judge. Uses coding agents you already pay for (Cursor, Cline, OpenCode, Pi, Codex, DSH, Muse, and Claude); detects what is installed; you or your agent pick model and provider. OpenCode and Pi can route via OpenRouter, Vercel, Ollama, or another OpenAI-compatible router. Not Cursor /loop (that is a timer in the same chat).

MIT — pnpm add -D @dancingteeth/agent-looper @cursor/sdk

Figma MCP → tokens, primitives, and UI without codegen paste

Open skill — install via skills.sh / GitHub

ADHD-friendly agent output skill — lead with the next action, numbered steps, no "Hope this helps!" fluff; 10 rules in SKILL.md; installs as Claude Code plugin / Cursor / OpenCode / Gemini / Codex-oriented packages from one GitHub repo.

MIT — install from GitHub / Claude plugin marketplace (see INSTALL.md).

Single control plane for MCP config across every agent

OSS/local MCP gateway (MIT, no cloud); hosted Toolport for Teams is a separate SKU — see toolport.app

Up-to-date docs and framework context, pulled straight from source

https://mcp.context7.com/mcp

Repo + GitHub surface

https://api.githubcopilot.com/mcp/

Snyk

mcp

Security scanning in-agent

npx -y snyk@latest mcp -t stdio

Code context layer providing version-aware context from open-source code, documentation, and package data

npx githits@latest init

Agent-native web-access layer (search, extract, crawl, map)

npx -y tavily-mcp

Exa

mcp

Neural, embeddings-based search engine

npx -y exa-mcp-server

Independent search engine from the creators of one of the most secure browsers

MCP npx is free; Brave Search API is SaaS (~$5/mo credits at brave.com/search/api/)

Popular, time-tested browser automation tool

npx -y @playwright/mcp@latest

Browser automation tool that's already cleared most bot-detector headaches

npx -y @browserbasehq/mcp-server-browserbase

Pen.dev

desktop

Figma alternative for drawing layouts and SVGs from a plain description

Download / account at pen.dev

Figma designs wired directly into your agents

npx -y figma-developer-mcp --stdio

NVIDIA Build

playground

Free-model playground with a decent catalog for testing

Free / credit-based NIM catalog on build.nvidia.com

For search and browser automation, pick one MCP in each family — more isn't better.

Find more

This isn't a complete MCP or skills directory. Feel free to find more on these marketplaces.

Frequently asked questions

What do IDE, CLI, BYOK, MCP, and friends mean?
IDE = integrated development environment (the editor app where you write code — Cursor, VS Code, etc.). CLI = command-line interface (typing commands in a terminal). API = application programming interface (a documented way for one program to call another over the network — e.g. your agent asking a model provider for completions). BYOK = bring your own key (you pay a model provider directly and plug the API key into a tool). OSS = open-source software (code you can inspect, modify, and usually run yourself — often free as in price, but the important part is the license and transparency). MCP = Model Context Protocol (a standard way for agents to call external tools and data). Inference = the API call that runs a model and returns tokens. GPU cloud = rented graphics hardware that hosts those models. FAQ itself just means frequently asked questions — start here anytime a card feels like alphabet soup.
What is vibe coding?
Vibe coding is building software by describing intent in natural language and letting AI generate and iterate on the code — often accepting changes with light review. Andrej Karpathy popularized the term (Feb 2025) for that accept-all workflow in tools like Cursor. In this directory, “vibe” shelves lean toward browser-based or prompt-to-ship environments — such as v0, Lovable, or Anything — that abstract infrastructure and deploy. Those builders trade granular architectural control for rapid prototyping; local agentic IDEs sit on the other end of the same spectrum.
What is the difference between vibe coding and agentic coding?
Vibe coding thrives in hosted, abstracted cloud environments for rapid app generation. Agentic coding deploys autonomous systems inside your local infrastructure — integrating with Git, language servers, and the file system. Tools like Cursor, Devin Desktop, Kilo Code, and Aider often pair with orchestrators that spawn sub-agents in isolated Git worktrees to plan, execute, and test before pull request review.
Which AI coding agent is best in 2026?
Depends on your workflow — my personal top three: (1) Cursor is the daily driver — Composer 2.5 and Grok 4.6 in the IDE, Grok Bot teammate on paid plans, Design Mode, IDE and cloud agents, CLI/SDK, and an iOS companion to kick off runs on the go. (2) Kilo Code is second, mainly for Auto Free model routing — the golden feature for pet projects, hobby builds, or scaffolding something serious without burning paid keys. (3) Cline is third; I use the first-party CLI a lot (`npm i -g cline`), and ClinePass (~$10/mo) is great open-weight value so you can run cheap curated models wherever Cline runs — CLI, IDE plugins, or via the Cline API/SDK. Claude Code remains the terminal benchmark for top-tier reasoning and parallel subagents. Devin Desktop is a strong pick for a unified agent command center. Enterprise teams may lean toward Zencoder or Google Antigravity for compliance and multi-model review.
What are AGENTS.md, SKILL.md, and MCP?
AGENTS.md is project-root markdown for high-level architectural guidelines and behavioral guardrails. SKILL.md files are modular, executable procedural instructions agents load on demand to save token context. The Model Context Protocol (MCP) is an open standard for agents to interface with external tools, APIs, and data sources without bespoke integration scripts. Tool cards on this page note AGENTS.md and SKILL.md support per product.
What are the best free or open-source AI coding agents?
Kilo Code’s Auto Free router is my favorite zero-cost path for hobby and scaffolding work; Kilo Pass adds predictable credit plans with bonus credits when you outgrow free routing. Aider, Goose, Opencode, and OpenHands are solid BYOK options too — Opencode also offers optional OpenCode Go (~$10/mo) for curated open coding models. Cursor includes a basic free tier if you want a polished IDE without bringing your own keys. Cline’s CLI and IDE plugins stay free on BYOK, and ClinePass adds a great-value ~$10/mo open-weight subscription usable outside the editor via CLI/API/SDK. Emdash and Orca are free MIT-licensed desktop ADEs for parallel agents in isolated worktrees. Dropstone’s CLI runtime routes to evaluated open-weight models with flat pricing. Each card lists freeOptions — tiers change often.
What is a coding agent orchestrator?
An orchestrator is a control plane for running multiple autonomous agents at once. Long-horizon tasks in one terminal can cause branch conflicts and race conditions. Orchestrators like T3 Code, Emdash, Conductor, Termic, Superset, Maestro, and Zencoder provision isolated environments — often dedicated Git worktrees — aggregate outputs, and give you one dashboard to review diffs and approve pull requests across parallel runs.
Do you list every MCP and skill?
No. The Toolkit catalog tab is an editorial starter kit — skills, a loop harness, MCPs, gateways, and a free model playground we recommend first — plus links to marketplaces (skills.sh, Smithery, the Official MCP Registry) so you can discover more. We do not try to inventory the whole ecosystem.
I heard about agent loops — what should I use?
Cursor /loop and Automations are scheduled or same-chat wakes. Goal-driven keep-going-until-tests-pass is Agent Looper on the Toolkit tab — a first-party npm harness (fresh worker each iteration, shell verifier, optional judge). Install with pnpm add -D @dancingteeth/agent-looper @cursor/sdk. It is not a coding agent on the Agents shelf, and it is not a SKILL.md.
Should I leave GitHub for Cursor Origin?
Not yet. Origin is Cursor’s early-beta git forge (repos, PRs, browse, GitHub sync) on paid plans — rolled out mid-August 2026. Mirrors keep GitHub as source of truth; Issues and Actions stay on GitHub; Depot/Buildkite CI only runs on Origin-hosted repos, not mirrors. The useful case is Cursor cloud agents on a native Origin repo. Detail and caveats: https://agents.dancingteeth.net/tools/cursor#origin — Origin is not a homepage catalog card.
I heard AI-generated code isn't secure — what should I use?
Treat the agent as a fast typist, not a security team: review the diff, then scan. On this site, Snyk is on the Toolkit tab (IDE + MCP) — a scanner, not a coding agent. Pair that with Dependabot (dependency PRs on GitHub) and OWASP ZAP (DAST in CI). Those last two are hygiene you turn on in the pipeline, not extra catalog cards next to Cursor.