.agents/skills/site/SKILL.md
Generate project documentation website
npx skillsauth add starlake-ai/starlake-skills siteInstall 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.
Generates a documentation website for your Starlake project. The site documents all domains, tables, attributes, transforms, and their relationships. Supports Docusaurus MDX and JSON output formats.
starlake site [options]
--outputDir <value>: Output directory for the generated site--template <value>: Template name or path to a custom template--format <value>: Output format: json or Docusaurus MDX--json: Output as JSON--clean: Clean the output directory before generating--reportFormat <value>: Report output format: console, json, or htmlstarlake site --outputDir /tmp/docs
starlake site --outputDir /tmp/docs --json
starlake site --outputDir /tmp/docs --template /path/to/custom-template
starlake site --outputDir /tmp/docs --clean
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".