# Doc Create Readme For Gamma

> {{ ƔƔƔ }} Generate a README for a specific directory

- Skill: `majiayu000/doc-create-readme-for-gamma` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/doc-create-readme-for-gamma`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/doc-create-readme-for-gamma/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/doc-create-readme-for-gamma

---


Generate a README.md for the following directory:

```
$ARGUMENTS
```

## Steps

1. Confirm the directory exists; if not, stop and report
2. Analyse the directory: purpose, contents, file structure, key modules, any existing docs
3. Look at surrounding context — parent README, sibling directories, project-level docs — to understand how this directory fits into the broader codebase
4. Determine appropriate README sections based on what the directory contains:
   - **Library/module:** overview, API, usage examples, exports
   - **Config/infra:** what it configures, how to modify, dependencies
   - **Commands/scripts:** what each does, arguments, examples
   - **General:** overview, structure, key files, usage notes
5. Generate README content:
   - Clear description of the directory's purpose
   - Code blocks for any commands or usage examples
   - Table of contents if more than 4 sections
   - Links to related docs where relevant
6. Show draft for approval before writing

## Notes

- Keep it proportional to the directory's complexity — don't over-document a simple folder
- Focus on what someone new to the directory needs to know
- Include actual paths and commands, not placeholders
- Match the style of any existing project READMEs

