# Understand

> Route code-path understanding requests to the runnable real-code snippet module, with an optional HTML map.

- Skill: `abpai/understand` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add abpai/understand`
- Raw SKILL.md: https://api.skillmd.com/api/skills/abpai/understand/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: abpai (https://skillmd.com/u/abpai)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/abpai/understand

---


# /code:understand

Hidden wrapper for the `understand` subcommand. Load the module and pass
through the user input.

1. Read the sibling module `../code/understand.md`.
2. Treat `$ARGUMENTS` as the requested symbol, feature, or file/module path,
   plus an optional `--map` flag.
3. Follow the module's workflow and stop if the module cannot be read.
4. Preserve the wrapper invariant: default writes only the runnable
   `.understand/<topic>/how_<topic>_works.<ext>`; with `--map`, also write
   `.understand/<topic>/index.html`. Never render the HTML in chat.

User input: $ARGUMENTS

