Shopping List Generator

Generate shopping lists from meal plans by aggregating recipe ingredients with pantry filtering.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ticruz38/skills --skill shopping-list-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Shopping List Generator
Source: https://github.com/ticruz38/skills/tree/main/skills/shopping-list-generator
Command: npx skills add https://github.com/ticruz38/skills --skill shopping-list-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate organized shopping lists from meal plans by converting recipes into actionable items and checking pantry stock to avoid duplicates.

Core Features & Use Cases

  • Recipe-to-list generation from one or more recipes with optional pantry filtering.
  • Automatic store-section categorization and duplicate item merging.
  • Pantry management and list export with per-section views.

Quick Start

Generate a shopping list from recipe IDs ita-001 and mex-002 with pantry checks.

Frequently Asked Questions about Shopping List Generator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a shopping list from multiple recipes at once?

Generate a shopping list from multiple recipes by providing recipe IDs to aggregate ingredients. The Skill merges duplicate items and automatically categorizes them into store sections for an organized output.

Can shopping list generation check my pantry to avoid buying duplicates?

Yes, shopping list generation checks your pantry stock to filter out items you already have. This pantry management feature prevents duplicates and ensures you only list what you need.

Do I need a database to organize meal plans into store sections?

Yes, you need a local SQLite database to organize meal plans into store sections. This database stores your recipes and pantry data, enabling the CLI or JS interface to retrieve and generate sectioned lists.

What is the best way to scale recipe ingredients when creating a shopping list?

The best way to scale recipe ingredients is using the optional scaling feature during list generation. You provide recipe IDs and scaling factors, and the Skill aggregates and adjusts the ingredient quantities before outputting the list.

How does meal planning integration work with the recipe-suggester service?

Meal planning integration works with the optional recipe-suggester service to retrieve recipe IDs. You pass these IDs to the Skill, which then aggregates the ingredients, applies pantry checks, and generates the final list.

Can I export a shopping list into per-section views for easier grocery shopping?

Yes, you can export a shopping list into per-section views for easier grocery shopping. The Skill automatically categorizes aggregated ingredients into store sections and supports list export via its interface.