cookys/autopilot

Development workflow skills for Claude Code — dev-flow, survey, think-tank, CEO mode, retro, learn, context-reduce

11Stars on the repository
47Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

profiles-hash-repin

01

cookys/autopilot

Skill Claude CodeCodex

A procedure for updating profile hash records after changing the text of two autopilot workflow files.

11 2d ago A 71 tokens original MIT

finish-flow

02

cookys/autopilot

Skill Claude CodeCodex

Closing sequence forcing function — use at the END of any dev-flow workflow (L, H, Fix, S) to guarantee no step in the closing sequence gets silently compressed or skipped. On invocation, creates size-appropriate sub-tasks via TaskCreate so each step is individually trackable. MANDATORY for L-size (invoked at L-5) and…

11 2d ago B 162 tokens original MIT

learn

03

cookys/autopilot

Skill Claude CodeCodex

Save a hard-won lesson or surprising fix so future sessions benefit. Boundary: learn records facts/gotchas; distill produces reusable multi-step procedures from conversation history. Use when: "save this to knowledge", "record this", "remember for next time", "/learn", "記下來", "存到 knowledge", "記住這個", user shares a…

11 2d ago B 139 tokens original MIT

quality-pipeline

04

cookys/autopilot

Skill Claude CodeCodex

Run pre-commit or pre-merge quality checks: tests, completeness scan (no stubs/TODOs/mocks), code review. Use when: "quality gate", "quality checks", "run tests before merge", "check for stubs", "scan for completeness", "is this ready to commit?", "pre-merge review", "品質檢查", "準備好可以 commit 了嗎", "跑一下檢查". Not for…

11 2d ago B 117 tokens original MIT

dev-flow

05

cookys/autopilot

Skill Claude CodeCodex

Start here before writing any code — sizes task (S/L/H/Fix), sets up branch and session rules. Use when: "I'm starting on X", "quick fix for Y", "continuing from yesterday", "hotfix needed", "let's implement X", "skip to coding", "我要開始做 X", "快速修一下", "接續昨天的進度", resuming a feature branch, or any task that touches code.…

11 2d ago B 133 tokens original MIT

dev-flow

06

cookys/autopilot

Skill Claude CodeCodex

Start here before writing any code — sizes task (S/L/H/Fix), sets up branch and session rules. Use when: "I'm starting on X", "quick fix for Y", "continuing from yesterday", "hotfix needed", "let's implement X", "skip to coding", "我要開始做 X", "快速修一下", "接續昨天的進度", resuming a feature branch, or any task that touches code.…

11 2d ago B 133 tokens original MIT

agent-call

07

cookys/autopilot

Skill Claude CodeCodex

Contact an already-running persistent coding-agent session by exact name. Prefer Claude native messaging when it can address the target; otherwise use the installed Agent Call CLI. Never use this route to create temporary workers.

11 2d ago A 43 tokens original MIT

audit

08

cookys/autopilot

Skill Claude CodeCodex

Compare two existing implementations and find every difference. Use when: "compare X with Y", "check X against Y", "verify X matches Y", "flag anything missing", "比對 X 和 Y", "檢查有沒有漏掉", "驗證是否一致", feature parity review between old and new systems, an existing spec against an implemented target, or cross-system…

11 2d ago A 104 tokens original MIT

brainstorm

09

cookys/autopilot

Skill Claude CodeCodex

Pre-code Socratic design exploration — when the options don't exist yet. Use when: "I haven't figured out the approach", "help me think through X", "what should this even be / 還沒想清楚", "explore how to do X before we build", "我不確定要怎麼做", "尚未成形 / 沒有方向". DISCOVERS the options, surfaces 2-3 genuinely different approaches…

11 2d ago A 166 tokens original MIT

ceo-agent

10

cookys/autopilot

Skill Claude CodeCodex

Full delegation — you own the goal end-to-end, user just wants results. Triggers: "CEO mode", "get it done", "you decide", "handle everything", "I trust you", "take over", "full authority", "just do it", "搞定 X", "幫我處理", "全權處理", "你決定". Not for: research-only (→ survey), participatory planning (→ dev-flow), or parallel…

11 2d ago B 103 tokens original MIT

debug

11

cookys/autopilot

Skill Claude CodeCodex

Evidence-first debugging for correctness issues. Invoke when diagnosing bugs, crashes, logic errors, data corruption, connectivity problems, intermittent failures (incl. flaky tests with environment divergence), or 'works on my machine' issues. For performance issues (slow / high latency / CPU / memory), use the…

11 2d ago B 88 tokens original MIT

dev-flow

12

cookys/autopilot

Skill Claude CodeCodex

Start here before writing any code — sizes task (S/L/H/Fix), sets up branch and session rules. Use when: "I'm starting on X", "quick fix for Y", "continuing from yesterday", "hotfix needed", "let's implement X", "skip to coding", "我要開始做 X", "快速修一下", "接續昨天的進度", resuming a feature branch, or any task that touches code.…

11 2d ago B 133 tokens copy · 94% MIT

distill

13

cookys/autopilot

