Agent Cursor
Structured findings from Cursor subagents in this folder (decky-debugger.md, decky-focus-architect.md, decky-ui-focus-gate.md). Paste or summarize each run here so results live next to the agent definitions and survive chat context.
Agent Cursor
Structured findings from Cursor subagents in this folder (decky-debugger.md, decky-focus-architect.md, decky-ui-focus-gate.md). Paste or summarize each run here so results live next to the agent definitions and survive chat context.
Agent Cursor
Decky debugger for Steam UI and plugin runtime issues. Use when D-pad/controller focus is wrong, modals behave oddly, layout clips/drifts, durable styles regress, or logs must prove root cause before fixes. Enforces focus-graph-first triage, evidence-backed geometry fixes, and a self-contained log-capture runbook so…
Agent Cursor
Design-time focus-graph architect for Decky/Steam UI. Use when planning modals, tab restore, nested Focusable trees, or D-pad routing before implementation — not for runtime debugging (use decky-debugger).
Agent Cursor
Pre-ship focus gate for Deck-facing UI edits. Run before marking done on component, focus-graph, or control changes — enforces D-pad checklist, section-parent wiring, and on-Deck verification. Triage-only; escalate runtime bugs to decky-debugger.
Cursor rule Cursor
Remind agents that Deck-facing handoffs require build/deploy evidence.
Cursor rule Cursor
Decky platform contract — focus-graph, durable styles, build parity.
Cursor rule Cursor
When debugging Decky or Steam Deck UI, ingest local screenshots using the decky-screenshot-ingest skill.
Cursor rule Cursor
Require Subagent reports section in plans and tie specialist runs to SUBAGENTREPORTS.md.
Cursor rule Cursor
Mandatory D-pad focus gate before shipping Deck UI edits.
Skill Claude CodeCodexCursor
End-to-end maintainer loop for any Decky plugin on Steam Deck: build/deploy via MCP, watch-deploy, BPM vs Gaming Mode testing, screenshots, optional log tunnel, and when to use decky-screenshot-ingest. Use when changing src/, main.py, plugin.json, or closing Deck-facing UI/RPC work.
Skill Claude CodeCodexCursor
Static and preview focus audit for Decky plugins: Focusable callbacks vs DOM keydown, modal cancel/OK, preview.runSequence evidence. Escalate on-device issues to decky-debugger. Use before merging navigation-heavy UI or when reviewing D-pad routing.
Skill Claude CodeCodexCursor
First-hour Decky plugin setup with Decky Plugin Studio: Init Pack, deck.configure, preview smoke, first build/deploy, deck.openPlugin checklist, and first screenshot. Use when onboarding a new plugin repo or helping a new contributor get unblocked.
Skill Claude CodeCodexCursor
Drive the Decky Plugin Studio in-IDE preview for fast iteration. Use when developing UI/focus behavior, testing hardware simulator scenarios, or verifying state preservation across HMR. Covers preview.start/stop/status, preview.injectFocusEvent, preview.setHardware, preview.runSequence, preview.callRpc, and…
Skill Claude CodeCodexCursor
Release checklist for Decky plugins: version bump, plugin.build, plugin.verifyZip, plugin.diffRpc, store packaging, and on-device smoke before publish. Use when preparing a store release or tagged version.
Skill Claude CodeCodexCursor
Ingests fresh Steam Deck UI captures from the repo screenshots/ directory for visual debugging of Decky plugins and game-mode UI. Use when debugging layout, focus, QAM, or on-device behavior; when the user runs scripts/screenshot-deck.ps1 or mentions new screenshots; or when verifying UI against what the Deck actually…
Skill Claude CodeCodexCursor
Agentic tier-by-tier QA for Decky plugins: preGate → Tier 0 → Tier 1+ preview batches, evidence under docs/test-evidence/, doc writeback when the project defines prompt-testing docs. Pivot to single-scenario runs when a batch is flaky; use deck.deploy for deck-only scenarios.
Skill Claude CodeCodexCursor
Mandatory D-pad focus check on every Deck UI change. Invoke before marking done on component, focus-graph, or QAM/Settings control work. Requires on-Deck verification; preview mocks do not validate focus graphs.
Instructions file CodexOpenCode
AGENTS.md instructions for qd313/decky-plugin-studio, covering decky plugin development — agent guide, platform contract (read first), mcp tools (decky plugin studio), stopping the rig and preview test suite.
Hook Claude Code
Runs after a tool call finishes for Edit, Write, MultiEdit and NotebookEdit tool calls, executing decky-claude-hook.mjs via node with --match, --message, --tier and --run (3 commands). From qd313/decky-plugin-studio.
Hook Claude Code
Runs when the agent finishes a response, executing decky-claude-hook.mjs via node with --match, --run and --git. From qd313/decky-plugin-studio.
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, Stop).
Cursor rule Cursor
Deck-facing dev handoff — build, deploy, watch, screenshots, regression gates.
Cursor rule Cursor
Git push and cursor/ branch policy for local agents.
Instructions file GitHub Copilot
Copilot instructions for qd313/decky-plugin-studio, covering decky plugin development — copilot guide, platform contract (read first), mcp tools (decky plugin studio), cursor users and preview limitations.