Skip to content

Recipes

Recipes are bundled workflows that automate common development tasks. They package a sequence of steps into a single invocable command.

SANDCODE includes recipes for common tasks like:

  • Project scaffolding
  • Code review automation
  • Test generation
  • Documentation generation

Recipes can be invoked through the recipe system. They appear as suggested workflows when relevant to the current context.

Recipes are enabled by default in the distro config. To disable:

{
"features": {
"recipes": false
}
}