escoffier-labs

57 mods across 3 repositories, 77 stars between them.

fleet-conductor

25

escoffier-labs/skillet

Skill Claude CodeCodex

Use when conducting a large backlog or multi-repository campaign across several worker lanes, especially when work needs bounded ownership, held dependencies, collision control, draft pull request gates, and evidence-based landing. Triggers on "conduct the fleet", "burn down the backlog", "run a multi-repo campaign"…

4 8d ago A 73 tokens original MIT

garnish

26

escoffier-labs/skillet

Skill Claude CodeCodex

Use when auditing or fixing discoverability metadata for a website before publication, including titles, descriptions, canonical URLs, robots policy, Open Graph, structured data, and sitemaps. Not for content strategy or keyword research.

4 8d ago A 48 tokens original MIT

graphtrail

27

escoffier-labs/skillet

Skill Claude CodeCodex

Use when answering structural code questions in an indexed repo - who calls this, what does this call, what breaks if I change it, what changed between two versions. Reach for it BEFORE grep whenever the question is about relationships between symbols rather than text. Triggers include "who calls", "what uses", "blast…

4 8d ago A 91 tokens original MIT

grill

28

escoffier-labs/skillet

Skill Claude CodeCodex

Use when a technical writeup, blog post, war story, or "Show HN" is about to go to Hacker News, Lobsters, or any skeptical technical audience, or when the user says "grill this", "make it HN-ready", "harden this post", "is this ready to post", "will this survive the comments". Hardens facts, sourcing, voice, and…

4 8d ago A 110 tokens original MIT

latent-premises

29

escoffier-labs/skillet

Skill Claude CodeCodex

Use when reviewing a diff or module for hidden assumptions - things the code takes for granted that nothing guarantees - or when asked "what could break this later", "what does this assume", or to harden code that works today. Complements bug-hunt: bug-hunt finds defects with triggers today; this finds the ones…

4 8d ago A 84 tokens original MIT

line-check

30

escoffier-labs/skillet

Skill Claude CodeCodex

Use when asked to audit a repository, assess project health, find the highest-value improvements a repo needs, check whether a project is ready for contributors or coding agents, or decide what to work on next in a codebase.

4 8d ago A 48 tokens original MIT

memory-handoff

31

escoffier-labs/skillet

Skill Claude CodeCodex

Use at the end of any session that discovered durable knowledge (architecture decisions, root causes, setup gotchas, workflow changes, security findings, reusable patterns), or when the user says "hand off", "write a handoff", or "save this for the memory system".

4 8d ago A 59 tokens original MIT

mise

32

escoffier-labs/skillet

Skill Claude CodeCodex

Use before any creative or build work - a new feature, component, behavior change, or "let's build X" - to turn an idea into a design the user approved and a written spec, before a line of code. Mise en place for engineering: everything designed and in its place before you cook. Pairs with pressure-test for hardening…

4 8d ago A 79 tokens original MIT

pass

33

escoffier-labs/skillet

Skill Claude CodeCodex

Use before opening a pull request, before running gh pr create, or before pushing follow-up commits to an existing PR. Also use when the user asks "is this PR ready", "should I file this", or wants a change inspected before it goes out for review.

4 8d ago A 56 tokens original MIT

plate

34

escoffier-labs/skillet

Skill Claude CodeCodex

Use before any prose artifact goes public - a blog post, social post, README section, PR or issue body, commit message, release notes - to scrub identity and infrastructure leaks and apply writing conventions. Also use when the user asks to "scrub this", "is this safe to post", or "clean this up before it goes out".…

4 8d ago A 84 tokens original MIT

pressure-test

35

escoffier-labs/skillet

Skill Claude CodeCodex

Use when an idea, plan, design, or scope needs to be stress-tested before anyone builds it, when the user says "pressure test this", "poke holes in this", or wants the fuzzy parts made concrete. Also use in sous mode when the user hands off and says to answer the open questions yourself, figure it out, or that they…

4 8d ago A 78 tokens original MIT

publish-readiness

36

escoffier-labs/skillet

Skill Claude CodeCodex

Use before making a private repository public, before the first push of a new public repo, or when the user asks "is this safe to publish", "check for leaks", or wants a pre-publication scan. Also use after discovering identifying content already leaked into a public repo's history.

