Overview
- Skill Key
- fratua/readme-generator
- Author
- Sovereign Skills
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/fratua/readme-generator
- Latest Commit SHA
- c84a7f1929295d33dffbc573e1e687aa0b3127e3
Generate a production-quality README.md by analyzing project structure, framework, and code
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 readme-generator 技能。 若已安装,则直接安装 readme-generator 技能。
# readme-generator — Production-Quality README Generator Analyze a project's structure and generate a comprehensive, framework-aware README.md. ## Steps ### 1. Analyze Project Structure Read these files (if they exist): - `package.json` / `pyproject.toml` / `Cargo.toml` / `go.mod` — name, description, version, deps - `tsconfig.json` — TypeScript config - `docker-compose.yml` / `Dockerfile` — containerization - `.github/workflows/` — CI/CD - `LICENSE` / `LICENSE.md` — license type - Entry points: `src/index.*`, `src/main.*`, `app.*`, `main.*`, `index.*` - `tests/` / `test/` / `__tests__/` / `spec/` — test setup ```bash # Get file tree (depth 3, ignore common dirs) find . -maxdepth 3 -not -path '*/node_modules/*' -not -path '*/.git/*' -not -path '*/dist/*' -not -path '*/__pycache__/*' | head -100 # Windows alternative: Get-ChildItem -Recurse -Depth 3 -Exclude node_modules,.git,dist,__pycache__ | Select-Object -First 100 FullName ``` ### 2. Detect Framework & Ecosystem | Signal | Framework | |--------|-----------| | `next.config.*` or `"next"` in deps | Next.js | | `"express"` in deps | Express.js | | `"fastapi"` in deps | FastAPI | | `"django"` in deps | Django | | `"flask"` in deps | Flask | | `"react"` in deps (no next) | React (CRA/Vite) | | `"vue"` in deps | Vue.js | | `"svelte"` in deps | SvelteKit | | `Cargo.toml` with `[[bin]]` | Rust CLI | | `Cargo.toml` with `actix-web`/`axum` | Rust Web | | `go.mod` | Go | ### 3. Determine Install & Run Commands Based on detected ecosystem: **Node.js:** Check for lockfiles to determine package manager. - `pnpm-lock.yaml` → `pnpm install` / `pnpm dev` - `yarn.lock` → `yarn` / `yarn dev` - `package-lock.json` → `npm install` / `npm run dev` - Read `scripts` in package.json for available commands. **Python:** Check for pip, poetry, pipenv. - `poetry.lock` → `poetry install` / `poetry run ...` - `Pipfile` → `pipenv install` / `pipenv run ...` - `requirements.txt` → `pip install -r requirements.txt` **Rust:** `cargo b...
aicodelion
🚀 Clone your OpenClaw AI Agent to a new device in ~25 minutes — configs, memory, skills, everything.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
cacheforge-ai
⚡ SOTA agent skills for OpenClaw — observability, security, code quality, incident response, and more. Built by Anvil AI.
zjianru
OpenClaw Skill: Safely restart the Gateway with context preservation, guardian watchdog, and multi-channel notification
jgm2025
Automated Linux server patching with PatchMon integration for OpenClaw
cyrustmods
🛡️ Audit and verify OpenClaw skills for safety, ensuring quality with 395 safe skills from an in-depth analysis of over 4,000 entries.