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

Docs Module Ref

skill-zio-zio-skills-docs-module-ref · by zio

Write reference documentation for a module containing multiple related data types. Use when documenting a cohesive domain model (e.g. http-model, resource-management) where types work together as a system.

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

Install

$ agentstack add skill-zio-zio-skills-docs-module-ref

✓ 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-module-ref)

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 Module Ref? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Module Reference: Conceptual Overview

A module reference documents a cohesive set of related data types that work together as a system. It is not a single data-type reference (which documents one type exhaustively) — it emphasizes how types compose and interact.

Core Properties

  • Documents every public method on every core type
  • "How They Work Together" is the centerpiece — never skip it; always includes ASCII diagram of type relationships and numbered workflow
  • All code examples compile with zero mdoc errors
  • Structure chosen by module shape — not arbitrary

Structure Rule

| Module shape | Structure | | ---------------------------------------------------------- | ------------------------------------------------------------------------------ | | ≤ 4 core types, or types always used together | Flat — single file at docs/reference/.md | | ≥ 5 core types, OR ≥ 3 types with rich self-contained APIs | Hierarchical — docs/reference//index.md + one page per type |

Decide before writing. State which structure and why.

Module-Level Sections (required)

  1. Opening Definition — NO heading, immediately after frontmatter; 1–3 sentences + core type list + plain scala structural shape
  2. Introduction / Motivation — module role and problem solved
  3. Installation — libraryDependencies snippet
  4. How They Work Together — ASCII diagram of type relationships + numbered workflow steps
  5. Common Patterns — multi-type composition examples, decision tree for choosing types
  6. Integration Points — intra-module relationships, ZIO ecosystem connections

Type-Level Sections

  • Flat: inline ## heading per type — definition, predefined instances, construction, key operations, rendering
  • Hierarchical: full page per type following docs-data-type-ref conventions, plus a recontextualization note in each section linking back to sibling types

mdoc Conventions

  • Method signatures: plain scala block (no mdoc)
  • Usage examples: mdoc:reset block
  • Setup + output in a single block — never split
  • No blank lines between consecutive code blocks

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.