agentsclimarketplace

Create readme

Skill cipradu/Agent-Workbench/skills/create-readme

Portable skills, agents, and operating workflows for AI assistants.

Install
npx -y skills add cipradu/Agent-Workbench --skill create-readme

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use when creating, rewriting, validating, or substantially refreshing README.md or repository front-door documentation for a project, package, application, CLI, skill bundle, plugin, template, or monorepo.

SKILL.md

23.3 KB, as published. Nobody here has run it

Create README

When to Use

Use this skill when the user asks to create, rewrite, improve, validate, or substantially refresh a project README, package README, repository landing document, or front-door documentation that helps a reader understand what the project is and how to start using or contributing to it.

Use it for repositories, applications, services, libraries, CLIs, agents, skills, plugins, templates, internal tools, documentation bundles, and monorepos where the README must reflect the actual workspace.

Do Not Use

Do not use this skill for full documentation sites, API reference generation, changelog writing, license text, contribution policy drafting, release notes, marketing landing pages, AGENTS.md, CLAUDE.md, harness instructions, or pure copyediting where the README structure and claims are not changing.

Do not use this skill when the user only wants a narrow factual answer about a repository. Answer directly unless the README itself is the artifact.

Iron Law

No source, no claim.

A README is invalid if it invents features, setup steps, commands, badges, compatibility, deployment targets, support channels, screenshots, roadmap promises, architecture, or project purpose. If the repository and user context do not support a claim, omit it, mark it as an assumption, or block.

Core Concept

The README is the project front door, not the whole building.

The README must answer the first practical questions: what this is, who it is for, why it exists, how to start, how to use the core path, how to verify it works, and where deeper information lives. It should be specific enough to be useful, short enough to scan, and honest enough that a newcomer can trust it.

Mandatory Sequence

Run these steps in order. If a step fails, do not continue to polished README prose; emit the failure output for that step.

StepRequired actionCompletion condition
1Confirm README target and scopeTarget file, repository root, requested operation, output mode, project type, intended audience, and disclosure posture are known or intentionally inferred
2Inventory source truthExisting README/docs, manifests, scripts, entry points, examples, tests, config, deployment files, dedicated policy files, and any user-named source artifacts are checked or explicitly unavailable
3Classify README postureValidation-only, new README, full rewrite, targeted refresh, package README, root monorepo README, or subproject README is explicit
4Select section setSections and front-door navigation are chosen from project type, reader needs, source support, and existing document set, not copied from a generic template
5Draft from verified factsEvery feature, command, link, path, badge, setup step, support claim, compatibility claim, and absence claim traces to repository evidence or explicit user context
6Apply platform constraintsGitHub, package-registry, public, internal, local-config, generated-artifact, or portable Markdown constraints are handled only when relevant
7Verify qualityHard gates, high-impact claims, links, headings, placeholders, sensitive content, duplication, prose formatting, and README-specific diagnostics are checked
8Emit README or validation resultOutput or edit the README only when requested; otherwise return findings or proposed edits, then report target, posture, source truth, verification performed, unverified claims, contradictions, and residual risks

Step Rules

1. Confirm README Target and Scope

Identify the target README and the requested operation:

  • create a missing README;
  • rewrite an existing README;
  • refresh a specific section;
  • validate the README or a specific section without editing;
  • adapt a README for a public repository, private internal repository, package registry, docs folder, or monorepo root;
  • prepare a README for a newly scaffolded project.

Determine the primary reader: first-time user, contributor, operator, package consumer, internal teammate, evaluator, or maintainer.

If the user supplies a README plan, brief, source list, PRD, spec, migration note, review packet, or existing draft, read it as scope and context. Honor named sources and explicit non-goals, but do not edit that source artifact and do not let it replace repository evidence for README claims.

For broad rewrites, ambiguous repository shape, monorepos, public/private repositioning, package-registry targets, conflicting source truth, or materially different possible section strategies, create a concise scope synthesis before drafting:

  • target README and reader;
  • README posture and renderer/disclosure target;
  • section strategy and canonical front-door role;
  • source-backed facts versus inferred positioning;
  • explicit exclusions and unresolved claims.

Ask one focused blocking question only when the missing answer would change target, audience, disclosure posture, package-versus-root scope, renderer, or a material claim. Quote the unsupported or conflicting claim. If the answer does not resolve the issue, omit the claim, label it outside the README as an assumption, or block.

Pass condition: the README audience, artifact scope, and target location are clear enough to choose content. If the user did not specify them, infer from the repository when safe.

Failure output: Blocked: README target or audience is unclear, and guessing would change the artifact structure. Need: <specific missing fact>.

