{
  "markdown": "# Agent Team Gemini CLI Extension\n\nA Gemini CLI extension that provides a specialized team of autonomous software development subagents and expert skills to help with engineering, QA, product management, and platform operations.\n\n## Features\n\n- **Custom Agents:** Includes specialized AI personas (e.g., Engineer, Platform, PM, QA, TPM) for different phases of the software development lifecycle.\n- **Expert Skills:** Bundles actionable workflows (e.g., brainstorm, debug, docs, hotfix, refactor, release, review, roadmap, spec, status, test).\n- **GitHub MCP Server:** Automatically configures the GitHub Model Context Protocol server for seamless repository interaction.\n\n## Prerequisites\n\n- [Gemini CLI](https://github.com/google/gemini-cli) installed globally.\n- Ensure `experimental.enableAgents` is set to `true` in your personal `~/.gemini/settings.json`.\n\n## Installation\n\n1. Clone or download this repository.\n2. Link the extension locally with the Gemini CLI:\n   ```bash\n   gemini extensions link /path/to/agent-team\n   ```\n   *(Alternatively, if published on GitHub, users can run `gemini extensions install <github-url>`)*\n\n## Configuration\n\nThis extension utilizes the `@modelcontextprotocol/server-github` MCP server. You will need to provide your personal GitHub token for it to authenticate successfully. \n\n1. Create a personal access token (classic or fine-grained) with Repo permissions on GitHub.\n2. Edit the generated `gemini-extension.json` in this extension to update the environment variables, or export it in your shell environment:\n   ```json\n   \"env\": {\n     \"GITHUB_PERSONAL_ACCESS_TOKEN\": \"YOUR_ACTUAL_TOKEN_HERE\"\n   }\n   ```\n\n## Usage\n\n- **Start Planning:** Quickly kick off a new feature or issue with the PM agent:\n  ```bash\n  /swarm:plan create a new login page\n  ```\n- **Refine Technical Plans:** Pull GitHub issues requiring TPM attention to formulate an implementation plan:\n  ```bash\n  /swarm:techplan\n  ```\n- **List Agents:** Start a chat and view the available agents:\n  ```bash\n  /agents\n  ```\n- **Direct Delegation:** Delegate tasks to a specific agent:\n  ```bash\n  @engineer Please implement the login page.\n  ```\n- **Skills:** View and activate available skills:\n  ```bash\n  /skills list\n  /skills activate review\n  ```\n",
  "bytes": 2261,
  "sha": "5d5645eb4572db0562adbe32dbf40b02457b5132e6fef71d3905dbbc36cc1ec6",
  "repo_slug": "mbychkowski/agent-farm-team",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_mbychkowski_agent_farm_team_945dbdbc/readme"
}