Skip to content

include/arcadedb-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ArcadeDB - AI Skills Package

A Claude Skill package providing expert guidance for building applications with ArcadeDB, a multi-model database engine supporting Graph, Document, Key/Value, Search, Time Series, and Vector models.

What It Does

This skill gives Claude deep knowledge of ArcadeDB including:

  • Core concepts (Records, Types, Buckets, Relationships, Transactions, Indexes)
  • SQL and OpenCypher query languages
  • HTTP, Java, Python, Node.js, JDBC, PostgreSQL, and BOLT APIs
  • Graph algorithms (path finding, centrality, community detection)
  • Administration (Docker, Kubernetes, HA, security, backups)

Reference

The official ArcadeDB Manual can be found at https://docs.arcadedb.com/ArcadeDB-Manual.pdf

Installation

Claude Code

Copy the skill directory into your project or personal skills folder:

# Project-level (this project only)
cp -r arcadedb .claude/skills/arcadedb

# Personal (all your projects)
cp -r arcadedb ~/.claude/skills/arcadedb

Claude discovers skills automatically. Once installed, the skill activates when ArcadeDB-related questions are detected, or you can invoke it directly with /arcadedb.

Claude.ai

  1. Go to Settings > Features
  2. Upload the arcadedb.skill file (it's a ZIP archive)

Requires a Pro, Max, Team, or Enterprise plan with code execution enabled.

Claude API

Upload via the Skills API (/v1/skills endpoints), then reference the skill_id in your container parameter.

For more details, see the Agent Skills documentation.

Packaging

cd arcadedb && zip -r ../arcadedb.skill . && cd ..

Author

Francisco CabritaGitHub · LinkedIn

License

Apache License 2.0

About

ArcadeDB - AI Skills Package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors