Agent skill · AI & Agents

babysit-babysitter-issues

This skill should be used when the user asks to "babysit issues", "work on assigned issues", "check a5c-agent issues", "process babysitter issues", or wants to find and work on open GitHub issues assigned to a5c-agent in the babysitter repo.

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexMIT
Install
npx skills add a5c-ai/babysitter --skill babysit-babysitter-issues --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: .claude/skills/babysit-babysitter-issues/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Babysit Babysitter Issues Fetch open GitHub issues from https://github.com/a5c-ai/babysitter/issues assigned to `a5c-agent`, then orchestrate work on each issue via `/babysitter:call`. ## Workflow ### Step 1: Fetch Assigned Issues Use the `gh` CLI to list open issues assigned to `a5c-agent`: ```bash gh issue list --repo a5c-ai/babysitter --assignee a5c-agent --state open --json number,title,url,labels --limit 50 ``` If no issues are found, report that there are no open issues assigned to `a5c-agent` and stop. ### Step 2: Present Issues Display the list of open issues to the user with their number, title, labels, and URL. ### Step 3: Orchestrate via Babysitter For each issue, invoke the `babysitter:yolo` skill with a prompt that includes the issue URL and context: ``` /babysitter:yolo work on this GitHub issue: <issue_url> ``` If multiple issues are selected, process them sequentially -- complete one before starting the next. Present a summary after each issue is processed. as part of the process, create a new branch from staging named `issue-<number>` and push commits to that branch. then create a pull request against staging with a meaningful name and a description of the work d

What's inside
Steps it walks through
  1. Workflow
  2. Step 1: Fetch Assigned Issues
  3. Step 2: Present Issues
  4. Step 3: Orchestrate via Babysitter
  5. Step 4: Summary
  6. Notes
Commands it runs
gh issue list --repo a5c-ai/babysitter --assignee a5c-agent --state open --json number,title,url,labels --limit 50
More from babysitter
All skills →
About this skill
What does the babysit-babysitter-issues skill do?

This skill should be used when the user asks to "babysit issues", "work on assigned issues", "check a5c-agent issues", "process babysitter issues", or wants to find and work on open GitHub issues assigned to a5c-agent in the babysitter repo.

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill babysit-babysitter-issues --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.

Keep going