By spiceai
Skills for working with the Spice.ai runtime — data federation, acceleration, search, AI/LLM, and cloud management
Accelerate data locally for sub-second query performance — the feature and its configuration. Use this skill whenever the user asks about data acceleration concepts, enabling acceleration on a dataset, choosing refresh modes (full, append, changes, caching), configuring retention policies, setting up snapshots for cold-start, adding indexes and constraints, or understanding the difference between federated and accelerated queries. This skill covers the "what and why" of acceleration. For choosing which acceleration engine to use (Arrow vs DuckDB vs SQLite vs Cayenne), see spice-accelerators.
Choose and configure the right acceleration engine — Arrow, DuckDB, SQLite, Cayenne, PostgreSQL, or Turso. Use this skill whenever the user needs to pick an accelerator engine, compare engines (e.g. "should I use DuckDB or Cayenne?"), configure engine-specific parameters (duckdb_file, sqlite_file), tune memory vs file mode, or understand engine capabilities and limitations. This skill is the engine selection and tuning guide. For the broader acceleration feature (refresh modes, retention, snapshots, indexes), see spice-acceleration.
Add AI and LLM capabilities to Spice — tools, NSQL (text-to-SQL), memory, model routing/workers, and evals. Use this skill whenever the user wants to enable LLM tools (SQL, search, memory, MCP, web search), set up text-to-SQL via /v1/nsql, add persistent conversational memory, configure model routing with workers (load balancing, fallback, weighted distribution), set up evals, or use the OpenAI-compatible chat API. This skill covers AI features and orchestration. For configuring individual model providers (OpenAI, Anthropic, etc.), see spice-models.
Configure Spice.ai in-memory result caching for SQL queries, search results, and embeddings. Use this skill whenever the user asks about caching configuration, tuning cache TTL or max size, choosing eviction policies (LRU vs TinyLFU), enabling stale-while-revalidate, setting up cache-control headers, using custom cache keys (Spice-Cache-Key), monitoring cache metrics, choosing between plan vs SQL cache key types, or enabling zstd compression for cached results. Also use when the user asks why they're getting MISS/STALE responses or wants to optimize cache hit rates.
Manage Spice.ai Cloud resources via the Management API — apps, deployments, secrets, API keys, and org members. Use this skill whenever the user wants to create or manage a Spice.ai Cloud app, trigger a deployment, manage cloud secrets or API keys, list regions or runtime versions, add/remove org members, or automate any Spice.ai Cloud operation. Also use when the user mentions "spice.ai cloud", "deploy to spice", "cloud API", or wants to use the Spice.ai hosted platform. For infrastructure-as-code with Terraform, see spice-terraform.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin with skills for working with the Spice.ai OSS runtime — data federation, acceleration, search, AI/LLM, and cloud management.
| Skill | Description |
|---|---|
| spice-setup | Install Spice, initialize a project, and run the runtime |
| spicepod-config | Create and configure spicepod.yaml manifests |
| spice-connect-data | Connect to data sources and query across them with federated SQL |
| spice-data-connector | Configure individual data source connectors (PostgreSQL, S3, Snowflake, etc.) |
| spice-acceleration | Accelerate data locally for sub-second query performance |
| spice-accelerators | Choose and configure acceleration engines (Arrow, DuckDB, SQLite, etc.) |
| spice-search | Search with vector similarity, full-text keywords, or hybrid RRF |
| spice-ai | Add AI capabilities — tools, NSQL, memory, model routing, evals |
| spice-models | Configure LLM providers (OpenAI, Anthropic, Azure, local GGUF, etc.) |
| spice-text-to-sql | Generate SQL for Spice's DataFusion engine and build text-to-SQL workflows |
| spice-caching | Cache query and search results with TTL and stale-while-revalidate |
| spice-secrets | Manage credentials with secret stores |
| spice-cloud-management | Manage Spice.ai Cloud resources via the Management API |
| spice-terraform | Manage Spice.ai Cloud infrastructure as code with Terraform |
Add the marketplace and install the plugin:
/plugin marketplace add spiceai/skills
/plugin install skills@spiceai
Skills are then available as /skills:spice-setup, /skills:spice-ai, /skills:spicepod-config, etc.
To auto-suggest the plugin for all contributors, add this to your project's .claude/settings.json:
{
"extraKnownMarketplaces": {
"spiceai": {
"source": {
"source": "github",
"repo": "spiceai/skills"
}
}
},
"enabledPlugins": {
"skills@spiceai": true
}
}
MIT
npx claudepluginhub spiceai/skills --plugin skillsEditorial "Data Engineering" bundle for Claude Code from Antigravity Awesome Skills.
This plugin provides a specialized suite of skills for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, and orchestrate end-to-end workflows across GCP's data ecosystem.
Data analysis expert for SQL queries, BigQuery operations, and data insights. Use proactively for data analysis tasks and queries.
🔧 Data Engineer — Data Pipeline Engineer + Data Infrastructure Specialist
Databricks development toolkit with skills for data engineering, ML, and AI agents plus MCP tools for direct Databricks operations
Explore, query, model, embed, and manage Omni Analytics through the REST API and embed SDK. Includes 9 skills, 3 specialized agents, and 3 context rules for model exploration, querying, model building, content browsing, content building, embedding, AI optimization, AI eval, and administration.