From recipe-manager
Display a dashboard overview of the recipe collection with stats, breakdowns by cuisine/difficulty/dietary, tag summary, meal plan status, shopping list status, and a full recipe table. Triggers on "dashboard", "recipe stats", "show my collection", "recipe overview", "how many recipes".
How this skill is triggered — by the user, by Claude, or both
Slash command
/recipe-manager:dashboardThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate a rich summary dashboard of the user's recipe collection.
Generate a rich summary dashboard of the user's recipe collection.
An interactive HTML dashboard is available at ${CLAUDE_PLUGIN_ROOT}/skills/dashboard/dashboard.html. If the user asks to open or view the dashboard visually, open this file in their browser:
open "${CLAUDE_PLUGIN_ROOT}/skills/dashboard/dashboard.html"
The user can drag & drop their recipe_manager folder into the browser to load all recipes, meal plans, and shopping lists with visual charts and search.
For a quick text-based overview, generate the dashboard directly in the terminal:
./recipes/*.md to find all recipe files../meal-plans/*.md and ./shopping-lists/*.md for meal plans and shopping lists (these directories may not exist yet — that's fine, just report 0).Render the dashboard using well-formatted markdown. Include all of the following sections:
Show a summary line:
📊 X recipes | Y cuisines | Z tags | W meal plans | V shopping lists
A table showing each cuisine and its recipe count, sorted by count descending:
| Cuisine | Recipes |
|---|
A table with counts for easy, medium, and hard:
| Difficulty | Recipes |
|---|
List each dietary tag found across recipes and how many recipes have it:
| Dietary | Recipes |
|---|
Show all tags with counts, sorted by frequency descending. Format as a compact inline list:
tag1 (N) · tag2 (N) · tag3 (N) · ...
If any meal plan files exist, list them with their titles and dates. Otherwise note that none exist yet.
If any shopping list files exist, list them with their titles. Otherwise note that none exist yet.
A full table of every recipe, sorted by title:
| Title | Cuisine | Difficulty | Servings | Prep | Cook | Added |
|---|
If the user asks about a specific area (e.g., "show me cuisine stats" or "what tags do I have"), show only the relevant section in more detail rather than the full dashboard.
npx claudepluginhub infosecb/personal-claude-plugins --plugin recipe-managerProvides 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.