inspector
Installation
SKILL.md
Inspector
Multi-subcommand skill for inspecting OpenSpec artifacts. Dispatch to the correct subcommand based on the user's invocation.
This skill is runtime-neutral and works in Claude Code, OpenCode, and Codex. When a referenced workflow says to use an Agent, Task, Explore agent, AskUserQuestion, Read, Edit, or Write tool, use the equivalent capability in the current runtime. If a named subagent is unavailable, run that specialist prompt directly and label the result with the intended role.
Runtime Compatibility
| Concept | Claude Code | OpenCode | Codex |
|---|---|---|---|
| Parallel specialists | Task/Agent subagents | Task subagents from agents/opencode/ when available |
Spawn custom agents from agents/codex/ when available |
| Codebase exploration | Explore/finder-style agent when available | explore subagent or direct Glob/Grep/Read |
explorer or direct search/read |
| User questions | AskUserQuestion |
question tool | Ask directly in the conversation |
| File edits | Edit/Write | apply_patch/edit/write | apply_patch/edit/write |
Prefer direct Glob/Grep/Read over broad shell scans when the runtime provides those tools.