{
  "markdown": "# Jules Manager Extension\n\nThe Jules Manager Extension is a repository orchestrator designed to manage multiple Jules coding agents, ensuring tasks proceed smoothly and unblocking agents when necessary.\n\n## Features\n\n- **Unblock Agents**: Understand why an agent is awaiting feedback and provide direction.\n- **Review & Approve**: Monitor progress and approve implementation plans.\n- **Ensure Closure & PR Review**: Trigger Pull Request creation for completed tasks, automatically fetching and analyzing PR comments via LLM to assign actionable fixes back to the agent.\n- **Coordination**: Balance work across multiple agents.\n\n## Skills\n\n### Jules API Skill\n\nProvides comprehensive documentation and guidance for the Jules REST API (v1alpha).\n\n#### Installation\n```bash\ngemini skills install ./skills/jules-api/jules-api.skill --scope workspace\n```\n\n### Gemini Skill Builder\n\nGuidance for creating agent skills and writing extensions for Gemini CLI.\n\n#### Installation\n```bash\ngemini skills install ./skills/gemini-skill-builder/gemini-skill-builder.skill --scope workspace\n```\n\n#### Activation\n\nAfter installation, you **must** manually reload the skills in your interactive Gemini CLI session:\n\n```bash\n/skills reload\n```\n\nYou can verify the installation by running `/skills list`.\n\n## Structure\n\n- `index.js`: Main entry point for the MCP server.\n- `gemini-extension.json`: Configuration for the Gemini CLI extension.\n- `GEMINI.md`: Context and instructions for the agent.\n- `skills/`: Contains specialized agent skills (`jules-api`, `gemini-skill-builder`).\n- `package.json`: Project dependencies and configuration.\n\n## Development\n\n1. Install dependencies:\n   ```bash\n   npm install\n   ```\n",
  "bytes": 1696,
  "sha": "d1640ac90fb7d72ac040dfd87f6297feb87d4947c2a7e2fa9457128148099ad7",
  "repo_slug": "dllewellyn/jules-manager-extension",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_dllewellyn_jules_manager_extension_fc30affe/readme"
}