Best Best AI Agent Skills for Python Development

89 SkillsUpdated recently

Skills covering Python best practices, type hints, testing patterns, package management, and idiomatic code generation.

Sorted by installs · most first

pdf

anthropics/skills

This skill provides comprehensive guidance on PDF processing operations using Python libraries and command-line tools, including merging, splitting, extracting text and tables, creating PDFs, and performing general manipulations.

npx skills add https://github.com/anthropics/skills --skill pdf
7.2K installs
Updated 1mo ago

better-auth-best-practices

better-auth/skills

Better Auth is a TypeScript-first, framework-agnostic auth framework supporting email/password, OAuth, magic links, passkeys, and more via plugins.

npx skills add https://github.com/better-auth/skills --skill better-auth-best-practices
6.5K installs
Updated 1mo ago

codex

softaworks/agent-toolkit

Codex is a skill designed to leverage the GPT-5.2 model for various coding and reasoning workflows. It allows users to specify the reasoning effort required for tasks, configure command options, and execute commands within a flexible environment.

npx skills add https://github.com/softaworks/agent-toolkit --skill codex
2.4K installs
Updated 1mo ago

dependency-updater

softaworks/agent-toolkit

Smart dependency management for any language with automatic detection and safe updates.

npx skills add https://github.com/softaworks/agent-toolkit --skill dependency-updater
2.3K installs
Updated 1mo ago

python-performance-optimization

wshobson/agents

Comprehensive guide to profiling, analyzing, and optimizing Python code for better performance, including CPU profiling, memory optimization, and implementation best practices.

npx skills add https://github.com/wshobson/agents --skill python-performance-optimization
1.7K installs
Updated 1mo ago

fastapi-templates

wshobson/agents

Production-ready FastAPI project structures with async patterns, dependency injection, middleware, and best practices for building high-performance APIs.

npx skills add https://github.com/wshobson/agents --skill fastapi-templates
1.4K installs
Updated 1mo ago

context7

intellectronica/agent-skills

This skill enables retrieval of current documentation for software libraries and components by querying the Context7 API via curl. Use it instead of relying on potentially outdated training data.

npx skills add https://github.com/intellectronica/agent-skills --skill context7
1.3K installs
Updated 1mo ago

microservices-patterns

wshobson/agents

Master microservices architecture patterns including service boundaries, inter-service communication, data management, and resilience patterns for building distributed systems.

npx skills add https://github.com/wshobson/agents --skill microservices-patterns
1.1K installs
Updated 1mo ago

code-review

skillcreatorai/ai-agent-skills

The Code Review skill provides a structured approach to reviewing code for security vulnerabilities, performance issues, code quality, and testing completeness. It helps developers identify areas that need fixing, considerations for improvement, and recognizes good coding practices.

npx skills add https://github.com/skillcreatorai/ai-agent-skills --skill code-review
1.1K installs
Updated 1mo ago

langchain-architecture

wshobson/agents

Master modern LangChain 1.x and LangGraph for building sophisticated LLM applications with agents, state management, memory, and tool integration.

npx skills add https://github.com/wshobson/agents --skill langchain-architecture
983 installs
Updated 1mo ago

clean-code

sickn33/antigravity-awesome-skills

Clean Code - Pragmatic AI Coding Standards focuses on writing clear, concise, and maintainable code by following best practices such as Single Responsibility Principle, Don't Repeat Yourself, and proper function naming.

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill clean-code
931 installs
Updated 1mo ago

dependency-upgrade

wshobson/agents

Master major dependency version upgrades, compatibility analysis, staged upgrade strategies, and comprehensive testing approaches.

npx skills add https://github.com/wshobson/agents --skill dependency-upgrade
830 installs
Updated 1mo ago

cqrs-implementation

wshobson/agents

Comprehensive guide to implementing CQRS (Command Query Responsibility Segregation) patterns.

npx skills add https://github.com/wshobson/agents --skill cqrs-implementation
812 installs
Updated 1mo ago

backtesting-frameworks

wshobson/agents

