OGT Docs Create

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill appears to create local documentation files and folders as advertised, with no evidence of credential use, networking, hidden code, or destructive behavior.

This looks safe for a docs-first workflow. Before installing, be aware that it is meant to create and update files under docs/ and CHANGELOG.md, so only use it in the correct project workspace and review generated documentation changes.

Findings (1)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent may create or overwrite documentation files in the working project if the user asks it to create docs.

Why it was flagged

The skill documents local shell commands that create folders, copy templates, and write marker files. This is central to the documentation-creation purpose, but it can modify the current repository if invoked.

Skill content
mkdir -p docs/{section}/{category}/{slug}
cp docs/_templates/{type}.md docs/{path}/{slug}/{type}.md
echo '{"schema": "1.0", "created": "'$(date -Iseconds)'"}' > {folder}/.version
Recommendation

Use it in the intended repository and review generated paths/content before committing or sharing changes.