# Serie

> Use this skill when the user wants to visualize git commit history as a rich graph in the terminal using serie.

- Skill: `javimosch/serie` (Agent Skill)
- Install (CLI): `npx skillmds@latest add javimosch/serie`
- Raw SKILL.md: https://api.skillmd.com/api/skills/javimosch/serie/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- 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/serie

---


# serie Plugin

Rich git commit graph in terminal — visualize commit history with branches, tags, and merge points.

## Commands

- `serie graph show <args>` -- Show rich git commit graph in terminal

## Usage Examples

Show graph for current repo:
```
serie graph show
```

Show last 20 commits:
```
serie graph show -n 20
```

Show graph for specific branch:
```
serie graph show main
```

Show graph with date range:
```
serie graph show --since 2024-01-01
```

## Installation

```
cargo install serie
```

## Key Features

- Beautiful terminal-based commit graph visualization
- Shows branches, tags, and merge points
- Configurable output format
- Supports date ranges and commit limits
- Fast and lightweight

