# Huniq

> Use this skill when the user wants to filter out duplicates on the command line optimized for speed.

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

---


# Huniq Plugin

Filter out duplicates on the command line optimized for speed.

## Commands

### Operations
- `huniq input filter` — filter input via huniq
- `huniq count show` — show count via huniq
- `huniq lines unique` — unique lines via huniq
- `huniq lines duplicate` — duplicate lines via huniq
- `huniq ignore-case set` — set ignore-case via huniq

## Usage Examples
- "huniq --help"
- "huniq <args>"

## Installation

```bash
cargo install huniq
```

## Examples

```bash
huniq --version
huniq --help
```

## Key Features
- deduplication\n- sort\n- performance

