Sorter — Sorting Reference
name: "sorter"
by ckchzh · published 2026-03-22
$ claw add gh:ckchzh/ckchzh-sorter---
name: "sorter"
version: "1.0.0"
description: "Sorting algorithm and system reference — comparison sorts, distribution sorts, parallel sorting, and industrial sortation. Use when choosing sorting strategies, understanding algorithmic complexity, or designing physical sortation systems."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [sorter, sorting, algorithm, logistics, warehouse, sortation]
category: "logistics"
---
# Sorter — Sorting Reference
Quick-reference skill for sorting algorithms, complexity analysis, and industrial sortation systems.
When to Use
Commands
`intro`
scripts/script.sh introOverview of sorting — classification, stability, and when to use what.
`comparison`
scripts/script.sh comparisonComparison-based sorts — quicksort, mergesort, heapsort, timsort.
`distribution`
scripts/script.sh distributionDistribution sorts — counting sort, radix sort, bucket sort.
`simple`
scripts/script.sh simpleSimple sorts — insertion, selection, bubble, and when they actually win.
`parallel`
scripts/script.sh parallelParallel and external sorting — merge sort for disk, MapReduce, GPU sorts.
`choosing`
scripts/script.sh choosingDecision guide — which sort for which situation, with benchmarks.
`physical`
scripts/script.sh physicalPhysical sortation systems — warehouse sorters, postal sorting, and throughput.
`tricks`
scripts/script.sh tricksSorting tricks — partial sorts, nth element, stability hacks, presorted data.
`help`
scripts/script.sh help`version`
scripts/script.sh versionConfiguration
| Variable | Description |
|----------|-------------|
| `SORTER_DIR` | Data directory (default: ~/.sorter/) |
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...