Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

family-recipes

family-recipes에는 luigiinred에서 수집한 skills 15개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
15
Stars
0
업데이트
2026-05-26
Forks
0
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

recipes-enrich-from-url
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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

2026-05-25