@alcyone-labs/agent-skills
v1.0.0
Published
Interactive installer for Agent Skills - Install AI agent skills from Alcyone Labs
Maintainers
Readme
@alcyone-labs/agent-skills
Interactive installer for Agent Skills from Alcyone Labs. Install AI agent skills for various platforms including OpenCode, Gemini CLI, Claude, FactoryAI Droid, Agents, and Antigravity.
Installation
No installation required! Use directly with npx:
npx @alcyone-labs/agent-skillsUsage
The installer runs in interactive mode by default, guiding you through all configuration options. Use flags to pre-configure values and skip specific prompts.
Interactive Mode (Default)
Run without arguments for full interactive mode:
npx @alcyone-labs/agent-skillsThis will guide you through:
- Selecting installation scope (global or local)
- Choosing target agents/platforms
- Selecting skills to install
- Optional command installation
- Optional .gitignore updates
Pre-Configured Interactive Mode
Set some values via flags, get prompted for the rest:
# Pre-set global scope, get prompted for agents and skills
npx @alcyone-labs/agent-skills --global
# Pre-set agents, get prompted for scope and skills
npx @alcyone-labs/agent-skills --opencode --gemini
# Pre-set scope and agents, get prompted for skills
npx @alcyone-labs/agent-skills --global --gemini --droidNon-Interactive Mode
Provide all required flags for fully automated installation:
# Install all skills globally for multiple agents (no prompts)
npx @alcyone-labs/agent-skills --global --all --gemini --droid --agents
# Install locally for specific agents with commands
npx @alcyone-labs/agent-skills --local --all --opencode --commands
# Complete automation example
npx @alcyone-labs/agent-skills --global --all --opencode --gemini --claude --droid --agents --antigravity --no-commands --no-gitignoreCLI Options
Scope Flags
--global,-g- Install globally (user space ~/)--local,-l- Install locally (project ./)
Agent Flags
--opencode- Install for OpenCode--gemini- Install for Gemini CLI--claude- Install for Claude--droid- Install for FactoryAI Droid--agents- Install for Agents (default)--antigravity- Install for Antigravity
Skill Selection
--all,-a- Install all available skills
Command Installation
--commands- Install commands for supported agents--no-commands- Skip installing commands
Gitignore
--gitignore- Add agent folders to .gitignore--no-gitignore- Skip adding to .gitignore
Examples
Quick Start - Install Everything Globally
npx @alcyone-labs/agent-skills --global --all --opencode --gemini --claude --droid --agents --antigravityDevelopment Setup - Local Install
# Install all skills locally for your project
npx @alcyone-labs/agent-skills --local --all --agents
# With gitignore update (recommended for local installs)
npx @alcyone-labs/agent-skills --local --all --agents --gitignoreSelective Installation
# Install only specific skills to specific agents
npx @alcyone-labs/agent-skills --global --opencode --gemini --no-commandsCI/CD Automation
# Non-interactive installation for CI/CD pipelines
npx @alcyone-labs/agent-skills --global --all --agents --no-commands --no-gitignorePartial Configuration
# Set scope, choose agents and skills interactively
npx @alcyone-labs/agent-skills --global
# Set agents, choose scope and skills interactively
npx @alcyone-labs/agent-skills --opencode --geminiHow It Works
- Local Mode: If running from a cloned repository, uses local skills
- Remote Mode: Otherwise, fetches skills directly from GitHub
- Always Interactive: Prompts run by default with
promptWhen: "always" - Flag Pre-configuration: Use flags to skip prompts and pre-set values
- Smart Skipping: Prompts automatically skip when values provided via flags
Supported Platforms
| Platform | Global Path | Local Path |
|----------|-------------|------------|
| OpenCode | ~/.config/opencode/ | ./.opencode/ |
| Gemini CLI | ~/.gemini/ | ./.gemini/ |
| Claude | ~/.claude/ | ./.claude/ |
| FactoryAI Droid | ~/.factory/ | ./.factory/ |
| Agents | ~/.config/agents/ | ./.agents/ |
| Antigravity | ~/.antigravity/ | ./.antigravity/ |
Requirements
- Node.js 18+ or Bun
- Git (for fetching from GitHub)
License
MIT License - See repository for details.
Contributing
Contributions welcome! Visit https://github.com/Alcyone-Labs/agent-skills
