By darksheer
Jules Wrangler and GitHub Babysitter skills for agentic coding workflows.
Unified GitHub operations skill for repo-wide health monitoring and focused PR care. Use when the user mentions github-babysitter, pr-babysitter, repo rounds, repository health, stale PRs or issues, failing GitHub Actions, CI triage, PR review orchestration, CodeRabbit/Codex/Jules/Gemini review comments, merge readiness, dependency PRs, or babysitting GitHub work across darksheer repositories. Replaces the separate pr-orchestrator and github_pro_babysitter mental model with one skill that has repo-rounds and pr-care modes.
Scheduled triage agent for Google Jules coding sessions. Polls the Jules API for completed sessions (from agents like Bolt, Palette, and one-off code reviews), analyzes their changeSets, and determines which should be promoted to GitHub PRs. Supports configurable autonomy modes (full, approve-high-risk, approve-all) and per-agent configuration. Works across multiple GitHub orgs and repos. Once a session is promoted, hands off to github-babysitter pr-care for merge management. Also handles AWAITING_USER_FEEDBACK sessions that need confirmation. Designed to run daily on a schedule but can also be invoked on-demand. Use this skill when the user mentions Jules triage, Jules review triage, Jules session management, promoting Jules reviews to PRs, daily Jules digest, scheduling Jules review processing, Bolt sessions, Palette sessions, or managing Jules agents across repos.
Claude Code plugin and Codex-installable skills for agentic coding workflows.
The Claude Code plugin tree is the source of truth. Codex installs the same skill directories directly from GitHub paths.
| Skill | Purpose |
|---|---|
jules-wrangler | Triage Google Jules sessions, promote approved work to GitHub PRs, and hand PRs to GitHub Babysitter. |
github-babysitter | Run repo-wide health rounds and focused PR care for reviews, CI, and merge readiness. |
Legacy names are migration aliases only:
jules-triage is replaced by jules-wrangler.pr-orchestrator and github_pro_babysitter are replaced by github-babysitter.agentic-skills/
├── .claude-plugin/
│ └── marketplace.json
├── plugins/
│ └── agentic-skills/
│ ├── .claude-plugin/
│ │ └── plugin.json
│ └── skills/
│ ├── jules-wrangler/
│ │ ├── SKILL.md
│ │ ├── TODO.md
│ │ └── references/
│ └── github-babysitter/
│ ├── SKILL.md
│ └── references/
├── tests/
│ ├── fixtures/
│ └── run_all.sh
├── pr-orchestrator/ # legacy, not shipped in the marketplace plugin
└── github_pro_babysitter/ # legacy, not shipped in the marketplace plugin
Generated validation reports under tests/results/ are not installable skill
documentation.
Add the marketplace:
/plugin marketplace add darksheer/agentic-skills
Install the plugin:
/plugin install agentic-skills@agentic-skills
Update later:
/plugin marketplace update
For local development, run Claude Code against the plugin directory:
claude --plugin-dir ./plugins/agentic-skills
Install each public skill directly from its GitHub path:
$skill-installer install https://github.com/darksheer/agentic-skills/tree/main/plugins/agentic-skills/skills/jules-wrangler
$skill-installer install https://github.com/darksheer/agentic-skills/tree/main/plugins/agentic-skills/skills/github-babysitter
Restart Codex after installing or updating skills.
jules-wrangler reads .jules-wrangler.yml. During migration it also falls
back to .jules-triage.yml when the new config file is absent.
github-babysitter reads .github-babysitter.yml. It understands legacy
.pr-orchestrator.yml and .github-pro-babysitter.yml configs for migration,
but new work should use .github-babysitter.yml.
./tests/run_all.sh structural
./tests/run_all.sh fixtures
structural validates plugin and marketplace manifests, canonical skill
frontmatter, and referenced docs. fixtures validates Jules session
classification and the Jules-to-GitHub-Babysitter handoff payload.
Live Jules API tiers still exist for contract and dry-run checks:
./tests/run_all.sh api
./tests/run_all.sh pipeline
Those require JULES_API_KEY in the environment or repo-root .env.
The plugin and marketplace are both versioned 0.1.0. Bump
plugins/agentic-skills/.claude-plugin/plugin.json and
.claude-plugin/marketplace.json together for released updates.
Apache License 2.0. See LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub darksheer/agentic-skills --plugin agentic-skillsReliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls