diff --git a/documentation/docs/guides/context-engineering/using-skills.md b/documentation/docs/guides/context-engineering/using-skills.md index 8a5c0cfd..feee50fd 100644 --- a/documentation/docs/guides/context-engineering/using-skills.md +++ b/documentation/docs/guides/context-engineering/using-skills.md @@ -260,3 +260,22 @@ Always verify webhook signatures. See `src/webhooks/square.js` for our handler p - **Keep skills focused** — One skill per workflow or domain. If a skill is getting long, consider splitting it. - **Write for clarity** — Skills are instructions for goose. Use clear, direct language and numbered steps. - **Include verification steps** — Help goose confirm the workflow completed successfully. + +## Additional Resources + +import ContentCardCarousel from '@site/src/components/ContentCardCarousel'; +import skillsvsmcp from '@site/blog/2025-12-22-agent-skills-vs-mcp/skills-vs-mcp.png'; + + \ No newline at end of file