Agent skill

http-protocol

Deep HTTP/1.1, HTTP/2, and HTTP/3 protocol expertise for web protocol implementation and compliance

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill http-protocol --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: -Bash-Read-Write-Edit-Glob-Grep
Path: library/specializations/network-programming/skills/http-protocol/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# HTTP Protocol Skill Expert skill for HTTP protocol implementation, testing, and compliance validation across HTTP/1.1, HTTP/2, and HTTP/3 versions. ## Capabilities - **RFC Compliance Validation**: Validate HTTP implementations against RFC 7230-7235 (HTTP/1.1), RFC 7540 (HTTP/2), and RFC 9114 (HTTP/3) - **HTTP/2 Frame Analysis**: Analyze and debug HTTP/2 frame streams, HPACK header compression, and stream multiplexing - **HTTP/3 and QUIC Support**: Work with HTTP/3 implementations and QUIC transport layer - **Server Configuration**: Generate optimal HTTP server configurations for various platforms - **Performance Testing**: Test HTTP performance characteristics including keep-alive, pipelining, and multiplexing - **Chunked Encoding**: Debug and implement chunked transfer encoding - **Header Analysis**: Analyze and validate HTTP headers for security and compliance ## Tools and Dependencies - `curl` - HTTP client with extensive protocol support - `h2spec` - HTTP/2 conformance testing tool - `nghttp2` - HTTP/2 library and tools - `quiche` - HTTP/3 and QUIC implementation - `httpie` - User-friendly HTTP client ## Target Processes - http-server.js - http2-server.js - http-client-librar

What's inside
Steps it walks through
  1. Capabilities
  2. Tools and Dependencies
  3. Target Processes
  4. Usage Examples
  5. HTTP/2 Conformance Testing
  6. HTTP Header Analysis
  7. HTTP/2 Frame Inspection
  8. Quality Gates
Ships with 1 file
  • README.md
Commands it runs
h2spec -h localhost -p 8443 --tls --insecure
curl -v -I https://example.com
nghttp -v https://example.com
More from babysitter
All skills →
About this skill
What does the http-protocol skill do?

Deep HTTP/1.1, HTTP/2, and HTTP/3 protocol expertise for web protocol implementation and compliance

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill http-protocol --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going