python-design-modularity
π―Skillfrom ahgraber/skills
Guides Python developers in designing modular, maintainable code with best practices for structuring classes, functions, and packages.
Same repository
ahgraber/skills(28 items)
Installation
npx skills add https://github.com/ahgraber/skills --skill python-design-modularityNeed more details? View full documentation on GitHub β
More from this repository10
Helps writers refine text by analyzing prose quality, suggesting improvements in clarity, concision, readability, and stylistic effectiveness.
Manages Python runtime environments, package installations, virtual environments, and system-level Python configurations with advanced operational controls.
Generates and renders professional diagrams and flowcharts using Mermaid markdown syntax for clear visual documentation and design communication
Enhances Python integration reliability with circuit breakers, retry mechanisms, and fault tolerance strategies for distributed systems and microservices
Optimize Python performance with advanced concurrency techniques using threading, multiprocessing, asyncio, and parallel computing strategies.
Validates Python type hints and runtime contracts to ensure data integrity, catch type-related errors early, and improve code reliability
Diagnose and handle Python exceptions, implement robust error logging, and create resilient code with best practices for exception management.
Automates research workflows by parsing scientific literature, extracting key insights, and generating structured summaries from academic sources.
Automates Python project deployment with CI/CD best practices, including testing, packaging, and streamlined release workflows.
Streamlines asynchronous programming in Jupyter notebooks with advanced async/await patterns, concurrency management, and performance optimization techniques.