From chef
Set up chef preferences — location, dietary restrictions, number of people, cuisine preferences, skill level, and preferred grocery stores. Use when user wants to configure chef or set their cooking profile.
How this skill is triggered — by the user, by Claude, or both
Slash command
/chef:configureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set up the user's cooking profile, saved to `~/.claude/chef/config.md`. Create the file if it doesn't exist; update fields if it does.
Set up the user's cooking profile, saved to ~/.claude/chef/config.md. Create the file if it doesn't exist; update fields if it does.
Walk through each field interactively, showing the current value if one exists:
| Field | Description | Example |
|---|---|---|
location | City + province/country | Montreal, QC |
preferred_stores | Grocery stores nearby | IGA Plateau, Metro Jean-Talon, SAQ |
dietary | Restrictions or preferences | none, vegetarian, no nuts, gluten-free |
people | Default number of people to cook for | 2 |
cuisine_preference | Favourite cuisines | French, Italian, Japanese |
skill_level | Cooking confidence | beginner, intermediate, advanced |
oven_temp_unit | Preferred unit for oven temps | fahrenheit (default), celsius |
health_goals | Weekly eating goals for meal prep | balanced, high_protein, plant_forward, low_carb, light |
prep_days | Days to prep for each week | 4 (Mon–Thu default) |
prep_extras | Extra portions per meal beyond people (e.g. packed lunches) | 0 default, 1 for one next-day lunch |
prep_time | Available prep session time | 2h30 default |
~/.claude/chef/config.md if it exists — show current values--- delimiters. Do NOT use bullet lists. Example:
---
location: Montreal, QC
preferred_stores: IGA Plateau, Metro Jean-Talon, SAQ
dietary: none
people: 2
cuisine_preference: French, Italian, Japanese
skill_level: intermediate
---
~/.claude/chef/config.md---
location: Montreal, QC
preferred_stores: IGA Plateau, Metro Jean-Talon, SAQ
dietary: none
people: 2
cuisine_preference: French, Italian, Japanese
skill_level: intermediate
oven_temp_unit: fahrenheit
health_goals: balanced
prep_days: 4
prep_extras: 0
prep_time: 2h30
---
preferred_stores is also used by the grocer skill — keep it accurateProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub maferland/chef --plugin chef