Use this skill when the user wants to check file sizes.
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-26bc04f9)More formats (shields.io, HTML) on the badges page.
---
name: filesize-cli
description: Use this skill when the user wants to check file sizes.
---
# Filesize-CLI Plugin
Calculate and display file sizes.
## Commands
### File Size
- `filesize-cli file size` — Get file size
## Usage Examples
- "filesize-cli file size --file data.txt"
- "filesize-cli file size --file data.txt --human"
## Installation
```bash
npm install -g filesize-cli
```
## Examples
```bash
# Get file size in bytes
filesize data.txt
# Get human-readable size
filesize -h data.txt
# Get size in specific unit
filesize --mb data.txt
# Check multiple files
filesize file1.txt file2.txt
# Use glob pattern
filesize *.txt
```
## Key Features
- File size calculation
- Human-readable format
- Multiple unit options
- Batch file checking
- Glob pattern support
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!