environment-setup

star 1

Project-specific environment setup. Use after checking out a repo to initialize dependencies and toolchains.

k4h4shi By k4h4shi schedule Updated 1/21/2026

name: environment-setup description: Project-specific environment setup. Use after checking out a repo to initialize dependencies and toolchains.

Environment Setup (Vive)

Goal

リポジトリをチェックアウトした後に必要な プロジェクト環境の初期化 を行う。 ワークツリーの有無は問わない。

Inputs

  • リポジトリのルートパス

Procedure (must follow in order)

  1. Check Rust Toolchain

    • Run: cd <repo-root> && cargo check
    • 依存関係の取得とビルド確認を行う
  2. Output next steps

    • Print:
      • Repo path
      • Command to start session: cd <repo-root> && claude

Safety constraints

  • Do not remove worktrees unless explicitly asked.
  • Keep changes scoped to the requested repo.
Install via CLI
npx skills add https://github.com/k4h4shi/vive --skill environment-setup
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator