원클릭으로
slim-readme
Create a comprehensive README.md template for your project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a comprehensive README.md template for your project
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Add badges to a repository, README, or document. Ships with authorship badges (100% Human Made, AI-assisted, AI-generated, AI-autonomous) and the SLIM Best Practices badge, and is extensible to any badge. Use when a user wants to add, choose, or generate a badge for a project or document.
Launch your own customized best-practices marketplace by rebranding the slim-framework. Prompts the user for project name, logo, organization, and branding, then clones a fresh copy of the NASA-AMMOS/slim-framework repository and customizes that clone — without modifying the repository this skill is run from. Use when you want to stand up your own marketplace website based on the framework.
Sets up a folder based project-aware workspace area on local disk with date-organized dynamic folders for project-aware skill execution and a static folder for relevant information about a project such as personnel, project background, meeting information, products, repos etc. This skill is a foundation skill that sets up structures that allow other AI skills to operate within a project-aware workspace with automatic date-based folder management. For example, skills such as generating executive summaries, writing meeting notes, writing meeting agendas or other skills that involve working with third-party services to coordinate complex behaviors can benefit from the skill.
Meta-skill for creating and integrating new Claude skills into the SLIM marketplace with dependency tracking and automated registry updates. Use when users want to create custom skills, develop specialized workflows, build skill templates, add new capabilities to SLIM, or integrate skills with marketplace infrastructure.
Comprehensive workflow for rebranding SLIM-based Docusaurus websites for domain-specific projects. Handles hero customization, registry imports from external SLIM instances, page template generation, and complete website configuration. Creates customized SLIM forks with domain-specific branding, marketplace entries, and documentation. Includes detailed plan templates and step-by-step guides with git workflow and iterative build testing.
Autonomous website generator skill for creating customized Docusaurus documentation websites. Analyzes project content, generates intelligent website structure, and validates changes with iterative build testing until successful. Creates git branch and commits with clear messages. Auto-detects project type and customizes accordingly. Use when generating project documentation websites, creating content-driven sites, or automating website creation with build validation.
| name | slim-readme |
| description | Create a comprehensive README.md template for your project |
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