Command Palette

Search for skills, repositories, subagents, rules, or tags

Impersonate User

Select a user to impersonate

Sync Repository

Select a repository to sync

Delete Repository

Select a repository to delete

Introducing Sync

Auto-discover and install skills from your project dependencies. All of your skills in one command.

Auto-Discovery

Scans your package.json and automatically finds relevant skill repositories for your dependencies.

Smart Caching

Resolves package organizations via npm registry with intelligent caching for fast lookups.

One-Command Install

Installs all discovered skills with a single command. Works locally or globally.

Installation
npm i -g ferix-code

Install ferix-code globally with npm

Quick Start
ferix sync

Sync skills based on your project dependencies

CLI Options
-p, --path <path>Path to package.json (default: ./package.json)
-d, --dry-runPreview discovered skills without installing
-g, --globalInstall skills globally instead of project-level

Available flags for the sync command

Basic Sync
ferix sync

Discover and install skills for your project

Dry Run
ferix sync --dry-run

Preview which skills would be installed

Custom Path
ferix sync -p ./packages/app/package.json

Sync from a specific package.json location

Global Install
ferix sync --global

Install skills globally for all projects

GitHub

Ferix

X