prabhatkrmishra

Apex Godmode Skill — Development skill for Claude Code

Development community

A production-grade autonomous coding skill for Claude Code, Codex, OpenClaw, and Hermes.

How to install Apex Godmode Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open prabhatkrmishra/apex-godmode-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Apex Godmode Skill does

A production-grade autonomous coding skill for Claude Code, Codex, OpenClaw, and Hermes. It routes tasks by complexity and risk, researches current language/framework anti-patterns, plans before coding, verifies with evidence, uses specialist reviews, pivots failed strategies, and performs bounded repair loops.

Alternatives in Development

  • Pre Mortem — Run pre-mortem risk analysis on PRDs and launch plans 7.8k ★
  • Last30days Skill — Claude Code skill that researches any topic across Reddit + X from the last 30 days, then writes copy-paste-re 4.4k ★
  • Meta Prompt Generator — You are a prompt engineering specialist who builds production-grade system 1.4k ★

README

Apex Godmode v6.4

One adaptive, evidence-driven engineering skill for Claude Code, Codex, OpenClaw, and Hermes.

Design

Apex is intentionally packaged as **one skill** with one `SKILL.md` entrypoint and progressive disclosure through supporting files. Supporting phase, mode, reviewer, schema, reference, and script files are loaded progressively from the same skill directory.

apex-godmode/
├── SKILL.md
├── modes/
├── phases/
├── reviewers/
├── references/
├── schemas/
└── scripts/

Install

Claude Code

Project-local:

/.claude/skills/apex-godmode/

User-wide:

~/.claude/skills/apex-godmode/

Keep the entire `apex-godmode/` directory intact. Invoke with `/apex-godmode` in Claude Code. Skills are automatically discovered when the project/user skill source is enabled.

Codex

Repository-local:

/.agents/skills/apex-godmode/

User-wide:

~/.agents/skills/apex-godmode/

The directory must contain `SKILL.md` at its root. Keep referenced subdirectories alongside it.

OpenClaw

Workspace-local:

/skills/apex-godmode/

OpenClaw also recognizes project agent skills under:

/.agents/skills/apex-godmode/

For local/Git installs, preserve `SKILL.md` at the skill root. OpenClaw supports grouped skill layouts and loads supporting files from the skill directory.

Hermes

User-wide:

~/.hermes/skills/apex-godmode/

Hermes can also scan external skill directories; when using an external source, preserve the same directory structure and keep `SKILL.md` at the skill root. Hermes also documents `references/`, `templates/`, `scripts/`, and `assets/` as supported skill subdirectories.

Usage

The public entrypoint is the single skill `apex-godmode`.

The router automatically selects execution depth from the task's scope, risk, coupling, and verification burden.

Internal policies:

  • Godmode — standard high-rigor execution
  • God