neo4j-schema
Use when the user adds nodes, relationships, constraints, or indexes to the Neo4j knowledge graph, or edits any *.cypher file.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user adds nodes, relationships, constraints, or indexes to the Neo4j knowledge graph, or edits any *.cypher file.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user adds or modifies a Next.js API route under ui/src/app/api/.
Use when the user works on EHDS articles, DSP protocol, DCP credentials, ODRL policies, or the audit trail.
Use when the user works on the force-directed graph explorer, layer colours, persona views, or node filtering.
Use when the user works on authentication, Keycloak configuration, OIDC, roles, or JWT claims.
Use when the user adds E2E tests, Playwright specs, or journey coverage.
Use when the user works on demo personas, localStorage persistence, or GitHub Pages static-export behaviour.
| name | neo4j-schema |
| description | Use when the user adds nodes, relationships, constraints, or indexes to the Neo4j knowledge graph, or edits any *.cypher file. |
Sources: neo4j/init-schema.cypher, docs/health-dataspace-graph-schema.md,
.claude/rules/code-style.md (Cypher section).
neo4j/init-schema.cypher for existing constraints/indexes, and the target
layer's section in docs/health-dataspace-graph-schema.md.PascalCase, relationships UPPER_SNAKE_CASE, properties camelCase.
Always MERGE (never bare CREATE); constraints/indexes always IF NOT EXISTS
— the schema must stay idempotent and safe to re-run.neo4j/insert-synthetic-schema-data.cypher if needed.neo4j/init-schema.cypher mirrored in the markdown schema doc.ui/src/lib/graph-constants.ts LABEL_LAYER (see graph-visualisation skill).