agentsclimarketplace

Dashboard

Skill infosecB/personal-claude-plugins/recipe_manager/skills/dashboard

A marketplace of personal plugins for Claude Code and Cowork (Claude Desktop).

Install
npx -y skills add infosecB/personal-claude-plugins --skill dashboard

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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".

SKILL.md

2.8 KB, as published. Nobody here has run it

Recipe Dashboard

Generate a rich summary dashboard of the user's recipe collection.

Interactive Dashboard

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.

Terminal Dashboard

For a quick text-based overview, generate the dashboard directly in the terminal:

  1. Read CLAUDE.md for the canonical recipe format.
  2. Glob ./recipes/*.md to find all recipe files.
  3. Read frontmatter from each recipe file.
  4. Glob ./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).

Dashboard Sections

Render the dashboard using well-formatted markdown. Include all of the following sections:

1. Overview Stats

Show a summary line:

📊 X recipes | Y cuisines | Z tags | W meal plans | V shopping lists

2. Cuisine Breakdown

A table showing each cuisine and its recipe count, sorted by count descending:

CuisineRecipes

3. Difficulty Breakdown

A table with counts for easy, medium, and hard:

DifficultyRecipes

4. Dietary Tags

List each dietary tag found across recipes and how many recipes have it:

DietaryRecipes

5. Tag Cloud

Show all tags with counts, sorted by frequency descending. Format as a compact inline list: tag1 (N) · tag2 (N) · tag3 (N) · ...

6. Meal Plans

If any meal plan files exist, list them with their titles and dates. Otherwise note that none exist yet.

7. Shopping Lists

If any shopping list files exist, list them with their titles. Otherwise note that none exist yet.

8. All Recipes

A full table of every recipe, sorted by title:

TitleCuisineDifficultyServingsPrepCookAdded

Focus Mode

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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.