company-creator

Generate agent company packages conforming to the Agent Companies specification v1.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Joaoha/xenon-maas --skill company-creator-joaoha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: company-creator
Source: https://github.com/Joaoha/xenon-maas/tree/main/.agents/skills/company-creator
Command: npx skills add https://github.com/Joaoha/xenon-maas --skill company-creator-joaoha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create agent company packages conforming to the Agent Companies specification (v1) to standardize how teams package and deploy agent capabilities, whether starting from scratch or wrapping an existing repo.

Core Features & Use Cases

  • From-scratch company scaffolding: generate a complete package with CEO, core agents, teams, and skills.
  • Repo-and-skill wrapping: wrap an existing repository or skills collection into a compliant company package with proper references.
  • Guided generation workflow: uses AskUserQuestion to gather context, read the spec, and produce ready-to-import outputs.

Quick Start

Describe your desired company and provide a repo URL or project scope to begin.

Frequently Asked Questions about company-creator

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

FAQPage Schema
How do I scaffold an agent company package from an existing repo?

To scaffold an agent company package from a repo, the Skill reads the repository context and wraps it into a compliant org package, generating the required COMPANY.md and AGENTS.md files with proper references for import.

What files are needed to standardize agent team deployment using a company specification?

Standardizing agent team deployment requires a COMPANY.md file defining the org structure and an AGENTS.md file detailing the core agents, ensuring the package conforms to the v1 specification for import.

Can I create a multi-agent organization from scratch without a pre-existing repository?

Yes, you can create a multi-agent organization from scratch by describing your desired company scope, which triggers a guided interview to gather context and generate a complete package with a CEO, core agents, teams, and skills.

How does the guided interview workflow work when generating agent packages?

The guided interview workflow uses AskUserQuestion to gather your project context, reads the normative specification, and then automatically generates the ready-to-import company package files based on your specific answers.

What is the best way to wrap a collection of existing skills into a coherent org package?

The best way to wrap existing skills into a coherent org package is to provide the skill collection context, allowing the generator to map them into the specification and output the necessary COMPANY.md and AGENTS.md references.

Does generating an agent company package require any specific dependencies or components?

No specific dependencies or components are required to generate an agent company package, as the Skill operates independently to read the specification and produce the text-based markdown files for your organization.