agentsclimarketplace

Living docs

Skill jensenhuangyankai/living-docs-skill/skills/living-docs

Bootstrap, navigate, update, and align source-linked living docs. Use when the user mentions docs, design docs, architecture docs, keeping docs in sync, asks what docs already exist, needs missing docs created, or wants to grill, stress-test, or clarify a codebase plan before implementation.From its SKILL.md

Install
npx -y skills add jensenhuangyankai/living-docs-skill --skill living-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.

SKILL.md

1.7 KB, 328 tokens by cl100k_base, as published. Nobody here has run it

Living Docs

Single entrypoint for the living-docs workflow. It can also align a proposed change against the repo's documented language before implementation begins.

Infer the Mode

Choose the mode from the request and repository state. Do not ask the user to pick unless the situation is genuinely ambiguous.

  • Align: The user has a plan, feature idea, or design direction and wants it grilled, stress-tested, clarified, or aligned before building. Load align.md.
  • Bootstrap: No living-docs system exists yet. Load bootstrap.md.
  • Navigate: The repo already has docs and you need context. Load navigate.md.
  • Update: Code changed and the docs must be synchronized. Load update.md.

Rules

  • Pick one mode first. Do not load every reference file up front.
  • Treat "docs", "design docs", "architecture docs", and similar wording as a likely trigger for this skill.
  • Treat "grill", "stress-test", "align before build", "clarify the plan", and "interview me" as Align mode triggers when a codebase is involved.
  • Search first and read only the relevant docs or templates.
  • Prefer the smallest accurate docs update over broad rewrites.

Helpers

  • Scaffold docs: scripts/scaffold-docs.sh
  • List changed files: scripts/list-changed-files.sh
  • Match changed files to docs: scripts/match-source-files.py

What ships with it: 24 files

23.0 KB alongside SKILL.md, 3 of them executable

Keep looking

Skills are one crate of 326,852. 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.