Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/a5c-ai/babysitter/github-syncnpx skills add a5c-ai/babysitter --skill github-syncgit clone --depth 1 https://github.com/a5c-ai/babysitterWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00328 |
| Opus 5 | $0.00000 | $0.00164 |
| Sonnet 5 | $0.00000 | $0.00066 |
| Haiku 4.5 | $0.00000 | $0.00033 |
Grade A, and why
github-sync scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
GitHub Sync
Bidirectional synchronization of epics and tasks with GitHub issues, labels, and relationships.
Agent
Project Tracker - project-tracker
Workflow
- Create epic issue with
epicandccpmlabels - Create task issues linked to epic with stream-type labels
- Add acceptance criteria as checkboxes in issue body
- Set issue relationships (parent/child)
- Sync progress updates as issue comments
- Close issues when tasks complete
- Maintain bidirectional sync state
Inputs
githubRepo- GitHub repository (owner/repo)featureName- Feature identifierepic- Epic documenttasks- Task list from decomposition
Outputs
- Epic issue number
- Task issue numbers with ID mapping
- Labels applied
- Sync status report
Issue States
open -> in-progress -> blocked -> review -> closed
Process Files
ccpm-orchestrator.js- Phase 4 of full lifecycleccpm-parallel-execution.js- Progress sync during executionccpm-tracking.js- Tracking data sync
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 45 lines · 0 tokens per session scan A 82cf28f56342
github-sync is a skill published in the GitHub repository a5c-ai/babysitter (1,757 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 328 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
groom-backlog
Groom a project backlog in an issue tracker. Loads the whole board in bulk, computes a gap inventory instead of eyeballing one, verifies each candidate issue's factual claims against the code and the tracker, ranks the verified candidates by a stated four-tier heuristic, proposes an evidence-backed closure for an…
kano-backlog
Prioritize and refine a GitHub Issues backlog with the Kano model — categorize every open issue as Must-be, Performance, Attractive, Indifferent, or Reverse, apply Kano + priority labels back to GitHub automatically, and recommend the single best next issue to pick up. Use this whenever the user wants to triage…
agent-project-board-sync
Agent skill for project-board-sync - invoke with $agent-project-board-sync.
agent-issue-tracker
Agent skill for issue-tracker - invoke with $agent-issue-tracker.
agent-planner
Agent skill for planner - invoke with $agent-planner.
tutti-workspace-app-factory
Create, convert, or repair one Tutti workspace app as either a self-contained publishable package under package/ or a Chrome-style local debug app under .tutti/dev-app/. Use for mention://workspace-app-factory/create handoffs, mention://workspace-app-factory handoffs, standalone app generation, adapting existing…