# Quickstart

> ghr - Repository Management

- Skill: `javimosch/quickstart-66` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-66`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-66/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: javimosch (https://skillmd.com/u/javimosch)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/javimosch/quickstart-66

---

# ghr - Repository Management

## Overview
ghr is repository management with auto-attaching profiles. Clone, manage, and sync git repositories with profiles.

## Quick Start

### Clone a repository
```bash
sc ghr clone repo <url>
```

### Passthrough to ghr CLI
```bash
sc ghr _ <ghr-args>
```

## Key Features

- **Repository Management**: Clone and manage repositories
- **Auto-attaching Profiles**: Automatically attach profiles
- **Directory Changing**: Change to repository directory
- **Profile Configuration**: Configure application profiles
- **Path Finding**: Find repository paths
- **Sync Repositories**: Sync repository state

## Installation

```bash
cargo install ghr
```

Also available via:
- Nix
- Homebrew
- Scoop

## Usage Examples

### Clone repository
```bash
ghr clone https://github.com/user/repo
```

### Change directory
```bash
ghr cd user/repo
```

### Attach profile
```bash
ghr attach profile
```

### Find repository path
```bash
ghr find user/repo
```

### Sync repositories
```bash
ghr sync
```

## Notes

- Run `ghr --help` to see all available options

