Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
3
AI 92
axiom-xcode-debugging
harivansh-afk1/19/2026
Use when encountering BUILD FAILED, test crashes, simulator hangs, stale builds, zombie xcodebuild processes, "Unable to boot simulator", "No such module" after SPM changes, or mysterious test failure...
3
summarize
harivansh-afk1/19/2026
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
3
weaver-base
harivansh-afk1/19/2026
Base skill for all weavers. Implements specs, spawns verifiers, loops until pass, creates PR. Tests are never committed.
2
AI 95
oracle
harivansh-afk1/19/2026
Deep planning via Oracle CLI (GPT-5.2 Codex). Use for complex tasks requiring extended thinking (10-60 minutes). Outputs plan.md for planner to transform into specs.
2
AI 95
eval
harivansh-afk1/14/2026
Generate evaluation specs with building and verification criteria. Use when setting up features, defining acceptance criteria, or before implementing anything significant. Triggers on "create evals",...
1
AI 95
implement-review-loop
harivansh-afk1/29/2026
Implement code from a plan, create PRs with Graphite CLI (gt create/submit), wait for code reviews, and iterate on feedback. Use when the user says "implement", "implement the plan", "create PR", "rev...