# Documentation

> Guides AI agents to produce accurate, well-structured technical documentation in Markdown with Mermaid diagrams.

- **Type:** Skill
- **Install:** `agentstack add skill-jesus-seijas-sp-claude-node-setup-documentation`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [jesus-seijas-sp](https://agentstack.voostack.com/s/jesus-seijas-sp)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [jesus-seijas-sp](https://github.com/jesus-seijas-sp)
- **Source:** https://github.com/jesus-seijas-sp/claude-node-setup/tree/main/.claude/skills/documentation

## Install

```sh
agentstack add skill-jesus-seijas-sp-claude-node-setup-documentation
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Documentation Skill

Use this skill when asked to document code, generate architecture diagrams, explain how a module or feature works, or produce any form of technical reference material.

## When to Use

- Documenting a function, class, or module
- Generating an architecture or component overview
- Describing a feature's data flow or business logic
- Creating or updating a README
- Producing inline JSDoc/TSDoc comments

## Output Formats

- **Prose**: Always Markdown (`.md`)
- **Diagrams**: Always Mermaid (fenced ` ```mermaid ` blocks)

## Rules

This skill is governed by the following rule documents:

1. [rules/markdown-conventions.md](rules/markdown-conventions.md) — Markdown structure, heading hierarchy, tables, code blocks, and callouts.
2. [rules/mermaid-diagrams.md](rules/mermaid-diagrams.md) — When and how to use each Mermaid diagram type, quality checklist, and examples.
3. [rules/documentation-workflow.md](rules/documentation-workflow.md) — Step-by-step process: read code → choose scope → write docs → output.

## Quick Reference

| Scope | Primary structure | Diagram type |
|-------|------------------|--------------|
| Function / method | API table (params, returns, example) | None unless complex |
| Module / file | Purpose + exports + internal structure | `graph LR` or `classDiagram` |
| Feature / flow | Overview + flow + key components | `sequenceDiagram` or `flowchart TD` |
| Full project | Architecture overview + module map | `graph LR` |

## Source & license

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

- **Author:** [jesus-seijas-sp](https://github.com/jesus-seijas-sp)
- **Source:** [jesus-seijas-sp/claude-node-setup](https://github.com/jesus-seijas-sp/claude-node-setup)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-jesus-seijas-sp-claude-node-setup-documentation
- Seller: https://agentstack.voostack.com/s/jesus-seijas-sp
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
