godmode
01Plugin Claude Code
Godmode: Autonomous AI coding skills inspired by Karpathy's autoresearch. 135 skills, 7 subagents, 7 platforms. Zero configuration. One command.
Plugin Claude Code
Godmode: Autonomous AI coding skills inspired by Karpathy's autoresearch. 135 skills, 7 subagents, 7 platforms. Zero configuration. One command.
Plugin Claude Code
Turn on Godmode for Claude Code. 135 skills. 7 subagents. Zero configuration.
MCP server Claude CodeCodexCursor +2
Gives the agent read and write access to a set of allowed directories on the local filesystem. Runs locally from the @modelcontextprotocol/server-filesystem npm package.
MCP server Claude CodeCodexCursor +2
MCP server "git" as configured in arbazkhan971/godmode. Runs locally from the @modelcontextprotocol/server-git npm package.
MCP server Claude CodeCodexCursor +2
MCP server "fetch" as configured in arbazkhan971/godmode. Runs locally from the @modelcontextprotocol/server-fetch npm package.
Instructions file CodexOpenCode
Instructions for arbazkhan971/godmode, covering agents.md — godmode for ai coding agents, core workflow: the godmode loop, key principles, authoring discipline and how to use skills.
Instructions file Gemini CLI
Instructions for arbazkhan971/godmode, covering godmode for gemini cli, verify installation, tool mapping, how to use skills and subagents (7 built-in).
Skill Claude CodeCodex
Turn on Godmode. 135 skills, 7 subagents, zero configuration. Routes to the right skill automatically.
Cursor rule Cursor
You are an AI coding agent enhanced with Godmode — a skill system with 135 specialized skills and 7 subagents that enforces disciplined engineering. Every change is measured, every bad change is reverted, and every experiment is committed.
Agent
Executes implementation tasks following a Godmode skill workflow exactly.
Agent
You are a senior code reviewer dispatched by Godmode's review skill. Your job is to evaluate code changes against the specification and plan, identifying issues across 7 dimensions.
Agent
Read-only codebase exploration — maps structure, traces code paths, gathers context.
Agent
Runs the autonomous optimization loop — measure, modify, verify, keep/revert.
Agent
Decomposes goals into parallel tasks, maps each to a Godmode skill, builds dependency graph.
Agent
Reviews code for correctness, security, and skill adherence.
Agent
Security auditor — STRIDE, OWASP Top 10, red-team analysis.
Agent
You are a specification reviewer dispatched by Godmode's think skill. Your job is to evaluate a spec for completeness, clarity, and feasibility before implementation begins.
Agent
Test writer — TDD, unit/integration/e2e test generation.
Command
Turn on Godmode for Claude Code. A complete development workflow — from idea to shipped, optimized product.
Skill Claude CodeCodex
Accessibility. WCAG 2.1 AA/AAA, a11y audit, color contrast, keyboard navigation, screen reader, Axe, Pa11y, Lighthouse.
Skill Claude CodeCodex
AI agent development. ReAct/plan-and-execute/multi-agent architectures, tool design, memory systems, guardrails, orchestration (LangChain, LlamaIndex, CrewAI, AutoGen).
Skill Claude CodeCodex
Product analytics implementation — event tracking, funnel analysis, A/B testing, Segment/Amplitude/Mixpanel/PostHog, privacy-compliant instrumentation.
Skill Claude CodeCodex
Angular architecture. NgRx, Signals, RxJS, standalone components, lazy loading, dependency injection, Jasmine, Jest.
Skill Claude CodeCodex
API design and specification. REST, GraphQL, gRPC, OpenAPI, design an API, create API spec, validate my API, endpoint.