Grinv

47 mods across 5 repositories, 11 stars between them.

changelog-style

01

Grinv/tmdb-mcp

Skill Claude CodeCodex

Turn a commit range into CHANGELOG.md entries following common-changelog style. Use when finishing a PR or cutting a release, to write/fix the [Unreleased] section's entries — moving [Unreleased] under a new dated version heading is a separate, automated step (see the release skill / scripts/sync-version.mjs), not…

4 8d ago A 78 tokens original MIT

Grinv/tmdb-mcp

Skill Claude CodeCodex

Check README/manifest.json/server.json/CHANGELOG.md/AGENTS.md and docs/.md for drift against the actual registered tools and source. Use after adding, renaming, or removing a tool, or as part of a live-audit pass.

4 8d ago A 56 tokens original MIT

Grinv/tmdb-mcp

Skill Claude CodeCodex

Make sure a mocked-fetch test fixture mirrors TMDB/OMDb's real response shape, not just whatever fields make the current code pass. Use before writing or changing a fixture in src/tests/.test.ts.

4 8d ago A 49 tokens original MIT

live-audit

04

Grinv/tmdb-mcp

Skill Claude CodeCodex

Repo-specific playbook, for any agent/model working on this repo (not tied to a particular harness — see AGENTS.md's own framing). Use it when asked to test/audit/smoke-test the published tmdb-mcp package, hunt for bugs or edge cases, or repeat "the same kind of testing as before.".

4 8d ago A 0 tokens original MIT

prompt-check

05

Grinv/tmdb-mcp

Skill Claude CodeCodex

Live-test every MCP Prompt in src/prompts.ts through the real MCP protocol (not a static read) across every argument combination, including every enum value. Use when a prompt is added or its argument-handling logic changes, or as part of a live-audit pass.

4 8d ago A 58 tokens original MIT

release

06

Grinv/tmdb-mcp

Skill Claude CodeCodex

Cut a release of tmdb-mcp — draft CHANGELOG entries, check docs/metadata consistency, then bump/tag/push. Use when asked to release, cut a version, or publish a new version of this package.

4 8d ago A 47 tokens original MIT

self-learning

07

Grinv/tmdb-mcp

Skill Claude CodeCodex

After an audit/check finds a bug its own checklist should have caught, close that gap in the skill itself — not just fix the code. Run right after reporting/fixing any audit finding.

4 8d ago A 41 tokens original MIT

Grinv/tmdb-mcp

Skill Claude CodeCodex

Self-check a new or edited MCP tool description/field .describe() text before committing — verify every behavioral claim against live testing or the source, check for contradictions with sibling tools, and score against Glama's Tool Definition Quality Score (TDQS) rubric. Use whenever a tool description or schema…

4 8d ago A 86 tokens original MIT

tmdb-mcp AGENTS.md

09

Grinv/tmdb-mcp

Instructions file CodexOpenCode

Instructions for Grinv/tmdb-mcp, covering agents.md, project shape, commands, conventions and testing the live/published server.

4 8d ago A 2,581 tokens original MIT

tmdb-mcp CLAUDE.md

10

Grinv/tmdb-mcp

Instructions file

Instructions for Grinv/tmdb-mcp, a project described as: MCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb.

4 8d ago A 5 tokens copy · 100% MIT

tmdb-mcp

11

Grinv/tmdb-mcp

MCP server Claude CodeCodexCursor +2

MCP server for The Movie Database (TMDB) with IMDb/Rotten Tomatoes/Metacritic ratings via OMDb. Runs locally from the tmdb-mcp npm package. Needs 4 environment variables to run.

4 8d ago A tokens not measured original MIT

changelog-style

12

Grinv/steam-games-mcp

Skill Claude CodeCodex

Turn a commit range into CHANGELOG.md entries following common-changelog style. Use when finishing a PR (adding to the [Unreleased] section) or cutting a release (moving [Unreleased] under a new version heading).

4 8d ago A 50 tokens copy · 94% MIT

Grinv/steam-games-mcp

Skill Claude CodeCodex

Check README/manifest.json/server.json/CHANGELOG.md/AGENTS.md and docs/.md for drift against the actual registered tools and source. Use after adding, renaming, or removing a tool, or as part of a live-audit pass.

4 8d ago A 56 tokens original MIT

live-audit

14

Grinv/steam-games-mcp

Skill Claude CodeCodex

Audit steam-games-mcp — build/test/lint gate, live MCP tool edge-case sweep (input validation, SteamID64/vanity/appid edge cases, key-gating), and source-level code review. Use when asked to test/audit the published or just-fixed steam-games-mcp package, hunt for bugs/edge cases, or repeat "the same kind of testing as…

4 8d ago A 83 tokens original MIT

prompt-check

15

Grinv/steam-games-mcp

Skill Claude CodeCodex

Live-test every MCP Prompt in src/tools/prompts.ts through the real MCP protocol (not a static read) across every argument combination. Use when a prompt is added or its argument-handling logic changes, or as part of a live-audit pass.

4 8d ago A 54 tokens original MIT

release

16

Grinv/steam-games-mcp

Skill Claude CodeCodex

Cut a release of steam-games-mcp — draft CHANGELOG entries, check docs/metadata consistency, then bump/tag/push. Use when asked to release, cut a version, or publish a new version of this package.

4 8d ago A 47 tokens original MIT

self-learning

17

Grinv/steam-games-mcp

Skill Claude CodeCodex

After an audit/check finds a bug its own checklist should have caught, close that gap in the skill itself — not just fix the code. Run right after reporting/fixing any audit finding.

4 8d ago A 41 tokens copy · 100% MIT

Grinv/steam-games-mcp

Skill Claude CodeCodex

Self-check a new or edited MCP tool description/field .describe() text before committing — verify every behavioral claim against live testing or source, check for contradictions with sibling tools, and score against Glama's Tool Definition Quality Score (TDQS) rubric. Use whenever a tool description or schema field…

4 8d ago A 76 tokens original MIT

Grinv/steam-games-mcp

Instructions file CodexOpenCode

Instructions for Grinv/steam-games-mcp, covering agents.md, project shape, commands, conventions and testing the live/published server.

4 8d ago A 2,519 tokens original MIT

Grinv/steam-games-mcp

Instructions file

Instructions for Grinv/steam-games-mcp, a project described as: MCP server for Steam: keyless store/catalog data (deals, tags, SteamOS/Deck/Frame compat) plus player profiles, libraries and achievements via the Steam Web API.

4 8d ago A 5 tokens copy · 100% MIT

steam-games-mcp

21

Grinv/steam-games-mcp

MCP server Claude CodeCodexCursor +2

Steam store/game data (no key) plus player profiles, libraries and achievements (Steam Web API). Runs locally from the steam-games-mcp npm package. Needs 4 environment variables to run.

4 8d ago A tokens not measured original MIT

changelog-style

22

Grinv/mal-mcp

Skill Claude CodeCodex

Turn a commit range into CHANGELOG.md entries following common-changelog style. Use when finishing a PR (adding to the [Unreleased] section) or cutting a release (moving [Unreleased] under a new version heading).

2 8d ago A 50 tokens copy · 95% MIT

Grinv/mal-mcp

Skill Claude CodeCodex

Check README/manifest.json/server.json/CHANGELOG.md/AGENTS.md and docs/.md for drift against the actual registered tools and source. Use after adding, renaming, or removing a tool, or as part of a live-audit pass.

2 8d ago A 56 tokens original MIT

live-audit

24

Grinv/mal-mcp

Skill Claude CodeCodex

Audit mal-mcp — build/test/lint gate, live MCP tool edge-case sweep (input validation, not-found paths, mutations with capture/revert), source-level code review, and docs/metadata consistency. Use when asked to test/audit the published or just-fixed mal-mcp package, hunt for bugs/edge cases, or repeat "the same kind…

2 8d ago A 81 tokens original MIT