The 2026-07-02 skill review found the repo bundling skills that don't belong to it: d2-diagram and frame0-wireframe are repo-agnostic and carried settled-reach game content verbatim (agent personas, palette, templates) presented as clide conventions; skill-create was a byte-identical copy of a generic skill; clean-house was double-installed (the pql-managed user-scope copy is canonical); the generic commit skill collided with git-commit on its trigger word while contradicting three repo safety rules; penpot-login was fully broken and published personal infrastructure in a public repo. d2-diagram, frame0-wireframe, and skill-create now live de-contaminated at user scope (~/.claude/skills/). The commit/penpot-login/clean-house/ skill-create deletions landed with the previous commit (pre-staged by git rm); this one removes the centralized pair and rewrites the README index to the five clide-specific skills that remain. Co-Authored-By: Claude <noreply@anthropic.com>
1.6 KiB
Clide Claude-Code skills
Skills are reusable instruction packs Claude Code loads on demand. Each one
lives in its own directory with a SKILL.md (frontmatter + body) and any
helper scripts. This index is for humans skimming what's available; Claude
discovers skills automatically from the directory structure.
Only clide-specific skills live in this repo. Repo-agnostic skills
(d2-diagram, frame0-wireframe, skill-create) live at user scope
(~/.claude/skills/), as do the pql-distributed ones (pql, clean-house,
installed via pql init).
| Skill | Purpose |
|---|---|
clide |
Observe/drive the live clide UI through the clide CLI; discover the surface with clide capabilities. |
git-commit |
Commit conventions for this repo — message style, CHANGELOG discipline (60-word cap), attribution trailer, safety rules. |
testmode |
Run and interpret the ClideTestApp platform integration harness; smoke-test after toolchain / IPC / PTY / theme / native changes. |
ui-design |
Visual design guide — surface tokens, control geometry, Phosphor icons (byName + generated glyph table). |
whats-next |
Dependency-driven batch selection against the pql backlog. Walks the initiative/epic tree, filters unblocked work, refines, optionally activates. |
Adding a skill
Use the skill-create skill (user scope; or follow its SKILL.md by hand).
Clide-specific skills go here; repo-agnostic ones go to ~/.claude/skills/.
Add a row to the table above so the inventory stays accurate; the index is
otherwise just a directory listing.