By kfitzpatrick
Personal dev toolkit — prove, retro, grill-me, find-skills, openspec utilities
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Check for open OpenSpec changes that may have already been implemented and merged into dev.
Check the status of all open OpenSpec changes — identify stale ones already merged into dev, and surface open PRs that address them.
Challenge recent assertions — find evidence or explain reasoning for claims made in the conversation.
Personal Claude Code configuration — skills, scripts, statusline, and preferences. Portable across machines and teams.
# Clone
git clone [email protected]:kfitzpatrick/claude-toolkit.git ~/werk/claude-toolkit
# Bootstrap — symlinks scripts, statusline, and merges preferences into ~/.claude/CLAUDE.md
cd ~/werk/claude-toolkit
./install.sh
# Install the plugin (from within a Claude Code session)
/plugin marketplace add kfitzpatrick/claude-toolkit
/plugin)Skills available as /claude-toolkit:<name>:
| Skill | Description |
|---|---|
prove | Challenge recent assertions with evidence |
retro | Retrospective on tool usage and approval friction |
grill-me | Stress-test a plan or design with relentless questions |
find-skills | Discover and install community skills |
openspec-stale | Find OpenSpec changes already merged into dev |
openspec-status | Dashboard of all open OpenSpec changes |
./install.sh)| Asset | Description |
|---|---|
scripts/gh-api-read.sh | Read-only gh api wrapper (auto-allowed in permissions) |
scripts/my-prs.sh | Morning PR dashboard with review & CI status |
scripts/git-read.sh | Read-only git info for PR workflows |
statusline-command.sh | Custom status line with git branch, model, and context usage |
CLAUDE.md | Personal workflow preferences (merged into ~/.claude/CLAUDE.md) |
my-prs.sh # mobilizeio org, last 4 weeks
my-prs.sh 2 # mobilizeio org, last 2 weeks
my-prs.sh --org acme-corp # different org, last 4 weeks
my-prs.sh --org acme-corp 2 # different org, last 2 weeks
cd ~/werk/claude-toolkit
git pull
./install.sh # re-runs idempotently, updates CLAUDE.md managed section
./install.sh --uninstall # removes symlinks and managed CLAUDE.md section
To also remove the plugin, from within a Claude Code session:
/plugin uninstall claude-toolkit
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 kfitzpatrick/claude-toolkit --plugin claude-toolkitCore skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.
Takazudo's personal Claude Code resources: skills, commands, agents, hooks, and scripts.
General purpose Claude Code toolkit with research agents, skills, and introspection commands
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Non-technical progress summaries for Claude Code work (hides diffs/log noise).
Meta-cognitive tools for Claude Code self-improvement. Learn from feedback, optimize configuration, and evolve your AI development workflow.