{"id":51081135,"url":"https://github.com/proflead/copilot-agent-library","last_synced_at":"2026-06-23T18:02:11.898Z","repository":{"id":365718722,"uuid":"1199534954","full_name":"proflead/copilot-agent-library","owner":"proflead","description":"A comprehensive collection of 30+ production-ready custom GitHub Copilot agents for developers, teams, and organizations. Download, customize, and deploy powerful AI agents to supercharge your development workflow.","archived":false,"fork":false,"pushed_at":"2026-06-18T14:10:49.000Z","size":159,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-06-18T16:13:21.377Z","etag":null,"topics":["agents","ai","copilot","copilot-agent","copilot-agents","github","github-copilot"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/proflead.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-02T12:54:50.000Z","updated_at":"2026-06-18T14:12:58.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/proflead/copilot-agent-library","commit_stats":null,"previous_names":["proflead/copilot-agent-library"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/proflead/copilot-agent-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proflead%2Fcopilot-agent-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proflead%2Fcopilot-agent-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proflead%2Fcopilot-agent-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proflead%2Fcopilot-agent-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proflead","download_url":"https://codeload.github.com/proflead/copilot-agent-library/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proflead%2Fcopilot-agent-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34700915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","ai","copilot","copilot-agent","copilot-agents","github","github-copilot"],"created_at":"2026-06-23T18:02:07.272Z","updated_at":"2026-06-23T18:02:11.892Z","avatar_url":"https://github.com/proflead.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Copilot Agent Library\n\nA comprehensive collection of **36 production-ready custom GitHub Copilot agents** for developers, teams, and organizations. Download, customize, and deploy powerful AI agents to supercharge your development workflow.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Agents](https://img.shields.io/badge/Agents-36-green.svg)](#agent-categories)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)\n\n---\n\n## Quick Start\n\n### For CLI Users\n\n1. **Choose an agent** from the [Agent Categories](#agent-categories) below\n2. **Download the agent file** (`.agent.md`) to your local machine\n3. **Copy to your agents directory**:\n ```bash\n cp path/to/agent.agent.md ~/.github/agents/\n ```\n4. **Use the agent**:\n ```bash\n copilot agent run agent-name \"Your task here\"\n ```\n\n### For IDE Users (VS Code)\n\n1. **Choose an agent** from the [Agent Categories](#agent-categories) below\n2. **Download the agent file** (`.agent.md`)\n3. **Add to your workspace**: `.github/agents/`\n4. **Invoke in chat**: `@agent-name your task here`\n\n---\n\n## Agent Categories\n\n### Orchestration (3 agents)\n\nCoordinate multiple agents and manage complex workflows.\n\n| Agent | Description | Use Cases |\n|-------|-------------|-----------|\n| [**Orchestrator**](agents/orchestration/orchestrator.agent.md) | Multi-agent coordinator and task delegator | Complex projects requiring multiple specialized agents |\n| [**Workflow Manager**](agents/orchestration/workflow-manager.agent.md) | Sequential and parallel task execution | CI/CD pipelines, automated workflows |\n| [**Project Manager**](agents/orchestration/project-manager.agent.md) | Sprint planning and stakeholder coordination | Agile project management, roadmap planning |\n\n### Full-Stack Development (6 agents)\n\nEnd-to-end development from frontend to backend to mobile.\n\n| Agent | Description | Use Cases |\n|-------|-------------|-----------|\n| [**Frontend Developer**](agents/fullstack/frontend-developer.agent.md) | React/Vue/Angular expert, component architecture | Building modern web UIs, state management |\n| [**Backend Developer**](agents/fullstack/backend-developer.agent.md) | API design, authentication, database integration | RESTful APIs, GraphQL, server-side logic |\n| [**Full-Stack Expert**](agents/fullstack/fullstack-expert.agent.md) | End-to-end feature implementation | Full-stack features, monorepo projects |\n| [**Mobile Developer**](agents/fullstack/mobile-developer.agent.md) | React Native, Flutter, native iOS/Android | Cross-platform mobile apps |\n| [**API Designer**](agents/fullstack/api-designer.agent.md) | RESTful principles, OpenAPI specs, versioning | API architecture, documentation |\n| [**Database Architect**](agents/fullstack/database-architect.agent.md) | Schema design, normalization, query optimization | Database modeling, performance tuning |\n\n### Language Experts (6 agents)\n\nLanguage-specific coding assistants with deep expertise.\n\n| Agent | Description | Use Cases |\n|-------|-------------|-----------|\n| [**Python Expert**](agents/coding/python-expert.agent.md) | Type hints, pytest, best practices | Data science, backend services, automation |\n| [**JavaScript Expert**](agents/coding/javascript-expert.agent.md) | Modern ES6+, React, Node.js | Web development, frontend/backend JS |\n| [**Rust Expert**](agents/coding/rust-expert.agent.md) | Memory safety, borrowing, async/await | Systems programming, performance-critical code |\n| [**Go Expert**](agents/coding/go-expert.agent.md) | Concurrency patterns, error handling | Microservices, cloud infrastructure |\n| [**Java Expert**](agents/coding/java-expert.agent.md) | Spring Boot, Maven/Gradle, JUnit | Enterprise applications, Android apps |\n| [**SQL Expert**](agents/coding/sql-expert.agent.md) | Query optimization, database design, migrations | Database development, data analysis |\n\n### Testing \u0026 Quality (5 agents)\n\nEnsure code quality, security, and comprehensive test coverage.\n\n| Agent | Description | Use Cases |\n|-------|-------------|-----------|\n| [**E2E Tester**](agents/testing/e2e-tester.agent.md) | Playwright, Cypress, Selenium automation | End-to-end test automation, UI testing |\n| [**A/B Test Ideas**](agents/testing/ab-test-ideas.agent.md) | Hypothesis generation, experiment design | Product experiments, feature testing |\n| [**Code Reviewer**](agents/testing/code-reviewer.agent.md) | Pull request reviews, best practices | Code review automation, quality gates |\n| [**Security Auditor**](agents/testing/security-auditor.agent.md) | Vulnerability scanning, OWASP compliance | Security audits, penetration testing |\n| [**Test Generator**](agents/testing/test-generator.agent.md) | Unit tests, integration tests, coverage | Test creation, TDD/BDD workflows |\n\n### Design \u0026 UI/UX (4 agents)\n\nFrom design to code, build beautiful user interfaces.\n\n| Agent | Description | Use Cases |\n|-------|-------------|-----------|\n| [**UI/UX Designer**](agents/design/uiux-designer.agent.md) | User flows, wireframing, design systems | Product design, user research |\n| [**Figma to HTML**](agents/design/figma-to-html.agent.md) | Convert Figma designs to HTML/CSS/React | Design-to-code workflows |\n| [**Responsive Design**](agents/design/responsive-design.agent.md) | Mobile-first, accessibility, cross-browser | Responsive web development |\n| [**Design System Builder**](agents/design/design-system.agent.md) | Component libraries, design tokens | Building/maintaining design systems |\n\n### Productivity (4 agents)\n\nPlan, research, and document your projects effectively.\n\n| Agent | Description | Use Cases |\n|-------|-------------|-----------|\n| [**Enhanced Planner**](agents/productivity/enhanced-planner.agent.md) | Multi-step planning with dependency tracking | Project planning, task breakdown |\n| [**Research Agent**](agents/productivity/research-agent.agent.md) | Web research, documentation synthesis | Technical research, competitive analysis |\n| [**Task Breakdown**](agents/productivity/task-breakdown.agent.md) | Epic decomposition, story estimation | Agile planning, sprint preparation |\n| [**Doc Generator**](agents/productivity/doc-generator.agent.md) | README, API docs, architecture diagrams | Documentation automation |\n\n### DevOps (4 agents)\n\nInfrastructure, containers, and CI/CD automation.\n\n| Agent | Description | Use Cases |\n|-------|-------------|-----------|\n| [**Docker Expert**](agents/devops/docker-expert.agent.md) | Dockerfile optimization, multi-stage builds | Container development, optimization |\n| [**Kubernetes Expert**](agents/devops/kubernetes-expert.agent.md) | Manifests, Helm charts, troubleshooting | K8s deployment, cluster management |\n| [**CI/CD Expert**](agents/devops/cicd-expert.agent.md) | GitHub Actions, GitLab CI, Azure DevOps | Pipeline automation, deployment |\n| [**Terraform Expert**](agents/devops/terraform-expert.agent.md) | Infrastructure as code, state management | Cloud infrastructure, IaC |\n\n### Debugging (3 agents)\n\nDebug issues, optimize performance, and modernize legacy code.\n\n| Agent | Description | Use Cases |\n|-------|-------------|-----------|\n| [**Debug Detective**](agents/debugging/debug-detective.agent.md) | Error analysis, stack trace interpretation | Debugging, root cause analysis |\n| [**Performance Optimizer**](agents/debugging/performance-optimizer.agent.md) | Profiling, bottleneck identification | Performance tuning, optimization |\n| [**Legacy Modernizer**](agents/debugging/legacy-modernizer.agent.md) | Migration strategies, tech debt reduction | Legacy code refactoring, upgrades |\n\n### Integrations (1 agent)\n\nConnect and automate third-party APIs and services.\n\n| Agent | Description | Use Cases |\n|-------|-------------|-----------|\n| [**Buffer API Expert**](agents/integrations/buffer-api.agent.md) | Social media scheduling and analytics via Buffer GraphQL API | Schedule posts, manage channels, retrieve metrics, build content automations |\n\n---\n\n## Usage Examples\n\n### Single Agent Workflow\n\n```bash\n# Use the Python Expert to refactor a function\ncopilot agent run python-expert \"Refactor this function to use type hints and improve error handling\"\n```\n\n### Multi-Agent Orchestration\n\n```bash\n# Use the Orchestrator to coordinate multiple agents\ncopilot agent run orchestrator \"Build a new user authentication feature with frontend, backend, and tests\"\n```\n\nThe Orchestrator will delegate tasks to:\n1. **Backend Developer**  API endpoints and authentication logic\n2. **Frontend Developer**  Login/signup UI components\n3. **Security Auditor**  Security review\n4. **Test Generator**  Unit and integration tests\n\n### Design-to-Code Workflow\n\n```bash\n# Convert Figma design to React components\ncopilot agent run figma-to-html \"Convert this Figma design to React with TypeScript\"\n```\n\n---\n\n## Documentation\n\n- **[Getting Started Guide](docs/getting-started.md)** - Installation and first agent usage\n- **[Agent Guide](docs/agent-guide.md)** - Detailed usage for each agent\n- **[CLI vs IDE](docs/cli-vs-ide.md)** - Platform-specific best practices\n- **[Orchestration Patterns](docs/orchestration-patterns.md)** - Multi-agent coordination\n- **[Best Practices](docs/best-practices.md)** - Advanced usage patterns\n- **[Troubleshooting](docs/troubleshooting.md)** - Common issues and solutions\n\n---\n\n## Contributing\n\nWe welcome contributions! See [CONTRIBUTING.md](CONTRIBUTING.md) for:\n- How to create a new agent\n- Submission guidelines\n- Quality standards\n- PR review process\n\n---\n\n## License\n\nThis project is licensed under the MIT License - see [LICENSE](LICENSE) file for details.\n\n---\n\n## Showcase\n\n**Built something awesome with these agents?** Share your story!\n- Open a [GitHub Discussion](../../discussions)\n- Tweet with `#CopilotAgents`\n- Submit a PR to add your project to our showcase\n\n---\n\n## Acknowledgments\n\nInspired by [github/awesome-copilot](https://github.com/github/awesome-copilot) and the amazing Copilot community.\n\n---\n\n\u003cp align=\"center\"\u003eMade with  by developers, for developers\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproflead%2Fcopilot-agent-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproflead%2Fcopilot-agent-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproflead%2Fcopilot-agent-library/lists"}