cocktail-recipe-scaling
Scale Cocktail Recipes Precisely
Scaling cocktail batches can introduce unit errors, unsuitable rounding, and hidden assumptions. This skill produces a reconciled ingredient sheet with explicit tolerances, manual actions, and optional container fit.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "cocktail-recipe-scaling" from https://skillstore.io/skills/garcon-drinks-cocktail-recipe-scaling.md and its manifest at https://skillstore.io/api/skills/garcon-drinks-cocktail-recipe-scaling/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "cocktail-recipe-scaling". Scale one serving to eight with exact quarter-ounce and whole-piece increments. Use 1% tolerance and preserve the absinthe rinse.
Expected outcome:
- Scale factor: 8.
- Gin: 2 oz becomes 16 oz; lemon juice: 0.75 oz becomes 6 oz; peel: 1 becomes 8.
- Absinthe rinse: manual per glass. Review state: READY FOR RECIPE REVIEW.
Using "cocktail-recipe-scaling". Scale a 90 ml recipe to 750 ml with 5 ml increments, 3% tolerance, and a 500 ml container.
Expected outcome:
- Scale factor: 8.333333.
- Spirit: 60 ml becomes 500 ml; vermouth: 30 ml becomes 250 ml.
- Container fit: 2 containers with 250 ml unused capacity. Review state: READY FOR RECIPE REVIEW.
Using "cocktail-recipe-scaling". Scale a two-serving recipe to 500 ml without an approved conversion or rounding policy.
Expected outcome:
Review state: NOT READY: ROUNDING OR INPUT BLOCKER. Supply matching yield units, approved conversion data, rounding increments, and a tolerance.
Security Audit
SafeAll 23 static findings are false positives caused by conventional skill installation paths, Markdown syntax, documentation examples, and ordinary descriptive text. The bundled command runs a local deterministic calculator, and no prompt injection, malicious intent, hidden network action, or data exfiltration behavior was found.
Risk Factors
π Filesystem access (9)
βοΈ External commands (9)
π Network access (1)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/garcon-drinks-cocktail-recipe-scaling/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/garcon-drinks-cocktail-recipe-scaling?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/garcon-drinks-cocktail-recipe-scaling?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/garcon-drinks-cocktail-recipe-scaling/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/garcon-drinks-cocktail-recipe-scaling.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA Β· BibTeX Β· CFF)
APA citation
garcon-drinks. (2026). cocktail-recipe-scaling security audit report (audit version 2) [Author version unspecified]. Skillstore. https://skillstore.io/skills/garcon-drinks-cocktail-recipe-scaling/audits/2BibTeX citation
@techreport{garcon-drinks-garcon-drinks-cocktail-recipe-scaling-2026,
author = {garcon-drinks},
title = {cocktail-recipe-scaling security audit report (audit version 2)},
institution = {Skillstore},
year = {2026},
number = {2},
url = {https://skillstore.io/skills/garcon-drinks-cocktail-recipe-scaling/audits/2},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "cocktail-recipe-scaling security audit report (audit version 2)"
version: "unspecified"
type: report
authors:
- name: "garcon-drinks"
date-released: "2026-07-30"
url: "https://skillstore.io/skills/garcon-drinks-cocktail-recipe-scaling/audits/2"
identifiers:
- type: other
value: "skillstore:garcon-drinks-cocktail-recipe-scaling:audit:2"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Scale a service batch
Expand a single cocktail into a measured service batch while keeping garnishes, rinses, and other manual actions visible.
Plan drinks for guests
Convert a known recipe to a chosen serving count with clear ingredient rounding and tolerance checks.
Check container requirements
Calculate required container count and unused capacity for a target liquid yield.
Try These Prompts
Scale this cocktail from [original servings] to [target servings]. Ingredients: [list]. Use [tolerance]% and show every rounding decision.
Scale this recipe to [target servings]. Treat [garnish, rinse, spray, or top-up] as manual and explain each preserved action.
Scale [original yield and unit] to [target yield and unit]. Use a [capacity and unit] container and report unused capacity.
Scale this recipe using the supplied mode and increment for each line. Report raw amounts, rounded amounts, deviations, blockers, and readiness.
Best Practices
- Use identical units for original yield, target yield, and container capacity.
- Define a rounding increment and tolerance before running the calculation.
- Review every manual line and every tolerance blocker before approving the recipe.
Avoid
- Do not ask the skill to infer conversions between servings and liquid volume.
- Do not treat dilution, prep loss, garnishes, or process-sensitive steps as linear without a validated rule.
- Do not omit rounding policies and then accept an apparently precise result.
Frequently Asked Questions
Can this skill convert ounces to milliliters?
Does it calculate cocktail dilution?
How are garnishes and rinses handled?
What happens when rounding exceeds tolerance?
Can it calculate container needs?
Does the skill verify taste or physical stability?
Developer Details
Author
garcon-drinksLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
b7ccb5d37ceb14f7890c5815cc53cf7a289088ec
Maintenance freshness
7/31/2026
Usage
0 downloads Β· 0 views
File structure
π adapters.json
π INSTALL.md
π references/
π input-contract.md
π RESEARCH.md
π scripts/
π scale.py
π SKILL.md
π tests/
π acceptance.md
π fixtures/
π edge.json
π success.json
π test_scale.py