stackql
- 11 skills
- 0 followers
- 11 hours ago last updated
- ▌ Query · stackqlRun StackQL queries against cloud and SaaS providers. Accepts raw SQL or natural language questions. Translates natural language into StackQL SQL using the provider schema. Supports all StackQL operations: SELECT, INSERT, UPDATE, DELETE, and EXEC.
- ▌ Explore · stackqlNavigate the StackQL provider hierarchy interactively. Discover services, resources, methods, and fields for any provider. Use natural language or direct provider paths.
- ▌ Notebook · stackqlCreate 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.
- ▌ Setup CI · stackqlGenerate CI/CD pipeline configuration for stackql-deploy stacks. Supports GitHub Actions. Creates workflows for build, test, and teardown of cloud infrastructure.
- ▌ Auth Setup · stackqlConfigure 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.
- ▌ Stackql Docs · stackqlSearch StackQL documentation, provider registry docs, and blog posts. Fetches content from stackql.io/docs, registry.stackql.io, and provider-specific doc sites.
- ▌ Notebook Cell · stackqlGenerate 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.
- ▌ Pull Provider · stackqlPull one or more StackQL providers from the registry. Supports version pinning with name@version syntax. Lists available providers when called with --list.
- ▌ Read Memories · stackqlSearch past Claude Code session logs to recover your own context. Invoke this proactively when you need to recall past decisions, patterns, or unresolved work - either across all projects or scoped to the current one.
- ▌ Scaffold Stack · stackqlGenerate a stackql-deploy stack with a stackql_manifest.yml and .iql resource files for provisioning cloud infrastructure. Accepts a description of the desired infrastructure or a specific provider and resources to provision.
- ▌ Install Stackql · stackqlInstall or update the StackQL CLI. Detects the platform and uses the appropriate package manager or installer. Pass --update to check for and apply updates.