# Debug Get Local Grid

> Debug tool: Get raw local_grid from world_state

- Skill: `bdambrosio/debug-get-local-grid` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add bdambrosio/debug-get-local-grid`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bdambrosio/debug-get-local-grid/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-get-local-grid

---


# debug-get-local-grid

Debug tool for testing coordinate system. Returns raw local_grid data from world_state.

## Input

None

## Output

Returns uniform return format with:
- `value`: Summary text
- `data`: Raw local_grid dict with:
  - `center`: `{x, y, z, yaw}` (absolute coordinates)
  - `radius`: int
  - `cells`: Dict of cell data (keyed by "x,y,z")

## Notes

- Hidden from planner catalog (debug/testing only)
- Returns raw internal grid structure
- Accessible via direct `{"type": "debug-get-local-grid"}` invocation

