# Lsr

> Use this skill for a fast, Zig-based alternative to the ls command.

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

---

# lsr Plugin
Fast ls alternative in Zig.
## Commands
- `lsr _ _` — Passthrough to lsr CLI
## Installation
```bash
git clone https://github.com/rockorager/lsr && cd lsr && zig build
```
## Key Features
- **Fast** — Zig performance
- **Colorized** — Readable output
- **Pipeline-ready** — stdin/stdout support

