Add prototype skill and related documentation for interactive design exploration

This commit is contained in:
Matt Pocock 2026-05-06 09:26:48 +01:00
parent e736396b35
commit ff3ee1dda5
13 changed files with 497 additions and 1 deletions

View file

@ -4,9 +4,10 @@ Skills are organized into bucket folders under `skills/`:
- `productivity/` — daily non-code workflow tools
- `misc/` — kept around but rarely used
- `personal/` — tied to my own setup, not promoted
- `in-progress/` — drafts not yet ready to ship
- `deprecated/` — no longer used
Every skill in `engineering/`, `productivity/`, or `misc/` must have a reference in the top-level `README.md` and an entry in `.claude-plugin/plugin.json`. Skills in `personal/` and `deprecated/` must not appear in either.
Every skill in `engineering/`, `productivity/`, or `misc/` must have a reference in the top-level `README.md` and an entry in `.claude-plugin/plugin.json`. Skills in `personal/`, `in-progress/`, and `deprecated/` must not appear in either.
Each skill entry in the top-level `README.md` must link the skill name to its `SKILL.md`.