http-semantics

Community

Make HTTP method and caching behavior correct.

Authorjacob-balslev
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you design and review HTTP systems so the method meanings, status code families, conditional request behavior, content negotiation, and caching rules match RFC 9110/9111 expectations.

Core Features & Use Cases

  • Method semantics validation: Determine safe vs. idempotent behavior and ensure the chosen method matches the operation’s semantics.
  • Status code selection guidance: Pick correct 2xx/3xx/4xx/5xx families based on outcome rather than convention.
  • Conditional requests & caching correctness: Use ETag/If-* and Cache-Control/Vary correctly to prevent retry bugs and cache poisoning.
  • Practical verification checklist: Confirms idempotency, header contracts, and correct 401 vs 403 usage.

Quick Start

Use the http-semantics skill to review whether your API’s GET/POST/PUT/PATCH/DELETE handlers, status codes, and caching headers follow RFC semantics and won’t break CDN/proxy behavior.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: http-semantics
Download link: https://github.com/jacob-balslev/skill-graph/archive/main.zip#http-semantics

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.