neo4j-getting-started-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.
帮我安装这个 skill:https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-getting-started-skill/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/neo4j-contrib/neo4j-skills/main/neo4j-getting-started-skill/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