From grocery-agent
Rate or disposition a ready-to-eat / heat-and-eat item — the convenience-meal analog of recipe feedback. Use for "rate the frozen lasagna", "stop suggesting those taquitos", or dispositioning a draft RTE discovery (activate or reject).
How this skill is triggered — by the user, by Claude, or both
Slash command
/grocery-agent:add-ready-to-eat-feedbackThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **Prerequisite** — if you haven't already this session, read the `grocery-core` and `grocery-corpus` skills before continuing.
Prerequisite — if you haven't already this session, read the
grocery-coreandgrocery-corpusskills before continuing.
Rate or change the status of a ready-to-eat item in the user's personal catalog: call update_ready_to_eat(slug, updates) — a draft goes active (optionally with a rating, an integer 1–5), or rejected to stop suggesting it. Address the item by its slug (from ready_to_eat_available or the add_draft_ready_to_eat that created it); resolve it by name if you don't have it yet. Edits the caller's own ready-to-eat catalog — never anyone else's view.
npx claudepluginhub caseywebb/groceries-agent --plugin grocery-agentGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.