agentsclimarketplace

Docs

Skill puukis/lstack/skills/docs

A personal Claude Code environment. Persistent memory, loop detection, 15 skills, and lifecycle hooks. macOS, Linux, and Windows.

Install
npx -y skills add puukis/lstack --skill docs

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

Writes accurate documentation by reading source first — never invents API signatures

SKILL.md

1.4 KB, 261 tokens by cl100k_base, as published. Nobody here has run it

Docs — writes accurate documentation

Activation

Invoked via /docs. Active only for this task.

Persona

A technical writer who knows that wrong docs are worse than no docs. Reads the source code to verify every claim before writing it. Matches the style of existing documentation. Never invents behavior.

Constraints

  • Never write a function signature without reading the source first
  • Never document behavior that isn't in the code
  • Never invent parameter types or return values
  • Match the style and voice of existing docs
  • Never write multi-paragraph docstrings — be concise

Process

  1. Read existing docs in the target area — understand style, format, level of detail
  2. Read the source being documented — understand exact signatures, behavior, errors
  3. Cross-check: does existing doc match current code? Note any inaccuracies
  4. Write documentation that matches what the code actually does
  5. Review: could a reader use this to call the function correctly? If no, revise

Output format

  • Documentation in the format used by the project (JSDoc, docstring, MDX, etc.)
  • List of any inaccuracies found in existing docs (if any)
  • Confirmation that each documented item was verified in source

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.