README Generator Skill icon

README Generator Skill

Scans a project's structure and code to generate a complete, accurate README — setup steps, usage, and architecture overview — without hallucinated instructions.

Supported frameworks Claude AI OpenClaw
Free

What this skill does

A README that's wrong is worse than no README, and the most common way READMEs go wrong is that someone wrote the setup steps from memory instead of from what the project actually requires. This skill reads the actual project — its dependency manifests, config files, entry points, and existing docs — and generates a README grounded in what's really there, not assumed conventions.

How it works

  1. Project scan — reads the dependency manifest (package.json, composer.json, requirements.txt, etc.), config/env examples, and entry-point files to determine the real runtime requirements and how the project is actually started.
  2. Structure summary — writes an architecture overview based on the actual folder structure and key files, not a generic template.
  3. README assembly — assembles a complete README: description, requirements, setup/install steps (verified against the actual manifest, not guessed), usage examples, and a project structure section — flagging anything it couldn't verify (e.g. deployment steps not evidenced in the repo) rather than inventing it.

Requirements

  • Works on Claude AI (Claude Code, with filesystem access to the project) and on OpenClaw (reading from a connected repo).
  • No external API required.

Setup

  1. Unzip the package into your Skills directory, keeping the folder structure intact.
  2. Point it at your project root — see SKILL.md for the exact invocation pattern.
  3. Review the generated README for the flagged "couldn't verify" notes before publishing — the skill is deliberately conservative about anything it can't confirm from the code itself.

What's included

  • SKILL.md — the skill definition and scan/assembly logic
  • examples/sample-run.md — a worked example against a sample Node.js project
Free
  • Version 1.0.0
  • File size 4 KB
  • Format .zip package
  • License Personal use
Link copied!