ワンクリックで
use-uv
Always use uv for Python work. Use when Python code, dependencies, virtual environments, scripts, or Python CLI tools are involved.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Always use uv for Python work. Use when Python code, dependencies, virtual environments, scripts, or Python CLI tools are involved.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Prepare and create a GitHub pull request from the current branch. Use when the user asks to open a PR, create a pull request, or requests `/pr`, including an optional base branch argument.
Orchestrate staged repository work through delegated preflight, single-writer implementation, independent validation, and a final closure gate. Use for multi-stage refactors, migrations, phased rollouts, or other work with clean stage boundaries. The parent coordinates; subagents perform all repository observation and mutation.
Resolve XY problems — surface questions that mask a deeper goal. Use when the user invokes /xy, when a request is vague or mismatched to its context, or when a narrow how-to looks like it's hiding the real objective.
Always use pnpm/pnpx for Node.js work unless the project packageManager field specifies another package manager. Use when Node.js, JavaScript, TypeScript, npm scripts, package installation, or Node CLI tools are involved.
YouTube 영상 URL에서 자막을 추출하고 한국어로 상세 요약을 작성합니다. Use this skill whenever the user provides a YouTube URL and asks to summarize, recap, extract a transcript, analyze video contents, or create Korean notes from a video, including Korean prompts such as "유튜브 요약", "영상 정리", "자막 추출", or "한국어로 요약".
Use when the user wants to rapidly learn, memorize, quiz, review, or prepare for exams from Markdown course notes or weekly lecture files. Runs an adaptive active-recall loop with questions, grading, error patches, summaries, and next-action selection until the user stops.
| name | use-uv |
| description | Always use uv for Python work. Use when Python code, dependencies, virtual environments, scripts, or Python CLI tools are involved. |
Do not call python, pip, venv, virtualenv, poetry, or pipx directly unless the user explicitly asks. Use uv instead.
Start new Python projects with uv init.
Add dependencies with uv add and remove them with uv remove.
Run Python scripts and project tools with uv run, including pytest, mypy, and python -m equivalents.
Use uv sync to install and align the environment with the lockfile.
Use uv run --with <package> for one-off dependencies when you do not need to modify the project.
Use uvx <tool> for one-off Python CLI tools that are not part of the project.
Use uv pip only for legacy pip-compatible workflows when uv add or uv sync cannot be used.