# MiHCM Design System Agent Entry

Start with:

- /llms.txt for the curated scan map.
- /agent-map.json for machine-readable route/source metadata.
- /llms-full.txt only when broad context is required.
- /agent-tooling for MCP and skill installation.
- /mcp for the hosted Streamable HTTP MCP endpoint.

Rules:

- Read /llms.txt first for routing and /agent-map.json when machine-readable metadata is easier.
- Use /llms-full.txt only when broad context is needed; prefer narrow pages first.
- Use /agent-tooling for MCP and skill installation.
- Use /components/{slug}/usage before examples, then /api and /accessibility for implementation details.
- Use MiHCM components, MiHCM icons, standard Tailwind utilities, and MiHCM semantic token classes. Do not hardcode raw visual values.
- Validate AI-generated UI descriptors with Zod through @mihcm/ai-ui or mihcm_validate_descriptor before render.
