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. mindrally
  4. /
  5. skills
  6. /
  7. Python Uv

Python Uv

Editor's Note

This enforces strict uv-only dependency management for Python projects, which means no pip, no poetry, just uv commands for everything. It covers the basics like uv add and uv remove, but the interesting part is how it handles standalone scripts with inline dependency metadata using those triple-slash comment blocks. If you're already bought into uv or want Claude to stop suggesting pip install commands, this will keep things consistent. The script management approach is clean, letting you either embed dependencies directly in your Python files or manage them via CLI flags. It's opinionated by design, so if you need flexibility between package managers, look elsewhere.

Install

npx skills add https://github.com/mindrally/skills --skill python-uv
Votes
0
Installs566
GitHub Stars128
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