Skill Claude CodeCodex

Distill your recurring procedures and corrections from local conversation history into personal custom skills, routed into YOUR own skill dirs — never into autopilot. Boundary: learn records facts/gotchas; distill produces reusable procedures. Use when: "/distill", "what do I keep redoing", "turn my repeated workflow…

11 2d ago C 207 tokens original MIT

doc-sync

14

cookys/autopilot

Skill Claude CodeCodex

Audit docs against actual code and find drift (wrong / stale / missing claims), report-only. Use when: "do the docs match the code", "check for doc drift", "audit docs vs code", "did this change make docs stale", "doc-sync", "文件跟 code 同步嗎", "查文件有沒有過時", "對照文件與實作", post-merge doc verification, periodic doc accuracy…

11 2d ago A 201 tokens original MIT

engine-onboarding

15

cookys/autopilot

Skill Claude CodeCodex

Onboard a new heterogeneous engine into the autopilot lifecycle. Use when: "onboard a new engine", "qualify gpt-X / a new model as a reviewer", "is model Y good enough", "add an implementer engine", "add a planner engine", "add a verifier engine", "evaluate a model as orchestrator", "route a model by role", "new model…

11 2d ago A 155 tokens original MIT

handoff

16

cookys/autopilot

Skill Claude CodeCodex

Write a standardized mid-work handoff doc for session continuation, and resume from one. Triggers: "寫 handoff", "寫 handover", "ctx 太滿", "context 快滿", "clear session 後繼續", "write a handoff", "hand off to the next session", "接手上個 session", "resume from handoff". Not-for: end-of-project closing (→ finish-flow), machine…

11 2d ago A 127 tokens original MIT

harness-maintenance

17

cookys/autopilot

Skill Claude CodeCodex

Audit or refresh Autopilot harness capability state. Use when checking whether Codex, Claude Code, agy, Grok, MiniMax, Copilot CLI, or another harness currently supports skills, hooks, agents, status lines, headless dispatch, DI, gating, or runner roles; when platform facts may be stale; or before expanding…

11 2d ago A 79 tokens original MIT

l3

18

cookys/autopilot

Skill Claude CodeCodex

Terse CEO front-door — Level 3: full autonomy, CEO executes inline on this thread, escalate only at the DOA boundary. Use when: "/l3 ", "L3 ", you want the "全權處理 / get it done" behavior as one command without the CEO startup Q&A. Presets involvement=just-results, scope=Hold, project red lines plus -x additions…

11 2d ago A 136 tokens original MIT

l4

19

cookys/autopilot

Skill Claude CodeCodex

Terse CEO front-door — Level 4: dispatch ONE background, worktree-isolated sub-orchestrator "foreman" that runs dev-flow unattended and returns a verdict; CEO context stays clean and the authoritative qc verdict is held at depth 0. Use when: "/l4 ", "L4 ", you want a long autonomous run offloaded off the main thread.…

11 2d ago A 133 tokens original MIT

l5

20

cookys/autopilot

Skill Claude CodeCodex

Terse CEO front-door — Level 5: like /l4 (background worktree-isolated foreman, depth-0 control loop + authoritative qc) but the IMPLEMENTER is orchestrated by the engine CLI and dispatched through the canonical engine implement-review path. Use when: "/l5 ", "L5 ", you want cost-arbitrage or a decorrelated second…

11 2d ago A 138 tokens original MIT

l6

21

cookys/autopilot

Skill Claude CodeCodex

Terse CEO front-door — Level 6: like /l5 (worktree-isolated hetero implementer + authoritative qc) but the VERIFICATION AUTHORING is also leaf-dispatched to a heterogeneous engine; depth-0 remains pure orchestration. Use when: "/l6 ", "L6 ", "全委", "全部派遣", "省 token 全外包", "delegate everything incl verification". Presets…

11 2d ago A 146 tokens original MIT

next

22

cookys/autopilot

Skill Claude CodeCodex

Recommend what to work on next by scanning all projects, plans, backlog, and proposals. Use when: "/next", "what should I work on", "what's the highest priority", "what to pick up now", "I have N hours — what fits?", "下一步做什麼", "最高優先是什麼", "現在該做什麼", or right after archiving a completed project. Not for: creating plans…

11 2d ago B 102 tokens original MIT

onboard

23

cookys/autopilot

Skill Claude CodeCodex

Scaffold a consuming project's autopilot config (.claude/-config.md DI) from its detected reality — the bridge from "fresh repo" to "autopilot-calibrated repo". Use when: "onboard this repo to autopilot", "set up the .claude config", "scaffold autopilot for this project", "calibrate autopilot to this codebase"…

11 2d ago A 213 tokens original MIT

profiling

24

cookys/autopilot

Skill Claude CodeCodex

Evidence-first performance profiling — tool selection, methodology, interpretation. Use BEFORE guessing at performance issues. Tools first, logs second, code last. Covers: slow queries, high latency, CPU spikes, memory growth, throughput regressions (including 'got slower after deploy' — measure before assuming the…

11 2d ago B 91 tokens original MIT