Vim Mypy
Description
Vim plugin for executing Python's optional static type checker MyPy (http://mypy-lang.org/)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
vim-mypy
Vim plugin for executing Python's optional static type checker [MyPy](http://mypy-lang.org/)
Example
def example(n: int) -> str:
print(type(n))
return 'hello'
example("a") # << incorrect, we've passed a String and not an Integer
To trigger the plugin, execute either `:Mypy` or the mapping `mp`
Install
[Pathogen](https://github.com/tpope/vim-pathogen)
git clone https://github.com/integralist/vim-mypy ~/.vim/bundle/vim-mypy
[Vundle](https://github.com/gmarik/vundle)
Plugin 'integralist/vim-mypy'
Alternatives
It seems both [Syntastic](https://github.com/vim-syntastic/syntastic) and [Neomake](https://github.com/neomake/neomake) include support for MyPy.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11