catalog-babysitter-users
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".
npx skills add a5c-ai/babysitter --skill catalog-babysitter-users --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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`). ## Prerequisites - `gh` CLI installed and authenticated (`gh auth status` must be OK). GitHub code search requires an authenticated user. - Writable working tree (the catalog file gets updated). ## Exact search Search the literal import statement across public code: ```bash gh search code \ "import { defineTask } from '@a5c-ai/babysitter-sdk'" \ --json repository,path,url \ --limit 200 ``` Also run the double-quote variant to catch formatter differences: ```bash gh search code \ 'import { defineT
- When to use
- Prerequisites
- Exact search
- Filtering rules (apply in order)
- Enrichment per surviving repo
- Catalog file format
- Procedure
- Notes on rate limits
- After running
gh search code \ gh api repos/<owner>/<name> \
What does the catalog-babysitter-users skill do?
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".
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill catalog-babysitter-users --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
