Skill Ten Prompt Generator

PassAudited by ClawScan on Mar 6, 2026.

Overview

This is an instruction-only collection of prompt-engineering Skill templates and documentation for Claude Code; the files, declared requirements, and runtime instructions are coherent with that purpose and do not request unrelated privileges or credentials.

This skill bundle is documentation and templates for authoring Agent Skills — its behavior and file references are consistent with that purpose. Before installing or enabling it: 1) Review the SKILL.md files in .claude/skills to ensure they don’t instruct the model to read or transmit any sensitive files you keep in your project; the guide explicitly encourages reading local files (e.g., package.json, SKILL.md), which is expected but means you should not store secrets in these documents. 2) Prefer using allowed-tools frontmatter for any Skill that needs file access to limit what the model can do. 3) Because this is instruction-only, there’s no installer risk, but if you later convert these into a plugin or add install scripts, re-evaluate URLs and install steps. 4) If you want stricter control, disable autonomous model invocation for your agent or audit when the agent attempts to activate Skills that access local files.