-
Notifications
You must be signed in to change notification settings - Fork 2.4k
docs: agent skills compatibility note #6299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
|
| - [.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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would it be more valuable to link this instead? https://agentskills.io/home#adoption
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Yes, for some reason the agentskills.io docs weren't loading for me before
* 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)
Signed-off-by: James Loope <[email protected]>
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