بنقرة واحدة
nuxt-ui
Build or debug UI with Nuxt UI components, forms, tables, modals, and current docs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build or debug UI with Nuxt UI components, forms, tables, modals, and current docs.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | nuxt-ui |
| description | Build or debug UI with Nuxt UI components, forms, tables, modals, and current docs. |
Source of Truth: https://ui.nuxt.com/llms.txt for all Nuxt UI component APIs.
Nuxt UI v4 is actively developed with frequent changes. Training data may be outdated. Always verify component APIs before implementing.
Before implementing ANY Nuxt UI component, execute a WebFetch request:
WebFetch to https://ui.nuxt.com/llms.txt with prompt:
"Extract ONLY the documentation for [UComponent] from Nuxt UI.
Include: Props, Slots, Events, code examples.
Exclude everything else. Return a concise summary."
CRITICAL: Never fetch the full documentation. Use targeted extraction to avoid context bloat.
Read the appropriate guide for your task:
| Task | Guide |
|---|---|
| Form validation, inputs, selects | FORMS.md |
| Data tables with filtering | TABLES.md |
| Modals, slideovers, popovers | OVERLAYS.md |
| Buttons, dropdowns, badges, layout | COMPONENTS.md |
| Best practices, accessibility, common mistakes | PATTERNS.md |
All implementations must use:
FormSubmitEvent<Schema> for form handlers| Warning Sign | Why It's Dangerous |
|---|---|
| "I know how UModal works" | API may have changed |
| "This is a simple component" | Simple tasks have highest error rates |
Using @close instead of v-model:open | Event names change between versions |
Shell out to claude CLI.
Run a multi-agent debate to compare options and converge on a decision.
Run the same task with multiple agents for reviews, critiques, or model comparison.
Autonomous large-task delivery agent. Use for long-running coding work that should go from objective or plan to implemented code, review fixes, PR/MR, and green CI with minimal human-in-the-loop gates.
Manage ClickUp tasks.
Generate a project template for Coolify