一键导入
feather-step-debugging
Use when an agent needs line-aware Lua debugging with breakpoints, paused state, frame inspection, stepping, logs, and continue controls.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when an agent needs line-aware Lua debugging with breakpoints, paused state, frame inspection, stepping, logs, and continue controls.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when an agent should prepare or run debug-oriented Feather builds for desktop, web, Android, iOS, or Steam Deck development.
Use when an agent needs to diagnose Love2D behavior from Feather logs, observer values, assets, runtime messages, or telemetry.
Use when an agent should inspect or control a running Feather desktop session through MCP.
Use when an agent should create, preview, tune, export, or QA particle systems with Feather MCP Particle Playground tools.
Use when an agent needs to profile frame time, memory, runtime overhead, hotspots, or performance regressions in a Feather session.
Use when an agent should inspect, configure, enable, or invoke Feather built-in or live-session plugin behavior through MCP.
| name | feather-step-debugging |
| description | Use when an agent needs line-aware Lua debugging with breakpoints, paused state, frame inspection, stepping, logs, and continue controls. |
feather_list_sessions and feather_debugger_state.feather://sessions/{id}/debugger and feather://sessions/{id}/logs.feather_debugger_line_context before setting a breakpoint so the breakpoint matches the source the runtime is executing.feather_debugger_set_breakpoints with file and line data from the current project.feather_debugger_continue to resume.feather_debugger_step_over, feather_debugger_step_into, or feather_debugger_step_out once paused.feather_debugger_state, feather_debugger_inspect_frame, and recent logs together.Console eval is a fallback only. Use it only when the Console plugin, evalEnabled, and API-key gates are already intentionally enabled.
references/workflow.md for breakpoint placement, stepping strategy, paused-frame inspection, and debugger report format.