KS
Killer-Skills

setup-dev — how to use setup-dev how to use setup-dev, setup-dev alternative, setup-dev setup guide, what is setup-dev, setup-dev vs other development environment tools, setup-dev install, setup-dev for mobile app development, setup-dev template, setup-dev development environment setup

v1.0.0
GitHub

About this Skill

Ideal for Development Agents requiring streamlined mobile app development environment setup and standardization across teams. setup-dev is a template-based development environment setup guide for mobile apps, ensuring consistent and productive development environments.

Features

Provides a template for development environment setup with placeholders for project values like {PROJECT_NAME} and {REPO_DIRECTORY}
Ensures consistent environments across teams with a standardized setup process
Supports versioning with a specified version number, such as 1.0.0
Includes a last updated date for tracking changes, such as 2026-01-11
Guides developers through the setup process with a step-by-step SOP

# Core Topics

eleva-labs eleva-labs
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
54
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add eleva-labs/agentic-coding-templates/SETUP_GUIDE.md

Agent Capability Analysis

The setup-dev MCP Server by eleva-labs is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use setup-dev, setup-dev alternative, setup-dev setup guide.

Ideal Agent Persona

Ideal for Development Agents requiring streamlined mobile app development environment setup and standardization across teams.

Core Value

Empowers agents to establish consistent development environments for mobile apps, ensuring seamless integration and productivity from the outset, utilizing standardized development environment setup and guiding developers through the setup process with Version control and Repository directory management.

Capabilities Granted for setup-dev MCP Server

Standardizing development environments across teams
Guiding developers through setup processes for mobile apps
Ensuring consistent environments for productive development

! Prerequisites & Limits

  • Requires project-specific values like {PROJECT_NAME}, {REPO_DIRECTORY}, and {BUNDLE_ID}
  • Limited to mobile app development environment setup
Project
SKILL.md
4.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Development Environment Setup SOP

Note: This is a template. Replace placeholders like {PROJECT_NAME}, {REPO_DIRECTORY}, and {BUNDLE_ID} with your actual project values.

Version: 1.0.0 Last Updated: 2026-01-11 Status: Active


Overview

Purpose

This SOP guides developers through setting up the complete development environment for the mobile app. It ensures consistent environments across the team and enables productive development from day one.

When to Use

ALWAYS: New developer onboarding, setting up a new machine, clean reinstall, troubleshooting environment issues SKIP: Already have working environment, only need platform-specific setup (use setup-ios or setup-android)


Process Workflow

Flow Diagram

[Prerequisites] --> [Automated Setup] --> [Verification] --> [First Run]

Phase Summary

PhaseObjectiveDeliverable
1. PrerequisitesEnsure required tools installedmacOS, Xcode, Command Line Tools
2. SetupInstall development toolsVolta, Node.js 20, pnpm, dependencies
3. VerificationConfirm environment workstask check-prereqs passes
4. First RunRun the appApp running in simulator

Quick Start

Option 1: Fully Automated Setup (5 minutes)

bash
1# Clone the repository 2git clone <repository-url> 3cd {REPO_DIRECTORY} 4 5# Run automated setup (installs everything) 6./scripts/setup-development.sh

The script handles:

  • Volta installation
  • Node.js 20 setup
  • Project dependency installation
  • Development environment configuration

Option 2: Manual Setup (10 minutes)

bash
1# 1. Install Volta 2curl https://get.volta.sh | bash 3 4# 2. Restart terminal, then setup Node 5volta install node@20 6volta pin node@20 7 8# 3. Install dependencies 9pnpm install 10 11# 4. Setup development environment 12task setup-dev 13 14# 5. Verify setup 15task check-prereqs

Option 3: One-Command Full Setup (Fastest)

If you already have the repository cloned and just need to complete setup:

bash
1task setup-full

This does everything in one command:

  1. Install all dependencies (pnpm install)
  2. Create local environment config (.env.local)
  3. Pull development settings from EAS
  4. Verify all patches applied correctly

Detailed Guide

For comprehensive setup instructions including prerequisites and troubleshooting, see:


Quick Reference

Common Commands

bash
1# Verify environment 2task check-prereqs 3 4# Start iOS development 5task run-ios 6 7# Start Android development 8task run-android 9 10# Run tests 11task test 12 13# Clean and regenerate 14task clean && task generate

Local Environment Setup

bash
1task setup-local-env # Creates .env.local 2task verify-patches # Check patches are applied 3task setup-full # Complete setup in one command

Key Environment Variables

bash
1# Check Node version (should be v20.x.x) 2node --version 3 4# Check Volta version 5volta --version 6 7# Check pnpm version 8pnpm --version

Troubleshooting

IssueSolution
Volta not found after installRestart terminal or source shell config
Wrong Node versionRun volta pin node@20 in project directory
pnpm not foundInstall via volta install pnpm
Metro bundler errorsRun task clean-cache
iOS build failsSee setup-ios skill or SETUP_GUIDE.md
Android build failsSee setup-android skill or SETUP_GUIDE.md
.env.local missingRun task setup-local-env
SIMULATOR variable undefinedRun task setup-local-env to recreate .env.local

Related Skills

SkillPurposeWhen to Use
/setup-envConfigure environment variablesAfter initial setup
/setup-iosiOS-specific setupFor iOS development
/setup-androidAndroid-specific setupFor Android development
/helpTroubleshooting guideWhen encountering issues

Note: Skill paths (/skill-name) work after deployment. In the template repo, skills are in domain folders.


End of SOP

Related Skills

Looking for an alternative to setup-dev or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication