python
✓Guidelines when creating, reading, updating, or deleting Python code
Installation
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.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/joeyagreco/dotfiles --skill python- Source
- joeyagreco/dotfiles
- 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