Skip to main content

backend-api-ai

Change or review the backend API, auth, controllers, models, sitewide chat backend, Gemini integration, Pinecone integration, or backend maintenance scripts in this repository. Use when work touches backend/ routes, controllers, services, models, scheduled handlers, or vector sync logic.

Ir a la instalación

Datos de origen

Repositorio
hoangsonww/AI-Gov-Content-Curator
Última actividad en el origen
28 de febrero de 2026 a las 03:49
Idioma detectado de SKILL.md
inglés
Estrellas
30
Forks
18

Opciones de instalación

De forma predeterminada está seleccionado el prompt que primero revisa el origen. Puedes cambiar a un comando directo o descargar una copia local.

Revisa los archivos de origen

Lee SKILL.md y los archivos complementarios que muestra SkillsMP antes de decidir si quieres instalarlo.

Explorador de archivos
4 archivos

Mostrando SKILL.md

SKILL.md
Instrucciones de origen · Vista previa de solo lectura
name
backend-api-ai
description
Change or review the backend API, auth, controllers, models, sitewide chat backend, Gemini integration, Pinecone integration, or backend maintenance scripts in this repository. Use when work touches backend/ routes, controllers, services, models, scheduled handlers, or vector sync logic.
# Backend API And AI Work from route to controller to service to model before changing behavior. ## Follow This Workflow 1. Identify the request surface in `routes/` or scheduled handlers. 2. Read the controller, service, and model together. 3. Preserve response shapes unless the frontend is updated in the same task. 4. Treat auth and reset-password flows as security-sensitive. 5. Validate with `cd backend && npm test` when feasible. ## Use The References - Read `references/backend-map.md` for key files, commands, and env. - Read `references/chat-surface.md` when the task touches sitewide chat.
Ver en GitHub