From ida-headless-mcp
Use when: checking if ida-headless-mcp is ready, any IDA MCP tool call fails or returns empty, the plugin shows 'failed', or user asks about IDA MCP status. Use this for diagnosis INSTEAD OF running shell commands like Get-Process, netstat, or Start-Process.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ida-headless-mcp:ida-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Diagnose whether `ida-headless-mcp` is ready to serve MCP tools.
Diagnose whether ida-headless-mcp is ready to serve MCP tools.
Get-Process, netstat, Start-Process, or directly executing the server binary./ida-init for fixing.Print a one-line-per-check report using PASS, FAIL, or UNKNOWN:
.claude-plugin/plugin.json or .codex-plugin/plugin.json; print its path as $ROOT.python "$ROOT/scripts/launch.py" version (fallback python3). This verifies the launcher and the selected platform binary.python --version (fallback python3 --version). Need 3.10+.python -c "import idapro; v=idapro.get_library_version(); print(v)". If it fails, suggest /ida-init or --ida-path./mcp to check whether ida-headless is connected.list_sessions and report.End with one line:
/ida-init to fix.").npx claudepluginhub killaragorn/ida-headless-mcp --plugin ida-headless-mcpGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.