USE when validating Python type safety. Automatically runs configured type checkers (pyrefly, mypy) on files after editing.
/plugin marketplace add Git-Fg/thecattoolkit/plugin install sys-core@cattoolkitThis skill is limited to using the following tools:
This skill provides automatic type checking via hooks:
Trigger: PostToolUse (Edit/Write on .py files)
Action: Runs type checker on the modified file.
Priority:
tool.pyrefly in pyproject.toml -> uv run pyreflytool.mypy in pyproject.toml -> uv run mypyThis skill functions passively via the runtime hook system. It communicates results back to the agent via hook output.
To enable type checking for a project, assume the presence of pyproject.toml with [tool.pyrefly] or [tool.mypy].
Scripts:
plugins/verify/hooks/scripts/type-check-python.py