pskoett

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

Stop

25

pskoett/pskoett-ai-skills

Hook

Runs when the agent finishes a response, executing entire-wrapper.sh. From pskoett/pskoett-ai-skills.

287 2mo ago A tokens not measured

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

Implementation + audit loop using parallel agent teams with structured simplify, harden, and document passes. Spawns implementation agents to do the work, then audit agents to find complexity, security gaps, and spec deviations, then loops until code compiles cleanly, all tests pass, and auditors find zero issues or…

287 2mo ago A 115 tokens

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

Control-plane workflow for coordinating multi-agent, multi-session project work from a single Codex, GitHub Copilot, or agent-app control session. Use this skill whenever the user asks to orchestrate agents, create or steer worker sessions, run a workflow-like effort, fan out audits/research/migrations, coordinate…

287 2mo ago A 121 tokens

eval-creator-ci

28

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

Skill "eval-creator-ci" from pskoett/pskoett-ai-skills, covering eval creator ci, install, purpose, context limitation (important) and prerequisites.

287 2mo ago A 100 tokens

eval-creator

29

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

Turns promoted learnings into permanent eval cases. Runs regression checks to verify promoted rules hold. This is the outer loop's regress-test step.

287 2mo ago A 67 tokens

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

Skill "learning-aggregator-ci" from pskoett/pskoett-ai-skills, covering learning aggregator ci, install, purpose, context limitation (important) and prerequisites.

287 2mo ago A 88 tokens

learning-aggregator

31

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

Reads accumulated .learnings/ files across all sessions, finds patterns, and produces a ranked list of promotion candidates. This is the outer loop's inspect step.

287 2mo ago A 85 tokens

pre-flight-check

32

pskoett/pskoett-ai-skills

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.

287 2mo ago A 55 tokens

self-healing-ci

33

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

CI-only self-healing workflow using gh-aw (GitHub Agentic Workflows) for active runtime recovery on pull requests and scheduled runs. When a CI check fails (test, build, lint, deploy, scan), this skill diagnoses the failure from CI logs, proposes a verified patch as a PR comment or follow-up commit, and commits a HEAL…

287 2mo ago A 218 tokens

self-healing

34

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

Active runtime recovery for coding agents: when something breaks mid-task, diagnose the root cause, write a fix, VERIFY by re-running the broken thing, then file a HEAL- entry to .learnings/HEALS.md with proof. Use whenever a command, test, build, or lint fails or exits non-zero; on missing tooling…

287 2mo ago A 231 tokens

skill-pipeline

35

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

Pipeline orchestrator that classifies incoming coding tasks and routes them through the correct combination of skills at the right depth. Implements two feedback loops: the inner loop (detect, verify, recover) runs within a session via plan-interview, intent-framed-agent, context-surfing, verify-gate, self-healing…

287 2mo ago A 160 tokens

verify-gate

36

pskoett/pskoett-ai-skills

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…

287 2mo ago A 76 tokens

self-improvement-ci

37

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

CI-only self-improvement workflow using gh-aw (GitHub Agentic Workflows). Captures recurring failure patterns and quality signals from pull request checks, emits structured learning candidates, and proposes durable prevention rules without interactive prompts. Use when: you want automated learning capture in…

287 2mo ago A 63 tokens

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

CI-only Simplify & Harden workflow for pull requests using gh-aw (GitHub Agentic Workflows). Runs headless scan-and-report checks for simplify/harden/document, posts structured findings, and can block merges on critical or advisory classes. Use when: you want automated quality/security review in CI without interactive…

287 2mo ago A 70 tokens

skill-tester-ci

39

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

Validates all CI skills in this repo. Checks Agent Skills spec compliance, gh-aw workflow compilation, permission correctness, and structural conventions. Use when CI skills have been added or modified and you want to verify they compile and conform before committing.

287 2mo ago A 53 tokens

skill-tester

40

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

Validates all interactive skills in this repo against the Agent Skills spec, project conventions, and structural requirements. Runs quickvalidate.py, checks line limits, verifies cross-references, and tests hook scripts. Use when skills have been added or modified and you want to verify everything passes before…

287 2mo ago A 64 tokens

improve-ai-context

41

pskoett/measuring-ai-proficiency

Agent Claude Code

Systematically improve repository AI proficiency using plan-interview (requirements), customize-measurement (configuration), and measure-ai-proficiency (assessment/improvement) skills for context-aware, goal-oriented enhancement.

9 1mo ago A 39 tokens original MIT

context-surfing

43

pskoett/measuring-ai-proficiency

Skill Claude CodeCodex

Monitors context window health throughout a session and rides peak context quality for maximum output fidelity. Activates automatically after plan-interview and intent-framed-agent. Stays active through execution and hands off cleanly to simplify-and-harden and self-improvement when the wave completes naturally or…

9 1mo ago A 144 tokens original MIT

pskoett/measuring-ai-proficiency

Skill Claude CodeCodex

Customize AI proficiency measurement for your specific repository through a guided interview. Use when: setting up measure-ai-proficiency for a new repo, adjusting thresholds for your team's size, hiding irrelevant recommendations, or mapping custom file names to standard patterns.

9 1mo ago A 53 tokens original MIT

eval-creator

45

pskoett/measuring-ai-proficiency

Skill Claude CodeCodex

Turns promoted learnings into permanent eval cases. Runs regression checks to verify promoted rules hold. This is the outer loop's regress-test step.

9 1mo ago A 67 tokens original MIT

intent-framed-agent

46

pskoett/measuring-ai-proficiency

Skill Claude CodeCodex

Frames coding-agent work sessions with explicit intent capture and drift monitoring. Use when a session transitions from planning/Q&A to implementation for coding tasks, refactors, feature builds, bug fixes, or other multi-step execution where scope drift is a risk.

9 1mo ago A 54 tokens original MIT

learning-aggregator

47

pskoett/measuring-ai-proficiency

Skill Claude CodeCodex

Reads accumulated .learnings/ files across all sessions, finds patterns, and produces a ranked list of promotion candidates. This is the outer loop's inspect step.

9 1mo ago A 85 tokens original MIT

pskoett/measuring-ai-proficiency

Skill Claude CodeCodex

Assess and improve repository AI coding proficiency and context engineering maturity. Use when users ask about: (1) AI readiness or AI maturity assessment, (2) context engineering quality or improvement, (3) CLAUDE.md, .cursorrules, or copilot-instructions files, (4) measuring how well a repo is prepared for AI coding…

9 1mo ago A 109 tokens original MIT