pskoett/pskoett-ai-skills

Skills for AI agents

This repository also configures its own agents. See what pskoett-ai-skills tells them →

294Stars on the repository
31Mods indexed here, across every type
6d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

context-surfing

01

pskoett/pskoett-ai-skills

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…

not rated 294 +2 6d ago A 144 tokens

intent-framed-agent

02

pskoett/pskoett-ai-skills

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.

not rated 294 +2 6d ago A Socket: passSnyk: pass 54 tokens

mcp-builder

03

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

not rated 294 +2 6d ago A 61 tokens

plan-interview

04

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

Ensures alignment between user and Codex 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…

not rated 294 +2 6d ago A Socket: passSnyk: warn 109 tokens

self-improvement

05

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

Captures learnings, errors, corrections, and feature requests to enable continuous improvement. Use when: (1) User corrects Claude ('No, that's wrong...', 'Actually...'), (2) User requests a capability that doesn't exist, (3) Claude realizes its knowledge is outdated or incorrect, (4) A better approach is discovered…

not rated 294 +2 6d ago A Socket: passSnyk: pass 177 tokens

simplify-and-harden

06

pskoett/pskoett-ai-skills

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…

not rated 294 +2 6d ago A Socket: warnSnyk: pass 71 tokens

skill-creator

07

pskoett/pskoett-ai-skills

Skill Claude CodeCodex

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

not rated 294 +2 6d ago A 46 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…

not rated 294 +2 changed 6d ago A 121 tokens

eval-creator-ci

09

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.

not rated 294 +2 changed 6d ago A 100 tokens

eval-creator

10

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.

not rated 294 +2 changed 6d 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.

not rated 294 +2 changed 6d ago A 88 tokens

learning-aggregator

12

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.

not rated 294 +2 changed 6d ago A 85 tokens

pre-flight-check

13

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.

not rated 294 +2 changed 6d ago A 55 tokens

self-healing-ci

14

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…

not rated 294 +2 changed 6d ago A 218 tokens

self-healing

15

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…

not rated 294 +2 changed 6d ago A 231 tokens

skill-pipeline

16

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…

not rated 294 +2 changed 6d ago A 162 tokens

verify-gate

17

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…

not rated 294 +2 changed 6d ago A 76 tokens

self-improvement-ci

18

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…

not rated 294 +2 6d ago A Socket: warnSnyk: pass 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…

not rated 294 +2 6d ago A Socket: warnSnyk: warn 70 tokens

skill-tester-ci

20

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.

not rated 294 +2 6d ago A 53 tokens

skill-tester

21

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…

not rated 294 +2 changed 6d ago A 64 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: