Project Documentation

v1.0.0

Complete workflow for project documentation including ADRs, PRDs, personas, and docs organization. Use when setting up documentation for a new project or improving existing docs. Triggers on project documentation, ADR, PRD, personas, docs structure, documentation setup.

3· 1.6k·6 current·8 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description promise documentation workflows (ADRs, PRDs, personas, runbooks) and the SKILL.md + README contain templates, directory layouts, checklists, and guidance that directly implement that purpose. There are no unrelated requirements (no binaries, env vars, or config paths).
Instruction Scope
SKILL.md is purely advisory: templates, recommended directory structure, quality gates, and when-to-use guidance. It does not instruct the agent to read arbitrary files, access environment variables, phone home, or transmit data to unexpected endpoints. The only actionable commands shown are suggested install/copy commands (npx/clawhub and file copy examples) for installing the skill, which are normal for an instruction-only skill.
Install Mechanism
There is no formal install spec in the skill bundle (instruction-only). README suggests npx/clawhub and manual copy commands as common installation paths; these are typical installer recommendations and not part of the skill runtime. No downloads from unknown URLs or archive-extract steps are embedded in the skill itself.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. Nothing in the instructions attempts to access secrets or system configuration, so requested privileges are proportional to its purpose.
Persistence & Privilege
always:false (default) and normal user-invocable/autonomous invocation flags. The skill does not request persistent presence or modify other skills or global agent config. Its privileges are typical for a meta-skill of this type.
Assessment
This skill is an instruction-only documentation meta-skill and appears coherent and low-risk: it provides templates, directory layouts, and checklists and does not request credentials or access to your system. Before installing, review the source repo (the README shows an npx install and manual-copy examples); if you run npx or any installer, remember npx will execute code from the npm registry — only install packages from sources you trust. If you want extra caution, copy the SKILL.md/README locally and inspect them rather than running automated installers.

Like a lobster shell, security has layers — review code before you run it.

latestvk978jqbc5pe0sqjgryvw63tpn580xtmx

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments