orchestrator-contribute

Guide contributors through the fork-and-PR workflow for the Orchestrator project.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/shouvik/orchestrator --skill orchestrator-contribute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator-contribute
Source: https://github.com/shouvik/orchestrator/tree/main/skills/orchestrator-contribute
Command: npx skills add https://github.com/shouvik/orchestrator --skill orchestrator-contribute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process for new contributors to understand and follow the fork-and-PR workflow for the Orchestrator project, reducing friction and onboarding time.

Core Features & Use Cases

  • Guided Workflow: Walks users step-by-step through forking, cloning, branching, making changes, and submitting a pull request.
  • Scaffolding: Assists in creating new agents or standalone skills by generating necessary files and updating configurations.
  • Use Case: A developer wants to add a new agent to Orchestrator. They run /orchestrator-contribute --new-agent <agent-name> and the skill guides them through creating the prompt files, skill definitions, and updating the installation script.

Quick Start

Guide a contributor through the fork-and-PR workflow for the Orchestrator project.

Frequently Asked Questions about orchestrator-contribute

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

FAQPage Schema
How do I contribute to an open source project using a fork and pull request workflow?

To contribute via a fork and pull request workflow, you fork the repository, clone it locally, create a branch for changes, and submit a pull request. This guided process streamlines onboarding for new contributors.

How do I scaffold a new agent for the Orchestrator project?

Scaffolding a new agent involves generating necessary prompt files, skill definitions, and updating installation scripts. The workflow automates file creation and configuration updates to streamline developer onboarding.

What is the standard GitHub workflow for submitting my first open source contribution?

The standard GitHub workflow for open source contribution involves forking the target repository, syncing your fork, creating a feature branch, committing changes, and drafting a structured pull request for review.

Can I sync my forked repository before creating a new pull request?

Yes, syncing your forked repository is supported before creating a pull request. The workflow utilizes Git commands and GitHub repository structures to ensure your local branch is up to date.

Do I need prior Git experience to submit a pull request for the Orchestrator project?

Prior Git experience is helpful but not strictly required. The guided workflow walks developers step-by-step through forking, cloning, branching, and submitting a pull request to reduce onboarding friction.

What files are generated when creating a standalone skill for OSS contribution?

Creating a standalone skill generates necessary project files and updates configurations automatically. This scaffolding ensures the new skill integrates properly with the existing repository structure.