Add Educational Comments

v1.0.0

Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.

0· 45·0 current·0 all-time
byJohn Haugabook@jhauga·duplicate of @boleyn/add-educational-comments
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
Name and description match the behavior in SKILL.md: the skill's goal is to add educational comments to a provided file. It requests no binaries, env vars, or installs, which is appropriate for an instruction-only commenting tool.
Instruction Scope
Runtime instructions focus on receiving a target file, planning and inserting comments, preserving encoding/format/EOL/indentation, and validating that edits do not break execution. The workflow asks the user to provide files rather than instructing the agent to search arbitrary system paths or access unrelated secrets.
Install Mechanism
No install spec or code files are present. This is lower-risk and consistent with an instruction-only skill.
Credentials
The skill requests no environment variables, credentials, or config paths. The declared configuration parameters (comment detail, repetitiveness, etc.) are appropriate for the stated functionality.
Persistence & Privilege
always is false and the skill has no install-time persistence or system-wide configuration changes. It does not request elevated persistence or modify other skills' settings.
Assessment
This skill appears coherent and low-risk, but review the changes it produces before committing: it is designed to add up to 125% more lines (capped at 400 lines) of comments, which can create large diffs and increase file size. Provide only the files you intend the agent to edit (avoid giving it access to secrets/config files). If you use this on code in a repo, run it on a copy or a feature branch and run your build/tests after comments are added to confirm nothing broke. Note the default behavior prepends 'Note <number>' when line-number referencing is enabled and will update previously-processed files rather than reapplying the 125% increase.

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

latestvk97a5cymjk7gfkgd3dth7jzw4n83yx7f

License

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

Comments