Published Skills 7
uv-package-manager
Master Python Package Management with uv
Python dependency management is slow and complex with traditional tools. This skill teaches you to use uv, a Rust-based package manager that is 10-100x faster than pip while maintaining full compatibility.
surrealdb-python
Work with SurrealDB in Python
Building applications with SurrealDB requires understanding its multi-model capabilities including graph relationships, vector embeddings, and real-time subscriptions. This skill provides comprehensive guidance for using the Python SDK to implement CRUD operations, semantic search, and graph traversal patterns.
python-testing-patterns
Implement Python Tests with pytest Patterns
Writing tests for Python code can be time-consuming and inconsistent without clear patterns. This skill provides ready-to-use pytest patterns for fixtures, mocking, async code, and TDD workflows to help you build reliable test suites quickly.
python-performance-optimization
Optimize Python Performance
Python applications can suffer from slow performance and memory issues. This skill provides profiling tools and optimization patterns to identify bottlenecks and improve speed and efficiency.
python-packaging
Create distributable Python packages
Packaging Python projects for distribution requires understanding modern standards like pyproject.toml and PyPI publishing. This skill provides comprehensive patterns and templates for creating professional Python packages.
cohere-v2-python
Extract Structured Data with Cohere v2
Building data extraction pipelines with LLMs requires consistent, validated JSON outputs. This skill provides expert guidance on using Cohere v2 JSON Schema mode for reliable entity extraction, classification, and structured data pipelines.
async-python-patterns
Master Python async patterns
Building async applications in Python requires understanding complex patterns for concurrent execution, task management, and performance optimization. This skill provides comprehensive guidance on asyncio fundamentals, real-world patterns, and best practices for building high-performance non-blocking systems.