pskoettpskoettCommunity·9 Agent Skills Included

pskoett-ai-skills

Self-verifying coding workflows with failure recovery and learning loops

Guides coding work through structured planning, intent tracking, machine verification, and post-completion quality and security reviews. Recovers from mid-task failures by diagnosing, patching, and verifying fixes instead of silently retrying broken commands. Captures recurring mistakes across sessions and promotes them into permanent rules and regression tests, so output quality compounds over time.
npx skills add pskoett/pskoett-ai-skills --all -g -y
Available:

Gives your agent durable working principles for this suite: state assumptions before coding, keep changes minimal and surgical, define verifiable success criteria, and route failures into the self-healing and self-improvement skills.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install pskoett-ai-skills?

Run `npx skills add pskoett/pskoett-ai-skills --all -g -y` in your terminal to install the full skill set globally.

What problem does pskoett-ai-skills solve?

It stops coding agents from shipping unverified work, drifting off-scope, and repeating the same mistakes across sessions. Each skill targets one failure mode, from planning interviews to verified failure recovery.

How does the self-healing skill work?

When a command, test, or build fails mid-task, the agent diagnoses the root cause, applies a minimal patch, re-runs the failing operation to prove the fix, and files a reusable HEAL entry for future sessions.

Does pskoett-ai-skills work with Claude Code, Codex, and Copilot?

Yes. Every skill follows the open Agent Skills specification and ships with plugin manifests for Claude Code, Codex, and GitHub Copilot CLI.

Can I use these skills in CI pipelines?

Yes. Headless CI variants like self-healing-ci and simplify-and-harden-ci run inside GitHub Actions to review pull requests and capture failure patterns without interactive prompts.

Related Repositories in Software Engineering

View All in Software Engineering