whatisgithub

What is drinks-sommelier?

johell1ns/drinks-sommelier — explained in plain English

Analysis updated 2026-05-18

15Audience · vibe coderComplexity · 1/5LicenseSetup · easy

In one sentence

An AI agent skill file that acts as a personal beer and wine sommelier, learning your tastes and recommending drinks from photos or menus.

Mindmap

mindmap
  root((drinks-sommelier))
    What it does
      Learns taste preferences
      Analyzes photos and text lists
      Recommends beers and wines
    Tech stack
      SKILL.md instructions
      AI agent integration
      No dependencies
    Use cases
      Get drink picks from a menu photo
      Build a persistent taste profile
      Find food pairings for chosen drinks
    Audience
      AI agent and Claude Code users
      Casual beer and wine drinkers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Get a personalized drink recommendation from a photo of a shelf or menu.

USE CASE 2

Build up a persistent taste profile the agent remembers across sessions.

USE CASE 3

Get food pairing suggestions along with the recommended beer or wine.

What is it built with?

SKILL.mdClaude CodeCursorOpenCode

How does it compare?

johell1ns/drinks-sommelier0rnot/god-mode-claude13127905/deep-learning-based-air-gesture-text-recognition-
Stars151515
LanguagePython
Setup difficultyeasyeasymoderate
Complexity1/51/53/5
Audiencevibe coderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Requires an AI agent like Claude Code or Cursor that supports skill files.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

So what is it?

This project is a skill file that teaches an AI agent to act as a personal beer and wine sommelier. Instead of being a standalone app, it is a set of instructions that plugs into AI coding assistants and agents like Claude Code, Cursor, or OpenCode, giving them a specific job: recommend the best drink for you from whatever options are in front of you. The idea is simple. At a restaurant, pub, or shop, you often face many choices with no clear sense of which one fits your taste. Instead of guessing or searching multiple sites, you show the agent a photo of a shelf or menu, or type out a list of names, and it tells you which option to pick and why. The agent first learns your preferences by asking guided questions the first time you use it, then saves those preferences to editable text files so it remembers them in future sessions. When given an input, the agent identifies which items are beers or wines and ignores everything else, such as spirits or food. It is explicitly instructed not to rely on its own possibly outdated training knowledge, and instead performs a web search on each product to gather details like alcohol content, sweetness, grape variety, or aroma. It then compares each product against your saved taste profile and assigns a preference score from 0 to 100 percent, explaining its top pick, listing alternatives in order, and suggesting food pairings if relevant. Because it is just a text based skill file, it works without any dependencies, subscriptions, or API keys, and can be adapted for use with different AI agents. The README is translated into many languages, suggesting an international audience. This project suits people who already use an AI coding assistant or agent and want a low effort way to get personalized drink recommendations, rather than developers looking for a full application. It is released under the MIT License, so it can be freely used, modified, and shared.

Copy-paste prompts

Prompt 1
Set up my taste profile using the drinks-sommelier skill.
Prompt 2
Here is a photo of a wine list, tell me what to order based on my preferences.
Prompt 3
Explain how the preference index score is calculated in this skill.
Prompt 4
Help me convert this skill for use with a different AI agent.

Frequently asked questions

What is drinks-sommelier?

An AI agent skill file that acts as a personal beer and wine sommelier, learning your tastes and recommending drinks from photos or menus.

What license does drinks-sommelier use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is drinks-sommelier to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is drinks-sommelier for?

Mainly vibe coder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.