mdskills
← All tags

Python AI Agent Skills

AI agent skills for Python development. Django, FastAPI, pytest, data science workflows, and more for your AI coding assistant.

337 listings

Python Developer

Rules

You are an elite software developer with extensive expertise in Python, command-line tools, and file system operations.

2.01 downloadsPatrickJS/awesome-cursorrules

Reddit Skills

Reddit automation Skills — directly uses your logged-in browser and real account, operating Reddit as an ordinary user. Supports OpenClaw and all AI Agent platforms compatible with the SKILL.md format (e.g. Claude Code). Supports chained operations — you can give compound natural-language instructions and the Agent will automatically chain multiple skills. For example: The Agent will execute: sear

1 downloads1146345502/reddit-skills

Vexor

Vexor is a semantic search engine that builds reusable indexes over files and code. It supports configurable embedding and reranking providers, and exposes the same core through a Python API, a CLI tool, and an optional desktop frontend. Vexor Demo Video Vexor has been recognized and featured by the community: - Ruan Yifeng's Weekly (Issue 379) - A leading tech newsletter in the Chinese developer

1.01 downloadsscarletkc/vexor

Python Django Best Practices

Rules

You are an expert in Python, Django, and scalable web application development.

6.01 downloadsPatrickJS/awesome-cursorrules

ADLS2 MCP Server 🚀

MCP Server

A Model Context Protocol (MCP) server implementation for Azure Data Lake Storage Gen2. This service provides a standardized interface for interacting with ADLS2 storage, enabling file operations through MCP tools. Requires Python 3.13 or higher. Install the package using uv: 1 - Edit Claude Desktop Configuration: Open claudedesktopconfig.json and add the following configuration. On MacOs, the file

8.0erikhoward/adls-mcp-server

Python LLM ML Workflow

Rules

Role Definition

7.0PatrickJS/awesome-cursorrules

AllTrails MCP Server

MCP Server

This project has been deprecated and is no longer functional. Date: January 25, 2026 Reason: This project violated AllTrails' Terms of Service by scraping their website without authorization. At the request of AllTrails' CTO, all scraping functionality has been disabled. This repository is maintained for historical purposes only and to preserve GitHub stars, but the code no longer works and should

1.0srinath1510/alltrails-mcp-server

Findata MCP Server

MCP Server

Overview • Quick Start • Supported Data Providers • FinData is an open-source Model Context Protocol(MCP) Server that provides professional financial data access capabilities for LLM. It supports various data providers such as Tushare, Wind, DataYes, etc. This enables AI applications to quickly retrieve financial data. Fully supports both Stdio and SSE transports, offering flexibility for differen

8.0zlinzzzz/finData-mcp-server

iMessage Query MCP Server

MCP Server

An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP). This server is built with the FastMCP framework and the imessagedb library, enabling LLMs to query and analyze iMessage conversations with proper phone number validation and attachment handling. - macOS (required for iMessage database access) - Python 3.6+ Install all required dependencies: - fa

6.0hannesrudolph/imessage-query-fastmcp-mcp-server

NBA MCP Server

MCP Server

Access comprehensive NBA statistics via Model Context Protocol A Model Context Protocol (MCP) server that provides access to live and historical NBA data including player stats, game scores, team information, and advanced analytics. 1. Install the server: 2. Add to your Claude Desktop config file: MacOS: ~/Library/Application Support/Claude/claudedesktopconfig.json Windows: %APPDATA%/Claude/claude

8.0labeveryday/nba_mcp_server

Temporal Python Testing

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.

8.0sickn33/antigravity-awesome-skills

Azure AI Contentsafety Py

|

6.0sickn33/antigravity-awesome-skills

Yandex Tracker MCP Server

MCP Server

mcp-name: io.github.aikts/yandex-tracker-mcp A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with Yandex Tracker APIs. This server provides secure, authenticated access to Yandex Tracker issues, queues, comments, worklogs, and search functionality with optional Redis caching for improved performance. Documentation in Russian is available here / Документац

8.0aikts/yandex-tracker-mcp

MCP Builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP), Node/TypeScript (MCP SDK), or C#/.NET (Microsoft MCP SDK).

8.0sickn33/antigravity-awesome-skills

Azure Mgmt Botservice Py

|

6.0sickn33/antigravity-awesome-skills

Linux Nvidia CUDA Python

Rules

1. **Project Overview**:

3.0PatrickJS/awesome-cursorrules

GXtract MCP Server

GXtract is a Model Context Protocol (MCP) server designed to integrate with VS Code and other compatible editors. It provides a suite of tools for interacting with the GroundX platform, enabling you to leverage its powerful document understanding capabilities directly within your development environment. - Architecture - Prerequisites - Installing UV - Quick Start: VS Code Integration - Available

8.0sascharo/gxtract

ESP RainMaker MCP Server

MCP Server

This project provides a Model Context Protocol (MCP) server wrapper around the esp-rainmaker-cli Python library. It allows MCP-compatible clients (like LLMs or applications such as Cursor, Claude Desktop, and Windsurf) to interact with your ESP RainMaker devices using the official CLI. The Model Context Protocol (MCP) is a standardized framework that enables AI systems to interact with external to

8.0espressif/esp-rainmaker-mcp

Azure Servicebus Py

|

8.0sickn33/antigravity-awesome-skills

Method CRM MCP Server

MCP Server

A production-ready Model Context Protocol (MCP) server for Method CRM API integration. This server enables LLMs to interact with Method CRM data through well-designed tools for tables, files, users, events, and API key management. - 20 Comprehensive Tools covering all Method CRM operations - API Key Authentication (fully implemented) with OAuth2 placeholders - Dual Transport Support: stdio (local)

8.0avisangle/method-crm-mcp

Python TypeScript Guide

Rules

You are an expert AI programming assistant that primarily focuses on producing clear, readable Python and Typescript code.

5.0PatrickJS/awesome-cursorrules

Bilibili MCP

MCP Server

下面是为你的 bilibili-mcp 工具生成的 README.md 示例: 一个用于获取 B 站热榜的 MCP 工具,基于 FastMCP 和 B 站公开接口。你可以通过注册到 Cursor 或其他 MCP 客户端,实时调用热门视频数据。 确保使用 Python ≥ 3.12,并安装以下依赖项: 你的主代码文件可以是 bilibilimcp.py,项目结构如下: 使用 uv 运行工具: FastMCP 会自动暴露一个名为 getpopular 的工具: 获取 B 站热榜视频信息,返回最多 topk 个条目(最大 10 条)。 - 使用 httpx 实现异步请求 - 通过 FastMCP 注册为标准 MCP 工具 - 支持通过 stdio 与 MCP 客户端通信(例如 Cursor) - 仅用于学习与研究,B 站接口为公开接口,使用时请避免过于频繁访问。 - 默认 User-Agent

7.0xspadex/bilibili-mcp

Pandas Scikit Learn Guide

Rules

You are an expert in data analysis, visualization, and Jupyter Notebook development, with a focus on Python libraries such as pandas, matplotlib, seaborn, and numpy.

6.0PatrickJS/awesome-cursorrules

Azure Cosmos Py

|

8.0sickn33/antigravity-awesome-skills