master-schedule
仓库创建 2026年3月2日最近提交 19 小时前SkillHot 收录 4 小时前
▸ 精选理由
规范化产品清单管理,减少手工CSV错误。
▸ 风险提示
仅在本地操作,注意文件覆盖与备份风险。
这个 Skill 做什么
初始化与管理项目的本地产品库(product-library.csv)。
帮你初始化、校验和管理项目里的本地产品库文件(product-library.csv),包括导入数据、检查字段一致性或把旧配置迁移过来。在做 FF&E 产品清单或运行 /as:master-schedule、项目已有 legacy 配置时用。要点是全程本地化、不走外部服务或云表格,提供可重复的脚本化 CSV 操作,减少手工改表出错。
▸ 展开 SKILL.md 英文原文
Initialize, validate, inspect, or import the current project's local FF&E product library. Use when a product workflow needs product-library.csv, when the user invokes /as:master-schedule, or when legacy master-schedule.json or canoa.json configuration is present.
280
Stars
58
Forks
40
仓库内 Skill
+40
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/master-schedule/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AlpacaLabsLLC/skills-for-architects/main/skills/master-schedule/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /as:master-schedule — Local product library
Manage the current project's `product-library.csv`. This workflow is local-only: do not use a network service, connector, account, spreadsheet identifier, or MCP tool.
Use the deterministic helper instead of constructing or changing CSV with ad hoc shell or prompt logic:
```bash
python3 "${CLAUDE_PLUGIN_ROOT}/skills/master-schedule/scripts/csv-library.py" status product
```
The helper resolves the nearest project root by walking upward to `PROJECT.md`. The canonical schema is `${CLAUDE_PLUGIN_ROOT}/schema/product-schema.md`; storage rules are in `${CLAUDE_PLUGIN_ROOT}/schema/csv-conventions.md`.
## Automatic use by product skills
1. Run `stvia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有