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

Create Documentation

skill-tomzx-agents-create-documentation · by tomzx

Create documentation for a feature or component following the Divio documentation framework (tutorials, how-to guides, reference, explanation).

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-tomzx-agents-create-documentation

✓ 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-tomzx-agents-create-documentation)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
13d 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 Create Documentation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Create Documentation

Produces documentation for a feature or component organized according to the Divio documentation framework: tutorials, how-to guides, reference, and explanations.

For detailed Divio guidance (DO/DON'T lists, decision trees, per-type structures), consult the divio-documentation skill. This skill focuses on the production workflow: deciding which types to write and producing the output.

Prerequisites

  • Apply the shared SDLC conventions in skills/sdlc/references/shared.md.
  • If no argument is provided, locate the feature directory under .sdlc/features/ whose frontmatter issue field references $ISSUE_NUMBER.
  • Feature or component description provided in context or as $1
  • Access to the codebase, specification, or implementation (if available)

Steps

  1. Understand the feature: what it does, who uses it, and common use cases.
  2. Identify which documentation types are needed (use the decision tree in divio-documentation if unsure).
  3. Follow the DO/DON'T rules and structure templates from divio-documentation for each type.
  4. Write a tutorial if users need onboarding guidance.
  5. Write how-to guides for the most common user tasks.
  6. Write reference documentation for all public APIs, config options, and interfaces.
  7. Write an explanation section if the design or behavior needs conceptual context.
  8. Cross-link between types but keep their boundaries clean.
  9. Write the documentation to .sdlc/features/N-/documentation.md, creating the directory if it does not exist.

Output Format

Use the template at skills/sdlc/templates/features/documentation.md (copied to .sdlc/templates/features/documentation.md by /initialize-sdlc-directory; use the project's customized copy if present). Write the result to the artifact path named in the steps above.

Outcome

If $OUTCOME_YAML is set, emit verdict: approved there per skills/sdlc/references/shared.md, mirroring the status: draft written to the artifact. If the artifact could not be produced, omit the file.

Example Usage

Scenario 1: New CLI command Document create-requirements: tutorial (run your first requirements doc), how-to (generate requirements from a GitHub issue), reference (all input formats accepted), explanation (why MoSCoW prioritization is used).

Scenario 2: Internal library Document a cache abstraction: how-to guides for common cache patterns, full reference for every method, explanation of the eviction strategy chosen.

Completion Checklist

Before handing off to review, confirm:

  • [ ] Only the Divio types this feature actually needs are written, not all four by default
  • [ ] Code examples run against the current codebase

Self-check the draft against the [review-documentation checklist](../review-documentation/SKILL.md) and fix what you can, so review finds less to flag.

Useful Commands Reference

No CLI commands required. This skill operates on information provided in context.

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.