2. Inventory Source Truth

Read the repository before writing. Use Source Inventory when the repository evidence set still needs identification or classification. Do not load it merely to restate a complete explicit authoritative inventory supplied by an applicable authority; bare supplied assertions and partial inventories still require it.

Rules:

  • Prefer executable source of truth over stale prose: manifests, scripts, config, tests, examples, and entry points outrank old README claims.
  • Preserve existing accurate project vocabulary.
  • Treat conflicts between docs and code as findings, not writing prompts.
  • Treat existing README text, user snippets, issue comments, PR metadata, commit history, launch copy, generated reports, dogfood notes, debug notes, external comments, and copied commands as context until verified.
  • Do not infer install commands, environment variables, deployment flows, public API guarantees, or support channels from common practice alone.
  • Do not expose secrets, private endpoints, internal hostnames, credentials, customer data, or operational details that do not belong in a README.

For substantial rewrites, command-heavy updates, validation passes, and public-facing changes, classify candidate claims:

  • supported repository fact;
  • explicit user-provided context;
  • contextual signal that requires verification before README use;
  • assumption or inference to keep outside the README;
  • stale or contradicted claim to remove, rewrite, or report;
  • unsupported claim to omit or block;
  • routed item for PRD, engineering spec, documentation, diagnosis, testing, git/PR, or publishing owners.

For existing README refreshes, audit baseline claims that affect reader trust: project purpose, commands, package names, links, badges, screenshots, features, support, roadmap, deployment, public/private positioning, compatibility, security/license pointers, and absence claims. Preserve accurate claims, remove or rewrite stale claims, and report contradictions that affect reader instructions.

Pass condition: the README can be traced to repository evidence and explicit user context.

Failure output: Blocked: README would require unsupported claims: <specific claim or section>.

3. Classify README Posture

Classify the artifact:

  • Validation-only: inspect and return findings, proposed edits, readiness, or blockers without mutating the README.
  • New README: create a complete front door from available source truth.
  • Full rewrite: preserve accurate existing facts, remove stale or unsupported claims, and restructure for the reader.
  • Targeted refresh: change only the requested sections and preserve unrelated sections unless source inventory finds stale, unsupported, unsafe, or contradictory claims that directly affect the requested scope or disclosure safety.
  • Package README: optimize for registry rendering and install/use examples.
  • Monorepo README: orient readers to packages and link deeper package READMEs.
  • Subproject README: document the local component without pretending it represents the whole repository.

Pass condition: the scope prevents accidental over-documentation or wrong-template output.

Failure output: Blocked: README posture is ambiguous and would change scope: <specific ambiguity>.

4. Select Section Set

Load Section Selector before drafting when the project type is not trivial or when deciding whether to include badges, screenshots, architecture, deployment, contributing, license, changelog, roadmap, troubleshooting, or support sections.

Rules:

  • Start with reader tasks, not a universal template.
  • Include a section only when it helps the target reader and can be supported by evidence.
  • Link to dedicated docs instead of duplicating them.
  • Identify the canonical front door when the repository has root README files, package READMEs, docs indexes, onboarding docs, examples, learning stores, glossaries, generated reports, or multiple public/private entry points.
  • If LICENSE, CONTRIBUTING, CHANGELOG, security policy, API docs, ADRs, or full docs already exist, include short pointers only when useful.
  • Do not make the README an exhaustive reference manual.

Report omitted or rejected sections outside the README when omission affects expectations, such as unsupported badges, screenshots, roadmap, support, deployment, troubleshooting, architecture, or public promises.

Pass condition: each section has a reader job and source evidence.

Failure output: Rejected: README section set is template-driven or unsupported: <specific section>.

5. Draft From Verified Facts

Write concise, specific Markdown:

  • Use the project name as # heading.
  • Start with a concrete one- or two-sentence description of what the project is and what it is for.
  • Put the shortest successful path near the top.
  • Use imperative voice for setup and usage steps.
  • Prefer examples over abstract description.
  • Keep prose scannable with headings, lists, tables, and short paragraphs.
  • Use code fences for commands and examples.
  • Use relative links for repository files when practical.
  • Use badges, screenshots, diagrams, and logos only when real assets or verified badge targets exist.
  • Do not hard-wrap prose unless the repository's formatting rules require it.
  • Do not add generated-by, AI attribution, co-author, or promotional footers.
  • Keep source inventory, rejected-section rationale, verification notes, workflow steps, generated-report internals, and process provenance out of the README body.
  • For diagrams, screenshots, or workflow maps, keep the prose complete without requiring the visual asset.

