Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Nuxt UI Development

pornuxt·nuxt· v1.0.0 · atualizado em 2026-04-10
84
Score

Guide for contributing to Nuxt UI. Provides component structure patterns, Tailwind Variants theming, Vitest testing conventions, and MDC documentation guidelines. Use when creating new components, reviewing component PRs, modifying existing components, writing tests, or creating documentation in this codebase.

nuxt-uicomponent-developmentvuejstailwind-variantstestingdocumentationui-library
Linguagens
TypeScriptVueJavaScript
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdcontributing/workflow
1
Scaffold Component: — Use the CLI to scaffold the component: `nuxt-ui make component <name>`.
2
Implement Component: — Implement the component logic in `src/runtime/components/`.
3
Create Theme: — Create the component's theme in `src/theme/`.
4
Write Tests: — Write tests for the component in `test/components/`.
5
Create Documentation: — Create documentation for the component in `docs/content/docs/2.components/`.
6
Run Checks: — Run linting, type checking, and tests to ensure code quality: `pnpm run lint`, `pnpm run typecheck`, `pnpm run test`.
7
PR Review: — Ensure the component follows existing patterns and conventions during PR review.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Depende deVitest
100%
Hebbian Synapse
Composite1.000
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aAceternity UI Skill
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aTailwind Best Practices
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
82
Similar aAngular Core Mental Model
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78

Árvore do Skill

Nuxt UI Development
contributing
Fases Cognitivas6
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.EVALUATE
6.REFLECT
Triggers9
contribute to Nuxt UIcreate a new Nuxt UI componentreview a Nuxt UI component PRmodify an existing Nuxt UI componentwrite tests for Nuxt UIcreate documentation for Nuxt UIfollow Nuxt UI component guidelinesuse the Nuxt UI CLIimplement component theming in Nuxt UI

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download contributing
$ synaptic skills detail contributing
$ synaptic skills live contributing

Dependências

nuxt-uivuetailwindcssvitest

Links

GitHub Repository