From rfc-reader
Read and analyze RFC documents to extract protocol header formats, field definitions, bit layouts, valid ranges, and dispatch keys. Use when starting implementation of a new protocol or verifying an existing one against its RFC specification.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rfc-reader:readThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze RFC $0 and produce a structured summary for protocol dissector implementation.
Analyze RFC $0 and produce a structured summary for protocol dissector implementation.
WebFetch to retrieve https://www.rfc-editor.org/info/rfc$0IMPORTANT: Always use the plain-text version.
https://www.rfc-editor.org/rfc/rfc$0.txt using WebFetchAnalyze the base RFC and all updating RFCs together to produce a single unified field table:
Every field MUST have an RFC section citation. When a field is redefined by an updating RFC, cite the updating RFC, not the original. Bit-level precision required.
npx claudepluginhub higebu/skills --plugin rfc-readerFetches IETF RFCs as plain text, stores in spec/ directory, and generates OCamldoc citations for OCaml modules, functions, and types. Use for implementing standards and protocol compliance docs.
Writes well-structured RFCs with normative clauses using govctl CLI and RFC 2119 keywords. Useful for creating/editing RFCs or specifying normative requirements.
Guides capturing, analyzing, and documenting network protocols for security research, interoperability, and debugging tasks.