scaffold-module

Installation
SKILL.md

scaffold-module

Generate new modules following pplx-sdk's layered architecture and conventions.

When to use

Use this skill when creating a new transport backend, domain service, or shared utility for the SDK.

Instructions

  1. Identify the target layer (core, shared, transport, domain, or client).
  2. Create the source file with proper imports, type annotations, and docstrings.
  3. Create the test file in tests/test_<module>.py.
  4. Update __init__.py exports in the target package.
  5. Verify with pytest tests/test_<module>.py -v and mypy pplx_sdk/.

Layer Rules

Installs
17
First Seen
Feb 8, 2026
scaffold-module — pv-udpv/pplx-sdk