You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/with-ai.mdx
+80-24Lines changed: 80 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,65 +5,121 @@ sidebar_label: Develop with AI
5
5
description: Give your AI coding agent Temporal expertise and real-time access to Temporal documentation.
6
6
---
7
7
8
+
importTabsfrom'@theme/Tabs';
9
+
importTabItemfrom'@theme/TabItem';
10
+
8
11
# Develop with AI
9
12
10
-
Give your AI coding agent Temporal expertise with the Temporal Developer Skill and real-time documentation access with the Temporal docs MCP server.
13
+
Give your AI coding agent Temporal expertise with Skills and real-time documentation access with the Temporal Docs MCP
14
+
Server.
11
15
12
-
## Temporal Developer Skill
16
+
## Skills
13
17
14
-
The [Temporal Developer Skill](https://github.com/temporalio/skill-temporal-developer) gives your AI coding agent 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.
18
+
Skills give AI agents domain-specific Temporal expertise. They work with Claude Code, Codex, Cursor, and any agent that
19
+
supports [Skills](https://agentskills.io).
15
20
16
-
It works with Claude Code, Codex, Cursor, and any agent that supports [Skills](https://agentskills.io).
21
+
### Temporal Developer Skill
17
22
18
-
### Claude Code Plugin
23
+
The [Temporal Developer Skill](https://github.com/temporalio/skill-temporal-developer) gives your AI coding agent
24
+
expert-level knowledge of Temporal's programming model — workflow determinism rules, activity patterns, retry policies,
25
+
error handling, testing strategies, worker configuration, versioning, and common gotchas.
0 commit comments