·python-design-patterns
</>

python-design-patterns

pv-udpv/pplx-sdk

Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use when making architecture decisions, refactoring code structure, or evaluating when abstractions are appropriate.

17Installs·0Trend·@pv-udpv

Installation

$npx skills add https://github.com/pv-udpv/pplx-sdk --skill python-design-patterns

SKILL.md

Write maintainable Python code using fundamental design principles. These patterns help you build systems that are easy to understand, test, and modify.

Choose the simplest solution that works. Complexity must be justified by concrete requirements.

Each unit should have one reason to change. Separate concerns into focused components.

Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use when making architecture decisions, refactoring code structure, or evaluating when abstractions are appropriate. Source: pv-udpv/pplx-sdk.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/pv-udpv/pplx-sdk --skill python-design-patterns
Category
</>Dev Tools
Verified
First Seen
2026-02-09
Updated
2026-02-18

Quick answers

What is python-design-patterns?

Python design patterns including KISS, Separation of Concerns, Single Responsibility, and composition over inheritance. Use when making architecture decisions, refactoring code structure, or evaluating when abstractions are appropriate. Source: pv-udpv/pplx-sdk.

How do I install python-design-patterns?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pv-udpv/pplx-sdk --skill python-design-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/pv-udpv/pplx-sdk