Skip to content

Commit d07699b

Browse files
committed
docs: cross-reference deepgram/skills for central product knowledge
Each product skill now points back to the `deepgram/skills` repo for the consolidated API reference, documentation finder, runnable recipes, third-party integration examples, and MCP setup. This SDK's skills stay language-idiomatic; the central skills stay cross-language.
1 parent 7f9375a commit d07699b

7 files changed

Lines changed: 70 additions & 0 deletions

File tree

.agents/skills/using-audio-intelligence/SKILL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,3 +123,13 @@ In this Java checkout, the WebSocket connect options include `diarize`, `detectE
123123
- `examples/listen/AdvancedOptions.java`
124124
- `examples/listen/TranscribeUrl.java`
125125
- `examples/listen/FileUploadTypes.java`
126+
127+
## Central product skills
128+
129+
For cross-language Deepgram product knowledge — the consolidated API reference, documentation finder, focused runnable recipes, third-party integration examples, and MCP setup — install the central skills:
130+
131+
```bash
132+
npx skills add deepgram/skills
133+
```
134+
135+
This SDK ships language-idiomatic code skills; `deepgram/skills` ships cross-language product knowledge (see `api`, `docs`, `recipes`, `examples`, `starters`, `setup-mcp`).

.agents/skills/using-conversational-stt/SKILL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,13 @@ wsClient.sendCloseStream(ListenV2CloseStream.builder()
9090
## Example files in this repo
9191

9292
- `examples/listen/LiveStreamingV2.java`
93+
94+
## Central product skills
95+
96+
For cross-language Deepgram product knowledge — the consolidated API reference, documentation finder, focused runnable recipes, third-party integration examples, and MCP setup — install the central skills:
97+
98+
```bash
99+
npx skills add deepgram/skills
100+
```
101+
102+
This SDK ships language-idiomatic code skills; `deepgram/skills` ships cross-language product knowledge (see `api`, `docs`, `recipes`, `examples`, `starters`, `setup-mcp`).

.agents/skills/using-management-api/SKILL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,13 @@ client.manage().v1().projects().billing().balances().list(projectId);
104104
- `examples/manage/GetUsage.java`
105105
- `examples/manage/Billing.java`
106106
- `examples/agent/ListModels.java`
107+
108+
## Central product skills
109+
110+
For cross-language Deepgram product knowledge — the consolidated API reference, documentation finder, focused runnable recipes, third-party integration examples, and MCP setup — install the central skills:
111+
112+
```bash
113+
npx skills add deepgram/skills
114+
```
115+
116+
This SDK ships language-idiomatic code skills; `deepgram/skills` ships cross-language product knowledge (see `api`, `docs`, `recipes`, `examples`, `starters`, `setup-mcp`).

.agents/skills/using-speech-to-text/SKILL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,13 @@ The async REST clients return `CompletableFuture<T>`. WebSocket clients are alre
186186
- `examples/listen/LiveStreaming.java`
187187
- `examples/listen/TranscribeCallback.java`
188188
- `examples/listen/Captions.java`
189+
190+
## Central product skills
191+
192+
For cross-language Deepgram product knowledge — the consolidated API reference, documentation finder, focused runnable recipes, third-party integration examples, and MCP setup — install the central skills:
193+
194+
```bash
195+
npx skills add deepgram/skills
196+
```
197+
198+
This SDK ships language-idiomatic code skills; `deepgram/skills` ships cross-language product knowledge (see `api`, `docs`, `recipes`, `examples`, `starters`, `setup-mcp`).

.agents/skills/using-text-intelligence/SKILL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,13 @@ CompletableFuture<com.deepgram.types.ReadV1Response> future =
116116

117117
- `examples/read/AnalyzeText.java`
118118
- `examples/read/AdvancedAnalysis.java`
119+
120+
## Central product skills
121+
122+
For cross-language Deepgram product knowledge — the consolidated API reference, documentation finder, focused runnable recipes, third-party integration examples, and MCP setup — install the central skills:
123+
124+
```bash
125+
npx skills add deepgram/skills
126+
```
127+
128+
This SDK ships language-idiomatic code skills; `deepgram/skills` ships cross-language product knowledge (see `api`, `docs`, `recipes`, `examples`, `starters`, `setup-mcp`).

.agents/skills/using-text-to-speech/SKILL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,13 @@ CompletableFuture<InputStream> future = asyncClient.speak().v1().audio().generat
126126
- `examples/speak/TextToSpeech.java`
127127
- `examples/speak/StreamingTts.java`
128128
- `examples/agent/ProviderCombinations.java` — shows Aura model selection inside Agent configs
129+
130+
## Central product skills
131+
132+
For cross-language Deepgram product knowledge — the consolidated API reference, documentation finder, focused runnable recipes, third-party integration examples, and MCP setup — install the central skills:
133+
134+
```bash
135+
npx skills add deepgram/skills
136+
```
137+
138+
This SDK ships language-idiomatic code skills; `deepgram/skills` ships cross-language product knowledge (see `api`, `docs`, `recipes`, `examples`, `starters`, `setup-mcp`).

.agents/skills/using-voice-agent/SKILL.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,3 +119,13 @@ wsClient.sendInjectAgentMessage(com.deepgram.resources.agent.v1.types.AgentV1Inj
119119
- `examples/agent/InjectMessage.java`
120120
- `examples/agent/ProviderCombinations.java`
121121
- `examples/agent/CustomProviders.java`
122+
123+
## Central product skills
124+
125+
For cross-language Deepgram product knowledge — the consolidated API reference, documentation finder, focused runnable recipes, third-party integration examples, and MCP setup — install the central skills:
126+
127+
```bash
128+
npx skills add deepgram/skills
129+
```
130+
131+
This SDK ships language-idiomatic code skills; `deepgram/skills` ships cross-language product knowledge (see `api`, `docs`, `recipes`, `examples`, `starters`, `setup-mcp`).

0 commit comments

Comments
 (0)