一键导入
readme-generator
Generates professional README.md files for projects with customizable templates
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generates professional README.md files for projects with customizable templates
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | readme-generator |
| description | Generates professional README.md files for projects with customizable templates |
| version | 1.0.0 |
| author | cli_sync |
This skill generates comprehensive README.md files for projects. It provides customizable templates for different project types including Python, Node.js, CLI tools, and libraries. The generated READMEs follow best practices and include all essential sections.
project_name: Name of the project (required)project_type: Type of project - python, nodejs, cli, library, or generic (optional, default: "generic")description: Brief description of the project (optional)author: Author name (optional, default: "Unknown")include_screenshots: Whether to include screenshot placeholders (optional, default: true)license: License type (optional, default: "MIT")readme_generator --project_name "my_project" --project_type "python"
readme_generator --project_name "my_cli_tool" --project_type "cli" --description "A powerful CLI tool" --author "John Doe" --license "MIT"
readme_generator --project_name "my_library" --project_type "library" --include_screenshots false
Includes: Installation, Usage, Testing, Contributing sections
Includes: Installation, CLI usage, API reference, Scripts
Includes: Installation (via Homebrew/npm), Commands reference, Examples
Includes: API documentation, Examples, Type definitions
Includes: Basic sections suitable for any project type
All templates include: