coding-setup

Write coding archetype settings to .squad/archetype-config.json during onboarding.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures coding archetype settings for squads after onboarding by writing them to .squad/archetype-config.json and enabling a consistent coding workflow.

Core Features & Use Cases

  • Collects archetype-specific settings and persists them to .squad/archetype-config.json.
  • Validates prerequisites (federation config presence, existing config), prompts for missing inputs, and stores prTargetBranch, playbookSteps, codeConventions, and test requirements.
  • Orchestrates the onboarding handoff from team onboarding to archetype-specific configuration for coding teams, resulting in a ready-to-use coding workflow.

Quick Start

Run the Coding Setup Wizard to configure your coding archetype and generate .squad/archetype-config.json.

Frequently Asked Questions about coding-setup

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

FAQPage Schema
How do I configure a PR workflow for a coding squad?

To configure a PR workflow for a coding squad, run the setup wizard to collect and persist PR target branch, playbook steps, code conventions, and test requirements into a .squad/archetype-config.json file.

What coding conventions are needed during squad onboarding?

Squad onboarding requires collecting coding conventions, PR target branch, playbook steps, and test requirements. The setup process prompts for these missing inputs and persists them to the archetype configuration file.

Do I need a federation config before setting up coding archetype settings?

Yes, you need a federation config before setting up coding archetype settings. The configuration wizard validates prerequisites such as existing federation config presence before writing the archetype settings.

Can I overwrite an existing archetype config for my coding team?

Yes, you can overwrite an existing archetype config. The setup wizard detects existing archetype configurations and prompts for missing inputs before writing the updated coding workflow settings.

What is the best way to automate coding team onboarding handoff?

The best way to automate coding team onboarding handoff is using a setup wizard that orchestrates the transition, validates federation prerequisites, and persists archetype-specific settings for a ready-to-use coding workflow.