Extract Text Spec

Extract text-based file format specifications (RFCs, ABNF/EBNF grammars, vendor HTML docs, PDFs) into a single progressive-disclosure SPEC.md suitable for Go tokenizer/parser/printer implementation. Use whenever the user wants to capture or document a text format — config languages, query languages, serialization formats, markup — even if they don't say "extract" explicitly. Trigger on phrases like "document this format", "I want to write a parser for X", "turn this RFC into a reference", or whenever the user names a specific text format (JSON, TOML, INI, YAML, CSS, GraphQL, ABNF, HCL) and wants its grammar written down. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/z5labs--ai--extract-text-spec commit 1b58c72742

Frequently asked questions

npx skillmds@latest add tomevault-io/extract-text-spec