Viberycli banner
vibery-studio vibery-studio

Viberycli

Development community

Description

CLI tool for installing Claude Code templates

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

Vibery CLI

Fast template installation for Claude Code. Install agents, commands, MCPs, settings, hooks, and skills with one command.

npm install -g vibery
vibery install nextjs-architecture-expert

Quick Start

Installation

# Global install
npm install -g vibery

# Or use npx (no install)
npx vibery list

Usage

# Install by template name
vibery install prompt-engineer

# Install by type
vibery install --agent nextjs-architect
vibery install --command add-authentication-system
vibery install --mcp github
vibery install --skill my-research-skill

# List all templates
vibery list

# Filter by type
vibery list -t agents

# Search templates
vibery search "database"

Commands

`vibery install [template]`

Install a Claude Code template to your project.

**Options:**

  • -a, --agent - Install agent template
  • -c, --command - Install command template
  • -m, --mcp - Install MCP integration
  • -s, --setting - Install Claude Code setting
  • -h, --hook - Install automation hook
  • -k, --skill - Install skill plugin
  • -d, --directory - Target directory (default: current)
  • -y, --yes - Skip confirmation prompts

**Examples:**

vibery install nextjs-architecture-expert
vibery install --agent accessibility-tester
vibery install --mcp supabase -d /path/to/project
vibery install --skill research-analyzer

**Installation Destinations:**

  • Agents → .claude/agents/
  • Commands → .claude/commands/
  • MCPs → .mcp.json (merged)
  • Settings → .claude/
  • Hooks → .claude/
  • Skills → .claude/skills/

After installation, restart Claude Code to activate new templates.

`vibery list`

List all available templates with counts and descriptions.

**Options:**

  • -t, --type - Filter by type (agents, commands, mcps, settings, hooks, skills)

**Examples:**

vibery list                 # Show all with summary
vibery list -t agents       # Only