Droid Import
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
[](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:
- Enter marketplace URL or GitHub shorthand
- Select install location (project or personal)
- Select plugins to import
- Select components (agents, commands, skills)
- 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 |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11