delimit_design_component_library
Scan a project to inventory existing UI components for review, documentation, or design-system curation. Outputs a catalog in JSON or Markdown.
Instructions
Scan a project for React/Vue/Svelte components and emit a catalog.
When to use: to inventory a project's UI components for review, docs, or design-system curation. When NOT to use: to generate a single component (delimit_design_generate_component) or stories (delimit_story_generate).
Sibling contrast: delimit_design_generate_component creates one; this lists what already exists.
Side effects: read-only scan via backends.ui_bridge.design_component_library. Writes nothing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | Yes | Project path to scan. Required. | |
| output_format | No | One of "json" (default) or "markdown". | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||