god-mode
Developer oversight and AI agent coaching. Use when viewing project status across repos, syncing GitHub data, or analyzing agents.md against commit patterns.
Why use this skill?
Boost your AI agent productivity with god-mode. Analyze commit patterns, sync project status, and align your agents.md instructions with real development.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/infantlab/god-modeWhat This Skill Does
god-mode is a powerful oversight and coaching tool designed for developers and AI-driven teams. It acts as a bridge between your high-level project goals (defined in your agents.md files) and the reality of your codebase history. By indexing commit patterns, pull requests, and issues through a local SQLite database, god-mode provides a diagnostic layer that identifies discrepancies between how your AI agents think they should behave and how they actually perform. It simplifies multi-project management, enabling a bird's-eye view of your entire technical landscape without the need to switch between dozens of browser tabs.
Installation
To integrate this skill into your workflow, use the OpenClaw installation command:
clawhub install openclaw/skills/skills/infantlab/god-mode
Ensure that you have the GitHub CLI (gh), sqlite3, and jq installed on your system, as god-mode relies on these existing CLI tools for authentication and data processing. Once installed, run god setup to initialize your configuration and begin syncing your repositories.
Use Cases
- Agent Alignment: Detect when the coding style or architectural decisions in a repository drift away from the guidelines defined in your project's instruction files (e.g., AGENTS.md or CLAUDE.md).
- Daily Briefings: Quickly assess the health of multiple repositories during a morning stand-up by checking for stale pull requests or low-velocity projects.
- Project Onboarding: Use the upcoming generation features to analyze existing repo structures and automatically generate or refine agent instruction sets.
- Performance Audit: Use commit history analysis to understand how specific agents have influenced the codebase over time.
Example Prompts
- "god-mode, perform a health check on all active repositories and list any projects that haven't had a commit in over 72 hours."
- "Analyze the current agents.md for the 'payment-gateway' project and identify three areas where the instructions contradict recent commit patterns."
- "Show me the status of the 'feature-x' project and sync the latest pull request data from GitHub."
Tips & Limitations
- Data Privacy: Because god-mode uses local SQLite storage and delegates authentication to your local CLI tools, no tokens are stored in the application, ensuring a higher level of security.
- Sync Frequency: While the default sync interval is 60 minutes, you can always trigger an immediate update using
god sync --forceif you need real-time data. - Scope: god-mode is strictly an oversight tool. It cannot modify your source code directly; its primary goal is to provide analytical insights, not to automate code refactoring or commits.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-infantlab-god-mode": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api