Help us improve
Share bugs, ideas, or general feedback.
From grocery-agent
Capture a personal tweak or observation on a recipe as an attributed note. Use for "next time I'd cut the sugar", "I subbed gochujang for the sriracha and it was better", "note that this needs a squeeze of lime", "leave a note that the group should try it cold". Writes an attributed note — never edits the shared recipe body/frontmatter.
npx claudepluginhub caseywebb/groceries-agent --plugin grocery-agentHow this skill is triggered — by the user, by Claude, or both
Slash command
/grocery-agent:add-recipe-noteThe 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.
Guides technical evaluation of code review feedback: read fully, restate for understanding, verify against codebase, respond with reasoning or pushback before implementing.
Share bugs, ideas, or general feedback.
Prerequisite — if you haven't already this session, read the
grocery-coreandgrocery-corpusskills before continuing.
add_recipe_note(slug, body, tags?, private?). body is the tweak/observation in my words. Use tags like ["tweak"] or ["observation"] when it helps. Notes default to shared with the group; pass private: true only when I say it's just for me ("note for myself…").create_recipe (a personal recipe in my subtree) for that, not a note.