# Debug Grid Cell

> Debug tool: Query specific cell in observed voxel grid

- Skill: `bdambrosio/debug-grid-cell` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add bdambrosio/debug-grid-cell`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bdambrosio/debug-grid-cell/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bdambrosio (https://skillmd.com/u/bdambrosio)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/bdambrosio/debug-grid-cell

---


# debug-grid-cell

Debug tool for testing coordinate system. Queries a specific cell in the observed voxel grid.

## Input

- `dx`: int - Agent-relative X coordinate
- `dy`: int - Agent-relative Y coordinate
- `dz`: int - Agent-relative Z coordinate
- `radius`: int - Optional grid radius (default: 2)

## Output

Returns uniform return format with:
- `value`: Summary text
- `data`: Cell dict with:
  - `dx, dy, dz`: Agent-relative coordinates
  - `block_id`: Block name or null
  - `solid`: bool
  - `support`: bool

## Notes

- Hidden from planner catalog (debug/testing only)
- Queries agent-relative coordinates
- Accessible via direct `{"type": "debug-grid-cell"}` invocation

