mcpbeat

Small Fix

nvidia/small-fix

Make a small, reviewable NeMo Relay bug fix without widening scope unnecessarily

261 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
102
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/NVIDIA/NeMo-Relay --skill small-fix

The instruction itself

5 sections, as written by the author

Contribute A Small Fix

Companion Guidance

Use karpathy-guidelines alongside this skill for implementation or review

work. Keep changes scoped, surface assumptions, and define focused validation

before editing.

Use this skill for narrowly scoped bug fixes or behavior corrections.

Rules

  • Reproduce or identify the failing behavior first
  • Keep the change as small as possible
  • Avoid opportunistic refactors unless they are required to fix the bug safely
  • Add or update the smallest meaningful test that proves the fix

Checklist

  • [ ] Scope of the fix is explicit
  • [ ] Affected language surfaces are understood
  • [ ] A regression test or focused validation path exists
  • [ ] Docs updated if public behavior changed
  • [ ] PR notes can explain what failed before and why the fix is safe

References

  • CONTRIBUTING.md
  • validate-change

How to use it

Copy the folder

Take nvidia/small-fix from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.