Community라이팅 & 에디팅github.com

un1tz3r0/rfc-skill

Claude Code skill: look up, search and render IETF RFCs — the original hand-wrapped 72-column text verbatim, or reflowed to markdown. Full-text search across all ~9,800 RFCs, section extraction, and obsolescence tracking.

rfc-skill란 무엇인가요?

rfc-skill is a Claude Code agent skill that claude Code skill: look up, search and render IETF RFCs — the original hand-wrapped 72-column text verbatim, or reflowed to markdown. Full-text search across all ~9,800 RFCs, section extraction, and obsolescence tracking.

지원 대상Claude Code~Codex CLI~Cursor
npx skills add un1tz3r0/rfc-skill

Installed? Explore more 라이팅 & 에디팅 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

즐겨 사용하는 AI에게 물어보기

이 에이전트 스킬이 미리 로드된 새 채팅을 엽니다.

문서

/rfc — IETF RFC lookup

The block below is generated live from the RFC Editor's own documents and metadata index. It is the actual specification text — read it as normative and quote from it directly rather than paraphrasing from memory.

!python3 "${CLAUDE_SKILL_DIR}/scripts/rfc_tool.py" $ARGUMENTS


Following up. Re-run the engine directly for anything else (it is read-only and caches to ~/.cache/rfc-skill/):

python3 "${CLAUDE_SKILL_DIR}/scripts/rfc_tool.py" <ids-or-flags>
  • <number> — the original 72-column text, verbatim in a fence. BCP14 / STD97 expand to their member RFCs. --markdown reflows it (headings, prose unwrapped, diagrams and ABNF left fenced); --info prints metadata only.
  • --toc then --section <n>do this for anything large. RFC 9110 is ~500 KB; dumping it whole wastes the context window and gets truncated. The outline lists every section with its size, and --section 5.6.1 prints just that subtree. --grep PAT -C 3 finds matching lines with context.
  • --list QUERY — search by title + abstract + keywords (default), or restrict with --title / --abstract / --content (full text). --glob / --regex switch QUERY from plain substring to a pattern.
  • Filters: --status, --stream, --year 2015-2020, --author, --number, --current (not obsoleted), --obsolete, --std (STD/BCP/FYI members only).

Check whether a spec is still in force. Obsoleted RFCs are marked ~~(obsolete)~~ in listings and carry a warning in --info; the metadata card links what superseded them. RFC 2616 is not the current HTTP spec — RFC 9110 is. When the user names an old RFC, say so.

Ranking is a heuristic. Results are ordered by where the query hit (title beats abstract) and by signals of canonicality (subseries membership, length, maturity). For a broad umbrella term ("ipv6", "dns") the base spec may not lead — add --std --current to surface the RFC that is the standard, and look for the [STD86]-style badge in listings.

If nothing matches, broaden the query, drop filters, or try --regex. Full-text --content search only reaches RFCs whose text is cached or reachable within --max-fetch; narrow with --year / --number / --status, or run --sync once to cache the whole corpus for exhaustive offline searching.

관련 스킬

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community