artifact-import

Import external documents into the Company OS artifact system with classification and linking.

6|1|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/vibbs/company-os --skill artifact-import
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: artifact-import
Source: https://github.com/vibbs/company-os/tree/main/.claude/skills/artifact-import
Command: npx skills add https://github.com/vibbs/company-os --skill artifact-import

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires ./tools/artifact/link.sh, ./tools/artifact/validate.sh, ./tools/artifact/promote.sh, ./tools/artifact/check-gate.sh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of bringing existing external documents into the Company OS artifact system, ensuring they are properly classified, linked, and formatted.

Core Features & Use Cases

  • Multi-Source Import: Supports importing documents from files in the imports/ directory or directly pasted inline.
  • Automatic Classification: Intelligently determines the artifact type (PRD, RFC, etc.) based on content signals.
  • Artifact Linking: Automatically detects and establishes relationships between imported artifacts.
  • Use Case: You have a collection of Google Docs and Confluence pages that need to be integrated into your project's artifact repository. This Skill can import them, assign the correct types, and link them together.

Quick Start

Import the document content pasted below as a PRD.

Frequently Asked Questions about artifact-import

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

FAQPage Schema
How do I import external documents into the Company OS artifact system?

You can import external documents into the Company OS artifact system by placing files in the imports directory or pasting content inline. The Skill processes the input, assigns artifact IDs, and ensures proper YAML frontmatter formatting.

How does automatic artifact classification work for imported docs?

Automatic artifact classification works by analyzing content signals within the imported documents to intelligently determine the artifact type, such as PRD or RFC. It then maps the content to the appropriate templates.

Can I import Google Docs and Confluence pages into my artifact repository?

Yes, you can import Google Docs and Confluence pages into your artifact repository. The Skill supports integrating external documents from various sources, assigning correct types, and linking them together automatically.

What is the best way to link related artifacts during a document import?

The best way to link related artifacts during document import is to use the Skill's automatic artifact linking feature. It detects and establishes relationships between imported artifacts as they are ingested into the system.

Do I need YAML frontmatter to import external docs into Company OS?

Yes, you need YAML frontmatter to import external docs into Company OS. The Skill ensures proper YAML frontmatter and artifact IDs are applied to all incoming documents during the content mapping process.

What file formats are supported for artifact import into the Company OS?

The artifact import supports file-based imports from a designated imports directory and inline content pasting. It processes these inputs by mapping the content to templates while applying the required YAML frontmatter.