Files
temporalio__skill-temporal-…/README.md
Amir Benvenisti cf34710363 Update README to reflect new plugin packaging (#96)
* Update README to reflect new plugin packaging

Remove reference to the old agent-skills mono-plugin repo. Link to the
per-harness plugin repos (Claude Code, Cursor, Codex) and present the
standalone installation options after the plugin links.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Mark .NET SDK as supported

.NET support has landed — move from 🚧 to .

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 10:28:24 -07:00

45 lines
1.7 KiB
Markdown

# Temporal Development Skill
A comprehensive skill for developers to use when building [Temporal](https://temporal.io/) applications.
> [!WARNING]
> This Skill is currently in Public Preview, and will continue to evolve and improve.
> We would love to hear your feedback - positive or negative - over in the [Community Slack](https://t.mp/slack), in the [#topic-ai channel](https://temporalio.slack.com/archives/C0818FQPYKY)
## Installation
### As a Plugin
This skill is packaged as a plugin for major coding agents, which provides a simple way to install and receive future updates:
- **Claude Code**: [temporalio/claude-temporal-plugin](https://github.com/temporalio/claude-temporal-plugin)
- **Cursor**: [temporalio/cursor-temporal-plugin](https://github.com/temporalio/cursor-temporal-plugin)
- **OpenAI Codex**: [temporalio/codex-temporal-plugin](https://github.com/temporalio/codex-temporal-plugin)
See each repo's README for installation instructions.
### Standalone Installation
If you prefer to install the skill directly without the plugin wrapper:
#### Via `npx skills` — supports all major coding agents
1. `npx skills add temporalio/skill-temporal-developer`
2. Follow prompts
#### Via manually cloning the skill repo
1. `mkdir -p ~/.claude/skills && git clone https://github.com/temporalio/skill-temporal-developer ~/.claude/skills/temporal-developer`
Appropriately adjust the installation directory based on your coding agent.
## Currently Supported Temporal SDK Langages
- [x] Python ✅
- [x] TypeScript ✅
- [x] Go ✅
- [x] Java ✅
- [x] .NET ✅
- [ ] Ruby 🚧 ([PR](https://github.com/temporalio/skill-temporal-developer/pull/41))
- [ ] PHP 🚧 ([PR](https://github.com/temporalio/skill-temporal-developer/pull/40))