Automatically discover protocol skills when working with HTTP, TCP, UDP, QUIC, and network protocols
View on GitHubrand/cc-polymath
cc-polymath
January 21, 2026
Select agents to install to:
npx add-skill https://github.com/rand/cc-polymath/blob/main/skills/discover-protocols/SKILL.md -a claude-code --skill discover-protocolsInstallation paths:
.claude/skills/discover-protocols/# Protocols Skills Discovery Provides automatic access to comprehensive network protocol skills. ## When This Skill Activates This skill auto-activates when you're working with: - HTTP, HTTP/2, HTTP/3 - TCP, UDP, QUIC - network protocols - protocol debugging - protocol selection - network communication - web protocols - transport layer - application layer protocols ## Available Skills ### Quick Reference The Protocols category contains 8 skills: 1. **grpc-implementation** - gRPC services with Protocol Buffers, streaming RPCs 2. **http2-multiplexing** - HTTP/2 binary protocol, multiplexing, server push, HPACK 3. **kafka-streams** - Apache Kafka stream processing and event streaming 4. **mqtt-messaging** - MQTT pub-sub messaging for IoT and real-time applications 5. **amqp-rabbitmq** - RabbitMQ and AMQP message broker implementation 6. **protobuf-schemas** - Protocol Buffers schema design, evolution, code generation 7. **tcp-optimization** - TCP performance optimization and tuning 8. **websocket-protocols** - WebSocket protocol implementation, scaling, production ### Load Full Category Details For complete descriptions and workflows: ```bash cat ~/.claude/skills/protocols/INDEX.md ``` This loads the full Protocols category index with: - Detailed skill descriptions - Usage triggers for each skill - Common workflow combinations - Cross-references to related skills ### Load Specific Skills Load individual skills as needed: ```bash cat ~/.claude/skills/protocols/grpc-implementation.md cat ~/.claude/skills/protocols/http2-multiplexing.md cat ~/.claude/skills/protocols/kafka-streams.md cat ~/.claude/skills/protocols/mqtt-messaging.md cat ~/.claude/skills/protocols/amqp-rabbitmq.md cat ~/.claude/skills/protocols/protobuf-schemas.md cat ~/.claude/skills/protocols/tcp-optimization.md cat ~/.claude/skills/protocols/websocket-protocols.md ``` ## Common Workflows ### gRPC Microservices ```bash # Schema design → gRPC implementation → Optimization cat ~/.claude/skil