docs: agent skills compatibility note#6299
Merged
dianed-square merged 2 commits intomainfrom Dec 30, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a compatibility note about Claude Desktop and Agent Skills format support, and reorganizes the documentation structure for better flow.
- Adds an info block clarifying that goose skills work with Claude Desktop and other Agent Skills-compatible agents
- Moves the existing tip about other goose features (goosehints, recipes) to appear later in the document for improved content organization
Contributor
|
| - [.goosehints](/docs/guides/context-engineering/using-goosehints): Best for general preferences, project context, and repeated instructions like "Always use TypeScript" | ||
| - [recipes](/docs/guides/recipes/session-recipes): Shareable configurations that package instructions, prompts, and settings together | ||
| :::info Claude Compatibility | ||
| goose skills are compatible with Claude Desktop and other agents that support the [Agent Skills](https://github.com/agentskills/agentskills) format. |
Contributor
There was a problem hiding this comment.
would it be more valuable to link this instead? https://agentskills.io/home#adoption
Contributor
Author
There was a problem hiding this comment.
Thanks! Yes, for some reason the agentskills.io docs weren't loading for me before
blackgirlbytes
approved these changes
Dec 30, 2025
michaelneale
added a commit
that referenced
this pull request
Dec 30, 2025
* main: fix: adding more open models (#6300) docs: add goose for vs code extension (#6262) feat(code-mode): use server names for MCP extensions (#6284) docs: agent skills compatibility note (#6299) docs: clarify GOOSE_TERMINAL requires ~/.zshenv for zsh users (#6297) feat: add OpenAI Codex CLI provider (#6263) docs: fix Resources menu (#6292) Remove Advent of AI announcement banner (#6291) Add blog post: How We Use goose to Maintain goose (#6289)
cronus42
pushed a commit
to cronus42/goose
that referenced
this pull request
Jan 7, 2026
Signed-off-by: James Loope <cronus@stolenshoe.com>
cronus42
pushed a commit
to cronus42/goose
that referenced
this pull request
Jan 26, 2026
Signed-off-by: James Loope <cronus@stolenshoe.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds a note about Claude compatibility with goose skills.
documentation/docs/guides/context-engineering/using-skills.md:Type of Change
AI Assistance