Stop
25Hook
Runs when the agent finishes a response, executing entire-wrapper.sh. From pskoett/pskoett-ai-skills.
Hook
Runs when the agent finishes a response, executing entire-wrapper.sh. From 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…
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…
Skill Claude CodeCodex
Skill "eval-creator-ci" from pskoett/pskoett-ai-skills, covering eval creator ci, install, purpose, context limitation (important) and prerequisites.
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.
Skill Claude CodeCodex
Skill "learning-aggregator-ci" from pskoett/pskoett-ai-skills, covering learning aggregator ci, install, purpose, context limitation (important) and prerequisites.
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.
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.
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…
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…
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…
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…
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…
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…
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.
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…
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.
pskoett/measuring-ai-proficiency
Skill Claude CodeCodex
Create natural language GitHub Actions workflows using the agentic workflows pattern from GitHub Next.
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…
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.
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.
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.
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.
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…