Skip to main content

godmode

Use when the user says "godmode", "god mode", "/godmode", or wants max-capability mode for the session. Turns on exhaustive, best-tool-first behavior: map and use the BEST skill/plugin/MCP/agent, prefer Workflow/subagents for substantial work, verify before claiming done, and keep changes small and reversible. A UserPromptSubmit hook keeps it active every turn until "godmode off".

الانتقال إلى التثبيت

معلومات المصدر

المستودع
Zavelinski/claude-code-godmode
آخر نشاط في المصدر
٢٦ يونيو ٢٠٢٦ في ١٦:٢٦
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٠
التفرعات
٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
godmode
description
Use when the user says "godmode", "god mode", "/godmode", or wants max-capability mode for the session. Turns on exhaustive, best-tool-first behavior: map and use the BEST skill/plugin/MCP/agent, prefer Workflow/subagents for substantial work, verify before claiming done, and keep changes small and reversible. A UserPromptSubmit hook keeps it active every turn until "godmode off".
# godmode: max-capability mode Trigger: user says `godmode` / `god mode` / `/godmode`. Turn off with `godmode off` (or stop/disable together with godmode). GODMODE means run every task at full power. This skill is the on-demand ritual; the `godmode-tracker.js` UserPromptSubmit hook keeps the directive in context on EVERY turn while active (flag file `~/.claude/.godmode-active`), so it survives long sessions and does not drift. ## What GODMODE means (apply on every task while active) 1. Best tool, not first. Before acting, map ALL relevant capabilities (Skill tool, plugins, MCP connectors including deferred via ToolSearch, Agent, Workflow) and use the BEST fit, not the first that works. Announce the choice. (This is the best-tool ritual.) 2. Exhaustive over fast. Optimize for the most correct and complete answer, not the cheapest. For substantial or fan-out work, prefer Workflow/subagents and adversarial verification. 3. Discipline stays on. VERIFY before saying done/works/fixed; leave evidence; never claim without a check. 4. Recovery-first. Keep changes small, visible, reversible. Escalate sensitive or irreversible surfaces (production, secrets, data, payments, auth). 5. Persist context. On finishing substantial work, save your context (notes, decisions, next steps) so the next session can continue without re-deriving everything. ## How it stays on - Toggle plus per-turn reinforcement live in `~/.claude/hooks/godmode-tracker.js`, registered in settings.json under UserPromptSubmit. - The hook writes or removes `~/.claude/.godmode-active` and, while active, injects the GODMODE directive each turn. - Saying `godmode off` removes the flag and stops the injection. ## Related - best-tool: the per-task capability-mapping ritual that GODMODE runs every time (bundled in this repo).
عرض على GitHub