Content
85%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a high-quality, comprehensive skill that provides excellent actionable guidance for Neo4j vector index operations. Its main strengths are the fully executable Cypher/Python examples, clear multi-step workflow with validation checkpoints, and well-organized progressive disclosure. The primary weakness is moderate redundancy across sections (similarity function guidance repeated, gotchas partially duplicating common errors, and when-to-use sections restating the YAML description), which could be tightened to save tokens.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is comprehensive and mostly efficient, but includes some redundancy — the 'When to Use' / 'When NOT to Use' sections overlap with what the YAML description already covers, the similarity function guidance is repeated across multiple sections (Step 1 table, Extended Guidance section), and the Gotchas table partially duplicates the Common Errors table. Some sections like the extended similarity function guidance explain concepts Claude would know (e.g., what cosine vs euclidean means). However, most content earns its place with specific Cypher syntax and concrete parameters. | 2 / 3 |
Actionability | Excellent actionability throughout — every step includes fully executable Cypher queries and Python code that are copy-paste ready. The index creation, polling, ingestion, and search patterns all have concrete, parameterized examples with specific model dimensions, provider names, and batch sizes. The embedding provider quick-reference table with exact dimension counts is highly actionable. | 3 / 3 |
Workflow Clarity | The workflow is clearly sequenced (Pre-flight → Create Index → Wait for ONLINE → Ingest → Search → Combine → Hybrid) with explicit validation checkpoints: polling for ONLINE state before querying, dimension assertion before ingest, sanity check queries after index creation, and a shell polling script. The checklist at the end reinforces the critical ordering constraints. Error recovery paths are documented in the Common Errors and Gotchas tables. | 3 / 3 |
Progressive Disclosure | The skill appropriately keeps core workflow inline while deferring hybrid search details to a referenced file (references/hybrid-search.md), linking to external docs for deep dives, and cross-referencing related skills (neo4j-graphrag-skill, neo4j-genai-plugin-skill, neo4j-document-import-skill). References are one level deep and clearly signaled with 'Load on demand' framing. The content is well-organized with clear section headers and tables. | 3 / 3 |
Total | 11 / 12 Passed |