skills/cmd-idiot-proof-docs/SKILL.md
Simplify documentation for clarity and scannability with approval-gated edits
npx skillsauth add olshansk/agent-skills cmd-idiot-proof-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this command to write or rewrite documentation so it is simple, fast to scan, and easy to execute.
<details><summary>...</summary>...</details>Correct pattern:
Start the server:
make start_server
Run a command:
make run_command
Incorrect pattern (separate steps combined in one unlabeled block):
make start_server
make run_command
Use only sections that add value for the specific document. Default section set:
If environment variables or configuration values are required, use this format:
| Name | Purpose | Default |
| --- | --- | --- |
| APP_ENV | Runtime environment | development |
| API_URL | Base URL for API calls | http://localhost:8000 |
Move long explanations, implementation notes, and low-priority reference material into details blocks:
<details>
<summary>Deep dive: request lifecycle</summary>
Detailed explanation here.
</details>
.md).testing
Ask the agent whether it finished everything or has more to do — a lightweight completeness gate for the end of any task
development
Audit personal skills for redundancy, verbosity, weak triggers, and overlap. Runs a Claude→Codex review loop, presents per-item approval checkboxes, then applies approved edits and updates README and agent metadata. Use when asked to "review my skills", "audit my skills", "revisit my skills", or "clean up my skills". Accepts an optional skill name to scope the review to a single skill.
development
Set up or extend golden/snapshot tests for a project. Covers fixture design, Makefile targets, snapshot storage, diff workflow, and update protocol.
development
Proofread posts before publishing for spelling, grammar, repetition, logic, weak arguments, broken links, and optionally reformat for skimmability or shape the writing vibe toward a known author's style