company-creator

Generate Agent Companies v1 packages with COMPANY.md and AGENTS.md files.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/khoabd/paperclip --skill company-creator-khoabd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: company-creator
Source: https://github.com/khoabd/paperclip/tree/main/.agents/skills/company-creator
Command: npx skills add https://github.com/khoabd/paperclip --skill company-creator-khoabd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Creating agent company packages that conform to the Agent Companies v1 specification requires deep knowledge of the spec, careful file structuring, and proper workflow design, which is time-consuming and error-prone for new users. This skill automates the entire process, ensures strict spec compliance, and guides users through company design decisions to produce production-ready packages.

Core Features & Use Cases

  • Dual Creation Modes: Build a new agent company from scratch based on your business vision, or wrap an existing git repository, skills collection, or local project into a fully functional agent company package.
  • End-to-End Spec Compliance: Automatically generates all required files and frontmatter that match the Agent Companies v1 standard, including root COMPANY.md, agent AGENTS.md files with workflow-aware instructions, and optional teams, projects, and tasks structures.
  • Intelligent Workflow Design: Infers the optimal organizational workflow pattern (pipeline, hub-and-spoke, collaborative, or on-demand) from repo structure or user input, and embeds clear handoff, trigger, and responsibility details into each agent's instructions to ensure the company operates as a coordinated unit.
  • Use Case: You have a public GitHub repo with a collection of AI agent skills for software development, and want to turn it into a runnable agent company in Paperclip with a lead engineer, QA agent, and DevOps agent in minutes, without manually writing dozens of spec-compliant files.

Quick Start

Provide your repo URL or a description of the agent company you want to build to the company-creator skill to generate a fully compliant, import-ready package for Paperclip.

Frequently Asked Questions about company-creator

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

FAQPage Schema
How do I create an agent company package from an existing git repository?

To create an agent company package from a git repository, provide the repo URL to the company-creator skill. It automatically infers the optimal workflow pattern, generates all required Agent Companies v1 specification files like COMPANY.md and AGENTS.md, and outputs a package import-ready for the Paperclip orchestration platform.

What files are required to build a compliant agent company for Paperclip?

Building a compliant agent company for Paperclip requires a root COMPANY.md file, workflow-aware AGENTS.md files for each agent, and skill references. The company-creator skill automatically generates these required files along with Paperclip vendor extensions to ensure strict spec compliance.

How do I scaffold a coordinated team of AI agents for a development workflow?

You can scaffold a coordinated team of AI agents by applying intelligent workflow design. The company-creator skill infers organizational patterns like pipeline or hub-and-spoke from your input, embedding clear handoff triggers and responsibilities into each agent's instructions to ensure coordinated operation.

Can I wrap a local project's skills collection into an agent company?

Yes, you can wrap a local project or skills collection into an agent company. The company-creator skill supports dual creation modes, allowing you to either build a new company from scratch based on your business vision or convert existing local projects into fully functional agent company packages.

Does the company-creator skill support different organizational workflow patterns?

The company-creator skill supports multiple organizational workflow patterns including pipeline, hub-and-spoke, collaborative, and on-demand. It automatically infers the optimal pattern from your repository structure or business vision input to ensure the agent company operates effectively.