A collection of skills for AI coding agents working with the Spice.ai OSS runtime. Skills are packaged instructions and scripts that extend agent capabilities.
Skills follow the Agent Skills format.
| Skill | Description |
|---|---|
| spice-setup | Install Spice, initialize a project, and run the runtime |
| spice-connect-data | Connect to data sources and query across them with federated SQL |
| spice-acceleration | Accelerate data locally for sub-second query performance |
| spice-search | Search with vector similarity, full-text keywords, or hybrid RRF |
| spice-ai | Add AI capabilities — chat, text-to-SQL, tools, memory, model routing |
| spice-caching | Cache query and search results with TTL and stale-while-revalidate |
| spice-secrets | Manage credentials with secret stores |
npx skills add spiceai/skillsSkills are automatically available once installed. The agent will use them when relevant tasks are detected.
Each skill contains:
SKILL.md- Instructions for the agentscripts/- Helper scripts for automation (optional)examples/- Example configurations (optional)
MIT