A curated list of awesome resources for vibe coding
276
stars
108
commits
Sep 4, 2026
updated
:clipboard: A curated list about vibe coding tools, resources and news
anthropics/claude-code - Coding agent that understands your codebase, automates tasks, explains code, and manages git, all via natural language.
MyVibe - Instant deployment for vibe-coded apps via Claude Code.
aider - AI pair programming in your terminal.
codename goose - Local, on-machine AI Agent that allows you to use any LLM and add any MCP servers as extensions
MyCoder.ai - Open source AI-powered coding assistant with Git and GitHub integration, featuring parallel execution and self-modification capabilities.
codex-profiles - Small Bash helper for switching Codex CLI/Desktop accounts with isolated CODEX_HOME profiles.
claude-dash - Real-time statusline for Claude Code showing context, cost, quota, cache, tools, and git status.
agenttrace - Local TUI for inspecting AI coding-agent session logs, usage, cost, latency, tool failures, diffs, and CI gates.
nika - Workflow engine for AI: capture repeatable vibe-coded tasks as .nika.yaml files, statically checked before execution (schema, permits, cost), with tamper-evident traces after.
ax - Local telemetry for AI coding agents.
MUSE - Pure-Markdown memory OS for AI pair programming. Cross-conversation memory, 48 skills, role-based governance. Works with Claude Code, Cursor, Windsurf, OpenClaw, Gemini CLI, Codex CLI. Zero dependencies, MIT licensed.
sober-coding - Post-generation audit for vibe-coded repos. 27 static checks across 7 dimensions (dead code, god files, duplicate blocks, deep nesting, empty except, dependency utilization…) with per-check fix suggestions and a CI mode that fails PRs on regressions. Language-agnostic, no LLM required.
SwarmClaw - Self-hosted multi-agent runtime that delegates to Claude Code, Codex, Gemini CLI, OpenCode, Copilot CLI, Cursor Agent, Goose, Qwen Code, and Droid. Org chart view, schedules, runtime skills, persistent memory, sub-agent spawning. MCP-native (server and client). Electron desktop app, CLI, and Docker. MIT.
SwarmVault - Local-first RAG knowledge vault with bundled MCP server (npx -y @swarmvaultai/cli mcp). Compiles raw sources (notes, transcripts, exports, docs, code) into a durable markdown wiki with a knowledge graph and hybrid SQLite FTS plus embeddings. Cuts agent token usage by serving compact wiki summaries instead of full file reads. MIT.
Tree Ring Memory - Framework-agnostic local-first memory lifecycle for AI coding agents with Rust CLI, SQLite/FTS recall, forgetting, audit, consolidation, DOX/Revolve adapters, and TUI.
DevIntern - Picks up tickets from Jira, Linear, Trello, Asana, Azure DevOps, GitHub Issues, or markdown files and turns them into self-reviewed pull requests using the coding agent of your choice (Claude Code, Codex, Cursor, OpenCode, Gemini CLI, and others), on your machines with your own model keys. A feasibility gate flags vague tickets back to the tracker with questions; the companion devpm tool creates codebase-grounded tickets from rough prompts. FSL-licensed, free for interactive use.
whatbroke - Diff your AI agent's behavior between two runs: tool calls, args, cost, latency, and outcome flips, with flake detection and CI exit codes. MIT, on npm as whatbroke-cli.
AI-generated apps often ship with exposed secrets, open databases, or missing security headers. These tools help you catch issues before going live.
AI Coding Tools Guide - Workflow-based comparisons for Cursor alternatives, Claude Code, Windsurf, Cline, GitHub Copilot, Aider, Continue, and MCP-enabled AI coding.
AI Book: AI Coding - Chinese AI coding handbook covering coding-agent workflows, tool selection, prompts, and practical AI-assisted development guides.
CodeGuide - Creates detailed Documentation for your AI Coding Projects.
LegacyDoc AI - VS Code extension that generates documentation, architecture maps, and AI-ready context packs for vibe-coded codebases.
Codex First Task Prompt Generator - Free browser tool for turning a vague Codex CLI project goal into a scoped first-task prompt with file boundaries, constraints, and acceptance checks.
vibeprompt - Free 10-step vibe coding workflow with 56 prompts, 17 deep-dive articles, 46 field-tested fixes, and an interactive AGENTS.md + PRD generator. Open source, MIT licensed.
Wikivibe - Practical knowledge base for AI-assisted development with guides, a glossary, jobs, and a public MCP endpoint.
Vibe Coding with Confidence - Web handbook on building AI-assisted apps that work beyond the demo: plan, build, debug, harden, ship, operate, and scale.
breaking-coding-chaos - Human-in-the-loop dual-loop control-plane skill suite for coding agents (Claude Code, Codex, Cursor, and more): throughline progress on disk, plan-spar alignment, then minimal clean-cut implement.
Ariadne Loop - Local-first Loop Engineering workbench for writing verifiable AI coding-agent specs, verifier gates, rollback rules, and JSON reports.
Vibe Coding Essentials - Anti-hallucination guardrails for 9 frameworks + a 4-mode workflow system (Economy / Builder / Maintainer / Architect) for AI-assisted development.
Fix AI UI Slop With Real UI Context - A three-step workflow for researching public UI references, giving coding agents UI context, and checking implementations with design-contract, validation, audit, and critique workflows.
THROUGHLINE - Spec-driven development framework for coding agents, made of markdown and git with nothing to install. Personas debate each spec before code, and an append-only single source of truth keeps earlier decisions from drifting across sessions. Works with Claude Code, Codex, and Cursor. English and Korean, MIT.
anti-slop-website-prompts - 15 free art-directed website build-prompts plus an anti-slop design skill for Lovable, Bolt, v0, Cursor, and Claude Code.
Undercroft - Open-source CLAUDE.md operations contract that turns Claude Code into the maintainer of a plain-Markdown personal wiki: three-layer raw/wiki/schema architecture, checklist-driven ingestion, append-only changelog, and a worked example vault. Obsidian-friendly and portable to other agent CLIs via an AGENTS.md rename. MIT.
Vibe Coding UI Specification - Free, MIT-licensed interface contract for AI-assisted React and Tailwind work, covering design tokens, component states, responsive behavior, WCAG 2.2 AA, reduced motion, production gates, and reusable YAML.
This section displays items in reverse chronological order, with the most recent entries at the top.
(top 30 of 40)
A curated list of awesome resources for vibe coding
276
stars
108
commits
Sep 4, 2026
updated
:clipboard: A curated list about vibe coding tools, resources and news
anthropics/claude-code - Coding agent that understands your codebase, automates tasks, explains code, and manages git, all via natural language.
MyVibe - Instant deployment for vibe-coded apps via Claude Code.
aider - AI pair programming in your terminal.
codename goose - Local, on-machine AI Agent that allows you to use any LLM and add any MCP servers as extensions
MyCoder.ai - Open source AI-powered coding assistant with Git and GitHub integration, featuring parallel execution and self-modification capabilities.
codex-profiles - Small Bash helper for switching Codex CLI/Desktop accounts with isolated CODEX_HOME profiles.
claude-dash - Real-time statusline for Claude Code showing context, cost, quota, cache, tools, and git status.
agenttrace - Local TUI for inspecting AI coding-agent session logs, usage, cost, latency, tool failures, diffs, and CI gates.
nika - Workflow engine for AI: capture repeatable vibe-coded tasks as .nika.yaml files, statically checked before execution (schema, permits, cost), with tamper-evident traces after.
ax - Local telemetry for AI coding agents.
MUSE - Pure-Markdown memory OS for AI pair programming. Cross-conversation memory, 48 skills, role-based governance. Works with Claude Code, Cursor, Windsurf, OpenClaw, Gemini CLI, Codex CLI. Zero dependencies, MIT licensed.
sober-coding - Post-generation audit for vibe-coded repos. 27 static checks across 7 dimensions (dead code, god files, duplicate blocks, deep nesting, empty except, dependency utilization…) with per-check fix suggestions and a CI mode that fails PRs on regressions. Language-agnostic, no LLM required.
SwarmClaw - Self-hosted multi-agent runtime that delegates to Claude Code, Codex, Gemini CLI, OpenCode, Copilot CLI, Cursor Agent, Goose, Qwen Code, and Droid. Org chart view, schedules, runtime skills, persistent memory, sub-agent spawning. MCP-native (server and client). Electron desktop app, CLI, and Docker. MIT.
SwarmVault - Local-first RAG knowledge vault with bundled MCP server (npx -y @swarmvaultai/cli mcp). Compiles raw sources (notes, transcripts, exports, docs, code) into a durable markdown wiki with a knowledge graph and hybrid SQLite FTS plus embeddings. Cuts agent token usage by serving compact wiki summaries instead of full file reads. MIT.
Tree Ring Memory - Framework-agnostic local-first memory lifecycle for AI coding agents with Rust CLI, SQLite/FTS recall, forgetting, audit, consolidation, DOX/Revolve adapters, and TUI.
DevIntern - Picks up tickets from Jira, Linear, Trello, Asana, Azure DevOps, GitHub Issues, or markdown files and turns them into self-reviewed pull requests using the coding agent of your choice (Claude Code, Codex, Cursor, OpenCode, Gemini CLI, and others), on your machines with your own model keys. A feasibility gate flags vague tickets back to the tracker with questions; the companion devpm tool creates codebase-grounded tickets from rough prompts. FSL-licensed, free for interactive use.
whatbroke - Diff your AI agent's behavior between two runs: tool calls, args, cost, latency, and outcome flips, with flake detection and CI exit codes. MIT, on npm as whatbroke-cli.
AI-generated apps often ship with exposed secrets, open databases, or missing security headers. These tools help you catch issues before going live.
AI Coding Tools Guide - Workflow-based comparisons for Cursor alternatives, Claude Code, Windsurf, Cline, GitHub Copilot, Aider, Continue, and MCP-enabled AI coding.
AI Book: AI Coding - Chinese AI coding handbook covering coding-agent workflows, tool selection, prompts, and practical AI-assisted development guides.
CodeGuide - Creates detailed Documentation for your AI Coding Projects.
LegacyDoc AI - VS Code extension that generates documentation, architecture maps, and AI-ready context packs for vibe-coded codebases.
Codex First Task Prompt Generator - Free browser tool for turning a vague Codex CLI project goal into a scoped first-task prompt with file boundaries, constraints, and acceptance checks.
vibeprompt - Free 10-step vibe coding workflow with 56 prompts, 17 deep-dive articles, 46 field-tested fixes, and an interactive AGENTS.md + PRD generator. Open source, MIT licensed.
Wikivibe - Practical knowledge base for AI-assisted development with guides, a glossary, jobs, and a public MCP endpoint.
Vibe Coding with Confidence - Web handbook on building AI-assisted apps that work beyond the demo: plan, build, debug, harden, ship, operate, and scale.
breaking-coding-chaos - Human-in-the-loop dual-loop control-plane skill suite for coding agents (Claude Code, Codex, Cursor, and more): throughline progress on disk, plan-spar alignment, then minimal clean-cut implement.
Ariadne Loop - Local-first Loop Engineering workbench for writing verifiable AI coding-agent specs, verifier gates, rollback rules, and JSON reports.
Vibe Coding Essentials - Anti-hallucination guardrails for 9 frameworks + a 4-mode workflow system (Economy / Builder / Maintainer / Architect) for AI-assisted development.
Fix AI UI Slop With Real UI Context - A three-step workflow for researching public UI references, giving coding agents UI context, and checking implementations with design-contract, validation, audit, and critique workflows.
THROUGHLINE - Spec-driven development framework for coding agents, made of markdown and git with nothing to install. Personas debate each spec before code, and an append-only single source of truth keeps earlier decisions from drifting across sessions. Works with Claude Code, Codex, and Cursor. English and Korean, MIT.
anti-slop-website-prompts - 15 free art-directed website build-prompts plus an anti-slop design skill for Lovable, Bolt, v0, Cursor, and Claude Code.
Undercroft - Open-source CLAUDE.md operations contract that turns Claude Code into the maintainer of a plain-Markdown personal wiki: three-layer raw/wiki/schema architecture, checklist-driven ingestion, append-only changelog, and a worked example vault. Obsidian-friendly and portable to other agent CLIs via an AGENTS.md rename. MIT.
Vibe Coding UI Specification - Free, MIT-licensed interface contract for AI-assisted React and Tailwind work, covering design tokens, component states, responsive behavior, WCAG 2.2 AA, reduced motion, production gates, and reusable YAML.
This section displays items in reverse chronological order, with the most recent entries at the top.
(top 30 of 40)