ruff
193smorinlabs/py-launch-blueprint
Skill Claude CodeCodex
Guide for using ruff, the extremely fast Python linter and formatter. Use this when linting, formatting, or fixing Python code.
1,750 tagged Python, measured the same way as everything else here.
Browse within: fastapi 42ai-skills 31claude-code-skills 31agent-framework 25codex-skills 23Multi-Agent 20agentskills 19bioinformatics 19dotfiles 19Orchestration 17async 17llm-agents 17ai-coding-assistant 16antigravity 16
smorinlabs/py-launch-blueprint
Skill Claude CodeCodex
Guide for using ruff, the extremely fast Python linter and formatter. Use this when linting, formatting, or fixing Python code.
smorinlabs/py-launch-blueprint
Skill Claude CodeCodex
Guide for using uv, the Python package and project manager. Use this when working with Python projects, scripts, packages, or tools.
HnBigVolibear/awesome-flet-development-skill
Skill Claude CodeCodex
This skill should be used when developing desktop/web applications with Flet; encountering Flet 1.0+ version compatibility issues; migrating from Flet 0.x to 1.0+; encountering API errors with Tabs/Badge/Radio/BorderRadius controls; needing guidance on Flet animations, async operations, or layouts. Covers Flet 0.82.0+…
Skill Claude CodeCodex
Develop, extend, test, or debug Blacknode itself and its reusable extension ecosystem. Use when changing the Python or Rust runtime, MCP server, editor, package manager, exporters, node contracts, managed services, creating a reusable core/custom/community node, authoring an extension package, or modifying…
Skill Claude CodeCodex
Work with the upstash-box Python SDK for sandboxed cloud containers with AI agents, shell, filesystem, git, cron schedules, and a headless browser. Use when building with Upstash Box in Python, creating sandboxed environments, running AI agents in containers, browser automation from a box, or orchestrating parallel…
Skill Claude CodeCodex
Create, modify, inspect, validate, and review STEP-first build123d/Python CAD parts and assemblies. Use for natural-language CAD specs, STEP/STP generation, build123d source, build123d source-level joints, @cad references, geometry facts, measurements, mating deltas, CAD Explorer links, conditional review renders, and…
Skill Claude CodeCodex
Python SQL toolkit and Object Relational Mapper (ORM). Use when working with databases in Python, defining models, building queries, managing sessions, or interacting with SQL databases using Python objects.
Skill Claude CodeCodex
Build terminal user interfaces (TUIs) with Textual, a Python framework for creating rich, interactive applications in the terminal. Handles widgets, layouts, CSS styling, events, screens, and async workers. Use when building TUI apps or when the user mentions textual.
Skill Claude CodeCodex
Validate Python code against style and architectural conventions.
Skill Claude CodeCodex
Generate pyatlanv9 msgspec model files by cloning the models repo and running the Pkl code generator.
Skill Claude CodeCodex
Python JSON parsing best practices covering performance optimization (orjson/msgspec), handling large files (streaming/JSONL), security (injection prevention), and advanced querying (JSONPath/JMESPath).
Skill Claude CodeCodex
Python single-file script development using uv and PEP 723 inline metadata, preventing invalid patterns like [tool.uv.metadata].
khalilbenaz/claude-skills-collection
Skill Claude CodeCodex
Guide complet pour construire des systèmes multi-agents avec CrewAI. Création d'agents spécialisés, définition de tâches, orchestration de crews et intégration d'outils personnalisés. Se déclenche avec "CrewAI", "crew", "multi-agent CrewAI", "agent CrewAI", "tâche CrewAI", "créer un crew", "équipe d'agents"…
Skill Claude CodeCodex
Pydantic AI Python agent framework. Covers typed tools, model providers, evals, MCP, UI adapters, and observability. Use when building Python AI agents with Pydantic AI, configuring model providers, implementing typed tools/dependencies, running evals, or integrating MCP servers. Keywords: pydantic-ai, agents, evals…
Skill Claude CodeCodex
Professional data visualization using Python (matplotlib, seaborn, plotly). Create publication-quality static charts, statistical visualizations, and interactive plots. Use when generating charts/graphs/plots from data, creating infographics with data components, or producing scientific/statistical visualizations.…
tinybirdco/tinybird-agent-skills
Skill Claude CodeCodex
Tinybird Python SDK for defining datasources, pipes, and queries in Python. Use when working with tinybird-sdk, Python Tinybird projects, or data ingestion and queries in Python.
Skill Claude CodeCodex
Look up the latest version of any Python package on PyPI. Use this skill whenever you need to check a package's current version — for example, when writing or updating requirements.txt, pyproject.toml, setup.cfg, Dockerfiles, CI configs, or any dependency specification. Also trigger when the user asks "what's the…
Skill Claude CodeCodex
Python SDK guidance for Fubon Neo, a financial service API used to access market data and place trades.
Skill Claude CodeCodex
Apply when writing Python code. Type hints, error handling, mutable defaults, async patterns, and packaging conventions.
Signal-Loop/UnityCodeMCPServer
Skill Claude CodeCodex
Use when creating or editing a Python script, utility, CLI helper, one-off automation, or small standalone Python program that should stay as a script instead of becoming a multi-file project.
tondevrel/scientific-agent-skills
Skill Claude CodeCodex
Comprehensive guide for Biopython - the premier Python library for computational biology and bioinformatics. Use for DNA/RNA/protein sequence analysis, file I/O (FASTA, FASTQ, GenBank, PDB), sequence alignment, BLAST searches, phylogenetic analysis, structure analysis, and NCBI database access.
tondevrel/scientific-agent-skills
Skill Claude CodeCodex
Comprehensive guide for MDAnalysis - the Python library for analyzing molecular dynamics trajectories. Use for trajectory loading, RMSD/RMSF calculations, distance/angle/dihedral analysis, atom selections, hydrogen bonds, solvent accessible surface area, protein structure analysis, membrane analysis, and integration…
Skill Claude CodeCodex
A guide to Python’s asyncio and async/await tools for running waiting-heavy work without blocking the program. It covers coroutines, tasks, event loops, and concurrent input/output operations.
Skill Claude CodeCodex
A guide for creating Python web APIs with FastAPI, including project structure, asynchronous code, dependency injection, error handling, and testing. An API lets software exchange data over the web.