Agent Skills

Let your coding agent to the heavy lifting.

Skill installation

npx skills add https://github.com/assistant-ui/tool-ui --skill tool-ui

High-signal resources for coding agents

ResourceWhy it mattersPath
Skill workflowEnd-to-end integration playbook.agents/skills/tool-ui/SKILL.md
Component metadata (canonical)Source of truth for shipped docs componentslib/docs/component-registry.ts
Component metadata (agent-optimized)Fast lookup for scripts and intent matching.agents/skills/tool-ui/references/components-data.json
Catalog and bundlesHuman-readable component discovery and intent bundles.agents/skills/tool-ui/references/components-catalog.md, .agents/skills/tool-ui/references/recipes.md
Integration recipesRuntime wiring patterns by integration mode.agents/skills/tool-ui/references/integration-patterns.md
Troubleshooting matrixSymptom → likely cause → fix.agents/skills/tool-ui/references/troubleshooting.md
Component sync scriptRegenerates agent metadata from canonical source.agents/skills/tool-ui/scripts/sync_components.py
Compatibility doctorDetects and explains integration blockers.agents/skills/tool-ui/scripts/tool_ui_compat.py
Install/discovery helperLists, finds, bundles, and prints install commands.agents/skills/tool-ui/scripts/tool_ui_components.py
Scaffold generatorGenerates ready-to-paste runtime wiring snippets.agents/skills/tool-ui/scripts/tool_ui_scaffold.py
Script test suiteRegression coverage for agent-facing tooling.agents/skills/tool-ui/tests/
Docs contract testsGuards docs consistency and registry-installation policylib/tests/tool-ui/docs/