Files
clide/.claude/skills
jpmschweitzerandClaude Opus 4.8 a95b332925 permission-mode control beside the Claude composer (T-275)
Build the T-275 picker on the new popover primitive (D-88): an icon-only,
per-mode-coloured button trailing the composer text box opens a ClideMenu of
the safe trio (default/acceptEdits/plan, active marked) plus a divided, disabled
bypass row (the footgun stays behind the cockpit guard, T-181). The label lives
in the tooltip, the menu, and the status bar — the resting button is the glyph
alone. Coexists with the composer's Stop row when busy.

- new permission_mode_control.dart (PermissionModeControl + per-mode
  icon/colour helpers); shieldCheck/shieldWarning glyphs added to PhosphorIcons.
- claude_composer.dart: permissionMode + onSetPermissionMode props; control
  trails the text box (bottom-aligned), shown only when wired.
- claude_pane.dart: pass the current mode + a setter; demote the status-bar
  _ModeBadge to a passive, per-mode-coloured text indicator (no click). Ctrl/Cmd+M
  still cycles (onCycleMode unchanged).

Regenerated the phosphor-glyphs reference (47 defined). Tests: menu opens with
the trio + disabled bypass, select sets the mode, helpers map colours/icons,
control coexists with Stop, hidden when no mode.

Note: claude_pane.dart also carries the earlier T-274 resume diagnostic log line
(uncommitted in the working tree, reviewed as benign) — it rides along here.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-08 18:52:29 +02:00
..

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.