cooking-recipe
Installation
SKILL.md
ChefPad — Recipe Manager
A local-first recipe management tool. Add recipes with cuisine and cooking time, build ingredient lists and step-by-step instructions, rate your favorites, search by keyword or ingredient, and get random meal suggestions — all from the command line.
Commands
| Command | Description |
|---|---|
chefpad add <name> [cuisine] [mins] |
Add a new recipe with optional cuisine type and cooking time (default: general, 30min) |
chefpad ingredient <id> <text> |
Add an ingredient to an existing recipe by its ID |
chefpad step <id> <text> |
Add a cooking step to an existing recipe by its ID |
chefpad list |
List all saved recipes with ratings, ingredient and step counts |
chefpad show <id> |
Show full recipe details — ingredients, steps, cuisine, time, rating |
chefpad search <keyword> |
Search recipes by name, cuisine, or ingredient |
chefpad rate <id> <1-5> |
Rate a recipe from 1 to 5 stars |
chefpad random |
Get a random recipe suggestion from your collection |
chefpad suggest <ingredients...> |
Find recipes that match the ingredients you have on hand |
chefpad info |
Show version and branding info |
chefpad help |
Show all available commands |