From c76b1870e5dc106238a930a6968c484580bfeefc Mon Sep 17 00:00:00 2001 From: Ambient Code Bot Date: Mon, 11 May 2026 14:30:23 -0400 Subject: [PATCH] fix(skills): add missing skill frontmatter --- skills/integrations/grpc-dev/SKILL.md | 12 ++++++++---- skills/sessions/ambient-api-server/SKILL.md | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/skills/integrations/grpc-dev/SKILL.md b/skills/integrations/grpc-dev/SKILL.md index d0d103f62..009e5b819 100644 --- a/skills/integrations/grpc-dev/SKILL.md +++ b/skills/integrations/grpc-dev/SKILL.md @@ -1,8 +1,12 @@ -# Skill: grpc-dev - -**Activates when:** Working on gRPC streaming, AG-UI event flow, WatchSessionMessages, control plane ↔ runner protocol, or debugging gRPC connectivity. - --- +name: grpc-dev +description: > + Use when working on gRPC streaming, AG-UI event flow, + WatchSessionMessages, the control-plane-to-runner protocol, or + debugging gRPC connectivity in Ambient. +--- + +# gRPC Development ## Architecture diff --git a/skills/sessions/ambient-api-server/SKILL.md b/skills/sessions/ambient-api-server/SKILL.md index 5765d2582..5849b314c 100644 --- a/skills/sessions/ambient-api-server/SKILL.md +++ b/skills/sessions/ambient-api-server/SKILL.md @@ -1,8 +1,12 @@ -# Skill: ambient-api-server - -**Activates when:** Working in `components/ambient-api-server/` or asked about API server, REST endpoints, gRPC, OpenAPI, or plugins. - --- +name: ambient-api-server +description: > + Use when working in components/ambient-api-server/ or on the Ambient API + Server's REST endpoints, gRPC streams, OpenAPI generation, plugin resources, + auth, migrations, or tests. +--- + +# Ambient API Server ## What This Skill Knows