plugins/hypercore/skills/readme-maker/SKILL.md
[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 Korean README by default, unless the user requests another language or an existing README must preserve its current 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 skillsauth add alpoxdev/hypercore readme-makerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
@rules/project-discovery.md @rules/section-design.md @rules/validation.md @references/readme-templates.md
Read the project carefully, then write the README the project actually deserves.
<output_language>
Default all user-facing deliverables, saved artifacts, reports, plans, generated docs, summaries, handoff notes, commit/message drafts, and validation notes to Korean, even when this canonical skill file is written in English.
Preserve source code identifiers, CLI commands, file paths, schema keys, JSON/YAML field names, API names, package names, proper nouns, and quoted source excerpts in their required or original language.
Use a different language only when the user explicitly requests it, an existing target artifact must stay in another language for consistency, or a machine-readable contract requires exact English tokens. If a localized template or reference exists (for example *.ko.md or *.ko.json), prefer it for user-facing artifacts.
</output_language>
<purpose>README.md grounded in the real codebase, not boilerplate.<routing_rule>
Use readme-maker when the primary deliverable is a README.md (root or sub-package) for a project, library, CLI, plugin, workspace, framework, docs site, or service.
Route neighboring work elsewhere:
docs-maker when the output is a general doc, runbook, instruction base, or harness rule pack.prd-maker when the output is a product planning package (PRD, diagram, feature spec, user flow, wireframe).seo-maker when the output is an SEO/AEO/GEO audit or marketing-page optimization.research when the job is pure fact-finding with no README artifact.version-update when the main job is bumping a version or producing release notes.git-commit or git-maker when the main job is committing a README change after the README is finalized.Do not use readme-maker when:
CHANGELOG.md, CONTRIBUTING.md, LICENSE, or other non-README filedocs-maker)</routing_rule>
<instruction_contract>
| Field | Contract |
|---|---|
| Intent | Produce or improve a README.md that reflects the real shape, install, usage, and constraints of the target project. |
| Scope | Own the target README.md (root or package) and a short summary; do not edit source code, configuration, license, or unrelated docs unless the user asks. |
| Authority | User instructions and project-local docs (AGENTS.md, CLAUDE.md, root README, package manifests) outrank generic README conventions and external templates. |
| 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 (find, grep, ls) only inside the project. Do not run install, build, deploy, or release commands as part of authoring. |
| Output | A single written or updated README.md, plus a short summary noting which files were inspected and which sections changed. |
| Verification | Run project-discovery, shape, language, and evidence checks from rules/validation.md before completion. |
| Stop condition | Finish when checks pass and any uncertain claims are flagged with <!-- TODO -->; escalate when project shape is ambiguous, license is unclear, or commands cannot be verified from the repo. |
</instruction_contract>
<activation_examples>
Positive requests:
packages/color workspace in this monorepo."Negative requests:
git-commit/version-update paths instead.docs-maker.prd-maker or plan.Boundary requests:
readme-maker only when the output is a README.md. Use docs-maker when the output is a guide, runbook, or instruction base.readme-maker for the README itself; route the commit to git-commit or git-maker after the README is finalized.readme-maker, then commit via git-commit/git-maker.)</activation_examples>
<trigger_conditions>
| Situation | Mode |
|------|------|
| Project has no README.md | create |
| README.md exists but is stale, generic, or contradicts current code | 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 Korean-by-default language alignment, or must preserve an explicitly requested/existing documentation language | refactor |
</trigger_conditions>
<supported_targets>
README.md of an app, library, CLI, plugin, framework, docs site, or service.README.md inside a monorepo workspace.</supported_targets>
<workflow>| Phase | Task | Output |
|------|------|------|
| 0 | Confirm the deliverable is a README.md; pick create/refactor/update | Mode decision |
| 1 | Scan project structure and detect shape (rules/project-discovery.md) | Project profile |
| 2 | Read existing README, AGENTS.md, CLAUDE.md, license, manifests, and entry points | Evidence base |
| 3 | Pick sections, order, depth, and Korean-by-default language handling (rules/section-design.md) | Section plan |
| 4 | Draft or refactor README.md using grounded examples and Korean-default templates from references/readme-templates.md / .ko.md | Updated README |
| 5 | Run validation checks (rules/validation.md) and write the completion summary | Final README + summary |
references/readme-templates.md into Korean by default or use references/readme-templates.ko.md when available.<!-- TODO: confirm with maintainer --> instead of fabricating.| 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 CHANGELOG.md, CONTRIBUTING.md, or other docs unless the user asks |
| 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 prose is Korean by default, or matches the user-requested/existing target language when preservation is required | | Discoverability | Title, one-line description, install, and quickstart are above the fold | | Verification | Validation checklist completed before claiming done |
</required><structure_blueprint>
Default Korean README outline (adapt by project type per references/readme-templates.md / .ko.md):
</structure_blueprint>
<validation>| 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 is Korean by default, with non-Korean output only for explicit user request or existing target-language preservation | | 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 |
Must-pass thresholds:
<!-- TODO -->, not fabricatedtesting
Use this skill when the user asks to create a GitHub issue and move the current AI session onto its matching branch, or when the user provides an existing GitHub issue number/URL and wants the matching branch checked out without extra confirmation. If invoked with no issue/topic, ask what issue to create. Do not use for commit-only, push-only, PR review, or detached worktree management.
development
Use this skill when the user asks to create or update a project-specific DESIGN.md design system document for AI agents, including visual direction, tokens, components, layout, interaction, motion, and light/dark mode variants from user requests, project UI evidence, or design references. Do not use for README/docs authoring, product requirements, architecture rules, or implementing UI code.
testing
Use this skill when the user asks to create a GitHub issue and move the current AI session onto its matching branch, or when the user provides an existing GitHub issue number/URL and wants the matching branch checked out without extra confirmation. If invoked with no issue/topic, ask what issue to create. Do not use for commit-only, push-only, PR review, or detached worktree management.
development
Use this skill when the user asks to create or update a project-specific DESIGN.md design system document for AI agents, including visual direction, tokens, components, layout, interaction, motion, and light/dark mode variants from user requests, project UI evidence, or design references. Do not use for README/docs authoring, product requirements, architecture rules, or implementing UI code.