anilist skills

43 tagged anilist, measured the same way as everything else here.

Browse within: anime 43cyanheads 32jikan 32anime-list 9claude-desktop 9

add-download-client

01

johnthreekay/Ryokan

Skill Claude CodeCodex

Step-by-step workflow for adding a new DownloadClient impl (e.g., Aria2, NZBGet, putio). Walks the full integration: trait impl → wiremock tests → livesmoke env-gate → kind registration in rebuildclientscache → per-protocol mapping → settings UI form → CLAUDE.md quirks block. Use this when implementing a new client…

5 3d ago A 0 tokens GPL-3.0

add-indexer

02

johnthreekay/Ryokan

Skill Claude CodeCodex

Step-by-step workflow for adding a new Indexer impl beyond torznab/newznab (e.g., a private-tracker REST shape, a hypothetical anime-specific protocol). Walks the trait impl → caps fetcher → IndexerCache wiring → settings UI → CLAUDE.md notes. Skip this skill for adding a new torznab/newznab deployment (e.g., a new…

5 3d ago A 114 tokens GPL-3.0

live-audit

03

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 9d ago A 85 tokens original MIT

prompt-check

04

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 9d ago A 53 tokens original 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 9d ago A 74 tokens original MIT

add-tool

06

cyanheads/anime-mcp-server

Skill Claude CodeCodex

Scaffold a new MCP tool definition. Use when the user asks to add a tool, create a new tool, or implement a new capability for the server.

1 2d ago A 35 tokens copy · 100% Apache-2.0

api-linter

07

cyanheads/anime-mcp-server

Skill Claude CodeCodex

MCP definition linter rules reference. Use when bun run lint:mcp or bun run devcheck reports a lint error or warning (format-parity, schema-is-object, name-format, server-json-, etc.) and you need to understand the rule, its severity, and how to fix it. Every rule ID the linter emits has an entry in this doc.

1 2d ago A 86 tokens copy · 100% Apache-2.0

design-mcp-server

08

cyanheads/anime-mcp-server

Skill Claude CodeCodex

Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.

1 2d ago A 62 tokens copy · 100% Apache-2.0