detach
25Command
Model tier: sonnet — Sonnet 5 (1M context) session.
Command
Model tier: sonnet — Sonnet 5 (1M context) session.
Command
Model tier: opus — Opus session for the orchestrator. Charter agents run as parallel general-purpose background Tasks; tier them by cost (sonnet is usually sufficient for a single charter's execution).
Command
Model tier: sonnet — Sonnet 5 (1M context) session.
Skill Claude CodeCodex
Push accountability, CI monitoring after push, background agent CI verification, verification command sequencing.
Skill Claude CodeCodex
Production deployment rules, rollback-first recovery, dependency batching, CI cost awareness, framework upgrade verification, fallback observability, and GitHub repo settings standardization.
Skill Claude CodeCodex
Known agent error patterns -- debugging reference for tool failures, git errors, CI issues, and common mistakes. Consult when encountering unexpected behavior, tool errors, or CI failures.
Skill Claude CodeCodex
Git recipes, worktree management, push sequences, branch verification, and conflict resolution patterns.
Skill Claude CodeCodex
Skill "github-cli" from juan294/cc-rpi, covering github cli, json field discovery, pr check interpretation, release vs pr flags and label and merge settings.
Skill Claude CodeCodex
Wrong -- system pip blocked on Python 3.12+ (PEP 668).
Skill Claude CodeCodex
Rules for sub-agents, Agent Teams, worktree agents, central commit pattern, and parallel work coordination.
Skill Claude CodeCodex
Python-specific patterns: uv/poetry virtual environments, python -m imports, version pinning, pip restrictions on macOS.
Skill Claude CodeCodex
Shell and tool-call environment facts: escaping inside single-quoted zsh/jq/Python strings, complex regex in zsh, absolute paths and cwd resets between Bash calls, linter invocation, curl and JSON output handling, and choosing a built-in tool over a shell one-liner.
Skill Claude CodeCodex
Supabase migration safety, local testing workflow, grant requirements, fallback observability, and health endpoint patterns.
Skill Claude CodeCodex
A disciplined procedure for finding root causes -- reproduce, isolate, hypothesize, bisect, fix, verify. Consult when a bug is non-obvious, a fix didn't hold, or you've tried the same thing twice without progress.