Skip to content

Commit c76b187

Browse files
author
Ambient Code Bot
committed
fix(skills): add missing skill frontmatter
1 parent 136db29 commit c76b187

2 files changed

Lines changed: 16 additions & 8 deletions

File tree

skills/integrations/grpc-dev/SKILL.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# Skill: grpc-dev
2-
3-
**Activates when:** Working on gRPC streaming, AG-UI event flow, WatchSessionMessages, control plane ↔ runner protocol, or debugging gRPC connectivity.
4-
51
---
2+
name: grpc-dev
3+
description: >
4+
Use when working on gRPC streaming, AG-UI event flow,
5+
WatchSessionMessages, the control-plane-to-runner protocol, or
6+
debugging gRPC connectivity in Ambient.
7+
---
8+
9+
# gRPC Development
610

711
## Architecture
812

skills/sessions/ambient-api-server/SKILL.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
# Skill: ambient-api-server
2-
3-
**Activates when:** Working in `components/ambient-api-server/` or asked about API server, REST endpoints, gRPC, OpenAPI, or plugins.
4-
51
---
2+
name: ambient-api-server
3+
description: >
4+
Use when working in components/ambient-api-server/ or on the Ambient API
5+
Server's REST endpoints, gRPC streams, OpenAPI generation, plugin resources,
6+
auth, migrations, or tests.
7+
---
8+
9+
# Ambient API Server
610

711
## What This Skill Knows
812

0 commit comments

Comments
 (0)