Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →

pskoett/pskoett-ai-skills

22 skills5.1k installs6k starsGitHub

Install

npx skills add https://github.com/pskoett/pskoett-ai-skills

Skills in this repo

1Self Improvementself-improvement is an agent skill from pskoett/pskoett-ai-skills that 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 capabilit. # Self-Improvement Skill ## Install ```bash gh skill install pskoett/pskoett-skills self-improvement ``` For CI-only execution, use: ```bash gh skill install pskoett/pskoett-skills self-improvement-ci ``` Fallback using the Agent Skills CLI: ```bash npx skills add pskoett/pskoett-skills/skills/self-improvement npx skills add pskoett/pskoett-s Developers invoke self-improvement during build/integrations work for ai & agent building tasks. The skill documents triggers, prerequisites, and step-by-step workflows grounded in SKILL.md. Compatible with Claude Code, Cursor, and Codex agent runtimes that load marketplace skills. Review the Security Audits panel on this listing before installing in production environments.1.6kinstalls2Self Improvement Ciself-improvement-ci is a pskoett/pskoett-ai-skills agent skill that runs self-improvement inside CI using GitHub Agentic Workflows (gh-aw) without interactive prompts. It inspects pull request check results, captures recurring failure patterns and quality signals, emits structured learning candidates, and proposes durable prevention rules for future agent runs. Install via `gh skill install pskoett/pskoett-skills self-improvement-ci` or `npx skills add pskoett/pskoett-skills/skills/self-improvement-ci`. Developers reach for self-improvement-ci when CI repeatedly surfaces the same lint, test, or review failures and they want automated learning capture instead of manual postmortems.499installs3Agent Teams Simplify And Hardenagent-teams-simplify-and-harden is a pskoett/pskoett-ai-skills workflow that replaces execution, review, and learning stages with a team-based implement-audit loop. Phase one spawns parallel general-purpose implementation agents; phase two launches Explore-type simplify, harden, and spec auditors that hunt complexity, security gaps, and spec deviations. The loop exits on a clean audit, a low-only findings round fixed inline, or after 3 audit rounds when critical and high issues are resolved. Budget guidance caps fix-round diff growth at 30% above the original implementation. The skill targets tasks touching 5+ files and requires Claude Code team tools such as TeamCreate and TaskCreate, with a fallback to direct subagent orchestration. Developers reach for agent-teams-simplify-and-harden when implementing features from a plan, hardening a batch of review findings, or any multi-file change that needs compile-clean, test-green, auditor-clean code before merge.494installs4Simplify And Hardensimplify-and-harden is a pskoett/pskoett-ai-skills agent skill for bounded post-completion self-review on non-trivial code changes. After a general agent session finishes implementation, the skill runs simplify passes to remove unnecessary complexity, harden passes for security and robustness gaps, and micro-documentation updates for unclear interfaces. Install via gh skill install pskoett/pskoett-skills simplify-and-harden; a separate simplify-and-harden-ci variant exists for pipeline execution. Developers reach for simplify-and-harden when they want a final quality sweep before marking work complete, catching over-engineering and missing guards that feature work often skips.476installs5Plan Interviewplan-interview is a planning skill from pskoett/pskoett-ai-skills invoked via /plan-interview before implementing new features, refactors, or other non-trivial work. It conducts an upfront interview covering technical constraints, scope boundaries, risk tolerance, and success criteria before the agent explores the codebase. The skill excludes pure research tasks, simple bug fixes, and standard planning without the interview format. Developers reach for plan-interview when misalignment between human intent and agent execution would be costly on medium-to-large changes.453installs6Intent Framed Agentintent-framed-agent is a pskoett/pskoett-ai-skills agent skill that turns implicit coding goals into an explicit, trackable artifact when implementation begins. At session start it records outcome, approach, constraints, and success criteria in a lightweight intent contract, then watches for scope drift at natural boundaries such as touching new files or starting new logical units. When drift is detected, the skill emits an Intent Check asking whether to pivot or return to the original frame, and closes with a short resolution record. Install via npx skills add pskoett/pskoett-ai-skills --skill intent-framed-agent. The SKILL.md spans roughly 161 lines and slots into a workflow after optional plan-interview, concurrent with context-surfing, and before simplify-and-harden and self-improvement. Developers reach for intent-framed-agent on non-trivial refactors, feature builds, and bug fixes where agents wander beyond stated goals.408installs7Simplify And Harden Cisimplify-and-harden-ci is a pskoett agent skill for reviewing continuous integration pipelines that have grown noisy, slow, or fragile as teams approach release scale. The skill guides agents through auditing workflow definitions to eliminate duplicate jobs, consolidate overlapping steps, tighten required checks before merge, and add reliability safeguards such as retry policies, artifact caching discipline, and failure diagnostics. Developers reach for simplify-and-harden-ci when CI runtimes balloon, flaky jobs block merges, or pre-release workflows lack clear quality gates. The skill fits GitHub Actions, GitLab CI, and similar YAML-driven pipelines where small structural changes yield large stability gains. Use it during pre-release hardening sprints or after CI pain spikes rather than during initial pipeline bootstrapping.365installs8Context Surfingcontext-surfing from pskoett-ai-skills teaches agents to move through code and chat history deliberately, pulling only high-signal context. It improves accuracy on large projects by prioritizing relevant modules, prior decisions, and dependencies instead of flooding the model with low-value files during implementation tasks.235installs9Skill Pipelineskill-pipeline is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.84installs10Skill Creatorskill-creator is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.73installs11Mcp Buildermcp-builder is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.68installs12Learning Aggregatorlearning-aggregator is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.42installs13Pre Flight Checkpre-flight-check is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.39installs14Verify Gateverify-gate is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.37installs15Eval Creatoreval-creator is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.34installs16Self Healingself-healing is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.30installs17Skill Tester Ciskill-tester-ci is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted development.29installs18Eval Creator Cieval-creator-ci is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.28installs19Learning Aggregator Cilearning-aggregator-ci is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.28installs20Skill Testerskill-tester is a Claude Code skill for testing & qa. It helps solo builders move faster with AI-assisted development.28installs21Self Healing Ciself-healing-ci is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.19installs22Control Session Orchestratorcontrol-session-orchestrator is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.18installs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

pskoett/pskoett-ai-skills · 22 skills · Skillselion