Help us improve
Share bugs, ideas, or general feedback.
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-ignoreHow this skill is triggered — by the user, by Claude, or both
Slash command
/type-ignore:fixThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fix type errors instead of ignoring them.
Sets up strict ESLint config for TypeScript projects and systematically fixes all linting issues via auto-fix and manual remediation.
Provides workflows for sub-agents to resolve Python linting errors from ruff, mypy, pyright, and basedpyright via root-cause analysis, suppression gates, and verification steps.
Type checks Python code using ty (Astral's Rust-based type checker and LSP). Useful for fast static analysis, migration from mypy/pyright, and setting up Python type checking in editors.
Share bugs, ideas, or general feedback.
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.