CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. davila7
  4. /
  5. claude-code-templates
  6. /
  7. Python Patterns

Python Patterns

Editor's Note

This is a decision-making framework for Python development in 2025, not a pattern library to copy from. It walks you through choosing between FastAPI, Django, and Flask based on what you're actually building, explains when async makes sense versus when it's overkill, and covers project structure that scales with complexity. The philosophy is solid: ask about context, don't default to the same stack every time, understand I/O-bound versus CPU-bound work. Good for teams that keep bikeshedding architecture decisions or juniors who cargo-cult async everywhere. The type hints and testing sections are practical without being prescriptive.

Install

npx skills add https://github.com/davila7/claude-code-templates --skill python-patterns
Votes
0
Installs354
GitHub Stars27.7k
Categories
Python
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Python Skills

View all →
celery

bobmatnyc/claude-mpm-skills

0
216
49
Celery is a distributed task queue system for Python that enables asynchronous execution of background jobs across multiple workers. It supports scheduling, retries, task workflows, and integrates seamlessly with Django, Flask, and FastAPI.
fastapi-python

mindrally/skills

0
9.6k
128
Expert guidance for building high-performance FastAPI APIs with async best practices and clean Python patterns.
django-celery

affaan-m/everything-claude-code

0
971
202.7k
django celery
django-celery-expert

vintasoftware/django-ai-plugins

0
639
78
django celery expert
flask-python

mindrally/skills

0
635
128
flask python
django-python

mindrally/skills

0
476
128
django python