docs: ref blog from Skills page (#6269)
This commit is contained in:
@@ -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'
|
||||
}
|
||||
]}
|
||||
/>
|
||||
Reference in New Issue
Block a user