Builds and validates trading strategy backtests using robust methodologies to avoid biases and errors. Developers gain increased confidence in their strategy's reliability through structured tests and comprehensive analysis techniques.

npx skills add https://github.com/wshobson/agents --skill backtesting-frameworks
790 installs
Updated 1mo ago

embedding-strategies

wshobson/agents

Guide to selecting and optimizing embedding models for vector search applications.

npx skills add https://github.com/wshobson/agents --skill embedding-strategies
786 installs
Updated 1mo ago

senior-fullstack

sickn33/antigravity-awesome-skills

Automates the setup and analysis of fullstack applications by providing tools for scaffolding and quality checks. Developers benefit from increased efficiency and reduced errors, making it easier to adhere to best practices in their projects.

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill senior-fullstack
658 installs
Updated 1mo ago

manimce-best-practices

adithya-s-k/manim_skill

Implements best practices for structuring and animating scenes in ManimCE. This results in cleaner code, easier debugging, and faster animation workflows, enhancing productivity for developers.

npx skills add https://github.com/adithya-s-k/manim_skill --skill manimce-best-practices
586 installs
Updated 1mo ago

python-patterns

sickn33/antigravity-awesome-skills

Establishes decision-making processes for selecting frameworks and patterns in Python projects. By implementing these guidelines, developers can enhance their coding practices and streamline project setups to avoid common pitfalls.

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill python-patterns
454 installs
Updated 1mo ago

modal

davila7/claude-code-templates

Enables the deployment and execution of Python functions in a serverless cloud environment. By using Modal, developers can scale applications efficiently and only pay for the compute resources they utilize, significantly reducing operational costs.

npx skills add https://github.com/davila7/claude-code-templates --skill modal
301 installs
Updated 1mo ago

markitdown

davila7/claude-code-templates

MarkItDown is a Python tool developed by Microsoft for converting various file formats to Markdown, particularly useful for converting documents into LLM-friendly text format.

npx skills add https://github.com/davila7/claude-code-templates --skill markitdown
299 installs
Updated 1mo ago

senior-prompt-engineer

davila7/claude-code-templates

Facilitates the design and implementation of advanced AI and ML systems with a focus on prompt engineering and system optimization. By installing this skill, developers improve their capability to build scalable, production-grade architectures that enhance performance and reliability.

npx skills add https://github.com/davila7/claude-code-templates --skill senior-prompt-engineer
291 installs
Updated 1mo ago

develop-ai-functions-example

vercel/ai

Handles the creation and management of AI function examples across various use cases. By installing this skill, developers can streamline their workflow with pre-built scripts, significantly reducing development time and minimizing the potential for errors in AI function implementations.

npx skills add https://github.com/vercel/ai --skill develop-ai-functions-example
267 installs
Updated 1mo ago

crewai

sickn33/antigravity-awesome-skills

Facilitates the design and orchestration of AI agent teams with defined roles and tasks. Streamlines project management by enabling clear task delegation and improving collaboration among agents.

npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill crewai
262 installs
Updated 1mo ago

senior-computer-vision

davila7/claude-code-templates

Facilitates the construction and optimization of robust computer vision models tailored for production environments. Developers gain efficiencies in deployment and management by utilizing sophisticated tools for real-time processing and performance monitoring.

npx skills add https://github.com/davila7/claude-code-templates --skill senior-computer-vision
231 installs
Updated 1mo ago

matplotlib

davila7/claude-code-templates

Handles the creation of various types of visualizations in Python, ranging from simple line charts to complex 3D plots. Enhances productivity by enabling the development of high-quality graphics, which effectively communicates data insights through attractive and customizable plots.

npx skills add https://github.com/davila7/claude-code-templates --skill matplotlib
229 installs
Updated 1mo ago

scikit-learn

davila7/claude-code-templates

Handles the creation of machine learning models for classification, regression, and clustering tasks using scikit-learn. By installing this skill, users can streamline the development and evaluation of machine learning workflows, leading to faster iterations and more reliable model performance.

npx skills add https://github.com/davila7/claude-code-templates --skill scikit-learn
222 installs
Updated 1mo ago

langchain

davila7/claude-code-templates

