
Itsbrex Claude Plugins
- Updated January 5, 2026
- itsbrex/claude-plugins
itsbrex-claude-plugins is a Claude Code plugin that integrates Astral ty’s fast Python type checker and LSP for review-time diagnostics.
About
itsbrex-claude-plugins is a Claude Code plugin marketplace entry that integrates ty, Astral’s extremely fast Python type checker and language server, into agent-driven development. developers shipping Python APIs, CLIs, or backend services can give Claude Code the same rapid type feedback developers expect from a modern LSP without bolting on a separate manual review ritual for every change. The bundle contains one plugin oriented to checking and LSP-driven diagnostics so sessions can flag incompatible types, missing annotations, and related issues while you are in Ship-oriented review and hardening work. It does not replace full test suites or security audits, but it narrows the gap between agent-generated patches and production-ready Python. Register the plugin from the itsbrex repo, ensure ty is available per upstream Astral instructions, and lean on it when you want typing discipline enforced consistently before you tag a release.
- Claude Code plugin wrapping Astral ty Python type checker
- Extremely fast static analysis compared with traditional Python checkers
- LSP integration for in-editor and in-session type diagnostics
- Python-focused workflow for backend and CLI codebases
- Single-plugin bundle from itsbrex/claude-plugins marketplace repo
Itsbrex Claude Plugins by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install itsbrex-claude-plugins@itsbrex/claude-pluginsAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | January 5, 2026 |
|---|---|
| Repository | itsbrex/claude-plugins ↗ |
What it does
Install this when you want Astral’s ty Python type checker and LSP wired into Claude Code so agents catch typing issues during review before you ship.
Who is it for?
Best when you want Astral-speed typing checks inside Claude Code without a separate manual ty invocation every turn.
Skip if: Non-Python projects, teams that do not use static typing, or developers who need runtime security scanning instead of type analysis.
What you get
After install, Claude Code can run ty-powered type checking and LSP feedback so you fix Python typing issues during review before shipping.
- In-session ty type diagnostics on Python files
- LSP-backed typing feedback for agent-proposed edits
- Faster review cycles before ship with static typing gates
By the numbers
- Plugin bundle contains 1 plugin (pluginCount: 1)
- Source repository: itsbrex/claude-plugins
- Integrates Astral ty: extremely fast Python type checker and LSP
Recommended Plugins
How it compares
Python ty LSP plugin, not a full test runner skill or a generic multi-language linter marketplace.
FAQ
Who is Itsbrex Claude Plugins for?
It is for Python developers using Claude Code who want Astral ty type checking and LSP diagnostics in the agent loop.
When should I use Itsbrex Claude Plugins?
Use it during pre-ship review and refactor when you need fast static typing feedback on Python changes the agent proposes.
How do I add Itsbrex Claude Plugins to my agent?
Add the plugin from the itsbrex/claude-plugins catalog entry in Claude Code, install ty per Astral documentation, and enable the plugin’s checker/LSP integration as described in the repo.