feat(okf): scaffold ourdigital-okf skill skeleton + mini fixture bundle

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-16 19:34:22 +09:00
parent b574c97fcc
commit 4416833cb3
7 changed files with 1250 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# Datasets
* [Sales](datasets/sales.md) - All sales-related tables.
# Tables
* [Orders](tables/orders.md) - One row per completed order.
* [Customers](tables/customers.md) - One row per customer.