Toolverse
All skills

neo4j-cypher-guide

by tomasonjo

Comprehensive guide for writing modern Neo4j Cypher read queries. Essential for text2cypher MCP tools and LLMs generating Cypher queries. Covers removed/deprecated syntax, modern replacements, CALL subqueries for reads, COLLECT patterns, sorting best practices, and Quantified

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Author
tomasonjo
Category
Backend
Views
27

About this skill

Comprehensive guide for writing modern Neo4j Cypher read queries. Essential for text2cypher MCP tools and LLMs generating Cypher queries. Covers removed/deprecated syntax, modern replacements, CALL subqueries for reads, COLLECT patterns, sorting best practices, and Quantified Path Patterns (QPP) for efficient graph traversal.

How to use

  1. Zainstaluj umiejętność w swoim środowisku Claude lub narzędziu MCP obsługującym Cypher — dodaj ścieżkę do repozytorium tomasonjo/blogs/tree/master/claude-skills/neo4j-cypher-guide. 2. Gdy potrzebujesz wygenerować zapytanie Cypher, przekaż kontekst swojej bazy (etykiety węzłów, właściwości, relacje) oraz opis tego, co chcesz pobrać. 3. Umiejętność automatycznie zastosuje nowoczesną składnię — zamiast id() użyje elementId(), zamiast niejawnego grupowania doda jawne klauzule WITH, a dla złożonych ścieżek zaproponuje Quantified Path Patterns. 4. Zwróć uwagę na reguły sortowania: umiejętność zawsze doda IS NOT NULL dla kolumn w ORDER BY, aby uniknąć błędów z wartościami pustymi. 5. Dla zmiennych ścieżek w grafie (np. relacje o nieznanej długości) umiejętność preferuje QPP zamiast starszych wzorców pattern expressions — to zapewnia lepszą wydajność. 6. Sprawdzaj wygenerowane zapytania pod kątem jawnych sprawdzeń typu (np. IS :: STRING) i jawnych zmiennych relacji — nigdy nie powtarzaj tej samej zmiennej dla różnych krawędzi w jednym wzorcu.

Related skills

context-optimizer

by openclaw

Advanced context management with auto-compaction and dynamic context optimization for DeepSeek's 64k context window. Features intelligent compaction (merging, summarizing, extracting), query-aware relevance scoring, and hierarchical memory system with context archive. Logs

Backend
2964

video-downloader

by ComposioHQ

Downloads videos from YouTube and other platforms for offline viewing, editing, or archival. Handles various formats and quality options.

Backend
50173

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

postgresql-psql

by timelessco

Comprehensive guide for PostgreSQL psql - the interactive terminal client for PostgreSQL. Use when connecting to PostgreSQL databases, executing queries, managing databases/tables, configuring connection options, formatting output, writing scripts, managing transactions, and

Backend
34173

scientific-writing

by K-Dense-AI

Write scientific manuscripts. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), abstracts, for research papers and journal submissions.

Backend
47191

youtube-transcript

by michalparkola

Download YouTube video transcripts when user provides a YouTube URL or asks to download/get/fetch a transcript from YouTube. Also use when user wants to transcribe or get captions/subtitles from a YouTube video.

Backend
53214