George's Claude Code plugins
npx claudepluginhub george11642/george-pluginsComplete Claude Code power-user setup: T0-T4 orchestration engine, context-aware hooks, MCP server sources, and a one-command installer. Replicate George's exact Claude Code workflow.
Autonomous milestone execution orchestrator with parallel phase execution, dependency graph parsing, and fully autonomous DEFERRED.md item resolution (security fixes, outreach, test failures) — no human involvement required.
Fully autonomous overnight coding agent. Give it a mission, walk away for hours, come back to a better codebase. Supports mission-driven development, codebase improvement, plan execution, and deep research modes. Fresh-context loop pattern with file-based memory for unlimited runtime.
A production-grade orchestration framework for Claude Code with 36 domain skills, 22 hooks, 2-mode autonomy system, RTK token optimization, and autopilot supervisor.
+-----------------+
| CLAUDE.md | Global orchestrator rules
| (always loaded) | Delegation, dispatch, verification
+-----------------+
|
+------------+------------+
| |
+--------v--------+ +--------v--------+
| behavior.json | | settings.json |
| autonomy: auto | | hooks, plugins, |
| toggles: r/o | | MCP, env vars |
+-----------------+ +-----------------+
| |
+---------+---------+ +---------+---------+
| | | |
+---v---+ +----v----+ +----v----+
| Modes | | Hooks | | Skills |
| 2-mode| | 22 active| | 36 total|
+-------+ +----------+ +---------+
| |
+---------+---------+ +----------+----------+
| | | | | | | | | |
boot router gate RTK ... L1 L2 L3 ...
Controlled via behavior.json:
| Mode | Behavior |
|---|---|
| autonomous | Never ask, never checkpoint. Proceed on everything. Only escalate payments. |
| guided | Checkpoint before destructive/irreversible actions. Confirm at major milestones. Still autonomous on non-destructive work. |
Switch modes: /mode guided, /mode autonomous, /mode readonly (toggle)
| Tier | Count | Purpose | Examples |
|---|---|---|---|
| L1 Meta | 2 | Framework control | mode, router |
| L2 Domain | 13 | Full-stack dev domains | web-frontend, backend-data, python-dev |
| L3 Atomic | 15+ | Single-purpose tools | deploy-convex, git-workflow, mcp-gemini |
| Utility | 6 | Framework utilities | completion-council, consolidate-memory, dashboard |
Hooks fire at specific lifecycle events. See MANIFEST.md for the complete catalog.
| Event | Hooks |
|---|---|
| SessionStart | boot.js, gsd-check-update.js |
| UserPromptSubmit | router.js, gate-enforcer.js |
| PreToolUse | dangerous-cmd-block.js, rtk-rewrite.sh, readonly-guard.js, convention-check.js |
| PostToolUse | context-tracker.js, self-heal.js, mid-session-skill-loader.js, budget-breaker.js, sycophancy-check.js |
| Stop | quality-gate.js, screenshot-verify.js |
| PreCompact | precompact-handoff.js |
| StatusLine | statusline.js |
Transparent CLI proxy that rewrites commands (e.g., git status -> rtk git status) for 60-90% token savings. The rtk-rewrite.sh hook handles this automatically.
curl -fsSL https://raw.githubusercontent.com/george11642/george-plugins/main/setup.sh | bash
/plugin marketplace add george11642/george-plugins
/plugin install george-setup@george-plugins
/george-setup:install
# Browser automation (third-party sites, personal auth)
/plugin marketplace add obra/superpowers-marketplace
/plugin install superpowers-chrome@superpowers-marketplace
# GSD milestone execution
/plugin install ralph-gsd@george-plugins
# LSP support
/plugin marketplace add anthropics/claude-plugins-official
/plugin install typescript-lsp@claude-plugins-official
/plugin install pyright-lsp@claude-plugins-official
The install command copies templates/settings-template.json to ~/.claude/settings.json. Review and adjust paths.
Copy templates/behavior.json to ~/.claude/behavior.json:
{
"autonomy": "autonomous",
"toggles": { "readonly": false }
}
| Plugin | Status | Description |
|---|---|---|
george-setup | Core | Skills, hooks, modes, CLAUDE.md, RTK |
ralph-gsd | Enabled | ROADMAP-driven milestone execution orchestrator |
autopilot | Available | Autonomous overnight coding agent (systemd supervisor) |
ralph-marketer-v2 | Available | Marketing automation agent |
| Plugin | Source |
|---|---|
superpowers-chrome | superpowers-marketplace |
ralph-gsd | george-plugins |
typescript-lsp | claude-plugins-official |
pyright-lsp | claude-plugins-official |
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations