원클릭으로
substitute-an-ingredient
Decide whether a cocktail ingredient can be swapped for one on hand, and find adjacent drinks with cocktail.glass.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Decide whether a cocktail ingredient can be swapped for one on hand, and find adjacent drinks with cocktail.glass.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | substitute-an-ingredient |
| description | Decide whether a cocktail ingredient can be swapped for one on hand, and find adjacent drinks with cocktail.glass. |
A recipe asks for an ingredient the person does not have. Decide whether a swap is safe, and if it is not, use cocktail.glass to find a drink that fits what they do have.
Not every swap works. Use these rules of thumb:
When a swap only shifts emphasis, suggest it and name the effect. When it would change the character of the drink, say so plainly.
If no safe swap exists, do not force it — find a different cocktail that uses
what the person already has. On the MCP server at https://cocktail.glass/mcp:
find_cocktails_by_ingredient — every drink built on an ingredient they do
have. Good for "I have mezcal, what else can I make."find_makeable_cocktails — pass everything on hand and get the drinks that
need no substitution at all.get_cocktail_recipe — re-check the original recipe's other ingredients
before recommending a swap, so the whole drink still balances.The catalogue is also one JSON file at https://cocktail.glass/cocktails.json
if you cannot reach the MCP server.
Link any cocktail you suggest to its page at https://cocktail.glass/<slug>/
so a person can open the full recipe.