agentsclimarketplace

Grill with docs

Skill kimtth/agent-skill-100-lines-or-less/skills/grill-with-docs

Use when: verify claims or API usage against fetched official documentation, not memory.From its SKILL.md

Install
npx -y skills add kimtth/agent-skill-100-lines-or-less --skill grill-with-docs

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.
  • 2 stars2 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.1 KB, 199 tokens by cl100k_base, as published. Nobody here has run it

Goal: ground assertions in current docs before acting on them.

Use for:

  • API signatures, config options, or behavior you are unsure of
  • code that depends on version-specific details
  • claims that sound right but were never checked

Workflow:

  1. Identify the specific claim that must be verified.
  2. Locate the authoritative doc or source for it.
  3. Fetch and read the relevant section, not a summary.
  4. Compare the claim to what the doc actually states.
  5. Note version, defaults, and edge cases that apply.
  6. Correct the claim and cite the source you used.

Check for:

  • deprecated or renamed APIs
  • default values and required parameters
  • version differences from your assumption
  • behavior at boundaries and on error

Rules:

  • prefer primary docs over blog posts or memory
  • quote the exact behavior, do not paraphrase loosely
  • if docs conflict with code, trust verified runtime behavior
  • record which version the answer applies to

What ships with it

Read from the repository

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

Keep looking

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