do-setup

Automate project initialization and agent configuration for the DO Framework.

28|1|Updated Apr 5, 2026
One-click install
npx skills add https://github.com/fabio-barboza/development-orchestrator --skill do-setup-fabio-barboza
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: do-setup
Source: https://github.com/fabio-barboza/development-orchestrator/tree/main/skills/do-setup
Command: npx skills add https://github.com/fabio-barboza/development-orchestrator --skill do-setup-fabio-barboza

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates project initialization and agent configuration for the Development Orchestrator framework by analyzing the project, identifying required skills, and updating the central configuration with project conventions and available skills.

Core Features & Use Cases

  • Detects the target AI tool and generates the corresponding tool-specific config file (CLAUDE.md, .github/copilot-instructions.md, .cursor/rules/project.mdc, or .cursorrules), ensuring alignment with the selected agent ecosystem.
  • Discovers and aggregates relevant skills from the chosen skill set, then installs orchestration agents and commands to enable full automation of the DO workflow.
  • Provides a dedicated "agents" mode that installs only the orchestration agents and commands without running the full setup, allowing incremental onboarding and environment preparation.

Quick Start

Execute /do-setup to initialize the project and install orchestration agents.

Frequently Asked Questions about do-setup

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

FAQPage Schema
How do I automate project initialization and agent configuration for an AI coding tool?

Automating project initialization involves analyzing the repository to detect the target AI tool and generating the corresponding config file, such as CLAUDE.md or .cursorrules, while updating central configuration with project conventions and available skills.

Does project setup work with my specific AI agent ecosystem like Cursor or Copilot?

Project setup works with specific AI agent ecosystems by detecting the target tool and generating the matching configuration file, including .github/copilot-instructions.md for Copilot, .cursor/rules/project.mdc for Cursor, and CLAUDE.md for Claude.

Can I install orchestration agents and commands without running the full project setup?

You can install orchestration agents and commands without the full project setup by using the dedicated agents mode, which enables incremental onboarding and environment preparation without executing the complete initialization workflow.

What is the best way to configure a repository with project conventions and available skills?

The best way to configure a repository with project conventions is to execute an automated setup command that analyzes the project, aggregates relevant skills from the chosen skill set, and updates the central configuration to enable workflow automation.

When do I need to run a dedicated setup command instead of manually configuring agent instructions?

You need to run a dedicated setup command instead of manual configuration when you want to automatically discover relevant skills, install orchestration agents, and ensure alignment with your selected AI agent ecosystem across the entire project.