Skip to main content
Run any Skill in Manus
with one click
GitHub repository

family-recipes

family-recipes contains 15 collected skills from luigiinred, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
15
Stars
0
updated
2026-05-26
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

recipes-enrich-from-url
software-developers

Scrape non-YouTube sourceUrl into the catalog (JSON-LD/HTML parser or browser). Subskill of recipes-import-recipe — use the parent skill first to route YouTube vs web. Use for blog/recipe-site URLs with empty ingredients or placeholder steps.

2026-05-26
recipes-import-recipe
software-developers

Add or refresh a recipe in the static catalog from a URL. Simplifies noisy titles, always fetches ingredients/steps/images from the source, and delegates to recipes-youtube-recipe when sourceUrl is YouTube. Use when the user asks to add a recipe, import from a link, or fill the database from a bookmark.

2026-05-26
recipes-meal-planner
software-developers

Starred cook queue and meal-type tags on recipes. Use when changing the starred queue, starred order, or tagging recipes for breakfast/lunch/dinner/etc.

2026-05-26
recipes-youtube-recipe
software-developers

Subskill of recipes-import-recipe for YouTube URLs. Timestamped video recipes, simplified titles, ingredients from description RECIPE blocks or linked blogs. Use when sourceUrl is youtube.com or youtu.be — not as the top-level import entry.

2026-05-26
recipes-design-first
software-developers

Entry point for Recipes — design docs, static API contracts, design system, component-first UI, and TDD. Use when starting work, planning features, writing specs, or onboarding to this repo.

2026-05-26
api-specs
software-developers

Document static JSON and loader contracts under docs/api-specs/ before changing src/static-api/. Use when adding recipes, loaders, types, filters, or data the UI depends on; pairs with recipes-static-api, page-specs, and recipes-tdd.

2026-05-25
feature-catalog
software-developers

Maintain a complete inventory of user-visible features across page and API specs. Use when adding features, auditing documentation coverage, or the user asks to document every feature.

2026-05-25
page-specs
software-developers

Keep page specs in docs/product-specs/pages/ complete and accurate. ALWAYS read before adding, changing, or removing UI or page behavior; update feature tables and code maps in the same change.

2026-05-25
product-docs-specs
software-developers

Keep product docs current for pages, components, and services under docs/product-specs/. ALWAYS use before adding, changing, or removing user-visible behavior, reusable UI, or background product behavior; update specs, dependency tables, and folder README status rollups in the same change.

2026-05-25
recipes-components
software-developers

Component-first design for the recipes React app — layers, composition, props, and file structure. Use when building UI, splitting components, or deciding page vs feature vs shared component boundaries.

2026-05-25
recipes-design-system
software-developers

Design system for the recipes app — tokens, primitives, theming, and CSS module rules. Use when styling UI, adding buttons/cards/typography, or preventing one-off styles in feature code.

2026-05-25
recipes-project
software-developers

Recipes React app conventions — static API, design system, component-first layout, and TDD. Use when bootstrapping, adding features, or unsure where code belongs in the recipes repository.

2026-05-25
recipes-static-api
software-developers

Static JSON API for recipe data — schemas, loaders, types, and tests without a backend. Use when adding recipes, fetching by slug/tag, or wiring data into React hooks.

2026-05-25
recipes-tdd
software-quality-assurance-analysts-and-testers

Test-driven development for the recipes React app. Use when adding behavior, fixing bugs, or the user mentions TDD, tests first, red-green-refactor, or Vitest/React Testing Library. Pair with page-specs and api-specs for doc-first work.

2026-05-25
test-driven-design
software-quality-assurance-analysts-and-testers

Alias for recipes-tdd in this repo. Use recipes-tdd skill for full instructions.

2026-05-25