The /Handoff Skill
Matt Pocock's /handoff skill for coding agents compacts a conversation into a markdown file written to the OS temporary directory, enabling portability across harnesses, directories, or colleagues. Th…
Matt Pocock's /handoff skill for coding agents compacts a conversation into a markdown file written to the OS temporary directory, enabling portability across harnesses, directories, or colleagues. Th…
Matt Pocock released the /wait-what skill for coding agents, a three-line prompt that re-pitches a confusing message in plain English using the project's CONTEXT.md vocabulary. The skill, installable …
Claude Code's system prompt includes unnecessary tool definitions and instructions that inflate token usage on every request. Users can reduce payload size by disabling bundled skills, removing indivi…
Matt Pocock's /writing-for-agents skill, renamed from /writing-great-skills in v1.1, provides a reference for writing agent-facing documents such as skills, AGENTS.md, CLAUDE.md, specs, and READMEs, e…
Matt Pocock released a new AI skill called /triage that automates issue triage on project trackers by categorizing issues, verifying claims, and moving them through a state machine. The skill requires…
Matt Pocock's /resolving-merge-conflicts skill, available via npx skills@latest add mattpocock/skills, resolves git merge or rebase conflicts hunk by hunk by tracing each side to its primary source (c…
Developer Matt Pocock released a public repository of AI agent skills for Claude Code, packaged as markdown files that define repeatable workflows for tasks like spec interrogation and PRD writing. Th…