company-creator

Creates Agent Companies package skeletons with COMPANY.md, agents, teams, projects, tasks, skills, frontmatter, and workflows.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Lautaro073/zCorvus_agents --skill company-creator-lautaro073
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: company-creator
Source: https://github.com/Lautaro073/zCorvus_agents/tree/main/AI_Workspace/Agents/Frontend/skills/company-creator
Command: npx skills add https://github.com/Lautaro073/zCorvus_agents --skill company-creator-lautaro073

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill helps teams scaffold complete Agent Companies packages that conform to the Agent Companies specification, enabling fast setup of organizational structure, roles, and workflows.

Core Features & Use Cases

  • Generates a complete package skeleton including COMPANY.md, agents/, teams/ (optional), projects/, tasks/, and skills/, with proper frontmatter and workflow wiring.
  • Supports both from-scratch company design and from-repo wrapping, guiding users to reference or vendor skills as needed.
  • Provides guidance on constructing workflow-aware AGENTS.md, reporting lines, and cross-skill interactions to enable real-world collaboration.

Quick Start

Initialize a lean company package scaffold and wire in requested agents and skills.

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 that follows compliant directory layout standards?

To scaffold a compliant agent company package, generate a complete skeleton including COMPANY.md, agents/, projects/, tasks/, and skills/ directories with proper frontmatter and workflow wiring. This establishes organizational structure and agent roles following standard specifications.

Can I wrap an existing repository into an agent company structure?

Yes, you can wrap an existing repository into an agent company structure using from-repo wrapping support. This guides you to reference or vendor external skills as needed while applying standard directory layouts and frontmatter schemas to your current project.

What is included in a standard agent company package skeleton?

A standard agent company package skeleton includes COMPANY.md, agents/, optional teams/, projects/, tasks/, and skills/ directories. It provides proper frontmatter schemas, workflow-aware AGENTS.md guidance, reporting lines, and optional .paperclip.yaml configuration for cross-skill interactions.

How do I construct a workflow-aware AGENTS.md for organizational agent roles?

You construct a workflow-aware AGENTS.md by following provided guidance on reporting lines and cross-skill interactions. This enables real-world collaboration by wiring agent roles and skill references into your organizational structure with standard frontmatter schemas.

Do I need .paperclip.yaml to create an agent company package?

No, .paperclip.yaml is optional when creating an agent company package. The core scaffold requires COMPANY.md, agents/, projects/, tasks/, and skills/ with frontmatter and workflow wiring, while .paperclip.yaml provides supplementary configuration for your organizational structure.