mirror of
https://github.com/mattpocock/skills.git
synced 2026-09-12 10:28:06 +07:00
Delete the four skills in deprecated/ — design-an-interface, qa, request-refactor-plan, ubiquitous-language — each already absorbed by a promoted skill. The bucket itself stays, now empty: a retired skill is deleted, and the changeset that removes it names its replacement. Delete edit-article and obsidian-vault along with the personal/ bucket. obsidian-vault hardcoded a path to Matt's own vault and was model-invocable, so any skills.sh user could have had it fire on them. None of the six was in the plugin, but skills.sh serves every SKILL.md in the repo, so all six were installable — hence the changeset. Reframe in-progress/ from scratchpad to beta channel: public on purpose, feedback wanted, not in the plugin, and installable one skill at a time through skills.sh. Nothing there is deleted or graduated. Drop qa from the two live docs that cited it as an issue-tracker skill. ADR 0002 is left untouched — it records reasoning that was true when decided. Resolves mattpocock/personal-wiki#256 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1.3 KiB
1.3 KiB
mattpocock-skills
| mattpocock-skills |
|---|
| patch |
Remove six skills from the repo. None of them was in the Claude Code plugin, but all six were installable through skills.sh, which serves every skill in the repo — so this is what leaves that listing, and where each one went.
Four retired skills, each already absorbed by a skill that does the job better:
ubiquitous-language→/domain-modeling, which builds and maintains the whole domain model rather than dumping a glossary from one conversation.design-an-interface→/codebase-design. Nothing is lost: the "design it twice" technique — parallel sub-agents generating radically different designs, from Ousterhout — ships inside that skill asDESIGN-IT-TWICE.md.qa→/triageand/to-tickets.request-refactor-plan→/to-specand/improve-codebase-architecture.
And two that were only ever mine — tied to my own machine and never meant for anyone else. The personal/ bucket goes with them:
edit-articleobsidian-vault, which hardcoded a path to my own Obsidian vault.
skills/deprecated/ stays as a bucket, now empty. skills/in-progress/ is unchanged and is now described for what it actually is: a beta channel, published on purpose, installable one skill at a time through skills.sh.