readme
Installation
SKILL.md
README Generator
Generate READMEs that make projects shine.
Workflow
- Analyze the codebase (structure, dependencies, entry points)
- Identify key information (what it does, how to use it)
- Generate README following the template
- Output polished markdown
Step 1: Analyze Codebase
Gather information about the project:
# Project structure
find . -type f -name "*.py" -o -name "*.js" -o -name "*.ts" -o -name "*.go" | head -50