tb-sync
Installation
SKILL.md
同步 TeamBition 项目元数据
功能:从 API 获取常用项目的配置数据,缓存到 .teambition.cache.md。
重要:必须严格按步骤执行。
步骤 1:读取配置
读取 .teambition.md 提取常用项目列表。如果不存在,提示先执行 /tb-init。
步骤 2:获取全局数据
node ${CLAUDE_SKILL_DIR}/scripts/tb-api.mjs get-projects
node ${CLAUDE_SKILL_DIR}/scripts/tb-api.mjs search-tags
步骤 3:获取每个常用项目的元数据
Related skills