Python

5,073 mods in this category, of every kind an agent can take. Each one carries what it costs per session, what the scan found, and whether it is the original.

metagit-cli

385

metagit-ai/metagit-cli

Skill Claude CodeCodex

CLI-only shortcuts for metagit agents — workspace catalog, discovery, prompts, sync, layout, and config. Use instead of MCP or HTTP API when operating from a shell or agentmode session.

not rated 3 yesterday A 43 tokens original MIT

fastapi-backend-ddd

386

sparsh2712/skills

Skill Claude CodeCodex

Domain-Driven Design implementation guidelines for async Python backends. Covers the 4-layer architecture (Infrastructure → Domain → Service → Interaction), the Repository pattern, Unit of Work, Aggregates, Value Objects, Entities, Bounded Contexts, and Ubiquitous Language. Use this skill whenever the user is building…

not rated 3 +1 5mo ago A 0 tokens

idfkit-mcp

387

idfkit/idfkit-mcp

MCP server Claude CodeCodexCursor +2

An MCP server exposing EnergyPlus model authoring, validation, and simulation via idfkit. Runs locally from the idfkit-mcp Python package.

not rated 3 yesterday A tokens not measured original MIT

serena

388

Riko5652/OCD

MCP server Cursor

MCP server "serena" as configured in Riko5652/OCD. Runs locally from the git+https://github.com/oraios/serena.git Python package.

not rated 3 3d ago A tokens not measured

api-mcp

389

Sugra-Systems/sugra-api-mcp

MCP server Claude CodeCodexCursor +2

Gateway connector between LLM agents and Sugra API world data through a bundled endpoint catalog and operationid calls. Works with Anthropic Claude, OpenAI GPT, Google Gemini, xAI, and any MCP-enabled IDE. Runs locally from the sugra-api-mcp Python package. Needs 1 environment variable to run.

not rated 2 5d ago A tokens not measured original MIT

code-review-agent

390

GoodJobwilliam/aicraft

Skill Claude CodeCodex

Comprehensive code review with security, performance, and style analysis for Python, TypeScript, and Go. Detects OWASP Top 10 vulnerabilities, N+1 queries, race conditions, and logic errors before they reach production.

not rated 2 7d ago A 46 tokens original MIT

ohm-mcp

391

Murugarajr/ohm-mcp

MCP server Claude CodeCodexCursor +2

AST-based Python refactoring MCP server with safe automated refactorings and rollback. Runs locally from the ohm-mcp npm package.

not rated 2 7mo ago A tokens not measured original MIT

LinVireo/browsertap-mcp

Skill Claude CodeCodex

A troubleshooting guide for restoring the connection between browsertap-mcp and a real Chrome or Edge browser. It covers the browser bridge and its connection checks.

not rated 2 changed yesterday A 86 tokens original MIT

rmbr

393

SRock44/rmbr

MCP server Claude CodeCodexCursor +2

Give your agent memory and knowledge. One file, three lines, no server, no API key. Runs locally from the rmbr Python package.

not rated 2 6d ago A tokens not measured original MIT

mcp-sudact

394

atomno-mcp/mcp-sudact

MCP server Claude CodeCodexCursor +2

Thin MCP client for Russian court practice (Sudact) hosted API: full-text case search + full decision text. Engine is hosted; this package only talks to the atomno-mcp backend. Runs locally from the atomno-mcp-sudact Python package. Needs 1 environment variable to run.

not rated 2 8d ago A tokens not measured original MIT

swiss-democracy-mcp

395

malkreide/swiss-democracy-mcp

MCP server Claude CodeCodexCursor +2

MCP server for Swiss direct democracy data: Swissvotes (1848+), BFS opendata.swiss, SRGSSR Polis (1900+). Runs locally from the swiss-democracy-mcp Python package.

not rated 2 7d ago A tokens not measured original MIT

google-events

396

johnisanerd/Apify-Google-Events-API

MCP server Claude CodeCodexCursor +2

Google Events listings with dates, venues, and ticket links via a hosted MCP server. Remote server at mcp.apify.com.

not rated 2 yesterday A tokens not measured

linkedin-mcp-server

397

prakharagarwal-dev/linkedin-mcp-server

MCP server Claude CodeCodexCursor +2

MCP server "linkedin-mcp-server" as configured in prakharagarwal-dev/linkedin-mcp-server. Runs in Docker (ghcr.io/prakharagarwal-dev/linkedin-mcp-server:0.16.0).

not rated 2 2d ago A tokens not measured original Apache-2.0

new-python-project

398

zhengbingquant/frontier-skills

Skill Claude CodeCodex

Bootstrap a new Python project from a proven scaffold. Use whenever the user asks to start, create, scaffold, or set up a new Python tool, library, CLI, package, service, or experiment repo — or says 'set up a project the usual way'. Do NOT hand-roll a project structure from memory when this skill is available: run…

not rated 2 2mo ago A 131 tokens original MIT

claude-agent-sdk

399

berekvolgyipeter/dotclaude

Skill Claude Code

Expert implementation guidance for the Claude Agent SDK (Python). Use when users are building with the Agent SDK — creating custom tools, managing sessions, controlling permissions, streaming responses, integrating MCP servers, adding hooks, defining subagents, or deploying SDK-based agents. Also use for SDK…

not rated 2 3d ago A 107 tokens original MIT

agentic-preflight

400

elanthus/agentic-preflight

Skill Claude CodeCodex

Use when shipping a branch — reviewing, documenting, linting, testing, and pushing work behind a quality gate. Also use when a push is blocked by the agentic-preflight pre-push hook or when the user says agentic-preflight:uninstall to remove this tool from the current project.

not rated 2 changed yesterday A 66 tokens original Apache-2.0

pep8

402

hackermanishackerman/claude-skills-vault

Skill Claude Code

Enforces modern Python 3.11+ coding standards, PEP 8 compliance, and type-hinting best practices automatically. This skill should be used when writing, reviewing, or refactoring Python code to ensure consistency with PEP 8, proper type hints, Google-style docstrings, and modern Python idioms.

not rated 2 3d ago A 69 tokens original MIT

flet-best-practices

404

mykaro/ai-skills

Skill Claude Code

Idiomatic guide for Flet 1.0 applications. Covers declarative UI, hooks, observable state, services, async execution model, and breaking API changes from v0.x. Use this skill to write modern Flet code, migrate imperative apps to reactive patterns, apply breaking changes correctly, and avoid common pitfalls.

not rated 2 4mo ago A 74 tokens

tm1py-expert

405

DecisioNaut/tm1py-expert

Skill Claude CodeCodex

Expert guidance for TM1py Python package for IBM Planning Analytics (TM1). Master connection management, data operations (MDX, views, DataFrames), metadata CRUD, performance optimization, and best practices. Use when working with TM1py, IBM Planning Analytics API, or when user mentions TM1, Planning Analytics, TM1…

not rated 2 6mo ago A 91 tokens original MIT

data-analysis

406

furkangonel/cowrangler

Skill Claude CodeCodex

Structured data analysis workflow from raw data to shareable insights.

not rated 2 2d ago A 15 tokens original MIT

python-best-practices

407

nathan-gage/python-skills

Skill Claude CodeCodex

Python software engineering guidelines from real PR review patterns. This skill should be used when writing, reviewing, or refactoring Python code — especially dataclasses, service interfaces, error handling, and type annotations. Triggers on tasks involving Python modules, API design, data modeling, type safety…

not rated 2 20d ago A Socket: passSnyk: pass 90 tokens

rrt

408

Anselmoo/mcp-zen-of-languages

MCP server Claude CodeCodexCursor +2

One of 2 in .mcp.json

MCP server "rrt" as configured in Anselmoo/mcp-zen-of-languages. Runs locally from the repo-release-tools[mcp] Python package.

not rated 2 yesterday A tokens not measured original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: