catalog-babysitter-users

Solid

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".

AI & Automation 1,591 stars 94 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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 { defineTask } from "@a5c-ai/babysitter-sdk"' \ --json repository,path,url \ --limit 200 ``` Union the two result sets. If the CLI caps out at 100 per query, paginate by adding `language:javascript`, `language:typescript`, and `extension:js`, `extension:ts` qualifiers to split the sear...

Details

Author
a5c-ai
Repository
a5c-ai/babysitter
Created
6 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category