Skip to content

Commands

Miskin filters 40+ commands. Run any supported command through miskin to get compressed output.

bash
miskin <command> [args...]

Supported Commands

CategoryCommands
Gitstatus, diff, log, add, commit, push, pull, branch, checkout, merge, rebase, stash, tag, fetch, clone, init, remote, reset, restore, rm, mv, clean
Rustcargo build, test, clippy, fmt, check, run
Node.jsnpm, pnpm, yarn, npx, bun, pip, uv, bundle, gem
Testingpytest, jest, vitest, go test, rspec, playwright
Lintingeslint, ruff, biome, tsc, mypy, prettier, golangci-lint, rubocop, clippy
Docker/K8sdocker ps, images, logs, compose; kubectl, oc
Filesls, cat, find, tree, head, tail, read
GitHubgh pr list/view/status, issue list, run list, repo view, auth
Networkcurl, wget
Systemdf, du, ps, top, wc, env, which, uname, free

CLI Subcommands

bash
miskin init               # Install hooks
miskin stats              # Token savings
miskin gain               # Alias for stats
miskin stats --graph      # Per-command bar chart
miskin stats --history    # Recent command history
miskin stats --daily      # Day-by-day breakdown
miskin stats --json       # JSON export
miskin config             # Manage configuration
miskin compress           # Print caveman system prompt
miskin discover           # Find unfiltered commands
miskin session            # Adoption by session
miskin proxy <cmd>        # Raw passthrough + tracking
miskin err <cmd>          # Show only stderr
miskin completions bash   # Shell completions
miskin hook <agent>       # Internal: hook protocol handler
miskin --help             # Full help

See Also

Released under the MIT License.