neo4j-getting-started-skill

仓库创建 2026年1月20日最近提交 7 天前SkillHot 收录 20 天前
▸ 精选理由

分阶段自动化引导项目启动,适合快速原型与新手使用

▸ 风险提示

可能自动化创建云资源或要求提供凭证,需谨慎授权

这个 Skill 做什么

按阶段引导从零到可运行的 Neo4j 应用,包含配置与加载流程

按八个阶段把 Neo4j 项目从零带到可运行:准备→上下文→资源→建模→加载→探索→查询→构建,每阶段读取对应参考文件并执行。适合新项目上手、部署 Aura、生成合成数据或做入门笔记本。特点支持自动或人机协作,自动化预算≤15 分钟、人工在环≤90 分钟,不负责 Cypher 查询撰写。

▸ 展开 SKILL.md 英文原文

Orchestrates zero-to-running-app in 8 stages — prerequisites → context → provision → model → load → explore → query → build. Each stage reads its own reference file. Supports HITL and fully autonomous operation. Use when starting a new Neo4j project from scratch, provisioning Aura, generating synthetic data, building a notebook or app, or running the full onboarding pipeline. Time budget ≤15 min autonomous, ≤90 min HITL. Does NOT cover Cypher query authoring — use neo4j-cypher-skill. Does NOT cover driver upgrades or Cypher migration — use neo4j-migration-skill. Does NOT cover CLI/admin tasks on an existing DB — use neo4j-cli-tools-skill.

自动化集成入门编排项目启动数据加载通用
98
Stars
35
Forks
29
仓库内 Skill
+7
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-getting-started-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-getting-started-skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Neo4j Getting-Started Skill

Guide a **user or agent** from zero to a working Neo4j application by executing the 8 stages below in order.

**At the start of each stage**: read the corresponding `${CLAUDE_SKILL_DIR}/references/<stage-name>.md` file and follow its instructions. Only load the stage you are currently executing — not all at once.

**"User" means both a human developer and an autonomous coding agent.**

---

## When to Use

- New Neo4j project from scratch (local/Docker/Aura)
- Full onboarding: zero → DB → model → load → app
- Generating synthetic data for demos or dev

## When NOT to Use

- **Cypher authoring on existing project** → `neo4j-cypher-skill`
- **Driver upgrades / Cy
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有