CtrlK
BlogDocsLog inGet started
Tessl Logo

golang-grpc

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.

72

Quality

90%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

80%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A dense, actionable best-practices reference with excellent progressive disclosure and executable code, but it is organized as a topic catalog rather than a sequenced workflow with validation checkpoints, which limits workflow clarity.

Suggestions

Add a short sequenced 'Build mode' and 'Review mode' checklist with explicit validation checkpoints (e.g. run protoc/golangci-lint, verify health check registers, confirm deadlines set on every client call) to raise workflow clarity.

Include a validate→fix→retry loop for the code-generation step (generate → compile → fix lint errors → regenerate) since batch/proto operations benefit from feedback loops.

Tighten a few rationale clauses in the Server/Client bullet lists to recover a point on conciseness without losing the operational why.

DimensionReasoningScore

Conciseness

Generally lean and high-density with no basic-concept padding, but a few rationale sentences (e.g. 'one-per-request wastes TCP/TLS handshakes') are operational rather than strictly necessary and could be trimmed slightly.

4 / 5

Actionability

Provides copy-paste-ready Go code for server setup, interceptors, client config, error handling, and streaming, plus concrete install commands and a code-to-situation error table — fully executable across common cases.

5 / 5

Workflow Clarity

Organized by concern rather than as a sequenced process; the Build/Review modes are named but lack explicit steps, and there are no validation checkpoints or validate→fix→retry loops tying the guidance into a coherent workflow.

3 / 5

Progressive Disclosure

Clear sectioned overview with well-signaled, one-level-deep references to real files (protoc-reference.md, testing.md) and sibling skills; bulk detail is appropriately pushed out of the main body.

5 / 5

Total

17

/

20

Passed

Description

100%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, third-person description that answers both 'what' and 'when' with concrete, comprehensive trigger phrases and minimal conflict risk. It assumes the audience knows the gRPC vocabulary and rewards that with precise coverage.

DimensionReasoningScore

Specificity

Lists multiple concrete actions across the gRPC domain — 'usage guidelines, protobuf organization, and production-ready patterns' plus implementing/reviewing/debugging servers/clients, writing proto files, interceptors, status codes, TLS/mTLS, bufconn, and streaming RPCs — giving comprehensive coverage.

5 / 5

Completeness

Explicitly states what it does ('Provides gRPC usage guidelines, protobuf organization, and production-ready patterns for Golang microservices') and when to use it via a concrete 'Use when...' clause enumerating trigger scenarios.

5 / 5

Trigger Term Quality

Dense with natural terms users actually say — 'gRPC servers/clients', 'proto files', 'interceptors', 'status codes', 'TLS/mTLS', 'bufconn', 'streaming RPCs' — covering synonyms and specific tooling rather than generic jargon.

5 / 5

Distinctiveness Conflict Risk

Carves a clear niche (gRPC for Golang microservices) with distinct, specific triggers that are unlikely to fire for unrelated skills; minimal overlap risk.

5 / 5

Total

20

/

20

Passed

Validation

87%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

metadata_field

'metadata' should map string keys to string values

Warning

Total

14

/

16

Passed

Repository
samber/cc-skills-golang
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.