Help us improve
Share bugs, ideas, or general feedback.
From agent-skills
Rewrites documentation into scannable Markdown with quickstarts first, workflows, tables, Mermaid diagrams, and approval-gated file edits for humans and agents.
npx claudepluginhub olshansk/agent-skills --plugin agent-skillsHow this skill is triggered — by the user, by Claude, or both
Slash command
/agent-skills:cmd-docs-idiot-proofThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this command to write or rewrite documentation so it is simple, fast to scan, and easy to execute.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
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).