Loading...
Loading...
[Hyper] Create or refactor a project README.md by carefully reading the codebase. Detects project shape (CLI, library, web app, monorepo, plugin, framework, docs site, service), entry points, scripts, configuration, license, and existing docs, then produces a structured README in the project's primary documentation language. Use when the user wants a new README, a refactor of a stale README, or a section update grounded in the actual code.
npx skill4agent add alpoxdev/hypercore readme-maker<purpose>Read the project carefully, then write the README the project actually deserves.
README.mdreadme-makerREADME.mddocs-makerprd-makerseo-makerresearchversion-updategit-commitgit-makerreadme-makerCHANGELOG.mdCONTRIBUTING.mdLICENSEdocs-maker| Field | Contract |
|---|---|
| Intent | Produce or improve a |
| Scope | Own the target |
| Authority | User instructions and project-local docs ( |
| Evidence | Ground every install command, script invocation, file path, badge, and feature claim in a real file under the project. Do not invent commands or APIs. |
| Tools | Use read/edit/write and shell search ( |
| Output | A single written or updated |
| Verification | Run project-discovery, shape, language, and evidence checks from |
| Stop condition | Finish when checks pass and any uncertain claims are flagged with |
packages/colorgit-commitversion-updatedocs-makerprd-makerplanreadme-makerREADME.mddocs-makerreadme-makergit-commitgit-makerreadme-makergit-commitgit-maker| Situation | Mode |
|---|---|
Project has no | create |
| refactor |
| Specific sections need updating after a feature, rename, or move | update |
| A sub-package or workspace inside a monorepo needs its own README | create |
| README needs to align with the project's primary documentation language | refactor |
README.mdREADME.md| Phase | Task | Output |
|---|---|---|
| 0 | Confirm the deliverable is a | Mode decision |
| 1 | Scan project structure and detect shape ( | Project profile |
| 2 | Read existing README, | Evidence base |
| 3 | Pick sections, order, depth, and language ( | Section plan |
| 4 | Draft or refactor | Updated README |
| 5 | Run validation checks ( | Final README + summary |
AGENTS.mdCLAUDE.mdreferences/readme-templates.md<!-- TODO: confirm with maintainer -->| Category | Avoid |
|---|---|
| Fabrication | Install commands, scripts, environment variables, or APIs not present in the repo |
| Drift | Stale screenshots, broken links, deprecated commands left in place |
| Overload | Embedding full API references, long tutorials, or design docs inside the README |
| Tone | Marketing fluff, vague superlatives, hype the code does not support |
| Side effects | Editing source code, configs, or licenses while authoring the README |
| Extra files | Creating |
| Category | Required |
|---|---|
| Evidence | Every install/usage line maps to a manifest, script, source file, or existing doc in the repo |
| Shape match | Section selection matches the detected project type |
| Language match | README language matches the project's primary documentation language |
| Discoverability | Title, one-line description, install, and quickstart are above the fold |
| Verification | Validation checklist completed before claiming done |
references/readme-templates.md| Check | Rule |
|---|---|
| Evidence | Each command and path in the README exists in the repo |
| Shape | The selected template matches the actual project type |
| Language | README language matches existing project docs |
| Above the fold | Title, description, install, and quickstart appear within the first screen |
| No fabrication | No invented APIs, scripts, env vars, or external badges |
| Lean body | Long content is linked, not inlined |
| Translation pair | If the skill itself or other markdown was edited, English/Korean files stay aligned |
<!-- TODO -->