principle-make-operations-idempotent
principle-make-operations-idempotent
Apply when designing commands, lifecycle steps, or processing loops that run amid crashes, restarts, and retries. Conve…
Coding Grok Build ▲ 0 👁 6
principle-migrate-callers-then-delete-legacy-apis
principle-migrate-callers-then-delete-legacy-apis
Apply when introducing a new internal API while old callers still exist. Migrate callers and delete the old API in the…
Coding Grok Build ▲ 0 👁 7
principle-minimize-reader-load
principle-minimize-reader-load
Apply when reviewing or shaping code that's hard to trace. Count layers between question and answer, and hidden state i…
Coding Grok Build ▲ 0 👁 6
principle-model-the-domain
principle-model-the-domain
Apply when writing stateful logic, or when code branches a lot or repeats a shape assumption across files. Encode the d…
Coding Grok Build ▲ 0 👁 6
principle-never-block-on-the-human
principle-never-block-on-the-human
Apply when tempted to ask 'should I do X?' on reversible work. Proceed, present the result, let the human course-correc…
Coding Grok Build ▲ 0 👁 6
principle-outcome-oriented-execution
principle-outcome-oriented-execution
Apply during planned rewrites and migrations with explicit phase boundaries. Converge on the target architecture; don't…
Coding Grok Build ▲ 0 👁 9
upgrade-stripe
upgrade-stripe
Guide for upgrading Stripe API versions and SDKs
Coding Grok Build ▲ 0 👁 8
principle-redesign-from-first-principles
principle-redesign-from-first-principles
Apply when integrating a new requirement into an existing design. Redesign as if the requirement had been a foundationa…
Coding Grok Build ▲ 0 👁 7
principle-separate-before-serializing-shared-state
principle-separate-before-serializing-shared-state
Apply when concurrent actors might write to the same file, branch, key, or state object. Eliminate the sharing first; s…
Coding Grok Build ▲ 0 👁 7
principle-sequence-verifiable-units
principle-sequence-verifiable-units
Apply to multi-step work (sweeps, migrations, runs of similar edits) and to how you stack commits and PRs. Break work i…
Coding Grok Build ▲ 0 👁 8
principle-subtract-before-you-add
principle-subtract-before-you-add
Apply when sequencing an addition, refactor, or rewrite. Remove dead weight, redundant validators, and stub references…
Coding Grok Build ▲ 0 👁 9
principle-type-system-discipline
principle-type-system-discipline
Apply when designing types, reviewing a function signature, or writing code in any statically-typed language. Make ille…
Coding Grok Build ▲ 0 👁 8
recall
recall
Reconstruct your recent working context from your own chat history, live state, and the shared record (user reports, pr…
Coding Grok Build ▲ 0 👁 6
reflect
reflect
Spawn three parallel review subagents over the active transcript, surface learnings, and route each to a concrete edit…
Coding Grok Build ▲ 0 👁 8
stripe-projects
stripe-projects
Use when the user wants to provision infrastructure or third-party services using Stripe Projects. Triggers: "I need a…
Coding Grok Build ▲ 0 👁 6
show-me-your-work
show-me-your-work
Keep a reviewable decision trail for long-running or unattended work: a TSV log with one row per decision (what, why, e…
Coding Grok Build ▲ 0 👁 9
swarm
swarm
Fan out N parallel workers, drain them, and return one report. Use for /swarm, 'swarm this', or parallel coverage, race…
Coding Grok Build ▲ 0 👁 8
tdd
tdd
Use only when the user explicitly asks for TDD, a failing test, or a regression test, OR when the bug has an obvious ch…
Coding Grok Build ▲ 0 👁 8
teach
teach
Explain a body of work plainly so a person actually understands it. Runs the `how` and `why` skills and weaves what the…
Coding Grok Build ▲ 0 👁 8
technical-writing
technical-writing
Layered technical-writing standard: Diátaxis structure, Google developer style sentences, STE instruction rules, Global…
Coding Grok Build ▲ 0 👁 6
typescript-best-practices
typescript-best-practices
TypeScript best practices. Use when reading or editing any .ts or .tsx file.
Coding Grok Build ▲ 0 👁 8
unslop
unslop
Cut AI tells from any writing. Must always apply.
Coding Grok Build ▲ 0 👁 8
stripe-docs
stripe-docs
Use when the user or agent needs to read, search, or look up Stripe documentation or API reference. Prefer this over cu…
Coding Grok Build ▲ 0 👁 8
PreToolUse · hooks
PreToolUse · hooks
Bash
Coding Grok Build ▲ 0 👁 3