Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"id" : "get-all-available-tutorials",
"title" : "Get All Available Tutorials",
"description" : "Retrieve a list of all tutorials that are currently available in Goose",
"category" : "productivity",
"job" : "engineering",
"example_prompt" : "What type of tutorials are available for me to learn with goose?",
"example_result" : "Goose offers two tutorials to help you learn:\n1. **Building an Extension with MCP (Model Context Protocol)**: This tutorial guides you through creating an extension for Goose using one of the available SDKs (Python, TypeScript, or Kotlin). You'll learn how to set up a server, implement resources, and create tools that the AI agent can use.\n2. **Building Your First Game**: This tutorial provides a framework for building a simple game. The default suggestion is a Flappy Bird clone using Python and Pygame, but it can be adapted based on your preferences and experience. You'll cover environment setup, project structure, the core game loop, and game mechanics.\nWhich tutorial would you like to start with, or would you like more information about one of them?",
"extensions": [
{
"name": "Tutorial",
"command": "tutorial",
"is_builtin": true,
"environmentVariables": [

]
}
]
}