AgentStack
SKILL verified MIT Self-run

Documentation

skill-jesus-seijas-sp-claude-node-setup-documentation · by jesus-seijas-sp

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

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

Install

$ agentstack add skill-jesus-seijas-sp-claude-node-setup-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.

Are you the author of Documentation? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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.

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.