description, arguments
| description |
arguments |
| Create / Update a professional README |
| name |
description |
required |
default |
| folder_path |
The folder path where the README.md should be created/updated |
false |
repository root |
|
|
README Command
Create or update a professional README.md file.
Usage
Instructions
- If the
folder_path argument is provided, use that as the target directory. Otherwise, use the repository root.
- Analyze the contents of the specified folder to understand the project structure and purpose.
- Create or update the README.md file in that folder with:
- Clear project title and description
- Installation instructions (if applicable)
- Usage examples
- Key features
- Project structure overview
- Any other relevant sections based on the folder contents
- Ensure the README is well-formatted using proper markdown syntax.
- Keep it brief and to the point
- DO NOT use emoji unless it is relevant (like ✅, ❌, 🟢, 🔴, etc.)
- NO code of conduct and NO contributing