KS
Killer-Skills

nuxt-api-endpoint — nuxt-api-endpoint setup guide nuxt-api-endpoint setup guide, nuxt-api-endpoint tutorial, how to use nuxt-api-endpoint in AI agents, nuxt-api-endpoint vs RESTful API, nuxt-api-endpoint installation, nuxt-api-endpoint best practices for AI developers

v1.0.0
GitHub

About this Skill

Ideal for Full Stack Agents developing scalable Nuxt.js applications with structured API endpoints. nuxt-api-endpoint is a skill that provides guidelines and procedures for creating and managing API endpoints in Nuxt.js projects, ensuring consistency with the layer architecture

Features

Follows a structured architecture as outlined in `content/docs/ARCHITECTURE.md`
Utilizes `server/api/*` as the HTTP controller for parsing, validation, and use-case handling
Separates business logic into `domain/*` for maintainability
Requires schema extension in `shared/schemas/*` using Valibot
Ensures DTO types are properly defined and accessible

# Core Topics

Auriaz Auriaz
[0]
[0]
Updated: 3/2/2026

Quality Score

Top 5%
29
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add Auriaz/nuxt-stack-starter/nuxt-api-endpoint

Agent Capability Analysis

The nuxt-api-endpoint MCP Server by Auriaz is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for nuxt-api-endpoint setup guide, nuxt-api-endpoint tutorial, how to use nuxt-api-endpoint in AI agents.

Ideal Agent Persona

Ideal for Full Stack Agents developing scalable Nuxt.js applications with structured API endpoints.

Core Value

Empowers agents to create and manage standardized API endpoints in Nuxt.js projects, following a structured architecture with Valibot schema validation and DTO typing, leveraging HTTP controllers and domain logic separation.

Capabilities Granted for nuxt-api-endpoint MCP Server

Creating new API endpoints in server/api/*
Refactoring existing endpoints for compatibility with layered architecture
Implementing business logic in domain/*

! Prerequisites & Limits

  • Requires adherence to .cursor/remember.md and content/docs/ARCHITECTURE.md guidelines
  • Limited to Nuxt.js framework
  • Requires Valibot schema extension in shared/schemas/*
Project
SKILL.md
1.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Nuxt API Endpoint

Kiedy używać

  • Gdy dodajesz nowy endpoint w server/api/*.
  • Gdy refaktorujesz endpoint i chcesz zachować zgodność z architekturą warstwową.

Zasady projektu

  • Przeczytaj i stosuj: .cursor/remember.md oraz content/docs/ARCHITECTURE.md.
  • server/api/* to tylko kontroler HTTP (parse -> validate -> use-case -> DTO).
  • Logika biznesowa należy do domain/*.

Procedura

  1. Dodaj/rozszerz schemat Valibot w shared/schemas/*.
  2. Upewnij się, że typy DTO są dostępne przez shared/types/*.
  3. Zaimplementuj use-case w domain/* (bez zależności od UI).
  4. W kontrolerze server/api/*:
    • odczytaj input (getQuery/readBody),
    • zwaliduj przez Valibot,
    • wywołaj use-case,
    • zwróć dane w standardowym formacie API.
  5. Jeśli endpoint dotyka DB, użyj repository server/repositories/*.
  6. Dodaj/aktualizuj app/composables/resources/* jako jedyne miejsce wywołań API po stronie UI.

Walidacja

  • Lint i typecheck dla zmienionych plików.
  • Sprawdź przypadek 422 VALIDATION_ERROR (mapowanie issues[]).
  • Sprawdź uprawnienia i błędy domenowe (DomainError -> status/code/message).

Related Skills

Looking for an alternative to nuxt-api-endpoint or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication