select_ui_system
Prevent unrequested library substitutions by selecting a UI design system for the AI coding agent. Persist the choice and framework if needed.
Instructions
Select the UI design system to be used by the AI coding agent for this project/session. Strict mode locks the selection and prohibits unrequested library substitutions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the UI system to select (e.g. "primer", "carbon", "cloudscape") | |
| persist | No | If true, writes the selection preference to .ui-system.json in the project root | |
| framework | No | Target framework (default: react) | react |
| strictMode | No | If true, instructs the AI that substituting another library is strictly prohibited | |
| projectPath | No | Optional project root path for persistence (defaults to current working directory) | |
| acknowledgeUsageRestrictions | No | Must be true to select a system whose license or terms restrict general use |