From 454e98bb7487af73525054ddcaf08c7fbf90f59f Mon Sep 17 00:00:00 2001 From: dianed-square <73617011+dianed-square@users.noreply.github.com> Date: Mon, 29 Dec 2025 17:49:27 -0800 Subject: [PATCH] docs: agent skills compatibility note (#6299) --- .../docs/guides/context-engineering/using-skills.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/documentation/docs/guides/context-engineering/using-skills.md b/documentation/docs/guides/context-engineering/using-skills.md index feee50fd88..0d6a11149e 100644 --- a/documentation/docs/guides/context-engineering/using-skills.md +++ b/documentation/docs/guides/context-engineering/using-skills.md @@ -19,9 +19,8 @@ When a session starts, goose adds any skills that it discovers to its instructio You can also ask goose what skills are available. -:::tip Other goose features that support reuse -- [.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 Agent Skills](https://agentskills.io/home#adoption). ::: ## Skill Locations @@ -255,6 +254,11 @@ Always verify webhook signatures. See `src/webhooks/square.js` for our handler p +:::tip Other goose features that support reuse +- [.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 +::: + ## Best Practices - **Keep skills focused** — One skill per workflow or domain. If a skill is getting long, consider splitting it.