setup-local

Configure and initialize the xstream project environment with dependencies, media fixtures, and servers.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/ngareleo/xstream --skill setup-local-ngareleo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-local
Source: https://github.com/ngareleo/xstream/tree/main/.claude/skills/setup-local
Command: npx skills add https://github.com/ngareleo/xstream --skill setup-local-ngareleo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It streamlines the process of configuring a fresh development environment for xstream, including dependencies, media setup, and server initializations.

Core Features & Use Cases

  • Dependency Installation: Automates the setup of required tools like Bun, ffmpeg, and other dependencies for development.
  • Media Fixtures Configuration: Guides users in linking local media files for testing and validation of video processing pipelines.
  • Server Setup & Verification: Ensures Seq log server and development servers are running correctly and the application is accessible locally.
  • Use Case: A developer cloning the repository can run this skill to fully prepare their environment for immediate development and testing workflows.

Quick Start

Run the setup script to install dependencies, configure media directories, start required servers, and verify app accessibility.

Frequently Asked Questions about setup-local

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

FAQPage Schema
How do I set up a local development environment for a new repository?

Local development environment setup is streamlined by automating dependency installation, configuring media fixtures, and verifying development servers. It guides you through initializing tools and services so your repository is ready for immediate productive use.

What dependencies do I need to install for media processing and server configuration?

Dependency installation covers required development tools like Bun and ffmpeg. It ensures these tools are correctly configured alongside media fixtures and Seq log server setups to validate video processing pipelines.

Why is my local development server not starting correctly after environment configuration?

Local development server startup issues are addressed through built-in verification and troubleshooting. It checks environment components, validates dependency statuses, and assists with common setup problems related to server initialization.

Can I use this setup to configure local media fixtures for testing video processing pipelines?

Yes, media fixtures configuration is a core feature that guides you in linking local media files. This setup directly supports testing and validating your video processing pipelines within the local development environment.

What's the best way to verify application accessibility after running a development setup script?

Application accessibility is verified by checking that the Seq log server and development servers are running correctly. The setup ensures all local services are properly configured and accessible before you begin development.