using-python-lsp
✓Úselo cuando se trabaja con código Python y el complemento pyright-lsp está habilitado, para buscar referencias, verificar tipos, navegar por definiciones o verificar la corrección de tipos.
Instalación
SKILL.md
The pyright-lsp plugin provides semantic code intelligence for Python. Use LSP tools instead of grep/read when you need semantic accuracy - LSP understands Python's type system, inheritance, and symbol relationships.
| Find all callers of a method | findReferences | Grep for method name | | Get function return type | hover | Read file + parse | | Jump to definition | goToDefinition | Grep + Read | | Check type errors | getDiagnostics | Run mypy/pyright CLI | | View file structure | documentSymbol | Read entire file |
| Grep for symbol before rename | Text search misses method calls through aliases, inheritance | Use findReferences | | Read entire file for one type | Wastes context, slow | Use hover | | Run mypy after every change | Slow, requires external tool | Use getDiagnostics |
Datos (listos para citar)
Campos y comandos estables para citas de IA/búsqueda.
- Comando de instalación
npx skills add https://github.com/mhagrelius/dotfiles --skill using-python-lsp- Fuente
- mhagrelius/dotfiles
- Categoría
- </>Desarrollo
- Verificado
- ✓
- Primera vez visto
- 2026-02-01
- Actualizado
- 2026-02-18
Respuestas rápidas
¿Qué es using-python-lsp?
Úselo cuando se trabaja con código Python y el complemento pyright-lsp está habilitado, para buscar referencias, verificar tipos, navegar por definiciones o verificar la corrección de tipos. Fuente: mhagrelius/dotfiles.
¿Cómo instalo using-python-lsp?
Abre tu terminal o herramienta de línea de comandos (Terminal, iTerm, Windows Terminal, etc.) Copia y ejecuta este comando: npx skills add https://github.com/mhagrelius/dotfiles --skill using-python-lsp Una vez instalado, el skill se configurará automáticamente en tu entorno de programación con IA y estará listo para usar en Claude Code o Cursor
¿Dónde está el repositorio de origen?
https://github.com/mhagrelius/dotfiles
Detalles
- Categoría
- </>Desarrollo
- Fuente
- skills.sh
- Primera vez visto
- 2026-02-01