From 63d273978bcb376c959eedd317d059f6c2bd48af Mon Sep 17 00:00:00 2001 From: Bill Ballou Date: Mon, 2 Mar 2026 23:58:08 -0500 Subject: [PATCH] Add tabular-extract skill submodule Claude Code skill that extracts structured data from document collections into tabular format. --- .gitmodules | 3 +++ tabular-extract | 1 + 2 files changed, 4 insertions(+) create mode 160000 tabular-extract diff --git a/.gitmodules b/.gitmodules index c7c8c13..8af7bc3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "construction-schedule-review"] path = construction-schedule-review url = https://git.prettyhefty.com/Bill/construction-schedule-review.git +[submodule "tabular-extract"] + path = tabular-extract + url = https://git.prettyhefty.com/Bill/tabular-extract.git diff --git a/tabular-extract b/tabular-extract new file mode 160000 index 0000000..be5b36f --- /dev/null +++ b/tabular-extract @@ -0,0 +1 @@ +Subproject commit be5b36fbc458473a0c62c42af2d9ff8907bead5d