-
Notifications
You must be signed in to change notification settings - Fork 4.6k
docs: update skills extension to support .agents/skills directories #6199
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -10,7 +10,7 @@ import GooseBuiltinInstaller from '@site/src/components/GooseBuiltinInstaller'; | |||||
|
|
||||||
| The Skills extension loads *skills* — reusable sets of instructions that teach goose how to perform specific tasks or follow particular workflows. | ||||||
|
|
||||||
| goose automatically discovers skills at startup and uses them when relevant to your request. goose skills are compatible with Claude Desktop's skill format, so skills you create for one tool work with both. To learn about creating skills and how goose uses them, see [Using Skills](/docs/guides/context-engineering/using-skills). | ||||||
| goose automatically discovers skills at startup and uses them when relevant to your request. goose loads skills from `.agents/skills/` in your project directory and `~/.config/agents/skills/` globally, making skills portable across different AI coding agents. To learn about creating skills and how goose uses them, see [Using Skills](/docs/guides/context-engineering/using-skills). | ||||||
|
||||||
| goose automatically discovers skills at startup and uses them when relevant to your request. goose loads skills from `.agents/skills/` in your project directory and `~/.config/agents/skills/` globally, making skills portable across different AI coding agents. To learn about creating skills and how goose uses them, see [Using Skills](/docs/guides/context-engineering/using-skills). | |
| goose automatically discovers skills at startup and uses them when relevant to your request. For compatibility with different AI coding agents, goose checks multiple standard locations for skills, including `.agents/skills/` in your project directory and `~/.config/agents/skills/` globally, making skills portable across different AI coding agents. To learn about creating skills and how goose uses them, see [Using Skills](/docs/guides/context-engineering/using-skills). |
Copilot
AI
Dec 22, 2025
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.
The description changed from mentioning multiple directories (".claude/skills or .goose/skills") to only ".agents/skills directory" (singular). This is less accurate since goose actually loads skills from 6 different directories. Consider using "Load and use skills from .agents/skills, .goose/skills, and .claude/skills directories" to better reflect the actual behavior.
| description="Load and use skills from the .agents/skills directory" | |
| description="Load and use skills from .agents/skills, .goose/skills, and .claude/skills directories" |
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.
Hmm I don't think we should remove the mention that this is compatible with Claude Code. This is a pull for a lot of people to use skills with goose and helps with association..like "ohhhh, I could use this here too"
I'm okay if we update this heading to say Skills location but I think we should add a call out or admonition that says something like
::: note Claude Code Compatibility
goose Skills are compatible with Claude Code and other agents that support Agent Skills
Describe the paths .claude/skills or whatever the new path is
:::
obviously, don't write this verbatim, but that may be a possible direction we want to go cc: @dianed-square
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.
Diane will approve to merge this and we will add the note above as a fast follow