Skip to content

docs: add Summon extension tutorial and update Skills references#7310

Merged
blackgirlbytes merged 3 commits intomainfrom
docs/summon-extension-tutorial
Feb 18, 2026
Merged

docs: add Summon extension tutorial and update Skills references#7310
blackgirlbytes merged 3 commits intomainfrom
docs/summon-extension-tutorial

Conversation

@blackgirlbytes
Copy link
Contributor

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 example
  • documentation/static/img/summon-retro-site.png - Screenshot for the tutorial

Updated 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 list
  • documentation/docs/tutorials/remotion-video-creation.md - Updated to use Summon extension
  • documentation/docs/tutorials/playwright-skill.md - Updated to use Summon extension

Context

The Skills extension has been replaced by the Summon extension in v1.25.0. Summon provides:

  • Skill loading (same as Skills extension)
  • Recipe loading
  • Subagent delegation

This PR documents the new extension and ensures users on older versions can still find the Skills extension docs.

- 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
Copilot AI review requested due to automatic review settings February 18, 2026 17:42
@blackgirlbytes blackgirlbytes requested a review from a team as a code owner February 18, 2026 17:42
@github-actions
Copy link
Contributor

github-actions bot commented Feb 18, 2026

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://block.github.io/goose/pr-preview/pr-7310/

Built to branch gh-pages at 2026-02-18 18:04 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

blackgirlbytes and others added 2 commits February 18, 2026 12:56
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings February 18, 2026 18:01
@blackgirlbytes blackgirlbytes added this pull request to the merge queue Feb 18, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 7 changed files in this pull request and generated no new comments.

Merged via the queue into main with commit 85ab108 Feb 18, 2026
28 checks passed
@blackgirlbytes blackgirlbytes deleted the docs/summon-extension-tutorial branch February 18, 2026 18:07
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)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments