recipe
Installation
SKILL.md
Recipe System for Claude Code
Recipes are parameterized, composable, shareable YAML workflow definitions. They package instructions + required tools + typed parameters + sub-recipes into portable automation units.
Recipe Schema
version: "1.0"
title: "Human-readable recipe name"
description: "What this recipe does"
author: "creator name"
tags: ["domain", "category"]