setup

Automate repository setup by generating .github/buehler.yaml and governance files.

3|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/corrigantj/buehler --skill setup-corrigantj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/corrigantj/buehler/tree/main/skills/setup
Command: npx skills add https://github.com/corrigantj/buehler --skill setup-corrigantj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auto-configure buehler for new repositories by guiding an adaptive setup wizard that covers preflight checks and governance.

Core Features & Use Cases

  • Interactive setup wizard to generate .github/buehler.yaml and wire up initial repo governance (CODEOWNERS, wiki).
  • Preflight and drift detection to ensure repository readiness before rollout.

Quick Start

Describe your repository and desired setup, and the wizard will generate initial configuration and run preflight checks.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I auto-configure buehler for a new GitHub repository?

To auto-configure buehler, an interactive setup wizard guides you through environment detection and generates a .github/buehler.yaml file with your repository's specific settings.

What is preflight readiness and drift detection for repository setup?

Preflight readiness checks ensure your repository meets configuration standards before rollout, while drift detection identifies deviations from your established buehler YAML governance baseline.

Can I scaffold CODEOWNERS and wiki governance during initial repo setup?

Yes, the setup wizard can optionally scaffold CODEOWNERS files and verify wiki readiness alongside generating your primary buehler configuration to establish complete project governance.

How do I generate a buehler YAML configuration file using an adaptive wizard?

You generate the buehler YAML configuration by describing your repository and desired setup, prompting the adaptive wizard to interactively collect inputs and output the file.

Does the buehler setup wizard require any existing dependencies to run?

No existing dependencies are required to run the buehler setup wizard, as it autonomously handles environment detection and interactively prompts you for necessary configuration values.

What limitations exist when auto-configuring repository governance with an interactive wizard?

The wizard relies on interactive prompts for environment detection and YAML generation, meaning non-interactive CI environments may face constraints unless prompts are pre-configured or bypassed.