By solastrius
Python tooling via Astral's ty (type checking) and Ruff (linting/formatting)
Personal plugin marketplace for Claude Code extensions.
Add this marketplace:
/plugin marketplace add SolAstrius/claude-plugins
Then install plugins:
/plugin install example-tools@sol-plugins
| Plugin | Description |
|---|---|
| example-tools | Example plugin with a simple greeting skill |
| astral-python | Python tooling via ty + Ruff (requires ty and ruff binaries) |
| nix-lsp | Nix language support via nixd + nixfmt (requires nixd and nixfmt binaries) |
| telegram | Patched Telegram channel with markdown formatting, sticker support, and sticker pack management |
plugins/.claude-plugin/plugin.json manifestmarketplace.json to list the new pluginBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimExample plugin with a simple greeting skill
Patched Telegram channel with markdown formatting, sticker support, and pack management
Matrix channel — receive and reply to Matrix messages from Claude Code
Nix language support via nixd (type checking, options completion, go-to-definition) with nixfmt formatting
npx claudepluginhub solastrius/claude-plugins --plugin astral-pythonSkills for working with Python using Astral tools.
This skill should be used when the model needs to ensure code quality through comprehensive linting and formatting. It provides automatic linting workflows for orchestrators (format → lint → resolve via concurrent agents) and sub-agents (lint touched files before task completion). Prevents claiming "production ready" code without verification. Includes linting rules knowledge base for ruff, mypy, and bandit, plus the linting-root-cause-resolver agent for systematic issue resolution.
Python type-checker LSP multiplexer for Claude Code (pyright, ty, pyrefly)
Python language server
Rust language server
Validation and quality enforcement for Tailwind CSS projects with comprehensive utility-first CSS patterns and best practices.