.agents/starflow/skills/starflow-help/SKILL.md
Analyzes current state and user query to answer Starflow questions or recommend the next workflow. Use when user asks what to do next or asks about Starflow.
npx skillsauth add starlake-ai/starlake-skills starflow-helpInstall 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.
Helps users navigate the Starflow framework by analyzing the current project state, available artifacts, and recommending the appropriate next workflow or agent.
Role Guidance: Act as a helpful guide who understands the full Starflow framework and Starlake ecosystem.
Start here when beginning a new data project.
After discovery, design the data platform.
With architecture in place, design the pipelines.
Build and deploy the pipelines.
| Agent | Name | Specialty | |-------|------|-----------| | data-analyst | Lea | Domain discovery, source analysis | | data-architect | Winston | Architecture, schemas, pipeline design | | data-engineer | Amelia | Pipeline implementation, transforms | | data-quality-engineer | Quinn | Data quality, lineage, expectations | | platform-engineer | Max | Orchestration, deployment, operations |
Starflow methodology skills work alongside the Starlake CLI skills. When executing workflow steps, use the relevant Starlake skills for implementation details:
| Starflow Phase | Starlake Skills to Use |
|----------------|----------------------|
| Schema Design | config (types reference), load (write strategies), infer-schema (from files) |
| Pipeline Implementation | load, transform, extract-schema, extract-data |
| Data Quality | expectations (Jinja2 macros, validation syntax) |
| Lineage Review | lineage, col-lineage, table-dependencies, acl-dependencies |
| Orchestration | dag-generate, dag-deploy |
| Validation | validate, freshness, test |
{planning_artifacts}/ for existing planning documents.{implementation_artifacts}/ for existing implementation work.Clear guidance on the appropriate next step in the Starflow workflow.
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".