Use this skill when the user wants to watch a command periodically, monitor output changes, or highlight differences between command runs.
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-7f9fad3c)More formats (shields.io, HTML) on the badges page.
---
name: viddy
description: Use this skill when the user wants to watch a command periodically, monitor output changes, or highlight differences between command runs.
---
# viddy Plugin
A modern watch command with diff highlighting, output history, and customizable display.
## Commands
### Watching
- `viddy command watch` — Watch a command with diff highlighting
### Utility
- `viddy _ _` — Passthrough to viddy CLI
## Usage Examples
- "Watch ls -la every 2 seconds"
- "Monitor disk usage with diff highlighting"
- "Watch this command and show changes"
- "Run df -h repeatedly with viddy"
## Installation
```bash
brew install viddy
```
Or via Go:
```bash
go install github.com/sachaos/viddy@latest
```
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!