Developer oversight and AI agent coaching. Use when viewing project status across repos, syncing GitHub data, or analyzing agents.md against commit patterns.
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
A direct command skips the review prompt. Inspect the source before running it.
Developer oversight and AI agent coaching. Use when viewing project status across repos, syncing GitHub data, or analyzing agents.md against commit patterns.
Developer oversight and AI agent coaching for OpenClaw.
Overview
god-mode gives you a bird's-eye view of all your coding projects and coaches you to write better AI agent instructions.
Key features:
Multi-project status dashboard
Incremental sync from GitHub (Azure/GitLab coming)
Agent instruction analysis based on commit patterns
Local SQLite cache for fast queries
Quick Start
# First-run setup
god setup
# Add a project
god projects add github:myuser/myrepo
# Sync data
god sync# See overview
god status
# Analyze your agents.md
god agents analyze myrepo
Commands
god status [project]
Show overview of all projects, or details for one:
god status # All projects
god status myproject # One project in detail
god sync [project] [--force]
Fetch/update data from repositories:
god sync# Incremental sync all
god sync myproject # Just one project
god sync --force # Full refresh (ignore cache)
god projects
Manage configured projects:
god projects # List all
god projects add github:user/repo # Add project
god projects remove myproject # Remove project
god agents analyze <project>
Analyze agents.md against commit history:
god agents analyze myproject
Finds gaps between your agent instructions and actual work patterns, suggests improvements.
god agents generate <project> (Coming Soon)
Bootstrap agents.md for a new project by analyzing repo structure.
Configuration
Config file: ~/.config/god-mode/config.yaml
projects:-id:github:user/reponame:MyProject# Display namepriority:high# high/medium/lowtags: [work, api]
local:~/code/myrepo# Local clone pathsync:initialDays:90# First sync lookbackcommitsCacheMinutes:60analysis:agentFiles:# Files to search for-agents.md-AGENTS.md-CLAUDE.md-.github/copilot-instructions.md