company-creator

Create standardized Agent Companies packages from scratch or existing git repositories.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create agent company packages conforming to the Agent Companies specification (agentcompanies/v1). Use when a user wants to create a new agent company from scratch, build a company around an existing git repo or skills collection, or scaffold a team/department of agents. Triggers on: "create a company", "make me a company", "build a company from this repo", "set up an agent company", "create a team of agents", "hire some agents", or when given a repo URL and asked to turn it into a company. Do NOT use for importing an existing company package (use the CLI import command instead) or for modifying a company that is already running in Paperclip.

Core Features & Use Cases

  • Mode 1: Company From Scratch — Interview the user to flesh out the vision, then generate the package.
  • Mode 2: Company From a Repo — The user provides a git repo URL, local path, or tweet. Analyze the repo, then create a company that wraps it.
  • See references/from-repo-guide.md for detailed repo analysis steps.
  • Step 1: Gather Context; Step 2: Interview (Use AskUserQuestion); Step 3: Read the Spec; Step 4: Generate the Package; Step 5: Confirm Output Location; Step 6: Write README.md and LICENSE; Step 7: Write Files and Summarize.

Quick Start

Choose from scratch or from-repo mode, gather requirements through an interview, and generate a complete company package skeleton.

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 from an existing git repository?▼

You can create an agent company from scratch by requesting one. The system interviews you to flesh out the vision, references the Agent Companies specification, and generates a complete package skeleton with appropriate files, README, and LICENSE.

What is the process for scaffolding a team or department of agents?▼

Scaffolding a team of agents involves gathering context, interviewing the user for requirements, referencing the Agent Companies spec, and producing a full package structure with appropriate references to assemble the department.

Can I import an existing company package that is already running in Paperclip?▼

No, you should not use this tool to import an existing company package. Modifying a company that is already running in Paperclip requires using the CLI import command rather than the agent company creation workflow.

What steps are involved when building a company around a skills collection?▼

Building a company around a skills collection involves gathering context, conducting a user interview, reading the Agent Companies spec, generating the package, confirming the output location, and writing the final files with a summary.

Does the agent company generation workflow support analyzing repositories from a tweet?▼

Yes, the agent company generation workflow supports analyzing repositories from a tweet. You can provide a tweet referencing a repository, and the system will analyze the repo to create a company that wraps it.