company-creator

Generate agent company packages with COMPANY.md and agent files for Paperclip.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured way to generate ready-to-use agent company packages that conform to the Agent Companies specification, saving time and ensuring consistency across projects.

Core Features & Use Cases

  • From Scratch: Define a new company package with agents, skills, and workflows from user goals.
  • From Repo: Wrap an existing repository into a compliant company package, referencing external skills when appropriate.
  • Guided Workflow: Aligns with the standard package structure (COMPANY.md, AGENTS.md, SKILL.md, etc.) and produces a ready-to-import layout.

Quick Start

Generate a complete agent company package from scratch or wrap a given repository into a compliant package.

Frequently Asked Questions about company-creator

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

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

To generate an agent company package from a repo, the Skill wraps your existing repository into a compliant structure, referencing external skills and producing a ready-to-import layout for Paperclip.

What is the standard folder layout for an Agent Companies specification package?

An Agent Companies specification package includes a starter COMPANY.md file alongside agent files such as AGENTS.md and SKILL.md, forming a structured folder layout ready for import into Paperclip.

Can I create an agent company package from scratch without an existing codebase?

Yes, you can create an agent company package from scratch by defining your user goals, which the Skill uses to structure agents, skills, teams, projects, and tasks into a compliant package.

What is the best way to structure agents, skills, and workflows for a new agent company?

The best way to structure agents and workflows is by applying the Agent Companies specification, which defines the target package structure and selects suitable agents, skills, teams, projects, and tasks.

Do I need to manually write COMPANY.md and agent files when packaging agents for Paperclip?

No, you do not need to manually write COMPANY.md and agent files; the Skill automatically produces these starter files and a ready-to-import folder layout for Paperclip.

When should I reference external skills instead of creating new ones in an agent company package?

You should reference external skills when wrapping an existing repository into a compliant company package, allowing the Skill to integrate existing capabilities rather than duplicating them.