docs: ref blog from Skills page (#6269)

This commit is contained in:
Angie Jones
2025-12-24 10:41:17 -06:00
committed by GitHub
parent 841bd5d2f4
commit fa3885d2d4
@@ -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';
<ContentCardCarousel
items={[
{
type: 'blog',
title: 'Did Skills Kill MCP?',
description: 'An overview of Agent Skills vs MCP',
thumbnailUrl: skillsvsmcp,
linkUrl: '/goose/blog/2025/12/22/agent-skills-vs-mcp',
date: '2025-12-22',
duration: '4 min read'
}
]}
/>