setup

Configure a Conda environment and install ExecuTorch dependencies from source.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/Msabih/executorch --skill setup-msabih
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/Msabih/executorch/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/Msabih/executorch --skill setup-msabih

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the configuration and provisioning of a local ExecuTorch development environment, ensuring a reproducible starting point for contributors and maintainers.

Core Features & Use Cases

  • Environment provisioning: Create and activate a Conda environment with the required dependencies for ExecuTorch projects.
  • Dependency installation: Install ExecuTorch from source and optionally integrate HuggingFace tooling when needed.
  • Onboarding & reproducibility: Provides a repeatable setup flow ideal for new contributors, CI workers, and fresh machines.

Quick Start

Run the setup steps to configure your local ExecuTorch development environment.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I set up a local ExecuTorch development environment?

To set up an ExecuTorch development environment, this Skill configures an isolated Conda environment, installs dependencies from source via the install_executorch.sh script, and optionally integrates HuggingFace tooling for reproducible contributor workflows.

What is needed to configure an isolated Conda environment for ExecuTorch?

Configuring an isolated Conda environment for ExecuTorch requires Conda, the install_executorch.sh script, and internet access for downloading dependencies to provision a DevOps-ready local setup.

Can I integrate HuggingFace tooling when installing ExecuTorch from source?

Yes, you can integrate HuggingFace tooling when installing ExecuTorch from source; this Skill supports optional HuggingFace integration across contributor workflows after the base Conda environment is active.

Does the ExecuTorch setup process work for onboarding new contributors on fresh machines?

Yes, the ExecuTorch setup process works for onboarding new contributors on fresh machines by providing a repeatable provisioning flow that standardizes dependency installation and environment activation for CI workers and maintainers.

Why do I need Conda and internet access for ExecuTorch dependency installation?

You need Conda and internet access for ExecuTorch dependency installation because the setup process downloads required packages from source and creates an isolated environment to ensure a reproducible DevOps-ready configuration.