godmode

Listed

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.

plugin 26 stars 7 forks Updated 1 weeks ago MIT

Install

Plugins install via a marketplace, in two steps.

Step 1
Step 2
View on GitHub

Bundles

Everything this plugin ships — skills, agents, commands, hooks, and MCP servers it bundles.

Skills (49)

Code & Development Listed

a11y

Accessibility. WCAG 2.1 AA/AAA, a11y audit, color contrast, keyboard navigation, screen reader, Axe, Pa11y, Lighthouse.

26 Updated 1 weeks ago
arbazkhan971
AI & Automation Listed

agent

AI agent development. ReAct/plan-and-execute/multi-agent architectures, tool design, memory systems, guardrails, orchestration (LangChain, LlamaIndex, CrewAI, AutoGen).

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

analytics

Product analytics implementation — event tracking, funnel analysis, A/B testing, Segment/Amplitude/Mixpanel/PostHog, privacy-compliant instrumentation.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

angular

Angular architecture. NgRx, Signals, RxJS, standalone components, lazy loading, dependency injection, Jasmine, Jest.

26 Updated 1 weeks ago
arbazkhan971
API & Backend Listed

api

API design and specification. REST, GraphQL, gRPC, OpenAPI, design an API, create API spec, validate my API, endpoint.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

apidocs

API documentation. OpenAPI, Swagger, Redoc, contract-first development, spec-first, code-first, interactive docs.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

architect

Software architecture design — system architecture, monolith/microservices/serverless/event-driven trade-offs, C4 diagrams, ADRs, CQRS, hexagonal.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

auth

Authentication and authorization. JWT, OAuth2, OIDC, SAML, API keys, mTLS, MFA, passwordless, social login, session management, identity providers (Auth0, Okta, Cognito).

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

automate

Task automation. cron jobs, webhooks, GitHub Actions, Makefile, Taskfile, scripts, CI/CD, scheduled tasks.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

backup

Backup and disaster recovery. backup strategy, disaster recovery, RPO/RTO, data integrity, durability, runbook.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

bench

Formal benchmark harness. Runs a metric command N times across 2-3 variants (git refs or state-prep shell commands), checks variance, computes delta vs. declared baseline, and emits a reproducible TSV plus a one-paragraph summary. Read-only to source. Inspired by caveman's 3-arm eval.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

build

Implementation engine. Parallel agents in worktrees from plan.

26 Updated 1 weeks ago
arbazkhan971
Show all 49 bundled skills
Code & Development Listed

cache

Cache. Redis, Memcached, Varnish, CDN, cache invalidation, TTL, write-through, cache stampede, thundering herd.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

changelog

Changelog and release notes management. Keep a Changelog format, Conventional Commits auto-generation, breaking change communication, migration guides, audience-specific notes.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

chaos

Chaos engineering. failure injection, circuit breakers, game day, disaster recovery, resilience test, network failures.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

chart

Data visualization. chart, graph, dashboard, visualize data, plot, analytics, D3.js, Chart.js, Recharts, Plotly.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

cicd

CI/CD pipeline design. GitHub Actions, GitLab CI, CircleCI, Jenkins, stage optimization, caching strategies, artifact management, matrix builds, pipeline templating.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

cli

CLI tool development. Argument parsing (Commander, Clap, Cobra, Click), TUI frameworks (Ink, Ratatui, Bubbletea, Rich), shell completions, config management, cross-platform distribution.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

comply

Compliance and governance — GDPR, HIPAA, SOC2, PCI-DSS, audit trails, privacy controls, data retention, license compliance.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

concurrent

Concurrency and parallelism. thread safety, race condition, deadlock, lock-free, async/await, actor model, mutex, goroutine.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

config

Config. dev/staging/prod, feature flags, A/B test rollout, config validation, env parity, secret safety, drift detection.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

cost

Cloud cost optimization. AWS/GCP/Azure, right-sizing, waste detection, cost allocation, budget alerting, reserved instances.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

cron

Scheduled tasks and cron jobs. cron, recurring task, background jobs, BullMQ, Celery, Sidekiq, node-cron, APScheduler.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

crypto

Crypto. encryption, hashing, Argon2, bcrypt, key management, JWT signing, TLS hardening, digital signatures, sensitive data.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

ddd

Domain-Driven Design. Bounded contexts, context mapping, ubiquitous language, aggregates, entities, value objects, domain events, repositories, event storming.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

debug

Scientific debugging. Reproduce → investigate → prove root cause. Finds all bugs.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

deploy

Advanced deployment strategies. Blue-green, canary releases, progressive rollouts, automated rollback, feature flag coordination, zero-downtime migrations, risk mitigation.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

designsystem

Design system architecture. design tokens, theme systems, Figma to code, component API, Storybook, light/dark, versioning.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

devsecops

