·library-design-patterns
</>

library-design-patterns

Two-tier design, progressive enhancement, non-blocking patterns, and security-first architecture for Python libraries. Use when creating or refactoring Python libraries. TRIGGER when: library design, module architecture, reusable component, two-tier. DO NOT TRIGGER when: simple scripts, config files, documentation-only changes.

20Installs·0Trend·@akaszubski

Installation

$npx skills add https://github.com/akaszubski/autonomous-dev --skill library-design-patterns

How to Install library-design-patterns

Quickly install library-design-patterns AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/akaszubski/autonomous-dev --skill library-design-patterns
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: akaszubski/autonomous-dev.

SKILL.md

View raw

Standardized architectural patterns for Python library design in the autonomous-dev plugin ecosystem. Promotes reusability, testability, security, and maintainability through proven design patterns.

Definition: Separate core logic (library) from user interface (CLI script) to maximize reusability and testability.

See: docs/two-tier-design.md, templates/library-template.py, examples/two-tier-example.py

Two-tier design, progressive enhancement, non-blocking patterns, and security-first architecture for Python libraries. Use when creating or refactoring Python libraries. TRIGGER when: library design, module architecture, reusable component, two-tier. DO NOT TRIGGER when: simple scripts, config files, documentation-only changes. Source: akaszubski/autonomous-dev.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/akaszubski/autonomous-dev --skill library-design-patterns
Category
</>Dev Tools
Verified
First Seen
2026-03-08
Updated
2026-03-10

Browse more skills from akaszubski/autonomous-dev

Quick answers

What is library-design-patterns?

Two-tier design, progressive enhancement, non-blocking patterns, and security-first architecture for Python libraries. Use when creating or refactoring Python libraries. TRIGGER when: library design, module architecture, reusable component, two-tier. DO NOT TRIGGER when: simple scripts, config files, documentation-only changes. Source: akaszubski/autonomous-dev.

How do I install library-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/akaszubski/autonomous-dev --skill library-design-patterns Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/akaszubski/autonomous-dev

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-08

Related Skills

None