platform-setup

Automate initial Tangerine platform setup on host or VM.

5|2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/dinhtungdu/tangerine --skill platform-setup-dinhtungdu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: platform-setup
Source: https://github.com/dinhtungdu/tangerine/tree/main/skills/platform-setup
Command: npx skills add https://github.com/dinhtungdu/tangerine --skill platform-setup-dinhtungdu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Simplifies the initial Tangerine platform setup by guiding users through prerequisites installation, workspace preparation, project cloning, and agent skill wiring.

Core Features & Use Cases

  • Automates environment provisioning for host or Lima VM, including prerequisites and tools.
  • Clones and configures projects into the Tangerine workspace and wires up agent skills.
  • Use Case: bootstrap a new Tangerine instance with a ready workspace and configured projects.

Quick Start

Run the platform-setup steps to install prerequisites, clone the Tangerine repo into your workspace, configure your projects, and install agent skills.

Frequently Asked Questions about platform-setup

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

FAQPage Schema
How do I automate Tangerine platform setup on a host or VM?

Tangerine platform setup requires a working host with network access, Git, and Node/Bun installed. You also need access to agent CLIs to successfully wire up the agent skills during the automated provisioning process.

What does the initial Tangerine workspace preparation process include?

Initial Tangerine workspace preparation includes installing prerequisites, cloning the Tangerine repo, configuring projects, and installing agent skills. It applies during first-time installation or VM provisioning to bootstrap a fully configured environment.

Do I need Node or Bun installed before provisioning a Tangerine VM?

Yes, provisioning a Tangerine host or VM requires a working host with network access, Git, and Node or Bun installed. You also need access to agent CLIs for the setup process to function correctly.

Can I configure Tangerine projects using Mode 1, 2, or 3 workflows?

Yes, the Tangerine platform setup supports Mode 1, 2, and 3 workflows, including project creation. It manages configurations by reading and writing directly to the ~/tangerine/config.json file and your workspace.

What's the best way to bootstrap a new Tangerine instance with configured projects?

The best way to bootstrap a new Tangerine instance is running the automated platform setup. It provisions the environment for a host or Lima VM, clones repositories, configures projects, and wires up agent skills.