setup-senior-dev-squad

Capture project conventions and write them into CONTEXT.md.

Updated May 24, 2026
One-click install
npx skills add https://github.com/haJ1t/senior-dev-squad-skills --skill setup-senior-dev-squad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-senior-dev-squad
Source: https://github.com/haJ1t/senior-dev-squad-skills/tree/main/plugins/senior-dev-squad/skills/setup-senior-dev-squad
Command: npx skills add https://github.com/haJ1t/senior-dev-squad-skills --skill setup-senior-dev-squad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides an interactive onboarding wizard to capture and document project conventions, ensuring every squad skill adapts to your specific project.

Core Features & Use Cases

  • Project Configuration: Configures the senior-dev-squad skill suite for your project in under five minutes.
  • Workflow Customization: Captures project conventions like issue trackers, labels, and doc locations, and writes them into CONTEXT.md.
  • Skill Adaptation: Every downstream skill reads the CONTEXT.md to adapt its output to your project's conventions.
  • Use Case: When starting a new project or onboarding the squad to an existing one, this Skill sets up the necessary configurations for all squad skills to work effectively.

Quick Start

Run /setup-senior-dev-squad to start the onboarding wizard for your project.

Frequently Asked Questions about setup-senior-dev-squad

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

FAQPage Schema
How do I configure project conventions for an engineering squad?

You can configure project conventions by running an interactive onboarding wizard that captures your issue tracker, triage labels, and document locations, then writes these settings directly into a `CONTEXT.md` file for your team.

What is a CONTEXT.md file used for in workflow customization?

A `CONTEXT.md` file stores your specific project conventions and configurations, allowing downstream squad skills to automatically read and adapt their output to match your established issue tracking and documentation workflows.

Can I use a project onboarding wizard for existing codebases?

Yes, the project configuration wizard applies to both new and existing projects, allowing you to quickly align squad skills with your current project conventions and document locations in under five minutes.

How do I set up issue tracker and triage label configurations?

You set up issue tracker and triage label configurations by running the setup wizard, which requires your specific input for these project settings and then writes them into the `CONTEXT.md` file for skill adaptation.

Do I need to manually update squad skills when project settings change?

No, you do not need to manually update each skill. Downstream squad skills automatically read the `CONTEXT.md` file to adapt their output, so you only need to update your project conventions in one place.