Skip to content

Commit 84e9808

Browse files
authored
Merge pull request #3295 from ably/agent-skills-docs
Add Agent Skills documentation and signposts across getting started guides
2 parents 5c71256 + 5a00067 commit 84e9808

33 files changed

Lines changed: 169 additions & 2 deletions

src/pages/docs/ai-transport/getting-started/anthropic.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ This guide will get you started with Ably AI Transport using Anthropic's Message
1111

1212
You'll learn how to authenticate users with verified identities, stream tokens from an agent to clients in realtime, and implement human-in-the-loop approval for tool calls. The agent uses Anthropic's Claude model with a `send_email` tool that requires user approval before execution.
1313

14+
<Aside data-type='note'>
15+
Using an AI coding assistant? [Teach it Ably](/docs/platform/ai-llms#agent-skills) with Agent Skills for all popular AI coding agents. Run `claude plugin add ably/agent-skills` or `npx skills add ably/agent-skills` to get started.
16+
</Aside>
17+
1418
## Prerequisites
1519

1620
1. [Sign up](https://ably.com/signup) for an Ably account.

src/pages/docs/ai-transport/getting-started/langgraph.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This guide will get you started with Ably AI Transport using LangGraph.
88

99
You'll learn how to authenticate users with verified identities, stream tokens from an agent to clients in realtime, and implement human-in-the-loop approval for tool calls. The agent uses LangGraph with a `send_email` tool that requires user approval before execution.
1010

11+
<Aside data-type='note'>
12+
Using an AI coding assistant? [Teach it Ably](/docs/platform/ai-llms#agent-skills) with Agent Skills for all popular AI coding agents. Run `claude plugin add ably/agent-skills` or `npx skills add ably/agent-skills` to get started.
13+
</Aside>
14+
1115
## Prerequisites
1216

1317
1. [Sign up](https://ably.com/signup) for an Ably account.

src/pages/docs/ai-transport/getting-started/openai.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This guide will get you started with Ably AI Transport using OpenAI's Responses
88

99
You'll learn how to authenticate users with verified identities, stream tokens from an agent to clients in realtime, and implement human-in-the-loop approval for tool calls. The agent uses OpenAI's GPT model with a `send_email` tool that requires user approval before execution.
1010

11+
<Aside data-type='note'>
12+
Using an AI coding assistant? [Teach it Ably](/docs/platform/ai-llms#agent-skills) with Agent Skills for all popular AI coding agents. Run `claude plugin add ably/agent-skills` or `npx skills add ably/agent-skills` to get started.
13+
</Aside>
14+
1115
## Prerequisites
1216

1317
1. [Sign up](https://ably.com/signup) for an Ably account.

src/pages/docs/ai-transport/getting-started/vercel-ai-sdk.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This guide will get you started with Ably AI Transport using the Vercel AI SDK.
88

99
You'll learn how to authenticate users with verified identities, stream tokens from an agent to clients in realtime, and implement human-in-the-loop approval for tool calls. The agent uses the Vercel AI SDK with a `send_email` tool that requires user approval before execution.
1010

11+
<Aside data-type='note'>
12+
Using an AI coding assistant? [Teach it Ably](/docs/platform/ai-llms#agent-skills) with Agent Skills for all popular AI coding agents. Run `claude plugin add ably/agent-skills` or `npx skills add ably/agent-skills` to get started.
13+
</Aside>
14+
1115
## Prerequisites
1216

1317
1. [Sign up](https://ably.com/signup) for an Ably account.

src/pages/docs/chat/getting-started/android.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ You'll learn how to create chat rooms, send and edit messages, and implement rea
1010

1111
![Screenshot of the completed Android Chat application showing a web interface with connection status, a message input field, realtime message display, and a presence indicator showing online users. The interface demonstrates the key features you'll build including publishing messages, subscribing to receive messages in realtime, and tracking which clients are currently present in the channel.](../../../../images/content/screenshots/getting-started/chat-kotlin-getting-started-guide.png)
1212

13+
<Aside data-type='note'>
14+
Using an AI coding assistant? [Teach it Ably](/docs/platform/ai-llms#agent-skills) with Agent Skills for all popular AI coding agents. Run `claude plugin add ably/agent-skills` or `npx skills add ably/agent-skills` to get started.
15+
</Aside>
16+
1317
## Prerequisites <a id="prerequisites"/>
1418

1519
### Ably <a id="prerequisites-ably"/>

src/pages/docs/chat/getting-started/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ You'll learn the essentials of building realtime chat applications, including ho
1212

1313
These are your first steps towards building a Chat application that can effortlessly scale to serve millions of users.
1414

15+
<Aside data-type='note'>
16+
Using an AI coding assistant? [Teach it Ably](/docs/platform/ai-llms#agent-skills) with Agent Skills for all popular AI coding agents. Run `claude plugin add ably/agent-skills` or `npx skills add ably/agent-skills` to get started.
17+
</Aside>
18+
1519
<Tiles>
1620
{[
1721
{

src/pages/docs/chat/getting-started/javascript.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This guide will get you started with Ably Chat using TypeScript.
88

99
You'll learn how to create chat rooms, send and edit messages, and implement realtime features like typing indicators and presence. You'll also cover message history, reactions, and proper connection management.
1010

11+
<Aside data-type='note'>
12+
Using an AI coding assistant? [Teach it Ably](/docs/platform/ai-llms#agent-skills) with Agent Skills for all popular AI coding agents. Run `claude plugin add ably/agent-skills` or `npx skills add ably/agent-skills` to get started.
13+
</Aside>
14+
1115
## Prerequisites <a id="prerequisites"/>
1216

1317
1. Sign up for an Ably account.

src/pages/docs/chat/getting-started/jvm.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ This guide will help you get started with Ably Chat in a new JVM application usi
88

99
You'll learn how to create chat rooms, send and edit messages, and implement realtime features like typing indicators and presence. You'll also cover message history, reactions, and proper connection management.
1010

11+
<Aside data-type='note'>
12+
Using an AI coding assistant? [Teach it Ably](/docs/platform/ai-llms#agent-skills) with Agent Skills for all popular AI coding agents. Run `claude plugin add ably/agent-skills` or `npx skills add ably/agent-skills` to get started.
13+
</Aside>
14+
1115
## Prerequisites <a id="prerequisites"/>
1216

1317
### Ably <a id="prerequisites-ably"/>

src/pages/docs/chat/getting-started/react-native.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ You'll learn how to create chat rooms, send and edit messages, and implement rea
1010

1111
![Screenshot of the completed React Native Chat application showing a web interface with connection status, a message input field, realtime message display, and a presence indicator showing online users. The interface demonstrates the key features you'll build including publishing messages, subscribing to receive messages in realtime, and tracking which clients are currently present in the channel.](../../../../images/content/screenshots/getting-started/chat-react-native-getting-started-guide.png)
1212

13+
<Aside data-type='note'>
14+
Using an AI coding assistant? [Teach it Ably](/docs/platform/ai-llms#agent-skills) with Agent Skills for all popular AI coding agents. Run `claude plugin add ably/agent-skills` or `npx skills add ably/agent-skills` to get started.
15+
</Aside>
16+
1317
## Prerequisites <a id="prerequisites"/>
1418

1519
### Ably <a id="prerequisites-ably"/>

src/pages/docs/chat/getting-started/react-ui-kit.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ This guide shows you how to add the Ably Chat React UI Kit to a brand-new React
1010

1111
You'll create Ably clients, install the UI component package, and build a complete chat interface. You'll also cover customizing the look and feel with your own styles, settings, and avatars.
1212

13+
<Aside data-type='note'>
14+
Using an AI coding assistant? [Teach it Ably](/docs/platform/ai-llms#agent-skills) with Agent Skills for all popular AI coding agents. Run `claude plugin add ably/agent-skills` or `npx skills add ably/agent-skills` to get started.
15+
</Aside>
16+
1317
## Prerequisites <a id="prerequisites"/>
1418

1519
1. Sign up for an Ably account.

0 commit comments

Comments
 (0)