Skip to content

Conversation

@dianed-square
Copy link
Contributor

@dianed-square dianed-square commented Dec 11, 2025

Summary

This PR documents the SKILLS.md support feature (Claude compatibility) in a new "Context Engineering" section with the using-goosehints topic.

Documentation updates:

  • documentation/docs/guides/context-engineering/_category_.json and documentation/docs/guides/context-engineering/index.mdx:
    • New section
  • documentation/docs/getting-started/using-extensions.md:
    • List Skills platform extension
  • documentation/docs/mcp/skills-mcp.md:
    • New topic for the Skills platform extension
  • documentation/docs/guides/using-skills.md:
    • New topic about creating and using skills
  • documentation/docs/guides/context-engineering/using-goosehints.md:
    • Moved from documentation/docs/guides/using-goosehints.md

Updated links to using-goosehints topic:

  • documentation/docs/quickstart.md
  • documentation/docs/getting-started/providers.md
  • documentation/docs/troubleshooting/known-issues.md
  • documentation/docs/guides/environment-variables.md
  • documentation/docs/guides/tips.md
  • documentation/blog/2025-03-06-goose-tips/index.md
  • documentation/blog/2025-04-08-vibe-code-responsibly/index.md
  • documentation/blog/2025-05-20-goose-gets-a-drivers-license/index.md
  • documentation/blog/2025-06-02-goose-panther-mcp/index.md
  • documentation/blog/2025-06-05-whats-in-my-goosehints-file/index.md
  • documentation/blog/2025-07-28-streamlining-detection-development-with-goose-recipes/index.md
  • documentation/blog/2025-08-11-llm-tag-team-lead-worker-model/index.md
  • documentation/blog/2025-08-18-understanding-context-windows/index.md
  • documentation/blog/2025-11-17-migrate-app-with-ai-agent/index.md
  • documentation/blog/2025-12-10-stop-ai-agent-unwanted-changes/index.md
  • documentation/docusaurus.config.ts: Add redirect

Updated sidebar position:

  • documentation/docs/guides/goose-permissions.md
  • documentation/docs/guides/updating-goose.md

Type of Change

  • Feature
  • Bug fix
  • Refactor / Code quality
  • Performance improvement
  • Documentation
  • Tests
  • Security fix
  • Build / Release
  • Other (specify below)

AI Assistance

  • This PR was created or reviewed with AI assistance

Testing

Manual testing


@dianed-square dianed-square requested a review from a team as a code owner December 11, 2025 02:35
Copilot AI review requested due to automatic review settings December 11, 2025 02:35
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

This PR adds comprehensive documentation for the Skills platform extension, which enables goose to use reusable instruction sets compatible with Claude Desktop's skill format. The documentation follows established patterns for MCP extension docs and accurately reflects the implementation.

Key changes:

  • New documentation for the Skills MCP extension with configuration and usage examples
  • Comprehensive guide on creating and using skills with multiple practical examples
  • Integration of Skills into the platform extensions list

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
documentation/docs/mcp/skills-mcp.md New reference documentation for the Skills extension with configuration steps and deployment example
documentation/docs/guides/using-skills.md New comprehensive guide covering skill creation, file structure, supporting files, and best practices
documentation/docs/getting-started/using-extensions.md Added Skills to the platform extensions list alongside Chat Recall, Extension Manager, and Todo

@github-actions
Copy link
Contributor

github-actions bot commented Dec 11, 2025

PR Preview Action v1.6.0
Preview removed because the pull request was closed.
2025-12-17 19:04 UTC

- **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.

## Claude Compatibility
Copy link
Contributor

Choose a reason for hiding this comment

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

i feel like this section needs to be higher up because Claude skills are so popular. I'm thinking devs should immediately associate it with that.

Copy link
Contributor

@blackgirlbytes blackgirlbytes left a comment

Choose a reason for hiding this comment

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

approving with a comment that claude compatibility should be one of the first things mentioned.

@@ -0,0 +1,266 @@
---
title: Using Skills
sidebar_position: 41
Copy link
Collaborator

Choose a reason for hiding this comment

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

should move higher up. maybe even consider a section that includes this with hints and any other guides that help with context engineering

Copilot AI review requested due to automatic review settings December 15, 2025 22:17
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 24 out of 24 changed files in this pull request and generated no new comments.

