Agent skill
http-protocol
Deep HTTP/1.1, HTTP/2, and HTTP/3 protocol expertise for web protocol implementation and compliance
Install this agent skill to your Project
npx add-skill https://github.com/a5c-ai/babysitter/tree/main/library/specializations/network-programming/skills/http-protocol
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 supporth2spec- HTTP/2 conformance testing toolnghttp2- HTTP/2 library and toolsquiche- HTTP/3 and QUIC implementationhttpie- User-friendly HTTP client
Target Processes
- http-server.js
- http2-server.js
- http-client-library.js
- rest-api-client-generator.js
Usage Examples
HTTP/2 Conformance Testing
h2spec -h localhost -p 8443 --tls --insecure
HTTP Header Analysis
curl -v -I https://example.com
HTTP/2 Frame Inspection
nghttp -v https://example.com
Quality Gates
- RFC compliance verification
- HTTP/2 h2spec test passage
- Performance benchmarking with standard tools
- Header security validation
- Connection handling verification
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gsd-tools
Central utility skill for GSD operations. Provides config parsing, slug generation, timestamps, path operations, and orchestrates calls to other specialized skills. Acts as the unified entry point that the original gsd-tools.cjs provided via its lib/ modules (commands, config, core, init).
model-profile-resolution
Resolve model profile (quality/balanced/budget) at orchestration start and map agents to specific models. Enables cost/quality tradeoffs by selecting appropriate AI models for each agent role.
verification-suite
Plan structure validation, phase completeness checks, reference integrity verification, and artifact existence confirmation. Provides the structured verification layer ensuring GSD artifacts are well-formed and complete.
state-management
STATE.md reading, writing, and field-level updates. Provides cross-session state persistence via .planning/STATE.md with structured fields for current task, completed phases, blockers, decisions, and quick tasks.
git-integration
Git commit patterns, formats, and conventions for GSD methodology. Provides atomic commits per task, structured commit messages, planning file commits, branch management, and milestone tag operations.
frontmatter-parsing
YAML frontmatter parsing and manipulation for .planning/ documents. Provides read, write, update, query, and validation operations on frontmatter blocks in GSD markdown artifacts.
Didn't find tool you were looking for?