From lark-base-deploy
Phase 2 của base-deploy — tạo Base + table + field + view từ build-plan.json, fan-out 1 sub-agent/table song song, điền ID thật lại vào plan. Triggers "phase build", "dựng table base", "base-build".
How this skill is triggered — by the user, by Claude, or both
Slash command
/lark-base-deploy:base-buildThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
"6 sub-agent xây dựng đồng thời: table, field, view, quan hệ, rule,
"6 sub-agent xây dựng đồng thời: table, field, view, quan hệ, rule,
option." Đọc build-plan.json đã DESIGN, hiện thực hoá lên Lark: tạo
Base, rồi mỗi table một sub-agent dựng table+field+view của nó. Điền
base_token/table_id/field_id/view_id thật ngược lại plan.
Chi tiết verb route về skill lark-base.
base +base-create với
meta.base_title. Lưu base_token vào plan. Nếu bot tạo → chú ý
permission_grant, báo user có mở được Base không (lark-base rule).
Tuỳ chọn: +base-block-create folder gom table.base_token + một tables[i], làm tuần tự NỘI BỘ table đó:
+table-create → lưu table_id.+field-create --json mỗi field storage (xem map type→JSON
trong lark-base: lark-base-field-json.md). select kèm
options[]. Bỏ qua field link/formula/lookup ở bước này —
để WIRE-UP (cần table_id bảng khác / guide riêng). Lưu field_id.+view-create các view; filter đơn giản set luôn, filter phức
tạp đánh dấu để WIRE-UP (+view-set-filter).build-plan.json.
Kiểm: mọi table có table_id, mọi storage field có field_id.base_token). Trong một
table thì các lệnh ghi chạy TUẦN TỰ (lark-base: nối nhau, gặp
1254291 đợi ngắn rồi retry).link/formula/lookup KHÔNG tạo ở đây — chuyển WIRE-UP. Lý
do: link cần table_id đích, formula/lookup cần đọc guide +
--i-have-read-guide.+table-create → cập nhật tên/loại thay
vì tạo trùng.1254104 (batch >200) không xảy ra ở tạo field; nếu tạo record mẫu thì
chia lô.key).Đọc base-conventions.md để đặt tên đúng chuẩn tổ chức. Không ghi memory
(state nằm ở build-plan.json).
npx claudepluginhub larkcowork/lark-cowork-plugins --plugin lark-base-deployCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.