ze-rfc

Convert RFC text into structured implementation summaries with required sections.

50|2|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/ze-software/ze --skill ze-rfc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ze-rfc
Source: https://github.com/ze-software/ze/tree/main/.codex/skills/ze-rfc
Command: npx skills add https://github.com/ze-software/ze --skill ze-rfc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers convert RFC text in the Ze repository into a concrete implementation summary to guide engineering work.

Core Features & Use Cases

  • Extract RFC text from rfc/<id>.txt and generate a structured implementation summary under docs/architecture/rfc/<id>.md.
  • Include sections for metadata, wire formats, encoding and decoding rules, validation, MUST/SHOULD/MAY requirements, errors, state, timers, constants, algorithms, pitfalls, and compatibility.
  • Verify the summary against the source RFC and its errata to ensure consistency.

Quick Start

Read the RFC text from rfc/<id>.txt and generate a structured summary at docs/architecture/rfc/<id>.md.

Frequently Asked Questions about ze-rfc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert an RFC text file into an implementation summary?

To convert an RFC text file into an implementation summary, read the source RFC text and generate a structured markdown document. This summary includes wire formats, encoding rules, validation, algorithms, and compatibility sections to guide engineering work.

What sections should an RFC implementation summary include for engineering reference?

An RFC implementation summary should include metadata, wire formats, encoding and decoding rules, validation, MUST/SHOULD/MAY requirements, errors, state, timers, constants, algorithms, pitfalls, and compatibility to ensure comprehensive engineering coverage.

How do I verify RFC implementation accuracy against errata?

Verify RFC implementation accuracy by cross-referencing the generated summary against the original RFC text and checking published errata. This strict verification ensures consistency, accuracy, and traceability for the implementation.

Does generating an RFC implementation summary require reading the entire RFC text directly?

Generating an RFC implementation summary requires direct RFC reading to ensure strict section coverage. Reading the entire source text directly prevents missing critical MUST/SHOULD/MAY requirements, state definitions, and algorithm specifications.

What is the best way to document wire formats and encoding rules from an RFC?

The best way to document wire formats and encoding rules from an RFC is extracting them into a dedicated architecture markdown file. This organizes validation logic, decoding rules, and constants into a structured, implementation-oriented reference.