docs: refresh create-a-skill-from-chat for the Cloud-first flow - #3130
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
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.
Why
create-a-skill-from-chat.mdxdescribed a flow that no longer matches the product, and it was the page most likely to be handed to a new user.Current behavior, verified in code:
apps/server/src/opencode-plugins/openwork-extensions-preview-steering.ts(~line 141) —Skill creation: Cloud.The agent retrieves and follows the remotecreate-skillskill and creates the skill in OpenWork Cloud as a private plugin, not in the workspace.add-to-marketplace/add-user-to-marketplacerun only when the user asks. A workspace-local skill happens only when explicitly requested, and never both copies.apps/server/src/opencode-plugins/openwork-capabilities-knowledge.ts(~line 95) — same intent, agent-facing: do not default to creating a workspace file.Changed by
72cbe2df8,48cc26a45,e6f2c604b,f7b1bf585.What was wrong
/skill-creatorin the composer. That is legacy. The composer builds its slash list dynamically from commands and Connect skills (composer.tsx~line 732) and there is an explicit assertion that the system prompt no longer ships## Default Skill: skill-creator(openwork-extensions-preview.test.ts~line 477). The only remaining path to/skill-creatoris a legacy install route in dead settings code.What the page says now
Do the task in chat → ask in plain English to turn it into a reusable skill → it is saved privately in your organization, not written into your workspace → use it by name or let it trigger → refine by asking → share only when you choose, cross-linked to
publish-and-copy-a-skill. Closes with a<Note>stating plainly that creating does not publish.22 lines, non-technical throughout — no tool names, no capability names, no protocol talk.
Screenshots removed
All three were stale and are now deleted, after proving each was orphaned repo-wide:
skill-import-skill-creator-command.png— depicts the legacy/skill-creatorcommandskill-import-use-in-chat.png— local skill menu, not the Cloud private-plugin flowskill-import-reload-required.png— reload prompt tied to local skill installationA screenshot of a command that no longer exists is worse than no screenshot. Fresh captures of the Cloud flow would be a good follow-up.
Verification
Slug unchanged, since the URL is already published.
Docs-only, no runtime path — no fraimz.