Skip to main content
Version: develop

Agent Skills

sflow ships AI agent skills so coding assistants (Cursor, Claude Code, GitHub Copilot, and any agent that reads AGENTS.md) can write sflow YAML and debug workflows without you having to explain the schema each time.

The skills are packaged with sflow and exported on demand with the sflow skill command — they are the same content shown on this page, so what an agent runs locally matches what you read here.

For agents

If you are an AI agent: read the Agent guidelines (AGENTS.md) first, then the relevant skill. To install the skills into a project, run sflow skill -o .cursor/skills (or .claude/skills). See Setup.

What ships

SkillUse it whenOpen
Writing sflow YAMLcreating or modifying an sflow.yaml, configuring backends/operators/probes/replicas, setting up inference servingskill
Error analysisan sflow run fails, you paste an error, or you need to triage logs and task failuresskill
AGENTS.mdthe step-by-step authoring workflow + hard rules every agent should followguidelines

Each skill also bundles helper scripts (validate_sflow_yaml.py, check_gpu_plan.py, parse_sflow_errors.py, summarize_run.py) that the agent can run. Those scripts are copied into your project by sflow skill; see Setup.

How agents use them

Next