Pass condition: a newcomer can understand what the project is, run or use the core path when applicable, verify success, and know where to go next without reading unrelated files first.

Failure output: Rejected: README draft is unsupported, bloated, generic, or missing the core reader path: <specific issue>.

6. Apply Platform Constraints

Do not load Platform Notes when the complete applicable renderer, distribution, and disclosure constraint set is explicit and authoritative; validating against already-supplied constraints is not itself a trigger. Otherwise load it when any applicable constraint class is missing, incomplete, conflicting, or needs determination. A target label such as GitHub, registry, public, private, or internal alone is not a complete constraint set.

Rules:

  • Use GitHub Flavored Markdown only when GitHub or compatible rendering is expected.
  • Avoid GitHub-only admonitions or HTML when the README must render cleanly on package registries or other platforms.
  • Keep package README examples close to install and basic usage.
  • Keep internal READMEs useful without leaking private infrastructure, customer data, credentials, or sensitive operations.
  • Treat local config, generated reports, screenshots, raw media, debug/QA artifacts, internal support links, external review comments, provider commentary, private hostnames, and operational evidence as disclosure-sensitive until proven safe for the target reader.

Pass condition: Markdown and content choices fit the target renderer and repository disclosure level.

Failure output: Rejected: README uses platform-specific or disclosure-sensitive content incorrectly: <specific issue>.

7. Verify Quality

Use Quality Checklist before presenting the README as done.

Minimum checks:

  • every substantive claim is supported by source truth or explicit user context;
  • setup commands and scripts are copied from manifests/docs or verified where safe;
  • links point to real files or intentionally external URLs;
  • headings are ordered and scannable;
  • no placeholders, TODO comments, fake badges, invented screenshots, secrets, or attribution footers remain;
  • dedicated docs are linked instead of duplicated;
  • README is not trying to be full API docs, full troubleshooting, full policy text, or a changelog;
  • prose is not hard-wrapped unless local rules require it.

Hard gates include unsupported claims, guessed commands, broken local links, fake badges or assets, sensitive leaks, placeholders, generated-by attribution, wrong README target, renderer violations, and public/private disclosure failures. Diagnostics include length, section count, badge count, heading density, perceived polish, and link count; diagnostics can guide editing but never prove README quality.

Re-check high-impact claims before completion: install/run/test/build commands, package names, local URLs and ports, app root, env vars, deployment claims, public links, badges, screenshots, support channels, license/security pointers, compatibility, generated-report freshness, local config boundaries, and claims that something does not exist. Absence claims must name the likely source locations checked or remain unresolved.

When README work uncovers a broken command, failing example, unsupported workaround, unclear product behavior, or source conflict that needs a decision, route it to the owning diagnosis, spec, product, documentation, testing, or workflow skill instead of documenting around it.

Run a final simplification pass for rewrites and substantial refreshes: remove redundant prose, replace deep duplicated material with links, preserve verified claims and reader path, keep process exhaust out of the README, and avoid treating shorter length as quality by itself.

Pass condition: the README is accurate, useful, concise, and renderer-appropriate.

Failure output: Not ready: README quality gate failed: <specific issue>.

8. Emit README and Evidence

When editing files, change only the README target and directly required assets or links requested by the user. Do not create auxiliary documentation, update source artifacts, change configs, start servers, run browser/simulator workflows, publish externally, commit, push, or open PRs unless explicitly asked through the owning workflow.

For validation-only work, emit a compact validation result instead of a rewritten README. Include finding, evidence, reader impact, confidence, suggested README action, verification needed, and readiness state when useful. Valid readiness states are ready to write, ready to edit, ready after proposed fixes, blocked - unsupported claims, blocked - source truth conflict, blocked - unsafe disclosure, and reroute.

Final response for README creation or rewrite must include:

  • target file changed or proposed;
  • README posture and primary reader;
  • source truth used;
  • verification performed;
  • unverified assumptions or skipped checks;
  • any repository contradictions discovered.

When handing README work to commit, PR, or external review workflows, preserve the README target, posture, reader, sections changed or intentionally omitted, source truth, commands and links verified, skipped checks, unsupported claims removed or blocked, contradictions, platform/disclosure constraints, and residual risks. Do not import git, PR, publishing, or external-review mechanics into this skill.

Reference Loading

