From skills-development
Clears stale plugin cache and reinstalls from GitHub. Use after merging skill updates or when skills seem outdated.
npx claudepluginhub andercore-labs/claudes-kitchen --plugin skills-developmentThis skill uses the workspace's default tool permissions.
```bash
Implements structured self-debugging workflow for AI agent failures: capture errors, diagnose patterns like loops or context overflow, apply contained recoveries, and generate introspection reports.
Monitors deployed URLs for regressions in HTTP status, console errors, performance metrics, content, network, and APIs after deploys, merges, or upgrades.
Provides React and Next.js patterns for component composition, compound components, state management, data fetching, performance optimization, forms, routing, and accessible UIs.
rm -rf ~/.claude/plugins/marketplaces/claudes-kitchen
git clone git@github.com:andercore/claudes-kitchen.git ~/.claude/plugins/marketplaces/claudes-kitchen
echo "✓ Cache refreshed. Exit and restart Claude Code."
Merged skill PR | stale skills | GitHub updates not reflected | cache lag
Remove cache → Fresh clone → Exit Claude → Restart → Updated skills
claude plugin uninstall recipes@claudes-kitchen
claude plugin install recipes@claudes-kitchen
| Issue | Fix |
|---|---|
| Skills outdated after merge | Run refresh workflow |
| Permission denied | Check SSH keys: ssh -T git@github.com |
| Clone fails | Use HTTPS: git clone https://github.com/andercore/claudes-kitchen.git |
MANDATORY: Run after plugin refresh.
| Phase | Action |
|---|---|
| 1. Execute | Remove cache + clone fresh |
| 2. Validate | Verify clone succeeded, remind restart |
| 3. Report | ✓ Pass → Exit prompt | ✗ Fail → Show error |
| 4. Fix | Clone failed → Try HTTPS or check auth |
| 5. Store Metrics | After ALL validation passes, call mcp__agent-orchestrator__store-skill-metrics |
Validation principle:
Validation = Confirm operation success
NOT re-running commands
Validation method:
Review command outputs (NOT re-execute)
→ Check rm succeeded (no errors)
→ Check git clone succeeded (no errors)
→ Confirm restart reminder shown
Validation checks:
| Check | Evidence Source |
|---|---|
| Cache removed | rm command output shows no errors |
| Fresh clone | git clone output shows "Cloning into..." |
| Restart reminder | Echo output visible |
Output format (with evidence):
VALIDATION REPORT:
✓ Cache removed: [Evidence] rm completed without errors
✓ Fresh clone: [Evidence] git clone output shows success
✓ Restart reminder: [Evidence] Echo message displayed
ALL CHECKS PASS ✓
Exit Claude Code and restart to load updated skills.
Re-validation required after fixes. Repeat until ALL checks pass.