DevSecOps pipeline security. SAST/DAST/SCA scanning, secret scanning, container scanning (Trivy, Snyk, Semgrep, CodeQL), security gates, shift-left CI/CD integration.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

distributed

Distributed systems design — CAP theorem, consensus (Raft/Paxos), sharding, partitioning, eventual consistency, leader election, distributed locking.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

django

Django + FastAPI development. Project structure, DRF serializers/viewsets, Pydantic, async Django with ASGI, admin, ORM optimization, deployment.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

docker

Docker containerization — Dockerfile, multi-stage builds, Docker Compose, image size optimization, security scanning, networking, volumes.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

docs

Docs. OpenAPI/Swagger, JSDoc, docstrings, README, runbook, API docs, stale docs audit, missing coverage.

26 Updated 1 weeks ago
arbazkhan971
Testing & QA Listed

e2e

End-to-end testing skill. Activates for browser-based E2E tests, cross-browser testing, flaky test fixes, or page object models. Supports Playwright, Cypress, Selenium. Triggers on: /godmode:e2e, "E2E test", "browser test", "Playwright test", "Cypress test".

26 Updated 1 weeks ago
arbazkhan971
DevOps & Infrastructure Listed

edge

Edge computing and serverless. Deno Deploy, distributed state, Cloudflare Workers, Vercel Edge, AWS Lambda.

26 Updated 1 weeks ago
arbazkhan971
AI & Automation Listed

email

Email and notifications. SendGrid, SES, Postmark, Resend, MJML, React Email, delivery tracking, DNS auth.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

eval

AI/LLM evaluation. Benchmark creation, regression testing, statistical significance, LLM-as-judge, promptfoo.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

event

Event-driven architecture. SQS, NATS, schema versioning, DLQ, retry policies, idempotency.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

experiment

A/B testing, experimentation, statistical analysis. Triggers on: /godmode:experiment, "A/B test", "split test", "statistical significance", "Optimizely", "Statsig", "GrowthBook".

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

fastapi

FastAPI mastery skill. Covers Pydantic models, DI, async DB access, background tasks, WebSocket, testing. Triggers on: /godmode:fastapi, "fastapi", "pydantic", "async api", "python api".

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

feature

Feature flag design, gradual rollouts, A/B testing, kill switches. LaunchDarkly, Unleash, Flagsmith. Triggers on: /godmode:feature, "feature flag", "gradual rollout", "kill switch", "A/B test".

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

finish

Branch finalization. Validate, squash-merge, PR, keep, or discard. Clean state enforced. Triggers on: /godmode:finish, "done with branch", "merge this", "finalize", "wrap up".

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

fix

Fix loop. One fix per commit, auto-revert on regression, until zero errors. Max 3 attempts per error. Triggers on: /godmode:fix, "fix this", "tests failing", "broken build", "lint errors".

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

forms

Form architecture skill. Multi-step wizards, validation (client + server, async), file uploads, accessible form design. Triggers on: /godmode:forms, "form validation", "multi-step form", "wizard", "file upload", "form accessibility".

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

ghactions

GitHub Actions workflows, custom actions, CI/CD. Matrix builds, reusable workflows, composite actions, caching, security hardening. Triggers on: /godmode:ghactions, "GitHub Actions", "workflow", ".github/workflows", "matrix build".

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

git

Advanced Git workflows skill. Branching models, merge vs rebase, interactive rebase, git bisect, cherry-pick, worktrees, commit conventions. Triggers on: /godmode:git, "branching strategy", "rebase vs merge", "git bisect", "cherry-pick".

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

goal-bridge

Machine-checkable completion contracts for agent goal modes. goal mode, /goal, goal contract, completion contract, evaluator, metric command, exit-zero contract, evidence path, rollback trigger.

26 Updated 1 weeks ago
arbazkhan971
Code & Development Listed

godmode

Orchestrator. Routes to skills, detects stack/phase, dispatches multi-agent worktrees. Triggers on: /godmode, /godmode:<skill>.

26 Updated 1 weeks ago
arbazkhan971
API & Backend Listed

graphql

GraphQL API development skill. Schema design, resolver architecture, N+1 detection with DataLoader, subscriptions, federation, performance hardening. Triggers on: /godmode:graphql, "GraphQL schema", "fix N+1 queries", "set up subscriptions".

26 Updated 1 weeks ago
arbazkhan971

Agents (9)

builder.md code-reviewer.md explorer.md optimizer.md planner.md reviewer.md security.md spec-reviewer.md tester.md

Commands (2)

godmode godmode.md

Hooks (3)

hooks.json init.sh session-start

Quality Score: 58/100

Stars 20%
48
Recency 20%
90
Manifest 20%
0
Documentation 15%
0
Issue Health 10%
50
License 10%
100
Description 5%
100

Details

Author
arbazkhan971
Repository
arbazkhan971/godmode
Created
5 months ago
Last Updated
1 weeks ago
Language
Shell
License
MIT

Listed in marketplaces