fix(frontmatter): enclose frontmatters descriptions into double quotes to prevent issue when import (#5)

This commit is contained in:
Samuel Berthe
2026-03-24 12:45:51 +01:00
committed by GitHub
parent ef3a47a352
commit 3a428b6358
33 changed files with 42 additions and 33 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
---
name: golang-grpc
description: Provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices. Use when implementing, reviewing, or debugging gRPC servers/clients, writing proto files, setting up interceptors, handling gRPC errors with status codes, configuring TLS/mTLS, testing with bufconn, or working with streaming RPCs.
description: "Provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices. Use when implementing, reviewing, or debugging gRPC servers/clients, writing proto files, setting up interceptors, handling gRPC errors with status codes, configuring TLS/mTLS, testing with bufconn, or working with streaming RPCs."
user-invocable: false
license: MIT
compatibility: Designed for Claude Code or similar AI coding agents, and for projects using Golang.