Matias Cardone avatar

Matias Cardone

Community

@cardox6 · Berlin

6Followers
|
34Public Repos
|
29Published Skills

Software Engineering student @ Code University in Berlin, Germany. Originally from Argentina.

Skills Distribution
DomainData Systems...Graph Database Que.. (30%)Language Drivers &.. (25%)Vector Search & Gr.. (20%)Graph Data Science.. (15%)

Agent Skills by Matias Cardone

Showing 29 vetted skills indexed across 1 GitHub repositories.

cardox6cardox6

neo4j-vector-index-skill

Create and query Neo4j vector indexes for semantic similarity search.

Community
Advanced
cardox6cardox6

neo4j-driver-javascript-skill

Implements Neo4j connectivity in JavaScript and TypeScript using the official driver v6.

Community
Advanced
cardox6cardox6

neo4j-spring-data-skill

Guides building Spring Boot applications with Spring Data Neo4j entity mapping and repositories.

Community
Intermediate
cardox6cardox6

neo4j-driver-java-skill

Write Java and Kotlin code using the Neo4j Java Driver v6 API.

Community
Advanced
cardox6cardox6

neo4j-document-import-skill

Ingest unstructured documents into Neo4j as knowledge graphs using LLM extraction.

Community
Advanced
cardox6cardox6

neo4j-aura-graph-analytics-skill

Runs GDS algorithms in serverless Aura Graph Analytics sessions via the Python client.

Community
Advanced
cardox6cardox6

neo4j-graphql-skill

Builds a GraphQL API backed by Neo4j using the @neo4j/graphql library.

Community
Advanced
cardox6cardox6

neo4j-aura-provisioning-skill

Provisions and manages Neo4j Aura instances via aura-cli, REST API, and Terraform.

Community
Advanced
cardox6cardox6

neo4j-kafka-skill

Configure Neo4j Kafka sink and source connectors and the native CDC API.

Community
Advanced
cardox6cardox6

neo4j-mcp-skill

Installs and configures the official Neo4j MCP server for MCP-compatible editors.

Community
Intermediate
cardox6cardox6

neo4j-driver-go-skill

Implements Go applications connecting to Neo4j using the Go Driver v6 API.

Community
Advanced
cardox6cardox6

neo4j-query-tuning-skill

Diagnoses slow Neo4j Cypher queries by interpreting execution plans and prescribing index and rewrite fixes.

Community
Advanced
cardox6cardox6

neo4j-security-skill

Manages Neo4j users, roles, privileges, and auth providers via Cypher on the system database.

Community
Advanced
cardox6cardox6

neo4j-migration-skill

Migrates Neo4j driver code and Cypher queries from 4.x/5.x to 2025.x/2026.x.

Community
Advanced
cardox6cardox6

neo4j-aura-agent-skill

Create, configure, and invoke Neo4j Aura Agents via the v2beta1 REST API.

Community
Advanced
cardox6cardox6

neo4j-spark-skill

Read and write Neo4j graph data with Apache Spark and Databricks DataFrames.

Community
Advanced
cardox6cardox6

neo4j-driver-python-skill

Implements Python applications connecting to Neo4j using the official driver v6 API.

Community
Advanced
cardox6cardox6

neo4j-driver-dotnet-skill

Guides C# and .NET applications connecting to Neo4j using the official Neo4j.Driver v6 API.

Community
Advanced
cardox6cardox6

neo4j-cli-tools-skill

Administer Neo4j databases using neo4j-cli, neo4j-admin, cypher-shell, and aura-cli command-line tools.

Community
Advanced
cardox6cardox6

neo4j-gds-skill

Runs Neo4j Graph Data Science algorithms via Python client or Cypher on embedded GDS plugin deployments.

Community
Advanced
cardox6cardox6

neo4j-graphrag-skill

Build GraphRAG retrieval pipelines on Neo4j using the neo4j-graphrag Python package.

Community
Advanced
cardox6cardox6

neo4j-getting-started-skill

Orchestrates zero-to-running Neo4j application setup across eight staged provisioning, modeling, and build steps.

Community
Advanced
cardox6cardox6

neo4j-snowflake-graph-analytics-skill

Run Neo4j graph algorithms on Snowflake tables via SQL CALL procedures.

Community
Advanced
cardox6cardox6

neo4j-genai-plugin-skill

Generate embeddings, completions, and structured output from LLMs directly inside Cypher queries.

Community
Advanced

Frequently Asked Questions About Matias Cardone

FAQPage Schema
What tasks can I accomplish with cardox6's Neo4j skills?▼

You can author and tune Cypher 25 queries, design graph data models, create HNSW vector indexes, build GraphRAG retrieval pipelines, run GDS algorithms like PageRank and Louvain, import CSV/JSON/documents, connect via Python/Java/Go/.NET/JavaScript drivers, provision Aura instances, and configure RBAC security.

Who are these Neo4j skills designed for?▼

Backend engineers writing driver code in Python, Java, JavaScript, Go, or .NET; data engineers running Spark, Kafka, or Snowflake integrations; ML engineers building GraphRAG and agent memory systems; and DBAs managing Aura provisioning, backups, query tuning, and role-based access control.

How do the Neo4j driver skills work in practice?▼

Each driver skill covers v6 lifecycle patterns: GraphDatabase.driver setup, execute_query or ExecuteQuery, managed transactions via execute_read/execute_write, async variants, connection pool tuning, and error handling. Spring Data Neo4j and GraphQL skills add entity mapping and schema generation respectively.

What are the prerequisites and version requirements?▼

Most skills require Neo4j 2025.01+ with Cypher 25; the SEARCH clause needs 2026.01+. Python driver requires Python 3.10+, JavaScript driver needs Node.js 18+, .NET driver targets .NET 8/9/10. Property-level security and CDC require Enterprise Edition or Aura Business Critical.

Do these skills cover GraphRAG and vector search setup?▼

Yes. The vector-index skill handles CREATE VECTOR INDEX, HNSW configuration, and embedding ingestion; the graphrag skill wires VectorRetriever, HybridRetriever, and Text2CypherRetriever with OpenAI, Anthropic, VertexAI, Bedrock, and other providers; the document-import skill builds Document-Chunk-Entity knowledge graphs.