By stackql
StackQL-powered skills for Claude Code: query cloud infrastructure and SaaS APIs using SQL, explore provider schemas, create notebooks with pystackql magic commands, manage deployments with stackql-deploy, search docs, and recover session context.
Configure authentication for StackQL providers. Walks through credential setup for Google, AWS, Azure, GitHub, and other providers. Generates the --auth JSON string and optionally persists it.
Navigate the StackQL provider hierarchy interactively. Discover services, resources, methods, and fields for any provider. Use natural language or direct provider paths.
Install or update the StackQL CLI. Detects the platform and uses the appropriate package manager or installer. Pass --update to check for and apply updates.
Generate and insert StackQL query cells into an existing Jupyter notebook. Creates a markdown heading cell and a %%stackql query cell, with optional visualization. Works with the pystackql magic extension.
Create a StackQL Jupyter notebook using the pystackql magic commands. Generates a complete notebook with setup, provider pulls, auth, queries, and optional visualizations from a description or provider resource target.
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 that adds StackQL-powered skills for querying cloud infrastructure, exploring provider schemas, managing deployments, and more.
Add the repository as a plugin source and install:
/plugin marketplace add stackql/stackql-skills
/plugin install stackql-skills@stackql-skills
This registers the GitHub repo as a marketplace and installs the plugin. Skills will be available as /stackql-skills:<skill-name> in all future sessions.
To pull the latest version, update the marketplace first and then the plugin:
/plugin marketplace update stackql-skills
/plugin update stackql-skills@stackql-skills
install-stackqlInstall or update the StackQL CLI. Detects the platform and uses the appropriate package manager or installer.
/stackql-skills:install-stackql
/stackql-skills:install-stackql --update
pull-providerPull one or more StackQL providers from the registry. Supports version pinning with name@version syntax. Use --list to see all available providers.
/stackql-skills:pull-provider google
/stackql-skills:pull-provider aws azure github
/stackql-skills:pull-provider [email protected]
/stackql-skills:pull-provider --list
queryRun StackQL queries against cloud and SaaS providers. Accepts raw SQL or natural language questions. Supports SELECT, INSERT, UPDATE, DELETE, and EXEC operations.
/stackql-skills:query SELECT id, status FROM google.compute.instances WHERE project = 'my-project' AND zone = 'us-central1-a'
/stackql-skills:query "what EC2 instances are running in us-east-1?"
/stackql-skills:query SHOW SERVICES IN aws
exploreNavigate the StackQL provider hierarchy interactively. Discover services, resources, methods, and fields for any provider.
/stackql-skills:explore google
/stackql-skills:explore google.compute
/stackql-skills:explore google.compute.instances
/stackql-skills:explore "how do I manage S3 buckets?"
stackql-docsSearch StackQL documentation, provider registry docs, and blog posts.
/stackql-skills:stackql-docs window functions
/stackql-skills:stackql-docs "how do I authenticate with Azure?"
/stackql-skills:stackql-docs stackql-deploy manifest format
read-memoriesSearch past Claude Code session logs to recover context from previous conversations - decisions made, patterns established, open TODOs.
/stackql-skills:read-memories stackql --here
auth-setupConfigure authentication for StackQL providers. Walks through credential setup for Google, AWS, Azure, GitHub, and other providers.
/stackql-skills:auth-setup google
/stackql-skills:auth-setup aws
/stackql-skills:auth-setup azure
notebookCreate a complete StackQL Jupyter notebook using the pystackql magic commands (%stackql / %%stackql). Generates setup cells, provider pulls, parameterized queries with $variable substitution, and optional visualizations.
/stackql-skills:notebook "GitHub repo analytics for stackql org"
/stackql-skills:notebook google.compute.instances
/stackql-skills:notebook "AWS S3 bucket inventory" --server
Requires pystackql (pip install pystackql).
notebook-cellAdd StackQL query cells to an existing pystackql notebook. Creates a markdown heading cell, a %%stackql query cell, and an optional visualization cell.
/stackql-skills:notebook-cell "show all running instances by zone"
/stackql-skills:notebook-cell "SELECT name, status FROM google.compute.instances WHERE project = '$project' AND zone = '$zone'" --viz bar
scaffold-stackGenerate a stackql-deploy stack with a stackql_manifest.yml and .iql resource files for provisioning cloud infrastructure.
/stackql-skills:scaffold-stack "VPC with two subnets in Google Cloud"
/stackql-skills:scaffold-stack google.compute.networks
setup-ciGenerate CI/CD pipeline configuration for stackql-deploy stacks. Creates workflows for build, test, and teardown.
/stackql-skills:setup-ci
/stackql-skills:setup-ci --provider github-actions --stack my-network
To test skills locally from a clone of this repo:
# 1. Clone the repo
git clone https://github.com/stackql/stackql-skills.git
cd stackql-skills
# 2. Launch Claude Code with the local plugin directory
claude --plugin-dir .
This loads the plugin from disk instead of the marketplace, so any edits to skills/*/SKILL.md take effect immediately - just start a new conversation (or re-run the slash command) to pick up changes.
You can test individual skills directly:
/stackql-skills:explore google
/stackql-skills:query SHOW PROVIDERS
/stackql-skills:stackql-docs authentication
Prerequisites: StackQL CLI must be installed. If it isn't, the skills will offer to install it via /stackql-skills:install-stackql.
npx claudepluginhub stackql/stackql-skills --plugin stackql-skillsClaude Code skill pack for Snowflake data platform — snowflake-sdk, SQL, Snowpark (30 skills)
Agents for cloud infrastructure, DevOps, and database operations
Infrastructure as Code (Terraform, Ansible, CloudFormation), CI/CD pipelines (GitHub Actions, GitLab CI), and database specialists (PostgreSQL, MySQL) for DevOps workflows.
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.
36 on-demand AWS and cloud skills, slash commands, agents, and security hooks for Claude Code
DevOps and Data Engineering with AWS, GCP, Ansible, dbt, and SQLMesh expertise