Droid Import banner
dpaluy dpaluy

Droid Import

Development community

Description

Allow import agents, skills and commands into FactoryAI from Claude Code marketplaces

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

droid-import

[![npm version](https://img.shields.io/npm/v/droid-import.svg)](https://www.npmjs.com/package/droid-import)

Import Claude Code marketplace plugins into FactoryAI, including **skills** (which other tools lack).

Features

  • Full skill support - copies entire skill directories with resources, references, scripts
  • Agent → Droid conversion - transforms Claude agents to Factory droids with proper YAML frontmatter
  • Interactive mode - beautiful multi-select UI with @clack/prompts
  • Non-interactive mode - CLI flags for automation and CI/CD
  • Dry-run mode - preview changes before writing
  • GitHub integration - fetch marketplaces directly from GitHub repos

Installation

# Run directly with bunx (recommended)
bunx droid-import

# Or install globally
bun install -g droid-import

Usage

Interactive Mode

bunx droid-import

This launches a guided flow:

  1. Enter marketplace URL or GitHub shorthand
  2. Select install location (project or personal)
  3. Select plugins to import
  4. Select components (agents, commands, skills)
  5. Choose overwrite behavior

Non-Interactive Mode

# Import from GitHub shorthand
bunx droid-import --marketplace majesticlabs-dev/majestic-marketplace

# Import specific plugins
bunx droid-import --marketplace majesticlabs-dev/majestic-marketplace \
  --plugins majestic-engineer,majestic-rails

# Dry run to preview
bunx droid-import --marketplace  --dry-run --verbose

# Import to personal directory
bunx droid-import --marketplace  --scope personal

# Skip specific components
bunx droid-import --marketplace  --no-skills --no-commands

CLI Options

Option Description
--marketplace Marketplace URL, GitHub shorthand (owner/repo), or local path
--plugins Comma-separated plugin names (default: all)
--scope Install location: personal (~/.fa