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.

インストールへ移動

ソース情報

リポジトリ
hoangsonww/AI-Gov-Content-Curator
ソースの最終更新活動
2026年2月28日 03:49
検出された SKILL.md の言語
英語
スター
30
フォーク
18

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

ファイルエクスプローラー
4 ファイル

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
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.
GitHubで見る