pskoett

59 mods across 3 repositories, 1.0k stars between them.

plan-interview

49

pskoett/measuring-ai-proficiency

Skill Claude CodeCodex

Ensures alignment between user and Claude during feature/spec planning through a structured interview process. Use this skill when the user invokes /plan-interview before implementing a new feature, refactoring, or any non-trivial implementation task. The skill runs an upfront interview to gather requirements across…

9 1mo ago A 108 tokens original MIT

pre-flight-check

50

pskoett/measuring-ai-proficiency

Skill Claude CodeCodex

Surfaces relevant accumulated knowledge at the start of a session. This is the bridge that connects the outer loop back into the inner loop — it makes prior learnings visible before the agent starts work.

9 1mo ago A 55 tokens original MIT

simplify-and-harden

51

pskoett/measuring-ai-proficiency

Skill Claude CodeCodex

Post-completion self-review for coding agents that runs simplify, harden, and micro-documentation passes on non-trivial code changes. Use when: a coding task is complete in a general agent session and you want a bounded quality and security sweep before signaling done. For CI pipeline execution, use…

9 1mo ago A 71 tokens original MIT

use-agent-factory

52

pskoett/measuring-ai-proficiency

Skill Claude CodeCodex

How to drive the 14-workflow agent factory in this repo from a Claude session. Covers: when to use the factory vs. direct edits, how to start the chain, where the human gates are, how to pick an implementer, how to recover from stuck PRs, and all the failure modes learned to date. Use this skill when the user asks you…

9 1mo ago A 170 tokens original MIT

verify-gate

53

pskoett/measuring-ai-proficiency

Skill Claude CodeCodex

Runs project compile, test, and lint commands between implementation and quality review. Gates simplify-and-harden behind machine verification. If checks fail, routes back to implementation with diagnostics for a fix loop. If checks pass, signals ready for the quality pass. Use after any implementation work completes…

9 1mo ago A 76 tokens original MIT