Grinv

47 mods across 5 repositories, 11 stars between them.

Grinv/mal-mcp

Skill Claude CodeCodex

The capture-state/smallest-change/verify/revert/verify-revert contract for live-testing a mutation tool against a real account. Use any time you're about to call a mutation tool live, not just during a full audit.

2 8d ago A 51 tokens original MIT

prompt-check

26

Grinv/mal-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. Use when a prompt is added or its argument-handling logic changes, or as part of a live-audit pass.

2 8d ago A 53 tokens original MIT

release

27

Grinv/mal-mcp

Skill Claude CodeCodex

Cut a release of mal-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.

2 8d ago A 46 tokens original MIT

self-learning

28

Grinv/mal-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.

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

Grinv/mal-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, 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 description…

2 8d ago A 74 tokens original MIT

mal-mcp AGENTS.md

30

Grinv/mal-mcp

Instructions file CodexOpenCode

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

2 8d ago A 3,377 tokens original MIT

mal-mcp CLAUDE.md

31

Grinv/mal-mcp

Instructions file

Instructions for Grinv/mal-mcp, a project described as: MyAnimeList MCP server — Tenrai-powered reads plus official MAL personal-list management. Works with any MCP client.

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

mal-mcp

32

Grinv/mal-mcp

MCP server Claude CodeCodexCursor +2

MyAnimeList MCP server: Tenrai-powered reads plus official MAL personal-list management. Runs locally from the mal-mcp npm package. Needs 3 environment variables to run.

2 8d ago A tokens not measured original MIT

changelog-style

33

Grinv/anilist-mcp-server

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).

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

Grinv/anilist-mcp-server

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.

1 8d ago A 56 tokens original MIT

Grinv/anilist-mcp-server

Skill Claude CodeCodex

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

1 8d ago A 48 tokens original MIT

live-audit

36

Grinv/anilist-mcp-server

Skill Claude CodeCodex

Audit anilist-mcp-server — 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 anilist-mcp-server package, hunt for bugs/edge cases, or…

1 8d ago A 85 tokens original MIT

Grinv/anilist-mcp-server

Skill Claude CodeCodex

The capture-state/smallest-change/verify/revert/verify-revert contract for live-testing a mutation tool against a real account. Use any time you're about to call a mutation tool live, not just during a full audit.

1 8d ago A 51 tokens original MIT

prompt-check

38

Grinv/anilist-mcp-server

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. Use when a prompt is added or its argument-handling logic changes, or as part of a live-audit pass.

1 8d ago A 53 tokens original MIT

release

39

Grinv/anilist-mcp-server

Skill Claude CodeCodex

Cut a release of anilist-mcp-server — 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.

1 8d ago A 48 tokens original MIT

self-learning

40

Grinv/anilist-mcp-server

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.

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

Grinv/anilist-mcp-server

Skill Claude CodeCodex

Self-check a new or edited MCP tool description/field .describe() text before committing — verify every behavioral claim against live testing, 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 description…

1 8d ago A 74 tokens original MIT

Grinv/anilist-mcp-server

Instructions file CodexOpenCode

AGENTS.md instructions for Grinv/anilist-mcp-server, covering agents.md, project shape, why this server exists, commands and conventions.

1 8d ago A 3,631 tokens original MIT

Grinv/anilist-mcp-server

Instructions file

Claude Code instructions for Grinv/anilist-mcp-server, a project described as: MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.

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

anilist-mcp-server

44

Grinv/anilist-mcp-server

MCP server Claude CodeCodexCursor

MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management. Runs locally from the anilist-mcp-server npm package. Needs 5 environment variables to run.

1 8d ago A tokens not measured original MIT

Grinv/mcp-server-template

Instructions file CodexOpenCode

AGENTS.md instructions for Grinv/mcp-server-template, covering agents.md, architecture, commands, conventions and before opening a pr.

0 1mo ago A 1,296 tokens original MIT

Grinv/mcp-server-template

Instructions file

Claude Code instructions for Grinv/mcp-server-template, a project described as: Template for building TypeScript MCP servers (stdio, .mcpb packaging, CI). Reusable carcass + example domain layer.

0 1mo ago A 5 tokens copy · 100% MIT

mcp-server-template

47

Grinv/mcp-server-template

MCP server Claude CodeCodexCursor +2

MCP Server Template based on recommended practices. Runs locally from the mcp-server-template npm package. Needs 1 environment variable to run.

0 1mo ago A tokens not measured copy · 86% MIT