setup

Automate Company OS project scaffolding and generate configuration files.

6|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/vibbs/company-os --skill setup-vibbs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/vibbs/company-os/tree/main/.claude/skills/setup
Command: npx skills add https://github.com/vibbs/company-os --skill setup-vibbs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the initial setup and configuration of Company OS, ensuring your project has the correct settings, permissions, and directory structure.

Core Features & Use Cases

  • Interactive Wizard: Guides you through setting up company details, tech stack, and architectural decisions.
  • Express Mode: Quickly apply pre-defined configurations by pasting a config block.
  • Auto-Extract Mode: Infers project details from URLs or text to pre-fill configuration.
  • Use Case: When starting a new project with Company OS, run /setup to get a guided walkthrough that tailors the OS to your specific technology stack (e.g., Next.js, FastAPI) and project needs.

Quick Start

Run the setup skill interactively to configure your project.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I initialize a new project with Company OS scaffolding?

To initialize Company OS project scaffolding, run the interactive setup wizard. It guides you through defining company profiles, tech stacks, and architecture to generate `company.config.yaml` and `.claude/settings.json` with required directories.

Can I auto-extract project configuration from an existing repository URL?

Yes, auto-extract mode infers project details and tech stack information from URLs or text. It pre-fills the Company OS configuration to streamline the initial scaffolding process without manual data entry.

What's the best way to quickly apply pre-defined configurations to Company OS?

The best way to quickly apply pre-defined configurations is express mode. By pasting a config block, you bypass the interactive wizard and instantly generate `company.config.yaml` and `.claude/settings.json`.

Does the Company OS setup wizard support specific frameworks like Next.js and FastAPI?

Yes, the setup wizard supports specific frameworks like Next.js and FastAPI. It tailors the Company OS configuration, API conventions, and architectural decisions to match your chosen technology stack.

What files are generated when configuring a Company OS project?

Configuring a Company OS project generates `company.config.yaml` and `.claude/settings.json`. These files define your company profile, model preferences, permissions, and scaffold the necessary directory structure.