component-creater
Shadcn Vue Component Builder
1. Input Parameters
design_file_url: (Required) The URL link to the design file (e.g., Figma link or hosted design asset) to be processed.
2. Required Tools (shadcn-vue MCP)
The following tools must be available in the environment:
1. shadcnVue_list_items_in_registries:
Description: List items from registries. Requires components.json (use init_project if missing).
2.shadcnVue_search_items_in_registries:
Description: Search for components in registries using fuzzy matching. After finding an item, use get_item_examples_from_registries to see usage examples.
3.shadcnVue_view_items_in_registries:
Description: View detailed information about specific registry items including the name, description, type and files content. For usage examples, use get_item_examples_from_registries instead.
4.shadcnVue_get_item_examples_from_registries:
Description: Find usage examples and demos with their complete code. Search for patterns like 'accordion', 'button', 'card', etc. Returns full implementation code with dependencies.
5.shadcnVue_get_add_command_for_items:
Description: Get the shadcn-vue CLI add command for specific items in a registry. This is useful for adding one or more components to your project.
More from helloggx/skill
code-review-expert
Expert code review of current git changes with a senior engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements.
47vue-creater
Suite of tools for scaffolding high-fidelity Vue 3 applications using Vite 8 and Tailwind 4. Supports design-driven workflows via DSL and Tokens. Ideal for rapid prototyping or production-ready frontend setups.
46coding-standards
Universal coding standards, best practices, and patterns for TypeScript, JavaScript and Node.js development.
43java-coding-standards
Java coding standards for Spring Boot services: naming, immutability, Optional usage, streams, exceptions, generics, and project layout.
30springboot-patterns
Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.
14springboot-security
Spring Security best practices for authn/authz, validation, CSRF, secrets, headers, rate limiting, and dependency security in Java Spring Boot services.
12