Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
385ecec
Initial setup (#1)
donald-pinckney Feb 3, 2026
ac17fae
Merged skills into one skill, tested that it is loaded correctly. (#2)
donald-pinckney Feb 4, 2026
cd552ea
Rename the skill (temporal-dev -> temporal-developer) (#3)
donald-pinckney Feb 4, 2026
389dd7e
update sha (#4)
donald-pinckney Feb 4, 2026
7140d97
Update sha (#6)
donald-pinckney Mar 11, 2026
64fe246
Agent tracking (#7)
donald-pinckney Mar 11, 2026
789c630
Translate workflow (#9)
donald-pinckney Mar 16, 2026
0f19458
Improve translation workflow (#10)
donald-pinckney Mar 16, 2026
5331298
[Memory] Fix saga (#17)
donald-pinckney Mar 17, 2026
3aeae99
Update README (#18)
donald-pinckney Mar 18, 2026
1b0e4f6
minor edits to readme (#19)
donald-pinckney Mar 18, 2026
e17db74
Add MIT License to the project (#20)
donald-pinckney Mar 18, 2026
c9e0361
[Memory] Add Go (#15)
donald-pinckney Mar 19, 2026
1346eff
Routine memory staleness and update check
donald-pinckney Mar 19, 2026
4172209
Change version tracking to track release versions not SHAs
donald-pinckney Mar 19, 2026
66b0450
Set codeowners to AI SDK team
donald-pinckney Mar 19, 2026
54d9aff
describe development and release workflow
donald-pinckney Mar 19, 2026
ad24197
update plugin description
donald-pinckney Mar 19, 2026
0f64434
Routine memory staleness and update check (#22)
donald-pinckney Mar 19, 2026
15c169f
Release 0.1.0 of temporal-developer
donald-pinckney Mar 19, 2026
38950d5
Merge branch 'main' into dev
donald-pinckney Mar 19, 2026
a49f808
update submodule
donald-pinckney Mar 19, 2026
371a8e0
prepare openai plugin format (#23)
donald-pinckney Mar 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions plugins/temporal-developer/.codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "temporal-developer",
"version": "0.1.0",
"description": "Comprehensive skill for developing Temporal applications across Python, TypeScript, and Go.",
"author": {
"name": "Temporal",
"url": "https://temporal.io/"
},
"homepage": "https://temporal.io/",
"repository": "https://github.com/temporalio/agent-skills",
"license": "MIT",
"keywords": [
"temporal",
"workflow",
"durable-execution",
"python",
"typescript",
"go",
"microservices",
"distributed-systems"
],
"skills": "./skills/",
"interface": {
"displayName": "Temporal Developer",
"shortDescription": "Build reliable Temporal workflows, activities, and workers in Python, TypeScript, and Go",
"longDescription": "Comprehensive guidance for developing Temporal applications — creating workflows, activities, and workers; handling signals, queries, and updates; debugging non-determinism errors; implementing saga patterns, versioning strategies, and testing approaches across Python, TypeScript, and Go SDKs.",
"developerName": "Temporal",
"category": "Coding",
"capabilities": [],
"websiteURL": "https://temporal.io/",
"defaultPrompt": "Create a workflow using Temporal.",
"screenshots": []
}
}
32 changes: 32 additions & 0 deletions plugins/temporal-developer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Temporal Developer Plugin

Build reliable distributed applications with [Temporal](https://temporal.io/) across Python, TypeScript, and Go.

## Skills

- **`temporal-developer`** — Comprehensive guidance for creating workflows, activities, and workers; debugging non-determinism errors; implementing patterns like sagas, signals, queries, and versioning; testing and observability.

## What It Covers

- Creating and orchestrating Temporal workflows and activities
- Worker setup and task queue configuration
- Signals, queries, and updates for interactive workflows
- Saga pattern, continue-as-new, and child workflows
- Determinism rules and non-determinism debugging
- Workflow versioning strategies for safe code changes
- Testing workflows and activities
- Error handling and observability
- AI/LLM integration patterns

## Supported Languages

- Python (Temporal Python SDK)
- TypeScript (Temporal TypeScript SDK)
- Go (Temporal Go SDK)

## Plugin Structure

- `.codex-plugin/plugin.json` — Plugin manifest
- `skills/temporal-developer/` — Skill content
- `SKILL.md` — Skill definition and instructions
- `references/` — Language-specific and core reference files
2 changes: 1 addition & 1 deletion plugins/temporal-developer/skills/temporal-developer
Submodule temporal-developer updated 1 files
+1 −1 README.md
Loading