From slim-rebranding
Generates a README.md template for your project with customizable sections. Useful for starting new projects or improving existing documentation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/slim-rebranding:slim-readmeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A template and workflow to help developers and users understand your repository's project code concisely and clearly. A good README is often the first thing people see when they discover your project, making it critical for adoption and contribution.
A template and workflow to help developers and users understand your repository's project code concisely and clearly. A good README is often the first thing people see when they discover your project, making it critical for adoption and contribution.
A comprehensive README should answer:
Check if a README already exists:
ls -la README.md
If it exists:
Before generating the README, gather key information:
You can analyze the repository to gather this information:
package.json, pyproject.toml, Cargo.toml for dependenciesOption A: Use Template
cp assets/README.md README.md
Then manually customize the placeholders.
Option B: AI-Enhanced Generation (Recommended)
assets/README.mdThe template includes these key sections. Customize each:
Required Sections:
Optional Sections:
Enhance the README with:
Badges (at the top):



Screenshots or Demos:
Quick Start Example:
## Quick Start
\`\`\`bash
# Clone the repository
git clone https://github.com/your-org/project.git
# Install dependencies
npm install
# Run the application
npm start
\`\`\`
Check that the README:
[INSERT HERE]Remind the user to:
When using AI to customize the README:
Scan the codebase to understand:
Extract key information from:
package.json: Project name, description, scriptspyproject.toml or setup.py: Python project metadataCargo.toml: Rust project informationInfer installation steps from:
package.json → npm installrequirements.txt → pip install -r requirements.txtCargo.toml → cargo buildGenerate usage examples based on:
README.md: Comprehensive template with all standard sectionsThe provided template includes:
# Project Title
Brief description
## Features
- Feature 1
- Feature 2
## Installation
Step-by-step instructions
## Usage
Examples and code snippets
## Contributing
Guidelines for contributors
## License
License reference
## Contact
How to reach maintainers
npx claudepluginhub nasa-ammos/slim --plugin slim-changelogGuides creation and improvement of README files for open-source or software projects. Follows community best practices for structure, badges, and quick-start sections.
Generates human-focused README files for projects. Activates on 'write README', 'create README', 'update README'.
Provides README.md templates and standards for generating, improving, or checking project documentation compliance. Activates on README creation, audits, or best practices mentions.