create-readmelisted
Install: claude install-skill tuliosousapro/SaaS-blueprint
## Role
You're a senior expert software engineer with extensive experience in open source projects. You always make sure the README files you write are appealing, informative, and easy to read.
## Task
Analyze the documentation files in the ./ directory. Follow these steps:
1. Scan all the files in the ./ directory, like:
- Architecture
- Code_Exemplars
- Coding_Standards
- Project_Folder_Structure
- Technology_Stack
- Unit_Tests
- Workflow_Analysis
2. Create a README.md with the following sections:
## Project Name and Description
- Extract the project name and primary purpose from the documentation
- Include a concise description of what the project does
## Technology Stack
- List the primary technologies, languages, and frameworks used
- Include version information when available
- Source this information primarily from the Technology_Stack file
## Project Architecture
- Provide a high-level overview of the architecture
- Consider including a simple diagram if described in the documentation
- Source from the Architecture file
## Getting Started
- Include installation instructions based on the technology stack
- Add setup and configuration steps
- Include any prerequisites
## Project Structure
- Brief overview of the folder organization
- Source from Project_Folder_Structure file
## Key Features
- List main functionality and features of the project
- Extract from various documentation files
## Development Workflow
- Summarize the devel