python

1. Python-specific Rules

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "python" with this command: npx skills add i9wa4/dotfiles/i9wa4-dotfiles-python

Python Skill

  1. Python-specific Rules
  • NEVER: Do not add shebang lines (#!/usr/bin/env python3 )

  • NEVER: Do not set execute permission on Python files

  • YOU MUST: Always execute with explicit python command

  1. Virtual Environment Usage

2.1. When uv.lock Exists

Use uv to execute Python commands:

uv run dbt debug --profiles-dir ~/.dbt --no-use-colors

2.2. When poetry.lock Exists

Create virtual environment with uv referring to the blog article:

2.3. When uv.lock Does Not Exist

Activate the virtual environment

source .venv/bin/activate

Execute Python commands

dbt debug --profiles-dir ~/.dbt --no-use-colors

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

codex-config-optimizer

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

python

No summary provided by upstream source.

Repository SourceNeeds Review