Auto-activate for ty commands, ty.toml. Usage of `ty`, a zero-config, high-performance type checker from Astral. Use when: running fast static analysis on Python codebases where `ty` is installed. Produces ty type checker configurations and integrates static analysis into Python workflows. Not for mypy (see python) or runtime type checking.
From flownpx claudepluginhub cofin/flow --plugin flowThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
ty is a new, high-performance static type checker from Astral (creators of uv and ruff). It aims to be zero-config and significantly faster than existing options.
Status: Preview / Emerging.
<workflow>Ensure ty is installed in your project or environment. It is NOT bundled with Python by default.
uv add --dev ty
uvx ty check
mypy or pyright performance becomes a bottleneck.ty extension if available, or configure generic LSP.uvx ty check to your CI pipeline.</workflow>[!IMPORTANT] Since
tyis emerging software, always verify its installation before running it in scripts.if command -v ty &> /dev/null; then ty check fi