·python
</>

python

joeyagreco/dotfiles

Guidelines when creating, reading, updating, or deleting Python code

3Installs·1Trend·@joeyagreco

Installation

$npx skills add https://github.com/joeyagreco/dotfiles --skill python

SKILL.md

imports Imports should always be at the top of the file. NEVER have local imports unless it is 100% necessary.

formatting For big numbers, use to make numbers more clear BAD: foo = 1000 GOOD: foo = 1000

init.py files Do not add anything inside of init.py files unless it is absolutely necessary or you are explicitly asked to.

Guidelines when creating, reading, updating, or deleting Python code Source: joeyagreco/dotfiles.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/joeyagreco/dotfiles --skill python
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is python?

Guidelines when creating, reading, updating, or deleting Python code Source: joeyagreco/dotfiles.

How do I install python?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/joeyagreco/dotfiles --skill python 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/joeyagreco/dotfiles

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01