Document the Ops, Serverless, and Cloud Setup skills - #5154
Conversation
Lead with a single plugin install section instead of per-skill install instructions, then describe each skill in the bundle: Developer, Ops, Serverless, and Cloud Setup. Mark the Ops and Serverless skills as Public Preview, and note that the Cloud skill is standalone. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
Restructures AI skill documentation around the Temporal plugin bundle and documents its additional skills.
Changes:
- Centralizes plugin installation instructions.
- Adds Ops, Serverless, and Cloud Setup skill descriptions.
- Clarifies that the Cloud skill is standalone.
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
The Ops, Serverless, and Cloud Setup skills all set disable-model-invocation, so the agent won't pick them up on its own. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
| ``` | ||
| /add-plugin temporal | ||
| ``` | ||
| This skill is in Public Preview. |
There was a problem hiding this comment.
We use the release stage header to communicate release stages. It helps us keep standardize language and keep track of features. Can you switch to that?
There was a problem hiding this comment.
Thanks! Please take another look
Replaces the prose "This skill is in Public Preview" lines with the release stage header, per PR review. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…ills # Conflicts: # docs/with-ai.mdx
| Restart your coding agent after installing. | ||
|
|
||
| ### Temporal Cloud Skill | ||
| ### Temporal Developer skill |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Temporal Developer skill' should use sentence-style capitalization.
| expert-level knowledge of Temporal's programming model — Workflow determinism rules, Activity patterns, Retry Policies, | ||
| error handling, testing strategies, Worker configuration, versioning, and common gotchas. | ||
|
|
||
| ### Temporal Ops skill |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Temporal Ops skill' should use sentence-style capitalization.
|
|
||
| </TabItem> | ||
| <TabItem value="codex" label="Codex"> | ||
| ### Temporal Cloud Setup skill |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Temporal.Headings] 'Temporal Cloud Setup skill' should use sentence-style capitalization.
📖 Docs PR preview links |
The plugin install section covers the three coding agent plugins; single skill installs get a one-line reference instead of their own tabs. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
What changed
Restructures the Skills section of
docs/with-ai.mdxaround the plugin bundle rather than a single skill:Why
The Temporal plugin now ships a bundle of skills — Developer, Ops, Serverless, and Cloud Setup — but the page only documented Developer and Cloud, and framed installation as a per-skill step.
🤖 Generated with Claude Code