Facilitates the development of applications that utilize large language models (LLMs) with retrieval-augmented generation (RAG) capabilities. By employing this skill, developers can streamline the creation of intelligent agents, significantly reducing development time and enhancing application responsiveness.

npx skills add https://github.com/davila7/claude-code-templates --skill langchain
213 installs
Updated 1mo ago

polars

davila7/claude-code-templates

Facilitates efficient data manipulation and processing through a powerful DataFrame library. Users benefit by improving performance and reducing execution time for large datasets via lazy evaluation and optimized queries.

npx skills add https://github.com/davila7/claude-code-templates --skill polars
205 installs
Updated 1mo ago

playwright-local

jezweb/claude-skills

Facilitates local browser automation using Playwright for testing and scraping tasks. Developers benefit by achieving accurate, stealthy automation without relying on cloud services, thus preserving their unique IP addresses and avoiding rate limits.

npx skills add https://github.com/jezweb/claude-skills --skill playwright-local
201 installs
Updated 1mo ago

seaborn

davila7/claude-code-templates

Generates high-quality statistical visualizations directly from DataFrames in Python projects. This skill enhances data analysis productivity by simplifying complex graph creation, allowing users to visualize relationships and distributions with minimal code.

npx skills add https://github.com/davila7/claude-code-templates --skill seaborn
201 installs
Updated 1mo ago

pymatgen

davila7/claude-code-templates

Handles the manipulation and analysis of crystal structures in materials science. By utilizing this skill, developers can automate complex materials calculations and reduce the risk of errors in computational workflows.

npx skills add https://github.com/davila7/claude-code-templates --skill pymatgen
187 installs
Updated 1mo ago

statsmodels

davila7/claude-code-templates

Facilitates various statistical modeling processes, including regression analysis, time series forecasting, and hypothesis testing. Users gain accuracy and efficiency in their analyses by automating complex statistical methods, thus enhancing decision-making capabilities.

npx skills add https://github.com/davila7/claude-code-templates --skill statsmodels
187 installs
Updated 1mo ago

copilot-sdk

doggy8088/agent-skills

Integrates Copilot's workflows directly into applications by managing the agent lifecycle and CLI sessions. This simplifies the development process by allowing seamless automation of coding tasks without extensive setup.

npx skills add https://github.com/doggy8088/agent-skills --skill copilot-sdk
186 installs
Updated 1mo ago

networkx

davila7/claude-code-templates

Facilitates the creation and manipulation of complex network graphs in Python projects. By leveraging this skill, developers can swiftly analyze relationships and visualize network data, ultimately enhancing their decision-making capabilities.

npx skills add https://github.com/davila7/claude-code-templates --skill networkx
185 installs
Updated 1mo ago

shap

davila7/claude-code-templates

Computes SHAP values for any machine learning model to explain predictions. This skill enhances model interpretability and trust by providing insights into feature importance and model behavior, ultimately aiding in better decision-making.

npx skills add https://github.com/davila7/claude-code-templates --skill shap
183 installs
Updated 1mo ago

bioservices

davila7/claude-code-templates

Facilitates access to various bioinformatics databases and web services for tasks such as retrieving protein sequences and analyzing metabolic pathways. By integrating multiple biological resources, it streamlines workflows and enhances data analysis efficiency in Python projects.

npx skills add https://github.com/davila7/claude-code-templates --skill bioservices
182 installs
Updated 1mo ago

aeon

davila7/claude-code-templates

Facilitates advanced machine learning tasks with time series data, such as classification, regression, and anomaly detection. By utilizing this skill, developers can enhance their predictive analytics capabilities and improve decision-making with accurate forecasts and insights.

uv pip install aeon
179 installs
Updated 1mo ago

pymc-bayesian-modeling

davila7/claude-code-templates

Facilitates the creation and analysis of Bayesian models in Python using modern probabilistic programming techniques. By automating the model building and fitting process, it significantly enhances workflow efficiency and reduces the potential for errors in statistical inference.

npx skills add https://github.com/davila7/claude-code-templates --skill pymc-bayesian-modeling
178 installs
Updated 1mo ago

