.agents/skills/backend/SKILL.md
Node.js API development, business logic, and services. Use when creating or modifying routes, controllers, or services in backend/src/.
npx skillsauth add FRmicrow/dataFootV1 backendInstall 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.
This skill provides expertise in building robust, scalable, and secure Node.js APIs for the statFootV3 project.
Use this skill for any server-side development, including:
logger. Never use console.*.{ success: true, data: ... } or { success: false, error: "..." }./matches, /players) and appropriate HTTP verbs.node-cache or similar for expensive computations or frequently accessed static data.database skill for data persistence.security skill for audit and protection.web-dev skill by providing reliable APIs.development
Écrire des tests unitaires Node.js. Utiliser quand on teste une fonction isolée avec Vitest dans backend/test/.
testing
Tester l'intégration entre services. Utiliser quand on vérifie l'interaction contrôleur/service avec Supertest + Vitest.
development
Tester les composants React avec Vitest + Testing Library. Utiliser quand on teste le rendu ou les interactions.
testing
Écrire des tests end-to-end Playwright. Utiliser quand on teste l'application complète du point de vue utilisateur.