From claude-toolkit
Check for open OpenSpec changes that may have already been implemented and merged into dev.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-toolkit:openspec-staleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check for open OpenSpec changes that may have already been implemented and merged into dev.
Check for open OpenSpec changes that may have already been implemented and merged into dev.
npx openspec listnpx openspec show <change-name> to understand what it intends to do.gh pr list --state closed --search "<keywords> closed:>YYYY-MM-DD" --json number,title,mergedAt,author,headRefName --limit 20 with keywords extracted from the change proposal (key terms like class names, feature descriptions, ticket numbers).gh pr diff <number> to confirm the change's goal was achieved.Present a summary table:
| OpenSpec Change | Status | Evidence |
|---|---|---|
| change-name | Likely done | PR #1234 by @author (merged Mar 20) — description of what it did |
| change-name | Still open | No matching PRs found |
| change-name | Partially done | PR #1234 covers X but not Y |
For changes that appear fully implemented, ask the user which ones to delete (with rm -rf openspec/changes/<name>).
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub kfitzpatrick/claude-toolkit --plugin claude-toolkit