federation-setup

Orchestrate federation setup across teams via a conversational flow.

Updated Apr 12, 2026
One-click install
npx skills add https://github.com/lygav/vladi-plugins-marketplace --skill federation-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: federation-setup
Source: https://github.com/lygav/vladi-plugins-marketplace/tree/main/plugins/squad-federation-core/skills/federation-setup
Command: npx skills add https://github.com/lygav/vladi-plugins-marketplace --skill federation-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The federation-setup tool helps teams bootstrap a brand-new federation across multiple squads without manual federation configuration, guiding the user through setup and delegating mechanical work to the setup script.

Core Features & Use Cases

  • Conversational collection of initial federation goals, federation name, telemetry, and team-notification preferences.
  • Generates and applies the necessary federation configuration via setup.ts and coordinates onboarding steps, including meta-squad casting and first-team onboarding.
  • Use Case: When starting a multi-squad project, run federation-setup to define the meta-squad, enable telemetry, and prepare for team onboarding.

Quick Start

Initiate the federation setup through the guided conversation or run the setup script to bootstrap the federation.

Frequently Asked Questions about federation-setup

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

FAQPage Schema
How do I set up a multi-team federation for a new project?

To set up a multi-team federation, you use a guided conversation to collect federation goals, telemetry preferences, and team notifications, then delegate config generation and file writing to the setup script to bootstrap the environment.

What is federation setup and when do I need it for multi-squad orchestration?

Federation setup is the orchestration of initial federation creation, meta-squad casting, and team organization across multiple squads, needed when starting a new project to avoid manual configuration.

Can I enable telemetry and team notifications during federation creation?

Yes, you can enable telemetry and Teams notifications during federation creation by configuring these preferences through the conversational setup flow before the config is generated.

What's the best way to bootstrap a meta-squad and onboard the first team?

The best way to bootstrap a meta-squad is running the setup script after the guided conversation, which coordinates onboarding steps, applies federation configuration, and prepares for first-team onboarding.

Does federation setup require any dependencies to run the setup script?

No, federation setup does not require external dependencies to run, as the conversational flow directly delegates mechanical config generation and file writing to the internal setup script.

Why use an automated setup script instead of manual federation configuration?

Automated setup eliminates manual federation configuration errors by orchestrating multi-squad onboarding, generating necessary files via setup.ts, and emitting events to ensure consistent project initialization.