Imported from ssrjkk/claude-skills (.claude/skills/backend/kit-grpc/SKILL.md). Install upstream with npx skills add ssrjkk/claude-skills --skill kit-grpc. Copyright stays with the author.
Go Kit gRPC
gRPC with Go Kit. gRPC services.
Quick Start
# Go Kit gRPC# See Go Kit docs
When to Use
Building applications with Go Kit
gRPC services
protobuf
RPC
Step-by-Step
Install: npm install kit
Set up Go Kit
Configure gRPC
Implement features
Test and verify
Dependencies
Go Kit >= latest stable
Runtime environment
Dependencies as needed
Examples
# Go Kit gRPC# See Go Kit documentation
Resources
Official Go Kit documentation
Community tutorials
GitHub repositories
Validation
Run: kit --version
Test with sample data
Verify output correctness
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/ssrjkk-claude-skills-kit-grpc/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
ssrjkk-claude-skills-kit-grpc.ocm.jsonjson
{
"ocm": "1",
"id": "ssrjkk-claude-skills-kit-grpc",
"kind": "skill",
"name": "kit-grpc",
"description": "gRPC with Go Kit. gRPC services.",
"publisher": "ssrjkk",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"kit",
"grpc",
"backend",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"gRPC with Go Kit. gRPC services."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ssrjkk/claude-skills",
"path": ".claude/skills/backend/kit-grpc/SKILL.md",
"ref": "e1fe9f4b8b62cbb6be06d22940974a7ca87a70b9",
"url": "https://github.com/ssrjkk/claude-skills/blob/e1fe9f4b8b62cbb6be06d22940974a7ca87a70b9/.claude/skills/backend/kit-grpc/SKILL.md",
"key": "ssrjkk/claude-skills/.claude/skills/backend/kit-grpc/SKILL.md"
}
},
"instructions": "# Go Kit gRPC\n\n> gRPC with Go Kit. gRPC services.\n\n## Quick Start\n```go\n# Go Kit gRPC\n# See Go Kit docs\n```\n\n## When to Use\n- Building applications with Go Kit\n- gRPC services\n- protobuf\n- RPC\n\n## Step-by-Step\n1. Install: `npm install kit`\n2. Set up Go Kit\n3. Configure gRPC\n4. Implement features\n5. Test and verify\n\n## Dependencies\n- Go Kit >= latest stable\n- Runtime environment\n- Dependencies as needed\n\n## Examples\n```go\n# Go Kit gRPC\n# See Go Kit documentation\n```\n\n## Resources\n- Official Go Kit documentation\n- Community tutorials\n- GitHub repositories\n\n## Validation\n- Run: `kit --version`\n- ",
"cost": {
"context_tokens": 162
}
}
Fetch it by URL: GET /api/v1/registry/ssrjkk-claude-skills-kit-grpc/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.