1.1 KiB
1.1 KiB
description, arguments
| description | arguments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Create / Update a professional README |
|
README Command
Create or update a professional README.md file.
Usage
/common:readme
/common:readme folder_path=./path/to/folder
/common:readme folder_path=plugins/common
Instructions
- If the
folder_pathargument 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