catalog-babysitter-users
仓库创建 2026年1月5日最近提交 1 天前SkillHot 收录 20 天前
▸ 精选理由
便于追踪生态用户与实践样例,对社区健康评估有价值。
▸ 风险提示
会读取并写入仓库文档,需 GitHub 访问权限并慎重修改文件。
这个 Skill 做什么
发现并维护使用 babysitter SDK 的公共仓库目录,生成去重的用户清单。
在公开 GitHub 仓库里定位所有 import defineTask from @a5c-ai/babysitter-sdk 的项目,生成并维护一份去重的目录 docs/repo-with-babysitter-processes.md。用在有人询问谁在用 babysitter 或需要刷新使用者列表时。目录采用增量式管理,对不再匹配的仓库记录“last seen”而不是删掉,便于长期追踪。
▸ 展开 SKILL.md 英文原文
Discover public GitHub repositories that import defineTask from @a5c-ai/babysitter-sdk and maintain a deduplicated catalog of those repositories in docs/repo-with-babysitter-processes.md. Excludes any repo named "babysitter" (to filter out forks of this monorepo). Invoke when asked to find, discover, catalog, or refresh "repos using babysitter", "babysitter in the wild", or "who else is using babysitter".
1.6k
Stars
94
Forks
40
仓库内 Skill
+111
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/a5c-ai/babysitter/main/.claude/skills/catalog-babysitter-users/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/a5c-ai/babysitter/main/.claude/skills/catalog-babysitter-users/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Catalog Babysitter Users Produce a curated, deduplicated catalog of public GitHub repositories that import `defineTask` from `@a5c-ai/babysitter-sdk`, stored at `docs/repo-with-babysitter-processes.md`. Refresh the catalog in-place when re-run; do not delete entries that no longer match (mark them as "last seen" instead, so the catalog is additive over time). ## When to use - User asks "who's using babysitter in the wild?", "find repos with babysitter processes", "refresh the catalog", "update the babysitter-users list". - After a release, to see whether new adopters have appeared. - Before a retrospective across external runs (see the sibling skill `retrospect-external-babysitter-run`)
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有