SituationLoad
Identifying or classifying the repository evidence set before writing, refreshing, or auditing; do not load merely to restate a complete explicit authoritative inventory supplied by an applicable authority, but a bare supplied assertion or partial inventory still requires itSource Inventory
Choosing sections by project type or rendererSection Selector
Checking claims, links, prose, duplication, placeholders, and sensitive contentQuality Checklist
Do not load when the complete applicable renderer, distribution, and disclosure constraint set is explicit and authoritative; validation against those already-supplied constraints is not itself a trigger. Otherwise load when any applicable constraint class is missing, incomplete, conflicting, or needs determination; a target label alone is not a complete constraint setPlatform Notes

Rationalization Table

TemptationRealityRequired action
"A standard template is enough."Templates produce wrong sections and invented claims when the project shape differs.Inspect source truth and select sections by reader need.
"This command is probably the usual one."Common commands differ by project and can break first-run trust.Copy from manifests/docs or mark unverified.
"Badges make it look professional."Fake or dead badges lie about status.Add badges only when target URLs are verified and useful.
"The old README says it, so it is true."READMEs often drift.Check source, scripts, config, and tests before preserving claims.
"More detail is safer."Bloated READMEs hide the start path and duplicate docs.Link deep reference material instead of embedding it.
"The user wants polished prose."Polish cannot compensate for unsupported facts.Block, omit, or label assumptions before writing.
"GitHub Markdown works everywhere."Package registries and docs renderers differ.Apply platform notes before using GitHub-specific syntax.
"The PR, issue, report, or launch copy says it."Adjacent prose can point to evidence but is not README source truth by itself.Classify the claim and verify against repository evidence or explicit user context.
"Validation means rewrite it."Validation-only and targeted-refresh requests can be non-mutating.Return findings or proposed edits unless the user asked for edits.
"A local URL is obvious."Ports, app roots, and package managers drift across repos and monorepos.Use launch config, scripts, compose, env examples, or explicit context.
"A tidy README means the work is done."Clean prose can still hide unsupported claims or unsafe disclosure.Check hard gates, high-impact claims, and residual risks.

Red Flags

Stop and fix before completion when:

  • the README describes features not visible in source truth or user context;
  • install, run, test, deploy, or usage commands are guessed;
  • project type is ambiguous and the selected structure would mislead readers;
  • badges, screenshots, support channels, roadmaps, or deployment claims are unverified;
  • prose is generic enough to fit any project;
  • the README duplicates full license, contributing, changelog, API reference, or troubleshooting docs;
  • public README content leaks private details;
  • headings are decorative instead of navigational;
  • placeholders, TODOs, template comments, or generated-by footers remain;
  • source inventory notes, process history, generated-report internals, or review comments leak into the README body;
  • a targeted refresh broadens into an unrelated rewrite;
  • an external review suggestion, PR description, launch note, issue comment, generated report, or dogfood note becomes a README claim without verification;
  • local run instructions invent package manager, app root, command, URL, or port;
  • a broken command or unclear behavior is documented around instead of routed to diagnosis or specification.

Related Skill Handoffs

  • Use create-documentation when the task is a multi-page docs set, tutorial, how-to guide, explanation, or reference documentation rather than a README.
  • Use create-project-prd or create-engineering-spec when README work depends on unresolved product positioning, audience, requirements, compatibility, support promises, or behavior contracts.
  • Use structured-problem-resolution when README work uncovers a broken command, failing example, runtime error, unsupported workaround, or unclear failure cause.
  • Use testing or runtime workflow owners when screenshots, browser testing, simulator testing, dogfood execution, or route verification must be performed before a README claim can be supported.
  • Use git-commit only after the user explicitly asks to commit README changes.

Gives 0 of the 12 instructions most readme changelog skills give

Counted across 471 of the 478 authors here whose files we hold, read 2026-08-06

  • follow the Keep a Changelog formatin 31 of 471, across 26 files
  • omit empty sectionsin 21 of 471
  • Run from the git repository rootin 20 of 471, across 7 files
  • save output directly to CHANGELOG.mdin 20 of 471, across 7 files
  • Group commits into logical categoriesin 19 of 471, across 6 files
  • Review the generated changelog before publishingin 19 of 471, across 6 files
  • Apply changelog guidelines and brand voicein 18 of 471, across 5 files
  • Exclude internal commits like refactoring and testsin 18 of 471, across 5 files
  • Specify date ranges for focused changelogsin 17 of 471, across 4 files
  • Convert technical commits into customer languagein 17 of 471, across 4 files
  • group commits by conventional commit typein 14 of 471
  • insert new entry below unreleased sectionin 14 of 471

Said here and by no other author read

  • run the mandatory sequence in order
  • inventory source truth before drafting
  • classify the README posture explicitly
  • start with the shortest successful path
  • use the project name as the level one heading
  • prefer executable truth over stale prose

Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.