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-codeInstall ferix-code globally with npm
Quick Start
ferix syncSync 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-levelAvailable flags for the sync command
Basic Sync
ferix syncDiscover and install skills for your project
Dry Run
ferix sync --dry-runPreview which skills would be installed
Custom Path
ferix sync -p ./packages/app/package.jsonSync from a specific package.json location
Global Install
ferix sync --globalInstall skills globally for all projects