docs: add Summon extension tutorial and update Skills references#7310
Merged
blackgirlbytes merged 3 commits intomainfrom Feb 18, 2026
Merged
docs: add Summon extension tutorial and update Skills references#7310blackgirlbytes merged 3 commits intomainfrom
blackgirlbytes merged 3 commits intomainfrom
Conversation
- Add new Summon extension tutorial with retro 90s homepage example - Add deprecation notice to Skills extension (v1.16.0 - v1.24.0) - Update using-skills guide to reference Summon extension (v1.25.0+) - Update using-extensions to list Summon instead of Skills - Update playwright-skill and remotion tutorials to use Summon
angiejones
approved these changes
Feb 18, 2026
Contributor
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds documentation for the new Summon extension (v1.25.0+) and updates existing docs to reference Summon instead of the deprecated Skills extension, while keeping legacy Skills docs available with a deprecation notice.
Changes:
- Added a new Summon extension tutorial page with an example workflow and screenshot.
- Marked Skills extension docs as deprecated (v1.16.0–v1.24.0) and redirected readers to Summon for v1.25.0+.
- Updated tutorials/guides/getting-started content to reference Summon for enabling skill loading.
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| documentation/docs/mcp/summon-mcp.md | New Summon extension documentation and example usage. |
| documentation/docs/mcp/skills-mcp.md | Adds deprecation notice and points to Summon for v1.25.0+. |
| documentation/docs/guides/context-engineering/using-skills.md | Updates prerequisite note to reference Summon. |
| documentation/docs/getting-started/using-extensions.md | Replaces Skills with Summon in built-in platform extensions list. |
| documentation/docs/tutorials/remotion-video-creation.md | Updates extension enablement instructions from Skills to Summon. |
| documentation/docs/tutorials/playwright-skill.md | Updates extension enablement instructions and resources link to Summon. |
| documentation/static/img/summon-retro-site.png | Adds screenshot asset used by the new Summon tutorial. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
jh-block
added a commit
that referenced
this pull request
Feb 18, 2026
* origin/main: docs: remove ALPHA_FEATURES flag from documentation (#7315) docs: escape variable syntax in recipes (#7314) docs: update OTel environment variable and config guides (#7221) docs: system proxy settings (#7311) docs: add Summon extension tutorial and update Skills references (#7310) docs: agent session id (#7289) fix(gemini-cli): restore streaming lost in #7247 (#7291) Update more instructions (#7305) feat: add Moonshot and Kimi Code declarative providers (#7304) fix(cli): handle Reasoning content and fix streaming thinking display (#7296) feat: add GOOSE_SUBAGENT_MODEL and GOOSE_SUBAGENT_PROVIDER config options (#7277) fix(openai): support "reasoning" field alias in streaming deltas (#7294) fix(ui): revert app-driven iframe width and send containerDimensions per ext-apps spec (#7300) New OpenAI event (#7301) ci: add fork guards to scheduled workflows (#7292)
michaelneale
added a commit
that referenced
this pull request
Feb 19, 2026
* main: (54 commits) docs: add monitoring subagent activity section (#7323) docs: document Desktop UI recipe editing for model/provider and extensions (#7327) docs: add CLAUDE_THINKING_BUDGET and CLAUDE_THINKING_ENABLED environm… (#7330) fix: display 'Code Mode' instead of 'code_execution' in CLI (#7321) docs: add Permission Policy documentation for MCP Apps (#7325) update RPI plan prompt (#7326) docs: add CLI syntax highlighting theme customization (#7324) fix(cli): replace shell-based update with native Rust implementation (#7148) docs: rename Code Execution extension to Code Mode extension (#7316) docs: remove ALPHA_FEATURES flag from documentation (#7315) docs: escape variable syntax in recipes (#7314) docs: update OTel environment variable and config guides (#7221) docs: system proxy settings (#7311) docs: add Summon extension tutorial and update Skills references (#7310) docs: agent session id (#7289) fix(gemini-cli): restore streaming lost in #7247 (#7291) Update more instructions (#7305) feat: add Moonshot and Kimi Code declarative providers (#7304) fix(cli): handle Reasoning content and fix streaming thinking display (#7296) feat: add GOOSE_SUBAGENT_MODEL and GOOSE_SUBAGENT_PROVIDER config options (#7277) ...
katzdave
added a commit
that referenced
this pull request
Feb 19, 2026
* 'main' of github.com:block/goose: (40 commits) Remove trailing space from links (#7156) fix: detect low balance and prompt for top up (#7166) feat(apps): add support for MCP apps to sample (#7039) Typescript SDK for ACP extension methods (#7319) chore: upgrade to rmcp 0.16.0 (#7274) docs: add monitoring subagent activity section (#7323) docs: document Desktop UI recipe editing for model/provider and extensions (#7327) docs: add CLAUDE_THINKING_BUDGET and CLAUDE_THINKING_ENABLED environm… (#7330) fix: display 'Code Mode' instead of 'code_execution' in CLI (#7321) docs: add Permission Policy documentation for MCP Apps (#7325) update RPI plan prompt (#7326) docs: add CLI syntax highlighting theme customization (#7324) fix(cli): replace shell-based update with native Rust implementation (#7148) docs: rename Code Execution extension to Code Mode extension (#7316) docs: remove ALPHA_FEATURES flag from documentation (#7315) docs: escape variable syntax in recipes (#7314) docs: update OTel environment variable and config guides (#7221) docs: system proxy settings (#7311) docs: add Summon extension tutorial and update Skills references (#7310) docs: agent session id (#7289) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new tutorial for the Summon extension and updates all references from the deprecated Skills extension.
Changes
New Files
documentation/docs/mcp/summon-mcp.md- New Summon extension tutorial with a fun retro 90s homepage exampledocumentation/static/img/summon-retro-site.png- Screenshot for the tutorialUpdated Files
documentation/docs/mcp/skills-mcp.md- Added deprecation notice (v1.16.0 - v1.24.0)documentation/docs/guides/context-engineering/using-skills.md- Updated to reference Summon extension (v1.25.0+)documentation/docs/getting-started/using-extensions.md- Changed Skills → Summon in built-in extensions listdocumentation/docs/tutorials/remotion-video-creation.md- Updated to use Summon extensiondocumentation/docs/tutorials/playwright-skill.md- Updated to use Summon extensionContext
The Skills extension has been replaced by the Summon extension in v1.25.0. Summon provides:
This PR documents the new extension and ensures users on older versions can still find the Skills extension docs.