Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Category · Python

Python tools for Claude Code, Codex & Cursor

Python tools for Claude Code, Codex and Cursor - skills, MCP servers and workflows for Django, FastAPI, pandas.

324 Python tools are ranked for Claude Code, Codex and Cursor by real adoption - installs first, then GitHub stars. Updated July 28, 2026.

308 entries
1Python Executor101-skills/skillsExecute Python code and scripts from agents and workflows.Dev Tools
50.1k658
2Python Executorhalt-catch-fire/skillsSafely run Python code from within Claude, Cursor or other agents without leaving the IDE.Dev Tools-45.7k658
3Python Performance Optimizationwshobson/agentsProfile slow Python code, locate bottlenecks, and apply targeted optimizations that reduce latency and memory usage.Dev Tools
29.8k38.3k
6Python Patternsaffaan-m/everything-claude-codeEnsure every line of Python they write follows idiomatic patterns, PEP 8, and battle-tested practices that keep code readable and maintainable.Dev Tools
7.4k234k
7Modern Pythontrailofbits/skillsInstantly configure a new or existing Python codebase with uv, ruff, and ty instead of wrestling with outdated dependency and linting setups.Dev Tools
6.3k6.3k
8Python Projeffallan/claude-skillsGenerate correct, production-ready async patterns and structured concurrency code when building Python services or agent backends.Dev Tools
5.8k10.7k
9Content Hash Cache Patternaffaan-m/everything-claude-codeCache expensive file-processing results like PDF parsing or image analysis without re-running the same content repeatedly.Dev Tools
5.5k234k
10Web Scrapingmindrally/skillsReliably extract structured data from any website using battle-tested Python scraping tools.Dev Tools
4.3k201
11N8n Code Pythonczlonkowski/n8n-skillsGet accurate guidance when they must write Python inside an n8n Code node.Dev Tools
3.4k5.9k
12Aws Sdk Python Usageaws/agent-toolkit-for-awsCorrectly configure boto3 clients with retries, timeouts, connection pooling and S3 addressing when building AI agents that interact with AWS services.Dev Tools
3.3k2.1k
14Streamlit To Marimomarimo-team/skillsAutomatically convert an existing Streamlit Python app into a reactive marimo notebook.Dev Tools
1.4k161
15Tilegym Cutile Pythonnvidia/skillsAuthor high-performance GPU kernels in Python using NVIDIA TileGym and CuTile to optimize tiled matrix and tensor ops for ML or HPC workloads on CUDA hardware.Dev Tools
1.4k2.7k
16Ruff Recursive Fixgithub/awesome-copilotAutomatically clean Python code with Ruff through repeated safe and unsafe fix passes while reviewing every change.Dev Tools
1.3k37.1k
17Django Access Reviewgetsentry/skillsSystematically review Django views, DRF viewsets, and ORM queries for broken access control and IDOR vulnerabilities before shipping.Dev Tools
1.3k888
18Business Document Generatorailabs-393/ai-labs-claude-skillsInstantly generate polished business documents such as annual budgets, comprehensive business plans, and digital transformation proposals from structured inputs.Dev Tools
1.3k426
19Fetch Tweetai-native-camp/camp-2Instantly retrieve full tweet text, author details, engagement metrics, and media from any X/Twitter URL without JavaScript or API keys.Dev Tools
1.3k18
20Retro Marimo Pairmarimo-team/marimo-pairPair with marimo reactive notebooks during build—draft analyses, refactor cells, and capture retro notes for data or agent workflows without breaking notebook reactivity.Dev Tools
1.2k372
21Read Githubam-will/codex-skillsLet their coding agent read any public GitHub repository's documentation and code context on demand.Dev Tools-1.2k1k
22Python Patternssickn33/antigravity-awesome-skillsMake better architecture decisions when working in Python instead of defaulting to the same stack on every project.Dev Tools
1.1k44k
24M10 Performancezhanghandong/rust-skillsSystematically profile, benchmark, and optimize Rust code for speed and memory efficiency before shipping.Dev Tools
9101.3k
25Biopythonk-dense-ai/scientific-agent-skillsEnable an AI coding agent to perform advanced biological sequence analysis, motif discovery, and genomics tasks using the Biopython library.Dev Tools
86331.9k
26Ruffastral-sh/claude-code-pluginsRun the project’s pinned Ruff linter and formatter on Python you are changing without reformatting entire untouched files.Dev Tools
863289
27Go Data Structurescxuu/golang-skillsMaster Go slice internals so their code avoids common memory and mutation bugs when working with dynamic data.Dev Tools
846130
28Python Prosickn33/antigravity-awesome-skillsGet expert guidance on writing, reviewing, and optimizing production-grade Python 3.12+ services using uv, ruff, pydantic, FastAPI, and async patterns.Dev Tools
81544k
33Python Best Practicesnathan-gage/python-skillsGive their coding agent a consistent, high-signal rule set that dramatically reduces Python code slop and refactoring time.Dev Tools
7521
36Rust Deps Visualizerzhanghandong/rust-skillsInstantly see their Rust crate's dependency tree as readable ASCII art without leaving the terminal.Dev Tools
6981.3k
38Moviepydigitalsamba/claude-code-video-toolkitGenerate, trim, composite, and export programmatic video clips with MoviePy when automating content pipelines or Claude-assisted video assembly scripts.Dev Tools
5501.8k
39Scrapling Skilldaymade/claude-code-skillsImplement resilient Python web scraping pipelines that adapt to DOM changes, anti-bot pages, and pagination when ingesting external data into agents, APIs, or content workflows.Dev Tools
5311.3k
40Appwrite Pythonappwrite/agent-skillsConnect Python FastAPI, Django, or agent backends to Appwrite for auth, data, storage, and functions with async-friendly patterns where supported.Dev Tools
43423
41Celery Expertmartinholovsky/claude-skills-generatorDesign Celery workers, queues, routing, retries, schedules, and monitoring for reliable async Python background jobs in web and API services.Dev Tools
40845
42Manimdavila7/claude-code-templatesProgram explanatory math and concept animations with Manim for tutorials, course modules, launch explainers, and technical storytelling assets.Dev Tools
40729.9k
43Tinybird Python Sdk Guidelinestinybirdco/tinybird-agent-skillsHelps with python tasks.Dev Tools
39420
44Python Logging Best Practicesterrylica/cc-skillsHelps with python tasks.Dev Tools
37459
45Asynciobobmatnyc/claude-mpm-skillsImplement and debug Python asyncio services with correct event loops, tasks, concurrency patterns, and non-blocking I/O.Dev Tools
35360
46Edu Solid Geometrywy51ai/edulabGenerate standard 3D solid geometry topologies (vertices and edges) for edu visuals that pair with a precision geometry kernel.Dev Tools
333773
47Asyncio Concurrency Patternsmanutej/luxor-claude-marketplaceImplement non-blocking Python services with asyncio tasks, gather, semaphores, queues, and proper cancellation for I/O-heavy APIs and automation workers.Dev Tools
32961
50Pydanticmanutej/luxor-claude-marketplaceDefine Pydantic models for request and response validation, settings management, serialization, and type-safe data contracts in Python applications and APIs.Dev Tools
31561
52Streamlitsilvainfm/claude-skillsShip internal tools, demos, and data dashboards quickly by giving your agent accurate Streamlit widget, layout, and chart API snippets.Dev Tools
2812
53Uv Package Managergalaxy-dawn/claude-scholarConfigure uv for fast Python dependency resolution, virtual environments, lockfiles, scripts, and reproducible installs in scholarly or agent-driven coding workflows.Dev Tools
2504.8k
54Python Expertpersonamanagmentlayer/pclWrite, refactor, and debug Python services, scripts, data utilities, and libraries with idiomatic patterns, typing, packaging, and testable module design.Dev Tools
24938
55Fastapimartinholovsky/claude-skills-generatorScaffold FastAPI apps with routers, Pydantic models, dependency injection, and async endpoints for JSON APIs and internal microservices.Dev Tools
24745
56Pytest Testingpluginagentmarketplace/custom-plugin-pythonAuthor maintainable pytest suites with fixtures, parametrization, markers, mocks, and coverage gates for Python libraries and backend services.Dev Tools
2475
57Sentry Python Sdkgetsentry/sentry-agent-skillsIntegrate sentry-sdk into Python APIs, workers, and scripts so exceptions, traces, and breadcrumbs are captured before backend services go live.Dev Tools
24220
58Pythonalinaqi/claude-bootstrapWrite Python modules, APIs, CLIs, and automation with idiomatic patterns, typing, packaging, and tests using claude-bootstrap conventions.Dev Tools
237703
60Iii Python Sdkiii-hq/skillsPython SDK for integrating with workflow orchestration and automation platformDev Tools-2190
Explore more
FAQ

Python tools - common questions

What are the best Python tools for Claude Code?

Python Executor, Python Executor, Python Performance Optimization lead the 324 Python tools ranked by real adoption - installs first, then GitHub stars.

Which Python frameworks are covered?

Django, FastAPI, pandas - across 324 tools for Claude Code, Codex and Cursor.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.