Skip to content

spiceai/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spice.ai OSS Agent Skills

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.

Available Skills

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

Installation

npx skills add spiceai/skills

Usage

Skills are automatically available once installed. The agent will use them when relevant tasks are detected.

Skill Structure

Each skill contains:

  • SKILL.md - Instructions for the agent
  • scripts/ - Helper scripts for automation (optional)
  • examples/ - Example configurations (optional)

References

License

MIT

About

A collection of skills for AI coding agents working with the Spice.ai

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors