Skip to content
Merged
Show file tree
Hide file tree
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
87 changes: 0 additions & 87 deletions .github/workflows/rebuild-skills-marketplace.yml

This file was deleted.

4 changes: 1 addition & 3 deletions documentation/blog/2025-04-01-mcp-nondevs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ Asana: Create a new task in my Asana workspace called 'Review Q4 metrics' and se
GitHub: Create a new branch called hello-world in my angiejones/goose-demo repository. Update the README.md file to say "this was written by goose" and commit it. Open a pull request with your changes.
```

To see more examples just like this, along with the results you can get, check out this [Prompt Library](https://goose-docs.ai/prompt-library)! This is your central directory for discovering and using effective prompts with Goose.

## The Possibilities Are Endless
While some are developed by official providers, a vast majority of MCP servers you see are actually developed by community members! Plus, because MCP is an open standard, anyone can build an MCP server for any resource. You could even use Goose to help you build one!

Expand All @@ -88,4 +86,4 @@ Hopefully now, instead of spending hours manually gathering data and creating yo
<meta name="twitter:title" content="MCP Explained for Non-Developers" />
<meta name="twitter:description" content="Learn what Model Context Protocol (MCP) is and how anyone can use it to save time on tasks." />
<meta name="twitter:image" content="http://goose-docs.ai/assets/images/mcp_nondevs-5ce7f39de923cab01de6e14e5dc06744.png" />
</head>
</head>
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ You'll see ideas go from prompt to prototype in one session.

## Looking for more examples?

This blog post included just a few of the ways I use Goose. If you're curious about what else it can do, check out the [Prompt Library](/prompt-library) or just ask:
This blog post included just a few of the ways I use goose. If you're curious about what else it can do, just ask:

What are 5 useful things you can help me with today?

Expand All @@ -278,4 +278,4 @@ Let goose surprise you. ✨
<meta name="twitter:title" content="11 Practical Ways I Use AI Agents Without Losing My Authenticity" />
<meta name="twitter:description" content="From conference planning to prepping podcasts, here's how I use AI Agents built on MCP for everyday tasks." />
<meta name="twitter:image" content="https://goose-docs.ai/assets/images/mcp-use-cases-758ecc959d6334783257fc9d6329e1f2.png" />
</head>
</head>
9 changes: 2 additions & 7 deletions documentation/docs/guides/recipes/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,9 @@ import VideoCarousel from '@site/src/components/VideoCarousel';
</div>

<div className={styles.categorySection}>
<h2 className={styles.categoryTitle}>🛠️ Tools & Generators</h2>
<h2 className={styles.categoryTitle}>🛠️ Recipe Cookbook</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
<Card
title="Recipe Cookbook"
description="Browse our collection of ready-to-use recipes. Find and adapt recipes for common development scenarios."
link="/recipes"
Expand Down
19 changes: 0 additions & 19 deletions documentation/docs/guides/recipes/session-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,25 +159,6 @@ You can turn your current goose session into a reusable recipe that includes the
See the [Recipe Reference Guide](/docs/guides/recipes/recipe-reference) for more information about recipe fields.

</TabItem>


<TabItem value="generator" label="Recipe Generator">
Use the online [Recipe Generator](https://goose-docs.ai/recipe-generator) tool to create a recipe. First choose your preferred format:

- **URL Format**: Generates a shareable link that opens a session in goose Desktop
- **YAML Format**: Generates YAML content that you can save to file and then run in goose CLI

Then fill out the recipe form by providing:
- A **title** for the recipe
- A **description**
- A set of **instructions** for the recipe.
- An optional initial **prompt**:
- In the Desktop, the prompt displays in the chat box.
- In the CLI, the prompt provides the initial message to run. Note that a prompt is required to run the recipe in headless (non-interactive) mode.
- A set of optional **activities** to display in the Desktop.
- YAML format only: Optional **author** contact information and **extensions** the recipe uses.

</TabItem>
</Tabs>

:::tip Customize Recipe Generation
Expand Down
33 changes: 1 addition & 32 deletions documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ const config: Config = {
},
],
],
themes: ["@inkeep/docusaurus/chatButton", "@inkeep/docusaurus/searchBar"],
themes: ["@inkeep/docusaurus/searchBar"],
themeConfig: {
// Replace with your project's social card
image: "img/home-banner.png",
Expand Down Expand Up @@ -451,11 +451,6 @@ const config: Config = {
position: "left",
label: "Tutorials",
},
{
to: "/docs/category/mcp-servers",
position: "left",
label: "MCPs",
},
{ to: "/blog", label: "Blog", position: "left" },
{
type: "dropdown",
Expand All @@ -466,18 +461,6 @@ const config: Config = {
to: "/extensions",
label: "Extensions",
},
{
to: "/skills",
label: "Skills Marketplace",
},
{
to: "/recipe-generator",
label: "Recipe Generator",
},
{
to: "/prompt-library",
label: "Prompt Library",
},
{
to: "/recipes",
label: "Recipe Cookbook",
Expand Down Expand Up @@ -576,20 +559,6 @@ const config: Config = {
organizationId: inkeepOrgId,
primaryBrandColor: "#1E1E1E",
},
aiChatSettings: {
chatSubjectName: "goose",
botAvatarSrcUrl: "",
getHelpCallToActions: [
{
name: "GitHub",
url: "https://github.com/aaif-goose/goose",
icon: {
builtIn: "FaGithub",
},
},
],
quickQuestions: ["What is goose?"],
},
},
announcementBar: {
id: 'goose-aaif-announcement', // Increment on new announcements to reuse the bar
Expand Down
2 changes: 1 addition & 1 deletion documentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "node scripts/generate-docs-map.js && node scripts/generate-skills-manifest.js && node scripts/generate-skills-zips.js && docusaurus build",
"build": "node scripts/generate-docs-map.js && docusaurus build",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Retire the hourly skills-marketplace deployment workflow

Once this build command stops generating the skills manifest and archives, .github/workflows/rebuild-skills-marketplace.yml still runs npm run build and deploys GitHub Pages every hour (its schedule is at lines 8–11 and build step at lines 63–71). Because that workflow exists solely to pull marketplace changes into these now-removed resources, it will continue consuming full documentation build/deployment minutes and contending for the shared pages concurrency group with no marketplace content to refresh; remove or disable it as part of this retirement.

Useful? React with 👍 / 👎.

"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
Expand Down
Loading
Loading