By dornstein
AI development skills for GitHub Copilot — reusable methodologies for AI-native development.
Root-cause a mistake and implement systemic repairs to prevent recurrence. Analyzes what went wrong, surveys all customization layers (instructions, skills, agents, memory, docs) for the gap that allowed it, recommends specific fixes, and implements them on approval. USE FOR: root cause, postmortem, why did that happen, prevent this mistake, continuous improvement, never again, what went wrong, fix the process. DO NOT USE FOR: fixing the immediate bug itself (do that first, then invoke this skill), code review, or drift audits.
Sweep the current chat session for escalations before archiving. Identifies incomplete work, deferred decisions, open questions, and untracked findings. USE FOR: sweep session, loose ends, before archive, what did I miss, session recap, session review, wrap up. DO NOT USE FOR: implementing the escalations (just reporting them), plan authoring, or code review.
AI development skills for GitHub Copilot, Claude Code, and other skills-compatible agents.
Reusable methodologies that make your AI coding assistant smarter — packaged as Agent Skills.
Wingman is a collection of AI development skills — structured, tested methodologies that teach your AI assistant how to perform complex tasks reliably. Instead of repeating the same instructions every session, install Wingman once and your agent learns the process permanently.
Skills are built on the open Agent Skills standard, so they work across:
| Skill | What it does |
|---|---|
/sweep | Scans your chat session for incomplete work, deferred decisions, open questions, discovered issues, and untracked ideas — then produces a structured triage report so nothing falls through the cracks when you close a session. |
/never-again | Root-causes a mistake and implements systemic repairs to prevent recurrence. Surveys your project's customization layers (instructions, skills, agents, memory, docs, lint) for the gap that allowed the error, recommends specific fixes, and implements them on approval. |
Ctrl+Shift+P)https://github.com/dornstein/wingmanSkills appear as / slash commands in chat. Type /sweep to invoke.
/plugin marketplace add dornstein/wingman
/plugin install wingman@wingman
Clone the repo and copy the skills/ directory to your agent's skills location:
git clone https://github.com/dornstein/wingman.git
# VS Code / Copilot
cp -r wingman/skills/* ~/.copilot/skills/
# Claude Code
cp -r wingman/skills/* ~/.claude/skills/
Each skill is a folder with a SKILL.md file containing structured instructions. When you invoke a skill (e.g., /sweep), your agent loads the instructions and follows the defined process step by step.
Skills use progressive disclosure — metadata loads at startup (~100 tokens), full instructions load on demand (~2K tokens), and supporting resources load only when needed. You can install many skills without consuming context.
/sweep) cross-check against the actual codebase before presenting results. No stale escalations.Add a skill:
skills/your-skill/SKILL.md with the required frontmatter (name, description)Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub dornstein/wingman --plugin wingmanCurate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Skills for creating new agent skills for Claude Code and VS Code Copilot
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
AI agent skill pipeline: plan-interview, intent-framed-agent, context-surfing, simplify-and-harden, self-improvement, and agent-teams-simplify-and-harden. Prevents scope drift, context degradation, rough code, and repeated mistakes.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.