Opinionated, curated Claude Code skills — vendored from upstream sources (mattpocock-skills, superpowers, etc.) and drifted toward a personal style.
- dev — general development tooling
manage-claude-md— create, review, and improveCLAUDE.mdfilesinstall-claude-sidecar— install the Claude sidecar viewertdd— test-driven development with a red-green-refactor loopsystematic-debugging— finding root cause before applying a fix
- meta — skills for maintaining this marketplace itself
import-skill— vendor a new skill from a GitHub upstreamrefresh-vendored— reconcile vendored skills against upstream changesmerge-skill— shared core that reconciles two skill versions into one (used by the above)
- productivity — process and workflow skills
grill-me— stress-test a plan or design by interrogationwrite-a-skill— author new skills with proper structure and progressive disclosurehandoff— compact the current conversation into a handoff doc for the next sessioncapture-decision— end-of-session capture into a decision archive via multi-agent review looprecall-decision— mid-session lookup against a decision archive via a sub-agent digest
- in-progress — skills being actively authored or rewritten (empty for now)
- deprecated — skills phased out, kept installable during transitions (empty for now)
- Run
claudeinside any repo /plugin marketplace add mithredate/skills/plugin install <plugin-name>@skills
Most skills here are forks of upstream open-source work. Lifecycle:
- Add a new vendored skill — invoke
/import-skill. Interactive: gathers upstream coords, clones, copies files into a target plugin, writes the canonical attribution footer with the fork-commit SHA, and updatesmarketplace.jsonandNOTICES.md. - Refresh existing vendored skills — invoke
/refresh-vendored. Surfaces upstream changes since the fork commit, lets you adopt or skip each change, and adjusts the attribution verb if local drift has shifted bands (Adapted from→Inspired by→Originally seeded from).
Each vendored SKILL.md carries a one-line footer at the bottom with the source URL (including the fork-commit SHA) and license. The repo-level summary lives in NOTICES.md. Canonical footer format: meta/skills/import-skill/references/footer-format.md.