simpy

davila7/claude-code-templates

SimPy facilitates modeling of discrete-event systems where events happen at unpredictable intervals. By streamlining the simulation process, it enhances efficiency and reduces errors in analyzing resource contention and system behavior.

npx skills add https://github.com/davila7/claude-code-templates --skill simpy
178 installs
Updated 1mo ago

scvi-tools

davila7/claude-code-templates

Handles single-cell genomic data analysis, including RNA-seq and chromatin accessibility. By installing this skill, developers can leverage advanced probabilistic models to automate complex analyses, accelerating research and reducing human error.

npx skills add https://github.com/davila7/claude-code-templates --skill scvi-tools
177 installs
Updated 1mo ago

llm-models

inference-sh/skills

Accesses a wide range of language models for various applications like coding and writing tasks. By installing this skill, developers can leverage powerful AI tools to automate processes, enhancing efficiency and output quality.

npx skills add https://github.com/inference-sh/skills --skill llm-models
177 installs
Updated 1mo ago

plotly

davila7/claude-code-templates

Handles the creation of interactive visualizations using Python by providing over 40 chart types and APIs. Developers benefit from streamlined plotting capabilities that reduce the complexity of visual data representation and enhance data analysis efficiency.

npx skills add https://github.com/davila7/claude-code-templates --skill plotly
177 installs
Updated 1mo ago

torch-geometric

davila7/claude-code-templates

Handles graph neural network model training and development for various applications including node classification and molecular property prediction. By implementing this skill, developers can efficiently work with complex graph data structures, improving performance in tasks such as social network analysis and drug discovery.

npx skills add https://github.com/davila7/claude-code-templates --skill torch-geometric
177 installs
Updated 1mo ago

pyhealth

davila7/claude-code-templates

Facilitates the development and deployment of clinical machine learning models in healthcare settings. Helps healthcare practitioners save time and reduce errors by providing a streamlined toolkit for processing datasets and performing predictions.

uv pip install pyhealth
176 installs
Updated 1mo ago

biopython

davila7/claude-code-templates

Handles extensive biological data manipulation across formats and analyses. Installing it streamlines bioinformatics workflows by automating tedious tasks, enhancing productivity in molecular biology research.

npx skills add https://github.com/davila7/claude-code-templates --skill biopython
175 installs
Updated 1mo ago

pymoo

davila7/claude-code-templates

Handles multi-objective optimization tasks using advanced algorithms in Python. Developers benefit by efficiently solving complex optimization problems and gaining insights through visualization of trade-offs among competing objectives.

npx skills add https://github.com/davila7/claude-code-templates --skill pymoo
175 installs
Updated 1mo ago

scanpy

davila7/claude-code-templates

Facilitates comprehensive analysis of single-cell RNA-seq data by providing essential preprocessing and visualization tools. Users benefit from streamlined workflows that enhance data insight and enable accurate biological interpretations without extensive manual work.

npx skills add https://github.com/davila7/claude-code-templates --skill scanpy
174 installs
Updated 1mo ago

rdkit

davila7/claude-code-templates

Facilitates molecular analysis and manipulation through a comprehensive Python API in cheminformatics projects. By automating tasks such as molecular structure reading and descriptor calculation, it enhances efficiency and reduces potential errors in chemical research.

npx skills add https://github.com/davila7/claude-code-templates --skill rdkit
174 installs
Updated 1mo ago

python-executor

inference-sh/skills

Executes Python code in a controlled, sandboxed environment with access to numerous pre-installed libraries. This allows developers to run scripts safely and efficiently, reducing the risk of code errors and enhancing productivity.

npx skills add https://github.com/inference-sh/skills --skill python-executor
174 installs
Updated 1mo ago

stable-baselines3

davila7/claude-code-templates

Implements a training workflow for reinforcement learning agents by utilizing various algorithms from the SB3 library. This skill enhances development speed by providing a robust framework and reducing errors associated with manual setups and environment configurations.

npx skills add https://github.com/davila7/claude-code-templates --skill stable-baselines3
173 installs
Updated 1mo ago
1 / 2

Explore Popular Categories