Godmode banner
NoobyGains NoobyGains

Godmode

Productivity community

Description

--- description: "Activate GodMode — analyzes your task, recommends the best execution approach (Agent Teams, parallel subagents, or single agent), and invokes all relevant skills automatically" disable-model-invocation: true --- Invoke the godmode:activation skill and follow it exactly as presented to you. The user has said "Use GodMode". This means: 1. First, analyze the task at hand 2. Follow the "Execution Mode Recommendation" section in the activation skill to determine the best approach

Installation

Installs to ~/.claude/skills/noobygains-godmode-godmode/SKILL.md

Terminal
mkdir -p ~/.claude/skills/noobygains-godmode-godmode && curl -fsSL https://raw.githubusercontent.com/NoobyGains/godmode/HEAD/commands/godmode.md -o ~/.claude/skills/noobygains-godmode-godmode/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository