A gitmoji interactive cli tool for using emojis on commits
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-3363b2fa)More formats (shields.io, HTML) on the badges page.
# 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
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!