# Vibery Templates

Curated templates for Claude Code.

## Template Types

| Type     | Description                               |
| -------- | ----------------------------------------- |
| agents   | AI specialist agents for specific domains |
| skills   | Multi-file capabilities with scripts      |
| commands | Slash commands for common tasks           |
| mcps     | MCP server configurations                 |
| hooks    | Automation hooks                          |
| settings | Claude Code settings                      |

## Installation

```bash
# Using Vibery CLI
vibery install <template-name>

# Direct download from releases
curl -L https://github.com/vibery-studio/templates/releases/latest/download/agent--react-pro.tar.gz | tar -xz
```

## Registry

Template catalog available at:

```
https://github.com/vibery-studio/templates/releases/latest/download/registry.json
```

## Contributing

1. Add template to appropriate folder
2. Push to main branch
3. GitHub Actions auto-generates release

## License

MIT
