Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ Or have a look at the general catalog below:
| Tour of Orchestration | [<img src="https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white">](typescript/tutorials/tour-of-orchestration-typescript) [<img src="https://img.shields.io/badge/Go-00ADD8?logo=go&logoColor=white">](go/tutorials/tour-of-orchestration-go) [<img src="https://img.shields.io/badge/Python-3776AB?logo=python&logoColor=white">](python/tutorials/tour-of-orchestration-python) [<img src="https://img.shields.io/badge/Java-ED8B00?logo=openjdk&logoColor=white">](java/tutorials/tour-of-orchestration-java) |
| Tour of Agents | [AI examples repo](https://github.com/restatedev/ai-examples) |

## Using AI coding tools

If you use Claude Code, Codex, or Cursor to build on Restate, we highly recommend installing the [Restate plugin](https://github.com/restatedev/skills). It bundles skills, prompts, and context that help AI coding assistants generate correct, idiomatic Restate code across all supported SDKs. Most templates in this repo install the plugin automatically — see the [skills repo](https://github.com/restatedev/skills) for setup instructions.

## Joining the community

If you want to join the Restate community in order to stay up to date, then please join our [Discord](https://discord.gg/skW3AZ6uGd) or [Slack](https://join.slack.com/t/restatecommunity/shared_invite/zt-2v9gl005c-WBpr167o5XJZI1l7HWKImA).
Expand Down
2 changes: 1 addition & 1 deletion go/templates/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ You can build a docker image using [ko](https://github.com/ko-build/ko):

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion java/templates/java-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ When modifying the annotated services in Intellij, it is suggested to run **CTRL

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion java/templates/java-maven-quarkus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ $ quarkus dev

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion java/templates/java-maven-spring-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ When modifying the annotated services in Intellij, it is suggested to run **CTRL

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion java/templates/java-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ When modifying the annotated services in Intellij, it is suggested to run **CTRL

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion java/templates/java-new-api-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ To run:

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion java/templates/java-new-api-maven-spring-boot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ $ mvn compile spring-boot:run

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion java/templates/java-new-api-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ mvn compile exec:java

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion python/templates/lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ Happy building! 🎉

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion python/templates/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ docker build .

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion typescript/templates/bun/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ You can run locally with `npm run dev` and register to Restate with

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion typescript/templates/cloudflare-worker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ Happy building! 🎉

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion typescript/templates/deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ Happy building! 🎉

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion typescript/templates/lambda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ Happy building! 🎉

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion typescript/templates/nextjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@ Then, the reminder will succeed and you will see the greeting in the UI.

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion typescript/templates/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Have a look at the [TypeScript Quickstart guide](https://docs.restate.dev/get_st

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion typescript/templates/typescript-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ npm run test

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
2 changes: 1 addition & 1 deletion typescript/templates/vercel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@ Happy building! 🎉

## Using AI coding tools

If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, you need to use `/add-plugin`.
If you use Claude Code or Codex, then the Restate plugin will automatically be installed. For Cursor, consult the [skills repo README](https://github.com/restatedev/skills).

Plugin repo: https://github.com/restatedev/skills/tree/main
Loading