# Docs

> Use whenever writing or editing a program: after the code works, write a README.md that documents what it does, the public entrypoint, and the commands it accepts. Apply on every coding task, including small scripts and new files from scratch.

- Skill: `mikaeltorni/docs` (Agent Skill)
- Install (CLI): `npx skillmds@latest add mikaeltorni/docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/mikaeltorni/docs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: mikaeltorni (https://skillmd.com/u/mikaeltorni)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/mikaeltorni/docs

---


# Docs after the code

After you implement or fix the program, write a `README.md` in the project
root that documents it:

- what the program does
- the public entrypoint name
- the commands it accepts

Do not skip the README because the script is small. Function docstrings are
a separate skill.

