# Quickstart

> Gitmoji Quickstart

- Skill: `javimosch/quickstart-1004` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/quickstart-1004`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/quickstart-1004/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-1004

---

# Gitmoji Quickstart

A gitmoji interactive cli tool for using emojis on commits

## Installation

```bash
npm install -g gitmoji-cli
```

## Basic Usage

Interactive commit with emoji selection:
```bash
gitmoji commit
```

List all available gitmojis:
```bash
gitmoji list
```

Search for a specific gitmoji:
```bash
gitmoji search "fix"
```

## Options

```bash
gitmoji --help           # Show help
gitmoji commit           # Interactive commit
gitmoji -c "message"     # Commit with message
gitmoji --init           # Initialize gitmoji config
```

## Features

- Interactive emoji picker for commits
- Conventional commit format support
- Customizable configuration
- Integration with git hooks

