This lets Claude delegate coding tasks to Google's Jules AI agent, which runs asynchronously on GitHub repos and can create PRs. You'd use it when you want Jules to handle bug fixes, write tests, add docs, or review PRs while you move on to other work. Supports both interactive CLI auth and headless API key mode. The skill includes smart context injection (git branch, recent files, staged changes) to help Jules understand what you're working on, plus templates for common tasks like "add tests to recently modified files" and polling scripts to wait for completion. Works best if you add an AGENTS.md file to your repo explaining your stack and conventions.
npx skills add https://github.com/sanjay3290/ai-skills --skill jules