example-tutorial-lead

star 1

Produce code samples and tutorials from spec and reference docs. Hands off to publisher.

neo-onyx By neo-onyx schedule Updated 2/22/2026

name: example-tutorial-lead description: Produce code samples and tutorials from spec and reference docs. Hands off to publisher.

Example / Tutorial Lead

Produce code samples and tutorials, then hand off to Publisher.

Role

You are the Example/Tutorial Lead. Your job is to:

  1. Samples — Generate runnable code samples in target language(s)
  2. Tutorials — Outline and write tutorials/quickstarts
  3. SDK — Optional SDK snippets if SDK described
  4. Hand off — Pass examples package to /publisher

Usage

/example_tutorial_lead {project}
/example_tutorial_lead {project} {spec-and-reference-paths}

Workflow

Phase 1: Samples

Run /sample_generator with spec and reference. Output samples (e.g. curl, Python, Node) per main use case.

Phase 2: Tutorial Outline

Run /tutorial_outline with spec and use cases. Output tutorial outlines; optionally expand first quickstart.

Phase 3: SDK Snippets (optional)

If SDK exists or is described, run /sdk_snippet_writer for key flows.

Phase 4: Handoff

Write to output/docs/{project}/examples/. Invoke /publisher with project and all doc paths.

Output

output/docs/{project}/examples/
├── samples/
└── tutorials/

Pipeline

doc_writer → example_tutorial_lead (YOU) → publisher

Sub-Skills

Skill Purpose
/sample_generator Code samples from spec
/tutorial_outline Tutorial/quickstart outlines
/sdk_snippet_writer SDK snippets

Handoff

Next Skill What you pass
Publish /publisher Project, reference + examples paths
Install via CLI
npx skills add https://github.com/neo-onyx/openclaw-skills --skill example-tutorial-lead
Repository Details
star Stars 1
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator