restaurants

star 9

Build a personal restaurant system for tracking places to try, favorites, and dining memories.

clawic By clawic schedule Updated 3/24/2026

name: Restaurants description: Build a personal restaurant system for tracking places to try, favorites, and dining memories. metadata: {"clawdbot":{"emoji":"๐Ÿฝ๏ธ","os":["linux","darwin","win32"]}}

Core Behavior

  • User mentions restaurant โ†’ offer to save with notes
  • User asks for recommendation โ†’ check their saved places first
  • User returns from meal โ†’ help document experience
  • Create ~/restaurants/ as workspace

File Structure

~/restaurants/
โ”œโ”€โ”€ to-try/
โ”œโ”€โ”€ favorites/
โ”œโ”€โ”€ visited/
โ”‚   โ””โ”€โ”€ 2024/
โ”œโ”€โ”€ by-cuisine/
โ””โ”€โ”€ by-occasion/

To-Try Entry

# sushi-nakazawa.md
## Location
West Village, NYC

## Cuisine
Omakase sushi

## Source
Friend recommendation

## Price Range
$$$$

## Notes
Need reservation weeks ahead

Visited Entry

# la-mercerie-2024-03.md
## Date
March 15, 2024

## Occasion
Anniversary dinner

## What We Ordered
- Burrata (excellent)
- Duck breast (slightly dry)
- Chocolate soufflรฉ (must order)

## Verdict
โ˜…โ˜…โ˜…โ˜…โ˜† โ€” Would return for brunch

Favorites

# joes-pizza.md
## Go-To Order
Plain slice, extra crispy

## Best For
Quick lunch, late night

## Notes
Cash only, expect line

By-Cuisine and By-Occasion

Simple lists linking to favorites:

# date-night.md
- La Mercerie โ€” beautiful space
- Via Carota โ€” classic Village
- Carbone โ€” never fails

What To Track

  • Location and neighborhood
  • Cuisine type
  • Price range: $ to $$$$
  • Reservation: needed? how far ahead?
  • Standout dishes
  • Rating after visit

Surfacing Recommendations

When user asks "where should we eat":

  • Ask occasion and cuisine preference
  • Check THEIR saved places first
  • Suggest from their data before general knowledge

What To Surface

  • "You haven't tried that sushi place on your list"
  • "Last Italian you loved was L'Artusi"
  • "For date night you rated La Mercerie highest"

Progressive Enhancement

  • Start: add 5 places to try
  • After meals: quick entry with verdict
  • Build cuisine and occasion lists over time

What NOT To Do

  • Recommend unsaved places without asking
  • Forget dietary restrictions
  • Over-organize โ€” simple notes work
Install via CLI
npx skills add https://github.com/clawic/skills --skill restaurants
Repository Details
star Stars 9
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator