pskoett

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

pskoett/self-improving-agent

Skill Claude CodeCodex

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge…

739 26d ago A 104 tokens

context-surfing

02

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…

287 2mo ago A 144 tokens

intent-framed-agent

03

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.

287 2mo ago A 54 tokens

mcp-builder

04

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).

287 2mo ago A 61 tokens

plan-interview

05

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…

287 2mo ago A 109 tokens

self-improvement

06

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…

287 2mo ago A 177 tokens

simplify-and-harden

07

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…

287 2mo ago A 71 tokens

skill-creator

08

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.

287 2mo ago A 46 tokens

pskoett/pskoett-ai-skills

Instructions file CodexOpenCode

AGENTS.md instructions for pskoett/pskoett-ai-skills, covering agent instructions, core principles, 1. think before coding, 2. simplicity first and 3. surgical changes.

287 2mo ago A 1,643 tokens

pskoett/pskoett-ai-skills

Instructions file

Claude Code instructions for pskoett/pskoett-ai-skills, covering agent instructions, core principles, 1. think before coding, 2. simplicity first and 3. surgical changes.

287 2mo ago A 1,643 tokens

pskoett-ai-skills

13

pskoett/pskoett-ai-skills

Plugin Claude Code

Two-loop skill pipeline for Claude Code. Inner loop (plan-interview, intent-framed-agent, context-surfing, verify-gate, self-healing, simplify-and-harden) catches failures in-session — including active runtime recovery via self-healing when a command, test, build, helper, env, or external service fails mid-task. Outer.

287 2mo ago A tokens not measured

UserPromptSubmit

20

pskoett/pskoett-ai-skills

Hook

Runs when you submit a prompt, before the agent sees it, executing entire-wrapper.sh. From pskoett/pskoett-ai-skills.

287 2mo ago A tokens not measured

PostToolUse

21

pskoett/pskoett-ai-skills

Hook

Runs after a tool call finishes for Task and TodoWrite tool calls, executing entire-wrapper.sh (2 commands). From pskoett/pskoett-ai-skills.

287 2mo ago A tokens not measured

PreToolUse

22

pskoett/pskoett-ai-skills

Hook

Runs before the agent uses a tool for Task tool calls, executing entire-wrapper.sh. From pskoett/pskoett-ai-skills.

287 2mo ago A tokens not measured

SessionEnd

24

pskoett/pskoett-ai-skills

Hook

Runs when a session ends, executing entire-wrapper.sh. From pskoett/pskoett-ai-skills.

287 2mo ago A tokens not measured