Skip to content

Instantly share code, notes, and snippets.

View abe238's full-sized avatar

Abe Diaz (@abe238) abe238

View GitHub Profile
@dctanner
dctanner / SKILL.md
Created July 6, 2026 09:47
Code in an Opus session, using Fable subagent to plan and Codex to write code and finally Fable subagent review for every task.
name cook
description Code in an Opus session, using Fable subagent to plan and Codex to write code and finally Fable subagent review for every task.
user-invokable true

Implement all tasks given to you. Use a Fable high subagent to write a plan.md for each task. Require my approval for all plans before beginning implementation. Then write all code by calling out to codex exec for each task using codex --yolo exec -c model="gpt-5.5" -c model_reasoning_effort="high" < plan.md (allow cmd to run for up to 20 minutes), then review code (using a subagent with Fable high) and smoke testing new features (usage a subagent with Opus medium) by running pnpm dev and doing real requests, before committing and pushing, then moving onto next task. Remember that every subagent or codex session is completely independent and must be given the full context it needs to complete its work.

@crtr0
crtr0 / open_sourcing_community.md
Last active August 29, 2015 14:11
Open Sourcing Community links