README Generator
Generate a README from your actual repo, not a hallucinated guess.
What it does
Most generated READMEs are confident fiction: install steps that were never in the project, scripts that do not exist. README Generator reads what is actually in your repo instead. It scans your manifests, package.json, pyproject.toml, go.mod, and Cargo.toml, and pulls the real install commands, scripts, and dependencies.
The evidence pass is read-only. When asked to create or update documentation, the skill writes README.md in the project root unless you request another path. Review the generated diff before committing it.
What it reads
- Package manifests across Node, Python, Go, Rust, and Java, including package.json, Python packaging files, go.mod, Cargo.toml, and Maven or Gradle files.
- Real install and run commands, not generic placeholders.
- Declared scripts and entry points.
- The actual dependency list.
- Existing documentation, code comments, Makefiles, license metadata, and entry points.
- A drafted README with install, usage, scripts, and license sections.
What the output looks like
Skillstore labels the reviewed package Safe
Skillstore’s versioned audit covers the same two files linked from this page. It retains two capability-review items around optional local help commands and reports no prompt-injection, credential-access, or data-exfiltration intent.
This is review evidence, not a guarantee of no side effects. Read the full Skillstore audit.
Questions
What does it read?
Project manifests, existing documentation, entry points, code comments, and license metadata. Supported evidence includes package.json, Python packaging files, go.mod, Cargo.toml, Maven or Gradle files, Makefiles, and LICENSE files.
Will it overwrite my existing README?
When asked to create or update documentation, it writes README.md in the project root unless you request another path. Review the generated diff before committing it.
Which languages does it support?
Node, Python, Go, Rust, and Java, detected from the corresponding manifest files.
Install it directly or inspect the source
This free skill is public. Review the exact files first, or install only this skill from the JustHandled Labs repository.
npx skills add justhandledlabs/skills --skill readme-generator-free
Documentation that matches the code.
Free on Agensi. Instant download. Works with any agent that reads SKILL.md.
Get README Generator on Agensi