From type-ignore
Fixes type ignores like @ts-ignore, eslint-disable, pylint:disable in TS/JS/Python/Go/Rust/Ruby files or codebases by grepping them and spawning parallel fixer agents with type check verification.
npx claudepluginhub bendrucker/claude --plugin type-ignoreThis skill is limited to using the following tools:
Fix type errors instead of ignoring them.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Fix type errors instead of ignoring them.
$ARGUMENTS
If no scope provided, scan the entire codebase.
!rg '@ts-ignore|@ts-expect-error|eslint-disable|biome-ignore|type:\s*ignore|noqa|pylint:\s*disable|//nolint|//lint:ignore|#\[allow\(' -g '*.{ts,tsx,js,jsx,py,go,rs,rb}' -l 2>/dev/null || echo "none found"
type-ignore:fixer agent with prompt: "Fix type ignores in <file_path>"Spawn agents in parallel using multiple Task tool calls in a single message.