python
✓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.
Python コードを作成、読み取り、更新、または削除するときのガイドライン ソース: joeyagreco/dotfiles。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/joeyagreco/dotfiles --skill python- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
python とは?
Python コードを作成、読み取り、更新、または削除するときのガイドライン ソース: joeyagreco/dotfiles。
python のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/joeyagreco/dotfiles --skill python インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/joeyagreco/dotfiles