ericlitman

60 mods across 1 repository, 155 stars between them.

figure-it-out

25

ericlitman/open-pstack

Skill Claude CodeCodex

Design an auditable playbook when no narrower one fits: a large migration, an ambitious multi-part change, or work a human reviews after stepping away. Scales rigor to the task, runs a hypothesis loop, and logs decisions via show-me-your-work. Use for /figure-it-out, 'figure it out', a large migration, or when no…

155 6d ago A 80 tokens copy · 97% MIT

fix-ci

26

ericlitman/open-pstack

Skill Claude CodeCodex

Find failing PR checks, inspect logs or external check links, and apply focused fixes.

155 6d ago A 19 tokens original MIT

fix-merge-conflicts

27

ericlitman/open-pstack

Skill Claude CodeCodex

Resolve merge conflicts non-interactively, validate build and tests, and finalize conflict resolution.

155 6d ago A 22 tokens original MIT

get-pr-comments

28

ericlitman/open-pstack

Skill Claude CodeCodex

Fetch and summarize review comments from the active pull request.

155 6d ago A 14 tokens copy · 100% MIT

how

29

ericlitman/open-pstack

Skill Claude CodeCodex

Use for "how does X work", code walkthroughs before changing something, and placement / ownership / layering questions ("where should this live", "which package owns this", "is this the right layer"). Explains subsystem architecture, runtime flow, onboarding mental models. Can critique architecture. Use why for…

155 6d ago A 64 tokens original MIT

interrogate

30

ericlitman/open-pstack

Skill Claude CodeCodex

Use for "interrogate", "adversarial review", "multi-model review", "challenge this", "stress test this code", "find blind spots", or "tear this apart". Multiple LLM reviewers challenge changes from independent angles.

155 6d ago A 51 tokens original MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Periodic pass that keeps a project's verification skill and feature map honest: parallel source readers per feature, one live session driving every feature, at most one PR of proven corrections. Use for /maintain-verification-skill or "audit the verify skill".

155 6d ago A 57 tokens copy · 94% MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Prepare PRs for review by cleaning noisy history, improving PR descriptions, and adding reviewer guidance without changing code behavior. Use for "make this easy to review", "tidy this PR", "clean up commits", or "annotate the diff".

155 6d ago A 57 tokens original MIT

no-comments

33

ericlitman/open-pstack

Skill Claude CodeCodex

Spawn the comment-sicko subagent, fix accepted findings, and offer encodings for claimed constraints.

155 6d ago A 24 tokens original MIT

poteto-mode

34

ericlitman/open-pstack

Skill Claude CodeCodex

These skills share one tree across Claude Code and Codex. Read references/provider-dispatch.md whenever a configured role launches. It defines the provider-qualified model descriptors, native/external route table, launcher, isolation, receipts, and dropout policy. Children never choose routes. When a skill names a…

155 6d ago A 49 tokens copy · 86% MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Apply when wiring validation, error handling, or framework adapters. Concentrate guards at system boundaries (CLI, config, network, external APIs); trust internal types and keep business logic in pure functions.

155 6d ago A 46 tokens copy · 98% MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Apply to any non-trivial work, not just bulk work: edits, migrations, analyses, checks. Build the tool that does it or proves it (codemod, script, generator, or a skill your subagents follow) instead of working by hand. The tool is the artifact a reviewer can rerun.

155 6d ago A 71 tokens copy · 92% MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Apply when you catch yourself writing the same instruction a second time, or notice a recurring correction. Encode the rule as a lint, metadata flag, runtime check, or script instead of more text.

155 6d ago A 49 tokens copy · 95% MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Apply when facing a novel UI interaction or architectural decision with no precedent in the codebase. Build 2-3 competing prototypes and compare side by side before committing.

155 6d ago A 41 tokens copy · 97% MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Apply when product, UX, or feature-scope tradeoffs come up. Choose user delight over implementation convenience; ship fewer polished features over more rough ones.

155 6d ago A 37 tokens copy · 88% MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Apply when debugging. Trace each symptom to its root cause and fix it there; reproduce first, ask why until you reach it, resist nil-check guards that silence crashes.

155 6d ago A 42 tokens copy · 95% MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Apply before writing logic: choosing core types and data structures, sequencing scaffold-vs-feature work, asking what concurrent actors share. Get the data structures right so downstream code becomes obvious.

155 6d ago A 42 tokens copy · 95% MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Apply when context is filling up: large outputs, long files, repeated reads, fan-out planning. Route bulk to subagents; keep summaries in the main thread, not raw payloads.

155 6d ago A 46 tokens copy · 95% MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Apply when refactoring, evaluating diff size, or tempted to add abstractions, layers, or signal threading. Bias toward deletion and the smallest change that solves the problem.

155 6d ago A 42 tokens copy · 97% MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Apply when designing commands, lifecycle steps, or processing loops that run amid crashes, restarts, and retries. Converge to the same end state regardless of partial prior runs.

155 6d ago A 46 tokens copy · 89% MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Apply when reviewing or shaping code that's hard to trace. Count layers between question and answer, and hidden state in the reader's head; collapse one-caller wrappers and shrink mutable scope.

155 6d ago A 44 tokens copy · 94% MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Apply when writing stateful logic, or when code branches a lot or repeats a shape assumption across files. Encode the domain in a structure instead of scattered conditionals.

155 6d ago A 39 tokens copy · 91% MIT

ericlitman/open-pstack

Skill Claude CodeCodex

Apply when tempted to ask 'should I do X?' on reversible work. Proceed, present the result, let the human course-correct after the fact; reserve confirmation for irreversible actions.

155 6d ago A 46 tokens copy · 95% MIT