Install
$ agentstack add skill-tomzx-agents-create-documentation ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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 frontmatterissuefield references$ISSUE_NUMBER. - Feature or component description provided in context or as
$1 - Access to the codebase, specification, or implementation (if available)
Steps
- Understand the feature: what it does, who uses it, and common use cases.
- Identify which documentation types are needed (use the decision tree in
divio-documentationif unsure). - Follow the DO/DON'T rules and structure templates from
divio-documentationfor each type. - Write a tutorial if users need onboarding guidance.
- Write how-to guides for the most common user tasks.
- Write reference documentation for all public APIs, config options, and interfaces.
- Write an explanation section if the design or behavior needs conceptual context.
- Cross-link between types but keep their boundaries clean.
- 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.
- Author: tomzx
- Source: tomzx/agents
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.