master-schedule

仓库创建 2026年3月2日最近提交 20 小时前SkillHot 收录 20 天前
▸ 精选理由

作为其他产品技能的启动检查,避免读写失败与配置错位。

▸ 风险提示

会复制模板到用户 Google Drive,需要写权限。

这个 Skill 做什么

检查并在缺失时为项目复制并配置 master-schedule 模板表。

会悄悄检查项目里有没有 master-schedule.json 并确认对应的表格能不能访问。缺失时会把预设的模板表复制到你的账户并写入 master-schedule.json,别人不需要手动配置。通常在其他功能读写产品数据前自动跑一遍,也能手动用来重连或重置。

▸ 展开 SKILL.md 英文原文

Silent setup check. Verifies master-schedule.json exists and the sheet is accessible. If not, copies the template sheet to the user's account and writes master-schedule.json. Called automatically by other skills before reading or writing product data.

Skill 开发管理表格设置模板连接检查通用
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/06-materials-research/skills/master-schedule/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/plugins/06-materials-research/skills/master-schedule/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /master-schedule — Sheet Setup Check

**Called automatically by all product skills before reading or writing.** Can also be run manually to reconnect or reset.

Template sheet ID: `1mWnExnSWTKJv0vbu1mDnrQFmv_Iz_fNklIeuBYfMB5k`

---

## Step 1: Check for master-schedule.json

```bash
cat ./master-schedule.json 2>/dev/null
```

**Legacy config:** if `master-schedule.json` is missing but `./canoa.json` exists (written by plugin versions ≤ 1.0.0), migrate it — `mv ./canoa.json ./master-schedule.json` — and continue as found.

### Found and valid → Step 2 (verify access)
### Not found → Step 3 (auto-setup)

---

## Step 2: Verify Sheet Access

Call `mcp__google-sheets__list_sheets` with the `ma
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有