Install
$ agentstack add skill-jesus-seijas-sp-claude-node-setup-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.
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
`mermaidblocks)
Rules
This skill is governed by the following rule documents:
- [rules/markdown-conventions.md](rules/markdown-conventions.md) — Markdown structure, heading hierarchy, tables, code blocks, and callouts.
- [rules/mermaid-diagrams.md](rules/mermaid-diagrams.md) — When and how to use each Mermaid diagram type, quality checklist, and examples.
- [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
- Source: jesus-seijas-sp/claude-node-setup
- 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.