@@ -0,0 +1,8 @@
{
"label": "Context Engineering",
"position": 22,
Copy link
Collaborator

Choose a reason for hiding this comment

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

move this way up. right after Managing Sessions

* origin/main: (57 commits)
  docs: create/edit recipe button (#6145)
  fix(google): Fix 400 Bad Request error with Gemini 3 thought signatures (#6035)
  fix: we don't need to warn about tool count when in code mode (#6149)
  deps: upgrade agent-client-protocol to 0.9.0 (#6109)
  fix(providers): fix for gemini-cli on windows to work around cmd's multiline prompt limitations #5911 (#5966)
  More slash commands (#5858)
  fix: MCP UI not rendering due to CallToolResult structure change (#6143)
  fix: display shell output as static text instead of spinner (#6041)
  fix : Custom providers with empty API keys show as configured in desktop (#6105)
  Add .agents/skills and ~/.config/agent/skills to skills discovery paths (#6139)
  fix: use instructions for system prompt and prompt for user message in subagents (#6121)
  Fix compaction loop for small models or large input (#5803)
  feat: Centralize theme management with ThemeContext (#6137)
  OpenRouter & Xai streaming (#5873)
  fix: resolve mcp-hermit cleanup path expansion issue (#5953)
  feat: add goose PR reviewer workflow (#6124)
  perf: Avoid repeated MCP queries during streaming responses (#6138)
  Fix YAML serialization for recipes with special characters (#5796)
  Add more posthog analytics (privacy aware) (#6122)
  docs: add Sugar MCP server to extensions registry (#6077)
  ...
Copilot AI review requested due to automatic review settings December 17, 2025 17:15
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 24 out of 24 changed files in this pull request and generated no new comments.

@dianed-square dianed-square merged commit 0051b33 into main Dec 17, 2025
25 checks passed
@dianed-square dianed-square deleted the docs/skills branch December 17, 2025 19:04
katzdave added a commit that referenced this pull request Dec 17, 2025
…icing

* 'main' of github.com:block/goose: (35 commits)
  docs: skills (#6062)
  fix: add conditional configuration for GOOSE_BIN_DIR in PATH (#5940)
  Update dependencies to help in Fedora packaging (#5835)
  fix: make goose reviewer less bad (#6154)
  docs: create/edit recipe button (#6145)
  fix(google): Fix 400 Bad Request error with Gemini 3 thought signatures (#6035)
  fix: we don't need to warn about tool count when in code mode (#6149)
  deps: upgrade agent-client-protocol to 0.9.0 (#6109)
  fix(providers): fix for gemini-cli on windows to work around cmd's multiline prompt limitations #5911 (#5966)
  More slash commands (#5858)
  fix: MCP UI not rendering due to CallToolResult structure change (#6143)
  fix: display shell output as static text instead of spinner (#6041)
  fix : Custom providers with empty API keys show as configured in desktop (#6105)
  Add .agents/skills and ~/.config/agent/skills to skills discovery paths (#6139)
  fix: use instructions for system prompt and prompt for user message in subagents (#6121)
  Fix compaction loop for small models or large input (#5803)
  feat: Centralize theme management with ThemeContext (#6137)
  OpenRouter & Xai streaming (#5873)
  fix: resolve mcp-hermit cleanup path expansion issue (#5953)
  feat: add goose PR reviewer workflow (#6124)
  ...
zanesq added a commit that referenced this pull request Dec 18, 2025
* 'main' of github.com:block/goose: (28 commits)
  Clean PR preview sites from gh-pages branch history (#6161)
  fix: make goose reviewer less sycophantic (#6171)
  revert /reply to previous behavior (replacing session history) when full conversation provided (#6058)
  chore: manually update version (#6166)
  Integrate pricing with canonical model (#6130)
  Regenerate canonical models when release branch is created. (#6127)
  fix: use correct parameter name in read_module handler (#6148)
  docs: blog for code mode MCP (#6126)
  test: add ACP integration test (#6150)
  docs: auto download updates (#6163)
  fix: respect default_enabled value of platform extensions (#6159)
  docs: skills (#6062)
  fix: add conditional configuration for GOOSE_BIN_DIR in PATH (#5940)
  Update dependencies to help in Fedora packaging (#5835)
  fix: make goose reviewer less bad (#6154)
  docs: create/edit recipe button (#6145)
  fix(google): Fix 400 Bad Request error with Gemini 3 thought signatures (#6035)
  fix: we don't need to warn about tool count when in code mode (#6149)
  deps: upgrade agent-client-protocol to 0.9.0 (#6109)
  fix(providers): fix for gemini-cli on windows to work around cmd's multiline prompt limitations #5911 (#5966)
  ...

# Conflicts:
#	ui/desktop/src/api/sdk.gen.ts
#	ui/desktop/src/hooks/useAgent.ts
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.

4 participants