pluginagentmarketplace/custom-plugin-python
machine learning
Python machine learning with scikit-learn, PyTorch, and TensorFlow
pandas data analysis
Master data manipulation, analysis, and visualization with Pandas, NumPy, and Matplotlib
python fundamentals
Master Python syntax, data types, control flow, functions, OOP, and standard library
python performance
Master Python optimization techniques, profiling, memory management, and high-performance computing
fastapi
Build Python APIs with FastAPI, Pydantic v2, and SQLAlchemy 2.0 async. Covers project structure, JWT auth, validation, and database integration with uv package manager. Prevents 7 documented errors. Use when: creating Python APIs, implementing JWT auth, or troubleshooting 422 validation, CORS, async blocking, form data, background tasks, or OpenAPI schema errors.
debugging
Root cause analysis and debugging protocols. Use when encountering errors, test failures, unexpected behavior, stack traces, or when code behaves differently than expected.
poetry packaging
Master Python package management with Poetry, dependency resolution, publishing, and project structure
asyncio programming
Master asynchronous programming with asyncio, async/await, concurrent operations, and async frameworks
pytest testing
Master test-driven development with pytest, fixtures, mocking, and CI/CD integration
security
One breach = game over. Threat modeling, OWASP Top 10, secure coding, security architecture, zero trust. The complete security skill for protecting your application from day one. Security isn't a feature you add later - it's a mindset that shapes every decision. This skill covers application security, not infrastructure security. Use when "security, owasp, xss, sql injection, csrf, authentication, authorization, secrets, api key, vulnerability, secure coding, security headers, rate limiting, input validation, sanitize, escape, security, owasp, authentication, authorization, vulnerabilities, secure-coding" mentioned.
django framework
Build production-ready web applications with Django MVC, ORM, authentication, and REST APIs
type hints
Python type hints, type checking, and static analysis with mypy