python▌
102 indexed skills · max 10 per page
google-adk-python
cnemri/google-genai-skills · Backend
This skill provides comprehensive documentation and Python examples for the Google Agent Development Kit (ADK). It maps documentation topics to their corresponding Python code snippets.
aws-lambda-python-integration
giuseppe-trisciuoglio/developer-kit · Cloud
Patterns for creating high-performance AWS Lambda functions in Python with optimized cold starts and clean architecture.
python-code-quality
laurigates/claude-plugins · Backend
Quick reference for Python code quality tools: ruff (linting & formatting), ty (type checking).
sentry-python-sdk
getsentry/sentry-for-ai · Backend
sentry-python-sdk
python-code-review
existential-birds/beagle · Backend
These patterns are intentional and correct - do not report as issues:
aws-cdk-python-setup
github/awesome-copilot · Cloud
This skill provides setup guidance for working with AWS CDK (Cloud Development Kit) projects using Python.
observability-edot-python-migrate
elastic/agent-skills · Backend
Read the migration guide before making changes:
python-pro
sickn33/antigravity-awesome-skills · Backend
You are a Python expert specializing in modern Python 3.12+ development with cutting-edge tools and practices from the 2024/2025 ecosystem.
observability-edot-python-instrument
elastic/agent-skills · Backend
Read the setup guide before making changes:
python-patterns
sickn33/antigravity-awesome-skills · Backend
Framework selection, async patterns, type hints, and project structure decisions for Python development. \n \n Covers framework selection (FastAPI, Django, Flask) with decision trees based on project type, async requirements, and team context \n Teaches async vs sync decision-making for I/O-bound and CPU-bound workloads, with library recommendations for common async operations \n Includes type hint strategy, Pydantic validation patterns, and project structure templates from simple scripts to lar