sorter
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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/ckchzh/sorterSorter — Sorting Reference
Quick-reference skill for sorting algorithms, complexity analysis, and industrial sortation systems.
When to Use
- Choosing the right sorting algorithm for a dataset
- Understanding time/space complexity of sorting methods
- Designing physical sortation systems for warehouses
- Optimizing sort performance for large-scale data processing
- Comparing stable vs unstable sorts for specific use cases
Commands
intro
scripts/script.sh intro
Overview of sorting — classification, stability, and when to use what.
comparison
scripts/script.sh comparison
Comparison-based sorts — quicksort, mergesort, heapsort, timsort.
distribution
scripts/script.sh distribution
Distribution sorts — counting sort, radix sort, bucket sort.
simple
scripts/script.sh simple
Simple sorts — insertion, selection, bubble, and when they actually win.
parallel
scripts/script.sh parallel
Parallel and external sorting — merge sort for disk, MapReduce, GPU sorts.
choosing
scripts/script.sh choosing
Decision guide — which sort for which situation, with benchmarks.
physical
scripts/script.sh physical
Physical sortation systems — warehouse sorters, postal sorting, and throughput.
tricks
scripts/script.sh tricks
Sorting tricks — partial sorts, nth element, stability hacks, presorted data.
help
scripts/script.sh help
version
scripts/script.sh version
Configuration
| Variable | Description |
|---|---|
SORTER_DIR | Data directory (default: ~/.sorter/) |
Powered by BytesAgain | bytesagain.com | [email protected]
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-ckchzh-sorter": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
bonded
Bonded warehouse reference — customs procedures, duty deferral, FTZ operations, compliance requirements. Use when managing bonded storage, customs clearance, or duty suspension logistics.
conveyor
Conveyor system reference — belt types, motor sizing, throughput calculations, and material handling automation. Use when designing conveyor layouts, selecting belt types, or troubleshooting material handling systems.
tariff
International trade tariff reference — HS codes, duty rates, trade agreements, customs valuation, and tariff classification. Use when classifying goods for import/export, calculating duties, or navigating trade agreements.
sku
SKU management reference — naming conventions, hierarchy design, lifecycle management, and inventory classification. Use when designing product catalogs, creating SKU schemas, or optimizing inventory by SKU analysis.
warehouse
Warehouse - command-line tool for everyday use Use when you need warehouse.