# Beer — Styles Encyclopedia, Food Pairing & Homebrew Guide

> Use when exploring beer styles, pairing beer with food, calculating ABV for homebrew, finding craft beer recommendations, or learning tasting techniques.

- Skill: `bytesagain/beer-styles-encyclopedia-food-pairing-homebrew-guide` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add bytesagain/beer-styles-encyclopedia-food-pairing-homebrew-guide`
- Raw SKILL.md: https://api.skillmd.com/api/skills/bytesagain/beer-styles-encyclopedia-food-pairing-homebrew-guide/raw
- Safety review: pending (external: skill-scanner PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: bytesagain (https://skillmd.com/u/bytesagain)
- Updated: 2026-08-19
- Page: https://skillmd.com/skills/bytesagain/beer-styles-encyclopedia-food-pairing-homebrew-guide

---


# Beer — Styles Encyclopedia, Food Pairing & Homebrew Guide

Your AI beer sommelier. Styles encyclopedia, food pairing guide, ABV calculator, tasting notes framework, and craft beer recommendations.

## Requirements
- bash 4+

## Commands

### styles
Beer style encyclopedia with flavor profiles and examples.
```bash
bash scripts/script.sh styles ipa
bash scripts/script.sh styles stout
bash scripts/script.sh styles lager
bash scripts/script.sh styles wheat
bash scripts/script.sh styles sour
bash scripts/script.sh styles porter
bash scripts/script.sh styles pilsner
bash scripts/script.sh styles list
```

### pair
Beer and food pairing recommendations.
```bash
bash scripts/script.sh pair bbq
bash scripts/script.sh pair pizza
bash scripts/script.sh pair seafood
bash scripts/script.sh pair cheese
bash scripts/script.sh pair dessert
bash scripts/script.sh pair spicy
bash scripts/script.sh pair list
```

### abv
Calculate alcohol by volume for homebrewing.
```bash
bash scripts/script.sh abv 1.050 1.010
```

### taste
Beer tasting notes framework and scoring guide.
```bash
bash scripts/script.sh taste
```

### homebrew
Homebrew recipes and getting started guide.
```bash
bash scripts/script.sh homebrew starter
bash scripts/script.sh homebrew wheat
bash scripts/script.sh homebrew ipa
bash scripts/script.sh homebrew list
```

### shop
Craft beer and gear recommendations.
```bash
bash scripts/script.sh shop craft
bash scripts/script.sh shop gear
bash scripts/script.sh shop glasses
```

### help
Show all commands.
```bash
bash scripts/script.sh help
```

## Output
Structured guides, calculations, and recommendations to stdout.

## Feedback
https://bytesagain.com/feedback/
Powered by BytesAgain | bytesagain.com

