.agents/skills/serve/SKILL.md
Run the Starlake HTTP server
npx skillsauth add starlake-ai/starlake-skills serveInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Starts the Starlake HTTP server, which provides a REST API for running commands programmatically. The server supports all Starlake commands via HTTP endpoints.
starlake serve [options]
--host <value>: Address on which the server listens (default: localhost)--port <value>: Port on which the server listens (default: 11000)--reportFormat <value>: Report output format: console, json, or htmlSL_API_HTTP_PORT: Override the default server portSL_API_DOMAIN: Override the default server host/IPstarlake serve
starlake serve --port 8080
starlake serve --host 0.0.0.0 --port 8080
development
Design SQL transformations for data pipelines with quality checks and dependency management. Use when the user says "design transforms" or "create SQL transformations".
devops
Plan and track sprint progress for data pipeline implementation. Use when the user says "sprint planning" or "plan data sprint".
testing
Analyze data sources in depth: schema, quality, volume, and extraction strategy. Use when the user says "analyze data source" or "profile this data source".
data-ai
Design Starlake-compatible table schemas with types, constraints, privacy, and expectations. Use when the user says "design schema" or "create table definition".