vr-setup

Set up AI research pipeline projects with prerequisites, environment variables, and git hooks.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/seunghyukoh/poi-agents --skill vr-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vr-setup
Source: https://github.com/seunghyukoh/poi-agents/tree/main/.claude/skills/vr-setup
Command: npx skills add https://github.com/seunghyukoh/poi-agents --skill vr-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, uv, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the setup process for AI research pipeline projects, ensuring all prerequisites are met and the environment is configured correctly.

Core Features & Use Cases

  • Prerequisite Checking: Validates Python, uv, and git versions.
  • Dependency Installation: Installs Python dependencies using uv sync.
  • Environment Configuration: Guides users through setting up environment variables for API keys and experiment tracking.
  • Pre-commit Hooks: Sets up git hooks for code quality checks.
  • Branch Protection: Explains how to configure GitHub branch protection for safety.
  • Directory Verification: Ensures all necessary directories are in place.
  • Pipeline Introduction: Provides an overview of available research pipeline skills.

Quick Start

Run the setup wizard by executing /vr-setup.

Frequently Asked Questions about vr-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up an AI research project environment with Python and uv?

Setting up an AI research project env involves checking Python, uv, and git prerequisites, installing dependencies with uv sync, and configuring environment variables for API keys and experiment tracking.

Can I configure pre-commit git hooks for my research pipeline automatically?

Yes, you can configure pre-commit git hooks automatically. The setup wizard establishes git hooks for code quality checks and explains how to configure GitHub branch protection for repository safety.

What prerequisites do I need before configuring an AI research pipeline?

Before configuring an AI research pipeline, you need Python, uv, and git installed. The setup wizard checks these prerequisites, verifies your directory structure, and guides you through environment configuration.

How does environment configuration for API keys and experiment tracking work?

Environment configuration works by guiding you step-by-step through setting up required environment variables for API keys and experiment tracking, ensuring your AI research pipeline is ready for safe execution.

What is the best way to manage Python dependencies in an AI research project?

The best way to manage Python dependencies in an AI research project is using uv sync. The setup wizard validates your uv installation and executes dependency installation to ensure your environment is configured correctly.

Why should I use a setup wizard instead of manually configuring my research environment?

You should use a setup wizard because manually configuring a research environment risks missing prerequisites or directory structures. The wizard provides step-by-step guidance to safely verify Python, uv, and git, and configure settings efficiently.