Back to Skills

discover-protocols

rand
Updated Today
22 views
29
2
29
View on GitHub
Metaautomationdesign

About

This skill automatically activates when working with network protocols like HTTP, TCP, UDP, and QUIC. It provides instant access to eight specific sub-skills covering protocol fundamentals, debugging, and selection. Use it for quick reference on HTTP methods, TCP handshakes, HTTP/2 multiplexing, and other core networking concepts.

Quick Install

Claude Code

Recommended
Plugin CommandRecommended
/plugin add https://github.com/rand/cc-polymath
Git CloneAlternative
git clone https://github.com/rand/cc-polymath.git ~/.claude/skills/discover-protocols

Copy and paste this command in Claude Code to install this skill

Documentation

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. http-fundamentals - HTTP/1.1 basics, methods, headers, status codes
  2. http2-multiplexing - HTTP/2 with multiplexing, server push, HPACK
  3. http3-quic - HTTP/3 over QUIC, 0-RTT, connection migration
  4. tcp-fundamentals - TCP protocol, handshake, flow control, congestion
  5. udp-fundamentals - UDP protocol, connectionless communication
  6. quic-protocol - QUIC transport layer deep dive
  7. protocol-selection - Guide for choosing protocols
  8. 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

  1. Auto-activation: This skill loads automatically when Claude Code detects protocol work
  2. Browse skills: Run cat skills/protocols/INDEX.md for full category overview
  3. 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 Repository

rand/cc-polymath
Path: skills/discover-protocols
aiclaude-codeskills

Related Skills

sglang

Meta

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.

View skill

langchain

Meta

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

View skill

Algorithmic Art Generation

Meta

This skill helps developers create algorithmic art using p5.js, focusing on generative art, computational aesthetics, and interactive visualizations. It automatically activates for topics like "generative art" or "p5.js visualization" and guides you through creating unique algorithms with features like seeded randomness, flow fields, and particle systems. Use it when you need to build reproducible, code-driven artistic patterns.

View skill

webapp-testing

Testing

This Claude Skill provides a Playwright-based toolkit for testing local web applications through Python scripts. It enables frontend verification, UI debugging, screenshot capture, and log viewing while managing server lifecycles. Use it for browser automation tasks but run scripts directly rather than reading their source code to avoid context pollution.

View skill