import-skill

Import external skills from folders, GitHub, or .skill files into Business OS conventions.

1|Updated Apr 26, 2026
One-click install
npx skills add https://github.com/Ariz0na45/business-os-lite --skill import-skill-ariz0na45
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: import-skill
Source: https://github.com/Ariz0na45/business-os-lite/tree/main/.claude/skills/import-skill
Command: npx skills add https://github.com/Ariz0na45/business-os-lite --skill import-skill-ariz0na45

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Import external skills and adapt them to Business OS conventions.

Core Features & Use Cases

  • Discover external skills from a local folder (imports/), a GitHub repository, or a .skill file, and align them with Business OS structure (steps/, resources/, scripts/).
  • Validate conformity and adaptation to Business OS conventions, mapping resources and creating a clean target skill package.
  • Support copying and initial setup of dependencies and environment configuration for quick deployment.

Quick Start

Run the import script to discover external skills and copy them into the Business OS format.

Frequently Asked Questions about import-skill

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

FAQPage Schema
How do I import external skills into Business OS from a local folder or GitHub repository?

Importing external skills into Business OS involves running the import script to discover skills from a local folder, GitHub repository, or .skill file, parsing SKILL.md frontmatter and adapting them to the Business OS structure.

What is the process for adapting an external skill to Business OS conventions?

Adapting to Business OS conventions involves parsing SKILL.md frontmatter, validating conformity, and mapping resources into the standard steps/, resources/, and scripts/ directories to create a clean target skill package.

Can I import a skill from a .skill file directly into Business OS?

Yes, the import process supports .skill files by discovering the file, parsing its frontmatter, validating conformity, and adapting its structure into the standard Business OS steps/, resources/, and scripts/ directories.

Does importing external skills into Business OS validate directory conformity?

Yes, the import process validates conformity by checking the external skill structure against Business OS conventions, ensuring resources are properly mapped and aligned into the steps/, resources/, and scripts/ format.

What are the limitations when adapting external skills to Business OS?

Limitations when adapting external skills to Business OS include the requirement of a valid SKILL.md file for parsing and the necessity to align external file structures into the strict steps/, resources/, and scripts/ directory format.