mirror of
https://github.com/block/goose.git
synced 2026-04-29 12:09:38 +00:00
docs: add Summon extension tutorial and update Skills references (#7310)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
e2d174ac1d
commit
85ab108645
7 changed files with 155 additions and 13 deletions
|
|
@ -52,13 +52,13 @@ npx skills add https://github.com/microsoft/playwright-cli --skill playwright-cl
|
|||
|
||||
6. You'll get a confirmation of the installation, choose `Yes` to proceed
|
||||
|
||||
### Enable Skills Extension
|
||||
In goose, enable the [Skills extension](/docs/mcp/skills-mcp) to load Agent Skills within sessions.
|
||||
### Enable Summon Extension
|
||||
In goose, enable the [Summon extension](/docs/mcp/summon-mcp) to load Agent Skills within sessions.
|
||||
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="goose Desktop" default>
|
||||
<GooseBuiltinInstaller
|
||||
extensionName="Skills"
|
||||
extensionName="Summon"
|
||||
/>
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="goose CLI">
|
||||
|
|
@ -77,7 +77,7 @@ In goose, enable the [Skills extension](/docs/mcp/skills-mcp) to load Agent Skil
|
|||
│
|
||||
◆ Enable extensions: (use "space" to toggle and "enter" to submit)
|
||||
// highlight-start
|
||||
│ ● skills
|
||||
│ ● summon
|
||||
// highlight-end
|
||||
|
|
||||
└ Extension settings updated successfully
|
||||
|
|
@ -224,6 +224,6 @@ Getting started with the Playwright CLI agent skill is easy and opens up powerfu
|
|||
|
||||
## Resources
|
||||
|
||||
- [Skills Extension Documentation](/docs/mcp/skills-mcp)
|
||||
- [Summon Extension Documentation](/docs/mcp/summon-mcp)
|
||||
- [Using Skills Guide](/docs/guides/context-engineering/using-skills) - Learn how to create and use skills with goose
|
||||
- [Playwright CLI GitHub](https://github.com/microsoft/playwright-cli)
|
||||
|
|
|
|||
|
|
@ -20,12 +20,12 @@ Remotion is free for individuals and small teams, but requires a [commercial lic
|
|||
|
||||
## Configuration
|
||||
|
||||
Enable the [Skills extension](/docs/mcp/skills-mcp) to allow goose to load and use Agent Skills.
|
||||
Enable the [Summon extension](/docs/mcp/summon-mcp) to allow goose to load and use Agent Skills.
|
||||
|
||||
<Tabs groupId="interface">
|
||||
<TabItem value="ui" label="goose Desktop" default>
|
||||
<GooseBuiltinInstaller
|
||||
extensionName="Skills"
|
||||
extensionName="Summon"
|
||||
/>
|
||||
</TabItem>
|
||||
<TabItem value="cli" label="goose CLI">
|
||||
|
|
@ -44,7 +44,7 @@ Enable the [Skills extension](/docs/mcp/skills-mcp) to allow goose to load and u
|
|||
│
|
||||
◆ Enable extensions: (use "space" to toggle and "enter" to submit)
|
||||
// highlight-start
|
||||
│ ● skills
|
||||
│ ● summon
|
||||
// highlight-end
|
||||
|
|
||||
└ Extension settings updated successfully
|
||||
|
|
@ -72,8 +72,8 @@ End with 'Deployed to production 🚀'
|
|||
### goose Output
|
||||
|
||||
```
|
||||
─── load_skill | skills ───────────────────────────────────────
|
||||
name: remotion-best-practices
|
||||
─── load | summon ───────────────────────────────────────
|
||||
source: remotion-best-practices
|
||||
|
||||
reading ~/.agents/skills/remotion-best-practices/rules/animations.md
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue