Install a DESIGN.md into this project
install_designDownload a design system and write it to DESIGN.md, stamped with its origin. Use this when your project adopts a design system, so future sessions can identify it.
Instructions
Download a design system and write it to the project as DESIGN.md, stamped with its origin so a later session can identify it via get_project_design. Use this when the project is adopting a design system for real, rather than answering one question about it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| design_id | Yes | Namespaced id, e.g. "getdesign:stripe". | |
| overwrite | No | Replace an existing file. Defaults to false. | |
| target_path | No | Relative path to write. Defaults to "DESIGN.md". | |
| project_root | No | Defaults to the server's working directory. |