Viberycli
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
Related Skills
Awesome Go
A curated list of awesome Go frameworks, libraries and software
Development next.js
| The React Framework | 138360 | 1503 | 1 |
Development sharing-skills
skill for guidance.
Development root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development Template Skill
Minimal skeleton for a new skill project structure.
Development Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THI
Development