Loading...
Loading...
Writes or rewrites README.md files tailored to the project type (CLI, library, app, framework, monorepo, or skill bundle). Discovers project context, selects the right structure, writes section by section, and validates against quality checks. Use when creating a README, writing a README from scratch, rewriting a bad README, bootstrapping project documentation, or asking "write a README for this project."
npx skill4agent add mblode/agent-skills readme-creator| File | Read When |
|---|---|
| Phase 3: choosing structure and writing sections for a specific project type |
| Phase 5: validating the finished README against quality standards |
| Phase 4: adding badges after the main content is written |
README progress:
- [ ] Phase 1: Discover project context
- [ ] Phase 2: Choose README structure
- [ ] Phase 3: Write sections
- [ ] Phase 4: Add badges and extras
- [ ] Phase 5: Validate qualitypackage.jsonCargo.tomlpyproject.tomlgo.mod| Type | Signals |
|---|---|
| CLI tool | |
| Library / package | |
| Web app | |
| Framework | Plugin/middleware architecture, configuration API, extensibility points |
| Monorepo | |
| Skill bundle | |
references/section-templates.md| Section | CLI | Library | App | Framework | Monorepo | Skills |
|---|---|---|---|---|---|---|
| Title + one-liner | yes | yes | yes | yes | yes | yes |
| Badges | yes | yes | -- | yes | yes | -- |
| Features / highlights | yes | yes | yes | yes | -- | yes |
| Install | yes | yes | -- | yes | yes | -- |
| Quick start / usage | yes | yes | yes | yes | yes | yes |
| Options / API reference | yes | yes | -- | yes | -- | -- |
| Configuration | opt | opt | yes | yes | opt | -- |
| Environment variables | -- | -- | yes | -- | -- | -- |
| Packages table | -- | -- | -- | -- | yes | -- |
| Skills table | -- | -- | -- | -- | -- | yes |
| Requirements | yes | yes | opt | yes | opt | -- |
| Contributing | opt | opt | opt | opt | opt | opt |
| License | yes | yes | yes | yes | yes | opt |
references/section-templates.mdnpm install -gnpm installfooexamplereferences/badges-and-shields.mdreferences/quality-checklist.mdfoobartest| When | Run |
|---|---|
| After README is written, audit prose quality | |
| If project needs AGENTS.md / CLAUDE.md | |