Autonomous AI coding agent — 126 skills, 7 subagents, 5 platforms. Iterative optimization with automatic rollback, failure memory, and parallel multi-agent execution. Plugin for Claude Code, Cursor, Codex, Gemini CLI, OpenCode.
<div align="center"> # Godmode — Autonomous AI Coding Agent for Claude Code, Cursor, Codex & Cursor ### Your AI writes code. Godmode makes it write *great* code — then proves it. The open-source autonomous coding agent that turns AI assistants into engineering systems. 134 skills for building, testing, optimizing, securing, and shipping software — with iterative optimization, parallel multi-agent execution, automatic rollback, failure memory, Karpathy-style authoring discipline, pre-commit discard audit, and a four-layer token optimization stack that cuts routing context by ~90%. Plugin for Claude Code, Cursor, Codex, Cursor CLI, and OpenCode. [](LICENSE) [](skills/) [](agents/) [](adapters/) [](adapters/codex/) [](adapters/cursor/) [](adapters/cursor/) [](adapters/opencode/) </div> > **TL;DR:** Install with `cursor plugin install godmode`. Say `/godmode optimize my API` and walk away. It measures, iterates, keeps improvements, reverts failures, and stops when done. --- ## See It In Action ### Performance Optimization — 847ms to 198ms, fully autonomous ``` $ /godmode:optimize Goal: Reduce API response time Iterations: 20 BASELINE 847ms ROUND 1 554ms KEPT (-34.5%) -- added index on category_id ROUND 2 382ms KEPT (-31.0%) -- enabled gzip compression ROUND 3 276ms KEPT (-27.7%) -- eager loading for posts ROUND 4 290ms REVERTED -- batch loader (guard failed) ROUND 5 226ms K
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.