5b9afa53ff
Captures the non-obvious bits of Mealie's REST API: two-step create+patch flow, food/unit id resolution (parser returns id:null for unknown names), locale seeding to stop the parser fuzzy-matching teaspoon→tablespoon, required ingredientReferences:[] on instructions, and the family meal-type tagging convention (Breakfast/Lunch/Dinner/Dessert). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
38 lines
1.6 KiB
Markdown
38 lines
1.6 KiB
Markdown
---
|
|
name: home
|
|
description: >
|
|
Activate this skill for any work related to the Fritz household (Hawks Nest).
|
|
TRIGGER when: user mentions Hawks Nest, boat, MasterCraft, Minnetrista, Hawks Point,
|
|
home automation, Home Assistant, Lutron, Z-Wave, lights, automations, 4400 Hawks,
|
|
Mealie, meals, recipes, meal planning, meals.vino.network.
|
|
user-invocable: true
|
|
---
|
|
|
|
<quick-context>
|
|
- Address: 4400 Hawks Pt, Minnetrista, MN 55331
|
|
- Names: Home, The Hawks Nest
|
|
- Home Assistant: home.vino.network (HAOS on msp001 VM 123) — see fritzlab skill for access
|
|
- Mealie: https://meals.vino.network (sjc001 cluster, `mealie` namespace, group `Home` / household `Family`)
|
|
</quick-context>
|
|
|
|
<safety>
|
|
- Do not disable active automations without understanding their dependencies first.
|
|
</safety>
|
|
|
|
<style>
|
|
- Keep references low token count, organized with XML tags.
|
|
- State what IS, not what happened.
|
|
- MUST keep this skill up to date. Knowledge lives HERE, not in memory.
|
|
</style>
|
|
|
|
<references>
|
|
<reference file="reference/boat.md"
|
|
summary="Boat details: Stranger Fins, 2025 MasterCraft 21 — specs and info"
|
|
categories=["boat", "fun", "entertainment"]
|
|
keywords=["MasterCraft", "NXT", "boat", "Stranger Fins", "wake", "surf"] />
|
|
<reference file="reference/mealie.md"
|
|
summary="Mealie REST API: add/edit recipes, ingredient parser (food/unit id resolution + locale seeding), tag/category and instruction gotchas, misleading-error decoder"
|
|
categories=["food", "services"]
|
|
keywords=["Mealie", "meals.vino.network", "recipe", "recipes", "meal", "meal planning", "ingredient parser", "PATCH recipe", "MEALIE_TOKEN", "household Family"] />
|
|
</references>
|