4 8d ago A 62 tokens original MIT

recipe

37

escoffier-labs/skillet

Skill Claude CodeCodex

Use when an approved spec or design needs to become an implementation plan, after mise and before any code. Also use when the user says "write the plan", "plan this out", or the work will be executed later, by someone else, or in a fresh session.

4 8d ago A 57 tokens original MIT

reduce

38

escoffier-labs/skillet

Skill Claude CodeCodex

Use when asked to simplify, clean up, tidy, or refactor code for clarity without changing what it does, or when the user says "simplify this", "clean this up", "make it readable", "reduce the complexity", or "tidy this". Behavior-preserving only; not a bug or security audit (use bug-hunt or security-sweep for those).

4 8d ago A 79 tokens copy · 98% MIT

reel-check

39

escoffier-labs/skillet

Skill Claude CodeCodex

Use before a rendered reel, screen-recording, demo video, or GIF goes public (social, YouTube, a landing page) to catch identity and infrastructure leaks burned into the frames. Also use when the user asks "is this reel safe to post", "scrub this video", or before a video-publishing pipeline ships an MP4. For plain…

4 8d ago A 87 tokens original MIT

refire

40

escoffier-labs/skillet

Skill Claude CodeCodex

Use when anything misbehaves - a failing test, a production bug, a build break, flaky or unexpected behavior - before proposing or attempting any fix. Especially under pressure ("CI is blocking everyone", "just get it green") and after a previous fix didn't hold.

4 8d ago A 57 tokens copy · 98% MIT

release-cut

41

escoffier-labs/skillet

Skill Claude CodeCodex

Use when the user asks to cut a release, tag a version, publish a release, or roll up the changelog. Not for routine merges; releases happen on request, not per feature.

4 8d ago A 42 tokens original MIT

research-brief

42

escoffier-labs/skillet

Skill Claude CodeCodex

Use when the user asks for researched, sourced, evidence-backed, or current findings, especially for a recommendation or factual brief. Do not use for a single-page summary, ordinary codebase inspection, review of an existing technical post, or decision pressure-testing when the request already supplies all evidence.

4 8d ago A 62 tokens original MIT

retry-safety

43

escoffier-labs/skillet

Skill Claude CodeCodex

Use when a diff carries side effects - database writes, migrations, file mutations, network calls, payments, queue messages - to check whether running it twice is safe. Also when reviewing retry logic, crash recovery, or anything a scheduler, queue, or impatient caller might re-run. Silent when the diff touches no…

4 8d ago A 82 tokens copy · 91% MIT

review

44

escoffier-labs/skillet

Skill Claude CodeCodex

Use when you want an independent review pass before merging or between plan tasks - dispatch a fresh reviewer with crafted context (not your session history) to catch what you cannot see in your own work. The second set of eyes that pass asks for and that hands off to sendback. Triggers on "get this reviewed"…

4 8d ago A 85 tokens original MIT

security-sweep

45

escoffier-labs/skillet

Skill Claude CodeCodex

Use when asked to security-audit a repository, find vulnerabilities and prescribe fixes, check for leaked secrets, review dependencies for known CVEs, or harden a project before exposure. Read-only audit. Applying the fixes belongs to expedite.

4 8d ago A 51 tokens original MIT

sendback

46

escoffier-labs/skillet

Skill Claude CodeCodex

Use when code review feedback arrives - from a human reviewer, a bot, or a review agent - before implementing any of it. Especially when the feedback is partly unclear, technically questionable, or comes wrapped in authority ("senior reviewer says").

4 8d ago A 51 tokens original MIT

skillify

47

escoffier-labs/skillet

Skill Claude CodeCodex

Use when the user wants to turn a script, repeated workflow, runbook, or hard-won procedure into a reusable agent skill, or asks "make this a skill", "extract this into a skill", or "I keep doing this manually".

4 8d ago B 53 tokens original MIT

special

48

escoffier-labs/skillet

Skill Claude CodeCodex

Use when asked what to build next, what features a repo is missing, where the opportunities are, or to suggest a direction or roadmap grounded in the code. Triggers on "what should we build next", "what's missing", "suggest features", "what's the next thing". Proposes opportunities, not fixes; for finding problems use…

4 8d ago A 83 tokens original MIT