By onsenturk
Governance toolkit for AI-assisted software delivery with GitHub Copilot. Bundles custom agents (implementation, security review, DevOps, architecture, UX), agent skills (Azure pricing and cost, CodeQL, Dependabot, diagrams, GTM, and more), and MCP servers (Microsoft Docs, Azure, GitHub, Playwright, draw.io).
Expert agent for creating comprehensive Architectural Decision Records (ADRs) with structured formatting optimized for AI consumption and human readability.
DevOps specialist following the infinity loop principle (Plan → Code → Build → Test → Release → Deploy → Operate → Monitor) with focus on automation, collaboration, and continuous improvement
Validates completion of any task. Run this checklist before marking work as done.
Reviews architecture, security, infrastructure, and coding compliance. Use to validate designs or check standards.
GitHub Actions specialist focused on secure CI/CD workflows, action pinning, OIDC authentication, permissions least privilege, and supply-chain security
Serves as a reviewer of the codebase with instructions on looking for Apple App Store optimizations or rejection reasons.
Comprehensive project architecture blueprint generator that analyzes codebases to create detailed architectural documentation. Automatically detects technology stacks and architectural patterns, generates visual diagrams, documents implementation patterns, and provides extensible blueprints for maintaining architectural consistency and guiding new development.
Analyze Azure resources used in the app (IaC files and/or resources in a target rg) and optimize costs - creating GitHub issues for identified optimizations.
Fetches real-time Azure retail pricing using the Azure Retail Prices API (prices.azure.com) and estimates Copilot Studio agent credit consumption. Use when the user asks about the cost of any Azure service, wants to compare SKU prices, needs pricing data for a cost estimate, mentions Azure pricing, Azure costs, Azure billing, or asks about Copilot Studio pricing, Copilot Credits, or agent usage estimation. Covers compute, storage, networking, databases, AI, Copilot Studio, and all other Azure service families.
Analyze Azure resource groups and generate detailed Mermaid architecture diagrams showing the relationships between individual resources. Use this skill when the user asks for a diagram of their Azure resources or help in understanding how the resources relate to each other.
External network access
Connects to servers outside your machine
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A lightweight governance repository for AI-assisted software delivery using GitHub Copilot.
This repo defines a delivery framework that ensures Copilot-generated changes follow consistent engineering standards. It provides:
.github/agents/engineering-standards.agent.md).github/agents/dod.agent.md).github/copilot-instructions.md)In short: this repository is a policy + process layer for implementation quality, security, architecture discipline, and documentation completeness.
| Requirement | Required for | Check |
|---|---|---|
| VS Code with CLI on PATH | Extensions, workspace | code --version |
| GitHub Copilot license | All agent/skill functionality | Sign in via VS Code |
| Node.js (v18+) | Work IQ, Playwright, Sequential Thinking MCP servers | node --version |
| Docker Desktop | Awesome Copilot MCP server (catalog search) | docker --version |
Note: Node.js and Docker are only needed for the MCP servers in
.vscode/mcp.json. Agents, skills, and instructions work without them.
All MCP servers are configured at the workspace level in .vscode/mcp.json and are available automatically when you open the repo:
| Server | Transport | Purpose |
|---|---|---|
| Work IQ | npx @microsoft/workiq (stdio) | Query Microsoft 365 data — emails, meetings, documents, Teams messages |
| Playwright | npx @playwright/mcp (stdio) | Browser automation, testing, screenshots, and web interaction |
| Sequential Thinking | npx @modelcontextprotocol/server-sequential-thinking (stdio) | Structured reasoning for complex planning and architecture decisions |
| Awesome Copilot | docker (stdio) | Runtime search/load of the awesome-copilot community catalog |
| Microsoft Docs | https://learn.microsoft.com/api/mcp (http) | Microsoft Learn documentation search, code sample search, and page fetch |
| Azure | npx @azure/mcp (stdio) | Azure resource management, deployment, diagnostics, and best practices |
| GitHub | https://api.githubcopilot.com/mcp/ (http) | GitHub operations — issues, PRs, repos, branches, files, releases, search |
Recommended VS Code extensions (Bicep, Pylance, PostgreSQL, Foundry) ship language features and tool integrations — they are not MCP servers. See .vscode/extensions.json.
npx claudepluginhub onsenturk/copilot-agent-toolkit --plugin copilot-agent-toolkitUpstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Consult multiple AI coding agents (Gemini, OpenAI, Grok, Perplexity, plus codex, antigravity, and grok CLIs when installed) to get diverse perspectives on coding problems
Harness-native ECC operator layer - 67 agents, 278 skills, 94 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.