agentsclimarketplace

Doc misc update

Skill JasonWarrenUK/goblin-mode/skills/doc-misc-update

{{ ƔƔƔ }} Update an existing documentation file to reflect recent code changesFrom its SKILL.md

Install
npx -y skills add JasonWarrenUK/goblin-mode --skill doc-misc-update

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

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 5 stars5 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.6 KB, 259 tokens by cl100k_base, as published. Nobody here has run it

Analyse recent code changes and update the specified documentation file. (For READMEs specifically, use doc-readme — this skill covers everything else: technical overviews, ADRs, guides.)

Steps

  1. Resolve the doc from $ARGUMENTS (a path, or a name to Glob for under docs/). If nothing was given or nothing matches, ask — do not guess which doc was meant.

  2. Read the doc to understand its structure and style, then gather what changed in one command:

    "$HOME"/.claude/library/scripts/git-doc-history.sh {doc-path} {scope-dir}
    

    Pass the code directory the doc describes as the scope (default: the doc's own directory, which is rarely right for docs living under docs/ — pick the source dir it documents).

  3. Identify specific updates needed: outdated sections, missing coverage of new behaviour, stale examples.

  4. Generate updates preserving the existing structure; show a diff; apply on approval.

  5. Update any timestamp in the doc's frontmatter.

Notes

  • Match the existing documentation style; British spelling.
  • Don't remove content unless it is genuinely obsolete.
  • If nothing needs updating, say so plainly.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

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.