nuxt-foundation — community nuxt-foundation, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0

Acerca de este Skill

Perfecto para agentes Frontend que necesitan una configuración avanzada de Nuxt 3 y integración de TypeScript para la gestión de ligas de fútbol profesional Define Nuxt 3 TypeScript baseline, conventions, scripts, and project structure for the migration.

Jozaguts Jozaguts
[0]
[0]
Updated: 3/5/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
44
Canonical Locale
es
Detected Body Locale
es

Perfecto para agentes Frontend que necesitan una configuración avanzada de Nuxt 3 y integración de TypeScript para la gestión de ligas de fútbol profesional Define Nuxt 3 TypeScript baseline, conventions, scripts, and project structure for the migration.

¿Por qué usar esta habilidad?

Habilita a los agentes a definir una estructura de base de Nuxt 3 con convenciones recomendadas, scripts y organización de carpetas, utilizando TypeScript y compatible con SSR + prerender y despliegue con .output/public, mientras se hace referencia al contexto de la plantilla en .codex/references/TEMPLATE_CONTEXT.md

Mejor para

Perfecto para agentes Frontend que necesitan una configuración avanzada de Nuxt 3 y integración de TypeScript para la gestión de ligas de fútbol profesional

Casos de uso accionables for nuxt-foundation

Definir una estructura de carpetas recomendada para Nuxt 4 y directorio de aplicaciones
Configurar la base de scripts para proyectos de Nuxt 3
Establecer convenciones de nomenclatura para una plataforma web de gestión de ligas de fútbol profesional

! Seguridad y limitaciones

  • Requiere configuración de Nuxt 3 y TypeScript
  • No implementa características o contenido más allá de la estructura de base
  • Específico de Nuxt 3 y TypeScript, puede no ser compatible con otros frameworks o lenguajes

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is nuxt-foundation?

Perfecto para agentes Frontend que necesitan una configuración avanzada de Nuxt 3 y integración de TypeScript para la gestión de ligas de fútbol profesional Define Nuxt 3 TypeScript baseline, conventions, scripts, and project structure for the migration.

How do I install nuxt-foundation?

Run the command: npx killer-skills add Jozaguts/futzo/nuxt-foundation. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for nuxt-foundation?

Key use cases include: Definir una estructura de carpetas recomendada para Nuxt 4 y directorio de aplicaciones, Configurar la base de scripts para proyectos de Nuxt 3, Establecer convenciones de nomenclatura para una plataforma web de gestión de ligas de fútbol profesional.

Which IDEs are compatible with nuxt-foundation?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for nuxt-foundation?

Requiere configuración de Nuxt 3 y TypeScript. No implementa características o contenido más allá de la estructura de base. Específico de Nuxt 3 y TypeScript, puede no ser compatible con otros frameworks o lenguajes.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add Jozaguts/futzo/nuxt-foundation. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use nuxt-foundation immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

nuxt-foundation

Install nuxt-foundation, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Objetivo

Definir el baseline de Nuxt 3 (TypeScript) con convenciones, scripts y estructura recomendada.

Alcance

  • Estructura de carpetas.
  • Convenciones de nombres.
  • Scripts base.
  • No implementar features ni contenido.

Inputs esperados

  • Requisitos del proyecto (SSR + prerender, deploy con .output/public).
  • Template context en .codex/references/TEMPLATE_CONTEXT.md.

Pasos (checklist)

  • Definir estructura recomendada de carpetas para Nuxt (Nuxt 4 / app dir).
  • Configurar srcDir: 'app' y mover carpetas base dentro de app/.
  • Establecer convenciones de nombres para componentes, rutas y archivos.
  • Documentar scripts recomendados (dev/build/lint).
  • Confirmar que el baseline compila sin contenido funcional.

Convenciones (nombres de archivos/rutas)

  • Componentes: PascalCase (SiteHeader.vue, HeroSection.vue).
  • Rutas/archivos de pages/: kebab-case si aplica (ej. contact.vue).
  • Secciones home06: components/sections/home06/*Section.vue.
  • CSS principal: assets/css/main.css.
  • Estructura Nuxt 4 (source en app/):
    • app/assets/ (procesado por Vite)
    • app/components/
    • app/composables/
    • app/layouts/
    • app/middleware/
    • app/pages/
    • app/plugins/
    • app/utils/
    • app/app.config.ts, app/app.vue, app/error.vue
  • Root adicional:
    • public/ (archivos estaticos sin procesar)
    • server/ (api, routes, middleware, plugins, utils)
    • shared/ (codigo compartido app/server)
    • content/ (Nuxt Content)
    • modules/ (modulos locales)
    • layers/ (capas reutilizables)
    • nuxt.config.ts, .nuxtrc, .nuxtignore

Criterios de Done (verificables)

  • Checklist de estructura y scripts definido.
  • Estructura recomendada incluye app/ con sus subcarpetas y public/.
  • Scripts recomendados listados: pnpm dev, pnpm build, pnpm lint (o equivalentes).

Errores comunes y mitigacion

  • Error: mezclar convenciones de template con Nuxt sin documentar. Mitigacion: definir naming claro en este skill.
  • Error: olvidar mover a app/ o no setear srcDir. Mitigacion: validar con checklist antes de migrar.

Habilidades relacionadas

Looking for an alternative to nuxt-foundation or another community skill for your workflow? Explore these related open-source skills.

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador