mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 14:14:26 +01:00
81 lines
2.8 KiB
Markdown
81 lines
2.8 KiB
Markdown
---
|
|
title: Recipes
|
|
hide_title: true
|
|
description: Reusable and shareable AI workflows
|
|
---
|
|
|
|
import Card from '@site/src/components/Card';
|
|
import styles from '@site/src/components/Card/styles.module.css';
|
|
|
|
<h1 className={styles.pageTitle}>Recipes</h1>
|
|
<p className={styles.pageDescription}>
|
|
Recipes are reusable workflows that package extensions, prompts, and settings together. Share proven workflows with your team and reproduce successful results consistently.
|
|
</p>
|
|
|
|
|
|
will replace with Recipe video once live -->
|
|
<div className="video-container margin-bottom--lg">
|
|
<iframe
|
|
width="100%"
|
|
height="400"
|
|
src="https://www.youtube.com/embed/8rTliYrQ6Iw"
|
|
title="Create Reusable AI Agents with Recipes"
|
|
frameBorder="0"
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
|
allowFullScreen
|
|
></iframe>
|
|
</div>
|
|
|
|
<div className={styles.categorySection}>
|
|
<h2 className={styles.categoryTitle}>📚 Documentation & Guides</h2>
|
|
<div className={styles.cardGrid}>
|
|
<Card
|
|
title="Shareable Recipes"
|
|
description="Share a Goose session setup (including tools, goals, and instructions) as a reusable recipe that others can launch with a single click."
|
|
link="/docs/guides/recipes/session-recipes"
|
|
/>
|
|
<Card
|
|
title="Recipe Reference Guide"
|
|
description="Complete technical reference for creating and customizing recipes in Goose via the CLI."
|
|
link="/docs/guides/recipes/recipe-reference"
|
|
/>
|
|
<Card
|
|
title="Goose Recipes Tutorial"
|
|
description="Learn how to create and use Goose recipes with prompts, parameters, MCP servers, and more."
|
|
link="/docs/tutorials/recipes-tutorial"
|
|
/>
|
|
</div>
|
|
</div>
|
|
|
|
<div className={styles.categorySection}>
|
|
<h2 className={styles.categoryTitle}>🛠️ Tools & Generators</h2>
|
|
<div className={styles.cardGrid}>
|
|
<Card
|
|
title="Recipe Generator"
|
|
description="Interactive tool that creates a shareable Goose recipe URL that others can use to launch a session with your predefined settings."
|
|
link="/recipe-generator"
|
|
/>
|
|
<Card
|
|
title="Recipe Cookbook"
|
|
description="Browse our collection of ready-to-use recipes. Find and adapt recipes for common development scenarios."
|
|
link="/recipes"
|
|
/>
|
|
</div>
|
|
</div>
|
|
|
|
<div className={styles.categorySection}>
|
|
<h2 className={styles.categoryTitle}>📝 Featured Blog Posts</h2>
|
|
<div className={styles.cardGrid}>
|
|
<Card
|
|
title="Championship Driven Development"
|
|
description="Recipes to accelerate your developer team's workflow."
|
|
link="/blog/2025/05/09/developers-ai-playbook-for-team-efficiency"
|
|
/>
|
|
<Card
|
|
title="A Recipe for Success"
|
|
description="The value of scaling agentic workflows with recipes."
|
|
link="/blog/2025/05/06/recipe-for-success"
|
|
/>
|
|
</div>
|
|
</div>
|