一键导入
actions-popups
// Cmd+K, actions dialog, action sections, PromptPopup, confirm popup, attached popup, popup registry, popup resize/focus, and action execution routing.
// Cmd+K, actions dialog, action sections, PromptPopup, confirm popup, attached popup, popup registry, popup resize/focus, and action execution routing.
Use the local agy CLI as a fast Script Kit GPUI app inspector by prompting it to drive existing script-kit-devtools primitives, capture logs, and produce a compact investigation result from a user bug report or inspection prompt.
Create mdflow-backed agent files for Script Kit. Compatibility path — prefer creating skills (SKILL.md under a plugin's skills/ directory) for new reusable AI work.
Manage the Notes window — creating, searching, editing, and automating notes via the SDK and automation protocol.
Canonical bootstrap for isolated Script Kit GPUI DevTools sessions: one front door script (classify, verify-script, start, prove, cleanup), repo-level helpers under scripts/agentic/, bounded timeouts, JSON stdout, progress stderr. Use when agents need parallel DevTools workers, isolated runtime proof, SK_VERIFY script gates, or dev-watch reuse without starting a second GPUI under ./dev.sh.
ACP Agent Chat lifecycle, AcpChatView, embedded/detached chat windows, agent/model selection, setup cards, streaming, cancellation, and chat close/reuse behavior.
ACP composer input, slash commands, @mentions, context parts, attachment tokens, pasted text/image, /new-script, focused target, and context staging.
| name | actions-popups |
| description | Cmd+K, actions dialog, action sections, PromptPopup, confirm popup, attached popup, popup registry, popup resize/focus, and action execution routing. |
This skill owns actions dialog and popup behavior for Script Kit GPUI and keeps changes grounded in current source and the narrowest useful proof.
Use this skill for tasks involving:
Do not use this skill as the primary owner for host-specific row data or ACP slash picker internals; load the adjacent owning skill instead.
Start with these sources before editing:
.agents/subagents/actions-popups-reader.md for broad or high-risk investigation.Primary paths and concepts:
src/actions/, src/app_impl/actions_dialog.rs, src/app_impl/actions_toggle.rs, src/render_builtins/actions.rs, src/confirm/$agentic-testing, $protocol-automation, or $testing-quality-gates instead of duplicating proof procedures.AGENTS.md, the owning skill, and current source context before editing.Use the smallest proof that can falsify the change. Do not escalate to screenshots, native input, broad test suites, or app launches when a lower tier proves the behavior.
getState, getElements, waitFor, batch, or targeted receipts.Always clean up any process, session, or window the proof started. Report the tier used, exact commands or receipts, and why higher tiers were unnecessary.
Default check for this skill:
actions popup tests; attached popup getElements proof
Use adjacent skills when the work crosses boundaries:
$agentic-testing for state-first runtime proof, screenshots, and cleanup.$testing-quality-gates for choosing narrow build/test gates.$protocol-automation when stdin JSON, receipts, target identity, waitFor, or batch are the behavior owner.Legacy .claude/skills/* material can be mined for durable facts, but this 26-skill taxonomy is canonical for Codex routing. Do not rename this skill to a legacy skill name.