From recipe-manager
Parse and import recipes from unstructured text, copied content, or informal descriptions into the standard markdown format. Use when the user pastes recipe text, shares a recipe, asks to "import a recipe", "save this recipe", "convert this recipe", or provides unstructured cooking instructions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/recipe-manager:recipe-importThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Convert unstructured recipe text into the standard recipe markdown format.
Convert unstructured recipe text into the standard recipe markdown format.
Receive input: The user provides recipe content as pasted text, a dictated recipe, website content, or an informal family recipe.
Extract structured data:
Infer missing metadata using context clues:
Normalize ingredients to: - QUANTITY UNIT INGREDIENT, PREP_NOTES
Present the formatted recipe to the user for review before saving.
Save to ./recipes/ using kebab-case filename from title.
Reference: @${CLAUDE_PLUGIN_ROOT}/skills/recipe-import/references/import-examples.md
For multiple recipes at once, process each separately and confirm each before saving. For large batches, the recipe-parser agent can handle autonomous processing.
npx claudepluginhub infosecb/personal-claude-plugins --plugin recipe-managerNormalizes inbox files (markdown, Claude JSON/JSONL, Readwise, transcripts, link captures) into clean markdown with partial frontmatter. Handles format-specific edge cases like content-block arrays and timestamp stripping.
Provides 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.