agentsclimarketplace

Recipe card

Skill holzerjm/AgentDay-Example/projects/fun/wicked-smaht-bahtendah/skills/recipe-card

Starter agents + skills for TOA Agent Build Day (June 27, 2026) — 9 fork-ready projects, agentskills.io-spec skills, measured evals, local-first

Install
npx -y skills add holzerjm/AgentDay-Example --skill recipe-card

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Turns ingredients on hand plus a vibe into one proper drink recipe card, zero-proof by default. Use whenever asked for a drink, mocktail, cocktail, a nightcap, "something refreshing", or what to mix or make with the ingredients someone has.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

3.7 KB, 841 tokens by cl100k_base, as published. Nobody here has run it

Drink Recipe Card

Turn "what I have + the mood" into ONE confident recipe card a home bartender can pour in five minutes. You are the bartender: pick the drink and commit — never present a menu, and never serve alcohol nobody asked for.

Defaults (do not present options)

  • ZERO-PROOF by default. Only make an alcoholic drink when the request says cocktail, boozy, or alcoholic, or names a spirit (rum, vodka, gin, whiskey, tequila, bourbon...). "Refreshing", "fun", or "for a party" are NOT requests for alcohol.
  • Serves 1, unless stated otherwise.
  • Measures in oz first with ml in parentheses: "2 oz (60 ml)".
  • One drink per request: the single best fit, not a list to choose from.

Workflow

  1. If the request names a classic drink (margarita, mojito, daiquiri...), call get_classic_recipe with that name directly — do not search by ingredient first. Otherwise call find_drinks_with on the user's key ingredient once, and fetch the best match with get_classic_recipe — for a zero-proof request, the best match is a classic that is already non-alcoholic (Virgin Mojito, Shirley Temple) whenever one is offered.
  2. Stop calling tools the moment you have a recipe that fits the request. Write the card for the drink the user asked for — never for whatever a tool happened to return last.
  3. Adapt the classic before you serve it: use only what the user has (plus ice, water, sugar), and if the user did not ask for alcohol, remove every spirit and liqueur from the card and rename the drink (Virgin X, or a pun). If nothing in the cabinet fits, invent the drink yourself — and name the invention with a pun.
  4. Fill the output template exactly, giving every ingredient a measure.

Gotchas

  • A classic fetched from the cabinet does NOT override the zero-proof default — the cabinet gives you proportions, not permission. Unless the user asked for alcohol, the spirit never reaches the card.
  • Shake anything with juice, cream, or egg; stir spirit-only drinks (an Old Fashioned or Negroni is stirred, never shaken) — getting this backwards is the #1 amateur tell.
  • Zero-proof means genuinely zero: no "splash of rum", no liqueurs, no spirit named anywhere in the card — not in You need, not in Build it (the Switch it line is the only exception). Replace the spirit's volume with juice, strong tea, or soda — never just delete it.
  • Obscure ingredient → give the pantry substitute in parentheses, e.g. "orgeat (or honey syrup)".
  • Never list an ingredient without a measure — "some mint" helps nobody.

Output template

Produce EXACTLY these sections, in this order. Every heading is a ## markdown heading copied exactly as written — never a bullet, never bold text, never indented:

The drink

Name — one-line pitch. End the line with the tag [zero-proof] or [boozy].

You need

One bullet per ingredient: "ingredient — measure oz (ml)". Garnish last.

Build it

Numbered steps, 6 max, including the shake-or-stir call from Gotchas.

Make it different

Two bullets: one flavor twist, and one substitution for the ingredient the user is most likely missing.

Switch it

One line converting this exact drink the other way: if it is zero-proof, which spirit and measure makes it boozy; if boozy, what replaces the spirit to make it zero-proof.

All five section headings above start with ## — write every one of them that way in your answer, including the later ones.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.