What problem does it solve? Turning an idea or an existing repository into a structured, spec-compliant agent company package requires knowing the Agent Companies format, designing org charts, and writing workflow-aware agent instructions, which is tedious and error-prone to do by hand. ## Core Features & Use Cases - Two creation modes: Build a company from scratch via a guided interview, or analyze an existing git repo and wrap its skills and structure into a company package. - Spec-compliant generation: Produces COMPANY.md, AGENTS.md, TEAM.md, PROJECT.md, TASK.md, and SKILL.md files following the agentcompanies/v1 schema, plus a .paperclip.yaml vendor extension. - Workflow-aware org design: Infers pipeline, hub-and-spoke, collaborative, or on-demand workflow patterns and writes agent instructions that define handoffs, triggers, and reporting structure. - Use Case: Point it at a repo containing code-review and deployment skills, and it generates a lean engineering company with a CEO, CTO, and engineer agents that reference those skills by commit-pinned GitHub sources. ## Quick Start Ask the assistant to create an agent company from the repository at a given GitHub URL using the company-creator skill.