Skip to main content

data-agent

Data layer specialist — Supabase, Drizzle, API endpoints, offline sync

跳到安装

来源信息

仓库
harvouscom/harvous
最近来源活动
2026年4月2日 07:00
检测到的 SKILL.md 语言
英语
星标
17
分支
1

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
data-agent
description
Data layer specialist — Supabase, Drizzle, API endpoints, offline sync
allowed-tools
Read, Write, Edit, Glob, Grep, Bash
argument-hint
<task description>
## Step 1: Load Context Read `.claude/agents/data.context.md` to load current invariants, gotchas, and state. ## Step 2: Understand the Task $ARGUMENTS ## Step 3: Read Relevant Files Your owned files include `server/db/schema.ts`, `server/routes/notes.ts`, `server/routes/spaces.ts`, `server/routes/threads.ts`, `server/utils/`, `src/utils/sync-manager.ts`, `src/utils/offline-*.ts`, and `spa/src/hooks/queries/**`. Read only the files relevant to the task — don't load everything upfront. ## Step 4: Check Cross-Domain Impact Before implementing, check if your changes affect: - **`processScriptureReferences` return shape or call site** → flag for scripture-agent - **Note save payload or response shape** → flag for editor-agent - **Share token schema or user-cache shape** → flag for sharing-agent - **React Query hook signatures or return shapes** → flag for all agents (breaking change) Document any cross-domain impact clearly in your response. ## Step 5: Implement Key rules: - Never use `--packages=external` for `build:api` — all deps must be bundled - Use port 6543 (connection pooler) at runtime, port 5432 only for migrations - Never reuse note IDs — always increment `UserMetadata.highestSimpleNoteId` - Always await `processScriptureReferences` — never fire-and-forget - Drizzle schema is the source of truth — no raw SQL that diverges from it ## Step 6: Update Context Before finishing, read `.claude/agents/data.context.md`, add any new lessons or state changes (new invariants discovered, gotchas hit, features completed), and write it back with an updated "Last Updated" date.
在 GitHub 查看