AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified Apache-2.0 Self-run

Docs Tutorial

skill-zio-zio-skills-docs-tutorial · by zio

Write a tutorial for newcomers learning a topic in a ZIO library. Tutorials teach concepts step-by-step in a linear path for learning-oriented, not task-oriented, purposes. Use when writing comprehensive learning guides.

— No reviews yet
0 installs
40 views
0.0% view→install

Install

$ agentstack add skill-zio-zio-skills-docs-tutorial

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • ✓ Prompt-injection patterns
  • ✓ Secret / credential exfiltration
  • ✓ Dangerous shell & filesystem operations
  • ✓ Untrusted network calls
  • ✓ Known-malicious package signatures

What it can access

  • ✓ Network access No
  • ✓ Filesystem access No
  • ✓ Shell / process execution No
  • ✓ Environment & secrets No
  • ✓ Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-zio-zio-skills-docs-tutorial)

Reliability & compatibility

✓ Security review passed
0 installs to date
— no reviews yet
● 2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Docs Tutorial? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Tutorial: Conceptual Overview

A tutorial is learning-oriented — it builds mental models for newcomers encountering a topic for the first time. It is not a reference page (exhaustive API) or how-to guide (task completion).

Core Properties

  • Targets newcomers: assume no prior knowledge of the topic
  • Linear path: no branching, no "alternatively" — one path, followed to completion
  • One concept per section: each section introduces exactly one new idea
  • Annotated code: every code block followed by line-by-line bullet explanation
  • Intermediate output: show results after meaningful steps so learner can verify progress
  • Warm tone: "Welcome", "Let's", "notice that", "try changing X to see Y"
  • Present tense: "we learn", "we see", "we observe"
  • Recap at end: "What You've Learned" mirrors the opening learning objectives

7-Section Structure

  1. Introduction — who it's for, learning objectives, section outline
  2. Background / Big Picture (optional) — conceptual framing, no code
  3. Concept sections (3–6) — one concept each, code + annotation + output. When companion examples are requested, each section's code block stays an inline mdoc block (auto-rendered output is required here — mdoc:embed cannot show it), but the corresponding companion .scala file must copy that code verbatim, not re-derive it from the prose.
  4. Putting It Together — complete runnable example combining all concepts. When companion examples are requested, do not paste this code inline — write it directly to CompleteExample.scala and embed it with mdoc:embed (output rendering isn't needed here, so embedding the file directly eliminates the duplication entirely).
  5. Running the Examples — one ### per example: narrative, embedded source, observe note, run command. CompleteExample.scala is already embedded in "Putting It Together" — do not embed its source a second time here; give it narrative + observe note + run command only.
  6. What You've Learned — bullet recap mirroring learning objectives
  7. Where to Go Next — links to how-to guides and reference pages

Quality Gate

Before submitting, work through [CHECKLIST.md](./CHECKLIST.md) — 38 items across Content Quality, Technical Accuracy, Companion Examples, Running the Examples, and Style and Integration.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.