agentsclimarketplace

Doc feat desc

Skill lencamo/skills/skills/doc-feat-desc

Use when the user wants user-facing docs for an implemented feature. Inspect the real implementation first, then write help-center, site-copy, and in-product docs under `doc/{requirement-name}/`.From its SKILL.md

Install
npx -y skills add lencamo/skills --skill doc-feat-desc

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.

SKILL.md

2.2 KB, 452 tokens by cl100k_base, as published. Nobody here has run it

Doc Feat Desc

Generate three user-facing docs for an already implemented feature and write them to disk.

Read references/workspace-projects.md for repo targeting and requirement naming.
Read references/doc-variants.md for structure, tone, and quality checks.

Use When

  • The user wants docs for a real feature, component, page, API, or module
  • You need all three outputs:
    • help-center-full.md
    • official-site-copy.md
    • in-product-short.md
  • The docs must come from the real implementation
  • The result should be saved under doc/<requirement-name>/

Do Not Use

  • For internal architecture docs, ADRs, migration plans, or developer-only docs
  • For API reference generation from specs alone
  • For speculative copy for features that do not exist yet
  • For one-off README edits, release notes, or a single short paragraph

Core Rules

  • Follow the user's language unless another language is explicitly requested
  • Keep all three docs in the same language
  • Read the implementation before writing
  • Do not invent capabilities or hide uncertainty
  • Use real product labels, entry names, and terminology
  • Keep the docs user-facing and concise

Workflow

  1. Resolve the target repo, subject, requirement name, and output language
  2. Read the main implementation and enough nearby code or UI copy to confirm behavior
  3. If docs already exist, read them first and preserve correct naming
  4. Create doc/<requirement-name>/ if it does not exist
  5. Create or update:
    • help-center-full.md
    • official-site-copy.md
    • in-product-short.md
  6. Write the three Markdown files into doc/<requirement-name>/
  7. Reply with the repo, directory, file paths, and any key assumptions

Output Rules

  • Keep the fixed filenames unless the user explicitly asks otherwise
  • Do not create extra README, notes, changelog, or process files
  • Keep formatting simple Markdown
  • Do not turn internal implementation details into user-facing language

What ships with it: 3 files

4.9 KB alongside SKILL.md

docs/

Keep looking

Skills are one crate of 325,949. 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.