python3-stdlib-only

Installation
SKILL.md

Constrained / Legacy Environments

Consult python3-core for standing defaults.

This skill is for CONFIRMED constraints only. Do not assume restrictions. Verify with the user first.

flowchart TD
    Start([Need Python CLI script]) --> Q1{Environment allows network access?}
    Q1 -->|Yes| UseTyper[Use python3-cli with Typer+Rich]
    Q1 -->|No| Q2{Restriction type confirmed?}
    Q2 -->|No| Stop[STOP — Verify with user first]
    Q2 -->|Yes| StdLib[Use stdlib-only patterns]

Required Behavior

  • Preserve compatibility before applying modernization patterns
  • Prefer stdlib solutions when dependency policy is restrictive
Related skills

More from jamie-bitflight/claude_skills

Installs
10
GitHub Stars
44
First Seen
Mar 29, 2026