test / unit + widget + golden + a11y (push) Failing after 31s
test / integration_test (xvfb) (push) Has been skipped
test / bundle smoke (xvfb 5s) (push) Has been skipped
test / daemon subprocess + web WASM smoke (push) Has been skipped
test / dart doc (lib API) (push) Failing after 1m1s
The test was awaiting services.commands.execute('theme.pick') whose
Future doesn't complete until the dialog is dismissed — deadlock.
Fire-and-forget around pumpAndSettle, then tap Cancel, then await
the original future. Also tear the widget tree down before
services.dispose() so listening widgets unsubscribe first.
Pre-existing layout overflow in the welcome _StatusLine surfaced
when running the test at narrower viewports. Switched to a whole-
row FittedBox(scaleDown) — uniform shrink on narrow screens, no-op
at standard widths.
User flagged the hardcoded 'clide 2.0.0-dev' string. Replaced with
one generated lib/src/build_info.g.dart (gitignored, regenerated
by `make gen-build-info` from pubspec.yaml + git short SHA + UTC
clock). The same target re-syncs assets/licenses.yaml self.version
in place — no second source. Every make build/run/test depends on
it implicitly. Welcome status line now reads `clideVersion`. Stale
fontSize literals in welcome_view swept to typography constants;
clideFontMeta=13, clideFontDialogTitle=16, clideFontWelcomeBanner=52
added to fill gaps in the scale.
Co-Authored-By: Claude <noreply@anthropic.com>
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.
| Skill | Purpose |
|---|---|
d2-diagram |
Generate technical diagrams from .d2 source with the d2 CLI; renders to PNG. |
frame0-wireframe |
Author UI wireframes as local JSON and sync to the Frame0 desktop app for rendering + export. |
git-commit |
Commit conventions for this repo — message style, CHANGELOG discipline (40/60 word cap), attribution trailer, safety rules. |
pql |
Query and plan against the markdown vault via the pql CLI (decisions, tickets, structural queries). |
skill-create |
Guidance for creating new skills — SKILL.md structure, bundling scripts, packaging. |
testmode |
Run and interpret the ClideTestApp platform integration harness; smoke-test after toolchain / IPC / theme / native changes. |
ui-design |
Visual design guide — surface tokens, control geometry, Phosphor icons. |
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 (or follow its SKILL.md by hand). Add a row to
the table above so the inventory stays accurate; the index is otherwise just
a directory listing.