Agent skill
33god
Unified 33GOD master skill and router. Use for any 33GOD request: architecture context, project creation, task execution, coding workflow, service development, workflow generation, and platform-level orchestration. This skill routes to focused references/workflows/scripts for incremental discovery.
Install this agent skill to your Project
npx add-skill https://github.com/delorenj/skills/tree/main/33god
SKILL.md
33GOD Master Router
This is the single root skill for 33GOD.
Load this file first, then follow the router below. Do not load every reference at once.
33GOD in 30 seconds
33GOD is an event-driven software factory:
- Holyfields defines contracts
- Bloodbank transports events/commands
- Candystore persists history
- Holocene provides observability
- Agents/services consume events and act
If it didn’t emit an event, it didn’t happen.
Router (Incremental Discovery)
Read exactly one target unless the task genuinely spans multiple concerns.
- Start here for map + conventions →
references/index.md - New project / repo bootstrap →
workflows/project-bootstrap-pjangler.md(automated) orreferences/project-creation.md(concepts) - Task intake + execution flow →
references/task-execution.md - Coding delivery protocol →
references/coding-workflow.md - Create/register services →
references/service-development.md - Generate end-to-end workflows →
references/workflow-generation.md - Add/change/prune events or commands →
references/event-command-lifecycle.md - Cross-component/platform orchestration →
references/platform-lifecycle.md - Infrastructure, deployment, external access →
references/infrastructure-deployment.md - GOD-doc behavior + drift policy →
references/god-doc-policy.md
Deterministic Runbooks
Use these when you need low-variance execution:
workflows/project-bootstrap-pjangler.md— PREFERRED: Automated project setup via pjanglerworkflows/project-bootstrap.md— Manual fallback for custom casesworkflows/task-intake.mdworkflows/coding-delivery.mdworkflows/event-contract-rollout.md
Deterministic Utility Scripts
scripts/skill_audit.py— verify structure and required filesscripts/task_router_check.py— validate router targets inSKILL.md
Non-Negotiables
- Schema-first contracts before producer/consumer code.
- Events are immutable facts; commands are mutable requests.
- Ticketed work only; no rogue implementation.
- Keep GOD docs aligned with actual architecture.
- Prefer incremental loading over giant context dumps.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
openclaw-upgrade
Upgrade OpenClaw installations to the latest version. Handles global npm installs, local development setups, release channels (stable/beta/dev), configuration preservation, and platform-specific requirements. Use when updating OpenClaw, switching release channels, or troubleshooting update issues.
vercel-composition-patterns
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.
security-monitor
Real-time security monitoring for Clawdbot. Detects intrusions, unusual API calls, credential usage patterns, and alerts on breaches.
event-driven-architecture
Kafka, RabbitMQ, SQS/SNS, event sourcing, CQRS, saga patterns, dead letter queues, and idempotency. Use when designing asynchronous systems, implementing message-driven workflows, or building event streaming pipelines.
shadcn-ui
Expert guidance for integrating and building applications with shadcn/ui components, including component discovery, installation, customization, and best practices.
just-fucking-cancel
Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Outputs interactive HTML audit with one-click cancel workflow. Pairs with Plaid integration for real-time transaction access without CSV exports.
Didn't find tool you were looking for?