skills/uv-init-project/SKILL.md
uvでPythonプロジェクトを初期化する。uv initの実行、生成物の確認、pyproject.tomlのadd-boundsやexclude-newer設定時に使う。
npx skillsauth add ekozmdev/my-agent-skills uv-init-projectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
references/uv-init.md を参照して uv init のオプション、生成物の確認、pyproject.toml 初期設定を行う。exclude-newer を duration で設定する。uv-manage-dependencies を使う。testing
uvで依存パッケージを管理する。追加・削除・更新・requirementsの出力に使う。
development
ユーザーレベルの AGENTS.md または ~/.agents/skills 配下のスキルを更新した場合に実行する。~/.codex/AGENTS.md と ~/.agents/skills を GitHub 管理リポジトリへ同期し、差分があればユーザー確認後にコミット・プッシュするスキル。
development
PythonプロジェクトでRuffを導入・設定する。uvでのインストール、ruff.toml配置、.gitignore更新のときに使う。
development
Ruffのlint/format実行と修正を扱う。AGENTS.mdに運用コマンドを追記するときに使う。