agentsclimarketplace

Recipe scaler

Skill openagentskills/betterskills/skills/lifestyle/recipe-scaler

Portable, open catalogue of agent skills for Cursor, Claude Code, Windsurf, Copilot, and other AI coding assistants.

Install
npx -y skills add openagentskills/betterskills --skill recipe-scaler

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

Scales recipes up or down for any serving count and suggests practical substitutions for missing ingredients. Use when the user wants to resize a recipe or asks what to use instead of an ingredient.

SKILL.md

4.1 KB, as published. Nobody here has run it

Recipe Scaler & Substitutions

Quick start

  1. Get the recipe (user pastes it or describes it).
  2. Get the target serving count (or the ingredient they're missing).
  3. Scale or substitute, then note any technique adjustments.

Scaling a recipe

Steps

  1. Identify original serving count.
  2. Compute multiplier: target ÷ original.
  3. Scale every ingredient by the multiplier.
  4. Apply technique adjustments (see below).

Ingredient table format

IngredientOriginal× MultiplierScaled
flour2 cups× 2.55 cups
eggs2× 2.55
butter100 g× 2.5250 g

Round to the nearest practical unit (e.g. 2.5 tsp not 2.47 tsp). Flag when an ingredient doesn't scale linearly (salt, leavening, spices).

Technique adjustments

FactorRule
Baking timeSame temperature; check doneness 10–15 % earlier when scaling down, allow extra time when scaling up. Toothpick/internal-temp test beats the clock.
Pan sizeDoubling a recipe ≠ doubling pan area. Suggest equivalent pan (e.g. two 9″ rounds instead of one 18″).
Salt & spicesStart at 75 % of scaled amount; taste and adjust. Avoid linear scaling for strong spices (cayenne, fish sauce).
LeaveningScale at ~75 % when multiplier > 3×; too much baking powder causes collapse.
Cooking fatCan reduce slightly when scaling up; pans retain more residual heat.

Substitutions

Format

Missing: [ingredient] Substitutes:

  1. [Best sub] — [ratio] — [caveat]
  2. [Second option] — [ratio] — [caveat]

Common substitutions

MissingSubRatioNotes
Buttermilk (1 cup)Milk + 1 tbsp white vinegar1:1Let sit 5 min to curdle
Buttermilk (1 cup)Plain yogurt thinned with milk1:1Works well in baking
Eggs (1 large)Flax egg (1 tbsp ground flax + 3 tbsp water)1:1Vegan; best in muffins/pancakes
Eggs (1 large)¼ cup unsweetened applesauce1:1Adds slight sweetness
Butter (1 cup)Neutral oil¾ cup oilTexture slightly denser
Butter (1 cup)Coconut oil (solid)1:1Adds faint coconut flavour
All-purpose flour (1 cup)Bread flour1:1Chewier result
All-purpose flour (1 cup)Cake flour1 cup + 2 tbspLighter, more tender
All-purpose flour (1 cup)GF blend1:1Add ¼ tsp xanthan if blend lacks it
Heavy cream (1 cup)Whole milk + 1 tbsp butter1:1Lower fat; won't whip
Sour cream (1 cup)Plain Greek yogurt1:1Works in most baking and dips
Brown sugar (1 cup)White sugar + 1 tbsp molasses1:1Mix well
Baking powder (1 tsp)¼ tsp baking soda + ½ tsp cream of tartar1:1Use immediately
Fresh herbs (1 tbsp)Dried herbs1 tspDried is more concentrated

Output format

## Scaled recipe: [Name] — [original] → [target] servings

**Multiplier:** [n]×

### Ingredients

| Ingredient | Original | Scaled |
|------------|----------|--------|
| … | … | … |

### Technique notes

- [Any pan, time, or leavening adjustments]

---

## Substitutions

**Missing:** [ingredient]
1. [Sub 1] — [ratio] — [caveat]
2. [Sub 2] — [ratio] — [caveat]

Example

Input: Pasta carbonara for 4 → scale to 10 servings.

Multiplier: 10 ÷ 4 = 2.5×

Ingredients

IngredientOriginalScaled
Spaghetti400 g1 kg
Eggs410
Guanciale / pancetta150 g375 g
Pecorino Romano80 g200 g
Black pepper1 tsp2 tsp (taste first)
Salt (pasta water)1 tbsp2 tbsp

Technique notes

  • Cook pasta in two large pots to maintain a rolling boil.
  • Work in batches when tossing off heat — carbonara seizes if the pan cools too fast.
  • Salt at 75 % of scaled amount and adjust.

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.