discover-protocols
について
このスキルは、HTTP、TCP、UDP、QUICなどのネットワークプロトコルを扱う際に自動的に起動します。プロトコルの基礎、デバッグ、選択をカバーする8つの特定のサブスキルへ即座にアクセスできます。HTTPメソッド、TCPハンドシェイク、HTTP/2のマルチプレクシング、その他のコアなネットワーキング概念に関するクイックリファレンスとしてご利用ください。
クイックインストール
Claude Code
推奨/plugin add https://github.com/rand/cc-polymathgit clone https://github.com/rand/cc-polymath.git ~/.claude/skills/discover-protocolsこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
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:
- http-fundamentals - HTTP/1.1 basics, methods, headers, status codes
- http2-multiplexing - HTTP/2 with multiplexing, server push, HPACK
- http3-quic - HTTP/3 over QUIC, 0-RTT, connection migration
- tcp-fundamentals - TCP protocol, handshake, flow control, congestion
- udp-fundamentals - UDP protocol, connectionless communication
- quic-protocol - QUIC transport layer deep dive
- protocol-selection - Guide for choosing protocols
- protocol-debugging - Debug protocols with tcpdump, Wireshark, curl
Load Full Category Details
For complete descriptions and workflows:
cat 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:
cat skills/protocols/http-fundamentals.md
cat skills/protocols/http2-multiplexing.md
cat skills/protocols/tcp-fundamentals.md
cat skills/protocols/protocol-debugging.md
Common Workflows
Web Development
# HTTP basics → HTTP/2 optimization → Debugging
cat skills/protocols/http-fundamentals.md
cat skills/protocols/http2-multiplexing.md
cat skills/protocols/protocol-debugging.md
Protocol Selection
# Understand options → Choose protocol → Implement
cat skills/protocols/protocol-selection.md
cat skills/protocols/tcp-fundamentals.md
cat skills/protocols/udp-fundamentals.md
Performance Optimization
# Current protocol → Modern alternatives → Debug issues
cat skills/protocols/http-fundamentals.md
cat skills/protocols/http3-quic.md
cat skills/protocols/protocol-debugging.md
Progressive Loading
This gateway skill enables progressive loading:
- Level 1: Gateway loads automatically (you're here now)
- Level 2: Load category INDEX.md for full overview
- Level 3: Load specific skills as needed
Usage Instructions
- Auto-activation: This skill loads automatically when Claude Code detects protocol work
- Browse skills: Run
cat skills/protocols/INDEX.mdfor full category overview - Load specific skills: Use bash commands above to load individual skills
Next Steps: Run cat skills/protocols/INDEX.md to see full category details.
GitHub リポジトリ
関連スキル
content-collections
メタThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
creating-opencode-plugins
メタThis skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.
sglang
メタSGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
polymarket
メタThis skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
