원클릭으로
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.