runrunit_share_cursor_agent
Open a pull request to share a Cursor agent with your team, including the agent's markdown file for review.
Instructions
Use when the user wants to share a Cursor agent with the team through GitHub (e.g. compartilhar agente com o time, dividir com o time, propor ao repositório, share agent with the team via PR). Opens a pull request with one markdown file from cursor-agents/. For copying agents into ~/.cursor/agents locally, use runrunit_install_cursor_agents instead. Requires GITHUB_TOKEN on the MCP server host only; owner, repo and base branch are auto-detected from git origin in project_root (env vars override). Never pass credentials via this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_name | Yes | Agent file name or stem (e.g. security-auditor or security-auditor.md) matching a file under cursor-agents/. | |
| project_root | No | Optional absolute path to project root containing cursor-agents/. If omitted, walks up from cwd. |