store-sortlisted
Install: claude install-skill dbhq-uk/trello-skill
# Store-Sort - shopping list into aisle order
Reorders a Trello shopping list to match how a supermarket lays out its store, prefixing a food-type emoji to every card so the list is fast to shop and easy to scan. Works for any store through a **preset** that defines the aisle order, and ships with a **Tesco (UK)** preset as the default. Built on the `trello` skill in this pack.
## How it works
1. Resolve the target board and list
2. Load the store preset (aisle order) - default Tesco, see `references/tesco.md`
3. Classify each card into a section and prefix the right emoji (see `references/emoji-reference.md`)
4. Optionally add missing items and run a pantry-staples check
5. Position every card in the preset's canonical order
6. Verify the displayed order
## Resolving the board and list
There are no hardcoded defaults - nothing personal is baked into this skill. If the user has not named a board and list, ask. Then resolve IDs:
```bash
${CLAUDE_SKILL_DIR}/../trello/scripts/trello-boards.sh find "<board name>"
${CLAUDE_SKILL_DIR}/../trello/scripts/trello-boards.sh lists <board-id>
```
If the user always sorts the same list, they can name it once ("the Shopping list on my Home board") and you resolve it each run - do not store personal board or list IDs in this skill.
## Choosing a store preset
- **Default - Tesco (UK):** the canonical aisle order, position layout, and within-section sub-ordering live in `references/tesco.md`.
- **Another store:** ask the user for thei