๐ŸŽฏ

neo4j-cypher-skill

๐ŸŽฏSkill

from neo4j-contrib/neo4j-skills

VibeIndex|
What it does
|

Generates, optimizes, and validates Cypher 25 queries for Neo4j 2025.x and 2026.x, covering graph pattern matching, vector and fulltext search, subqueries, batch writes, indexes, and query optimization.

๐Ÿ“ฆ

Same repository

neo4j-contrib/neo4j-skills(27 items)

neo4j-cypher-skill

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add neo4j-contrib/neo4j-skills --skill neo4j-cypher-skill
skills.sh Installโš  Installs to .agents/skills/
npx skills add neo4j-contrib/neo4j-skills --skill neo4j-cypher-skill
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/neo4j-cypher-skill/SKILL.md

SKILL.md

568Installs
-
AddedMar 10, 2026

More from this repository10

๐ŸŽฏ
neo4j-modeling-skill๐ŸŽฏSkill

Design, review, and refactor Neo4j graph data models โ€” covers choosing node labels vs relationship types vs properties, migrating relational/document schemas to graph, detecting anti-patterns like supernodes, and enforcing schema with constraints and indexes.

๐ŸŽฏ
neo4j-graphrag-skill๐ŸŽฏSkill

An official Neo4j skill for building GraphRAG retrieval pipelines using the neo4j-graphrag Python package, covering retriever selection, Cypher query fragments, LLM pipeline wiring, and LangChain integration.

๐ŸŽฏ
neo4j-vector-index-skill๐ŸŽฏSkill

Creates and manages Neo4j vector indexes for similarity search, supporting HNSW configuration, quantization, embedding storage on nodes and relationships, and both the SEARCH clause and legacy query procedures.

๐ŸŽฏ
neo4j-getting-started-skill๐ŸŽฏSkill

A skill that guides users or agents through 8 sequential stages to go from zero to a running Neo4j application, covering prerequisites, provisioning, data modeling, loading, exploration, querying, and app building.

๐ŸŽฏ
neo4j-document-import-skill๐ŸŽฏSkill

Ingests unstructured and semi-structured documents (PDFs, HTML, plain text, Markdown) into Neo4j as a knowledge graph โ€” covers chunking, LLM entity/relationship extraction, Document-Chunk-Entity graph structures, and RAG pipeline integration.

๐ŸŽฏ
neo4j-driver-python-skill๐ŸŽฏSkill

A Claude Code skill for the Neo4j Python Driver v6, covering driver lifecycle, execute_query, managed and explicit transactions, async patterns, result handling, UNWIND batching, and connection pool tuning for Python applications connecting to Neo4j.

๐ŸŽฏ
neo4j-agent-memory-skill๐ŸŽฏSkill

Authoritative reference for the neo4j-agent-memory Python package, a graph-native memory system for AI agents built on Neo4j providing three memory layers (short-term, long-term, reasoning) in a single knowledge graph. Supports integrations with LangChain, PydanticAI, CrewAI, AWS Strands, Google ADK, OpenAI Agents, LlamaIndex, and the hosted NAMS service.

๐ŸŽฏ
neo4j-gds-skill๐ŸŽฏSkill

Guides you through Neo4j Graph Data Science (GDS) workflows including graph projection, algorithm execution (PageRank, Louvain, WCC, FastRP, KNN), execution modes (stream/stats/mutate/write), memory estimation, and the GDS Python client for building recommendation pipelines and graph analytics.

๐ŸŽฏ
neo4j-query-tuning-skill๐ŸŽฏSkill

Diagnoses and fixes slow Neo4j Cypher queries by interpreting EXPLAIN/PROFILE execution plans, identifying problematic operators like AllNodesScan and CartesianProduct, and prescribing fixes including indexes, query hints, rewrites, and runtime selection.

๐ŸŽฏ
neo4j-import-skill๐ŸŽฏSkill

A comprehensive Neo4j data import skill covering LOAD CSV, CALL IN TRANSACTIONS, neo4j-admin bulk import, and APOC load procedures. It provides method selection guidance, type coercion, null handling, concurrent transactions, pre-import constraint setup, and post-import validation.