# Make Pancakes

> Generates a pancake recipe card scaled to the requested serving count. Use when the user asks for pancake recipes or batch scaling. Do not use for other baked goods.

- Skill: `sayed3li97/make-pancakes` (Agent Skill)
- Install (CLI): `npx skillmds@latest add sayed3li97/make-pancakes`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sayed3li97/make-pancakes/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: sayed3li97 (https://skillmd.com/u/sayed3li97)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/sayed3li97/make-pancakes

---


# Pancake recipe cards

1. Scale the base recipe to the serving count.
2. Render the recipe card as Markdown.

Do not exceed 4x scaling without warning about pan size.

```text
Servings: 8 -> flour 500g, milk 600ml, eggs 4
```

Validate the card by re-reading the ratios; if a ratio drifts, fix the
scaling and repeat.

