.cursor/skills/nuxt-api-endpoint/SKILL.md
Tworzenie endpointów API w tym projekcie Nuxt zgodnie z flow schema -> server/api -> domain use-case -> repository -> DTO. Użyj, gdy dodajesz lub modyfikujesz endpoint HTTP.
npx skillsauth add Auriaz/nuxt-stack-starter nuxt-api-endpointInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
server/api/*..cursor/remember.md oraz content/docs/ARCHITECTURE.md.server/api/* to tylko kontroler HTTP (parse -> validate -> use-case -> DTO).domain/*.shared/schemas/*.shared/types/*.domain/* (bez zależności od UI).server/api/*:
getQuery/readBody),server/repositories/*.app/composables/resources/* jako jedyne miejsce wywołań API po stronie UI.422 VALIDATION_ERROR (mapowanie issues[]).DomainError -> status/code/message).development
Workflow zmian w Task Management dla modelu TaskList -> TaskTopic -> TaskColumn -> Task, obejmujący UI, resource composables, API, domain i repository.
tools
Wzorzec implementacji composables w app/composables/resources jako jedynej warstwy komunikacji frontend-backend (fetch/API client), bez fetch w komponentach.
development
Implementacja i rozbudowa formularzy z useForm, UForm i walidacją Valibot, w tym mapowanie błędów API 422 issues[] do pól formularza.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.