mit einem Klick
acp-context-composer
// ACP composer input, slash commands, @mentions, context parts, attachment tokens, pasted text/image, /new-script, focused target, and context staging.
// ACP composer input, slash commands, @mentions, context parts, attachment tokens, pasted text/image, /new-script, focused target, and context staging.
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.
Cmd+K, actions dialog, action sections, PromptPopup, confirm popup, attached popup, popup registry, popup resize/focus, and action execution routing.
| name | acp-context-composer |
| description | ACP composer input, slash commands, @mentions, context parts, attachment tokens, pasted text/image, /new-script, focused target, and context staging. |
This skill owns Agent Chat composer and context assembly 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 ACP process startup or MCP resource capture implementation; load the adjacent owning skill instead.
Start with these sources before editing:
.agents/subagents/acp-context-composer-reader.md for broad or high-risk investigation.Primary paths and concepts:
src/ai/acp/, src/ai/context_mentions/, src/context_snapshot/, src/app_impl/attachment_portal.rs$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:
ACP context/composer tests; getAcpState picker 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.