ivegamsft/basecoat

Enterprise shared library of GitHub Copilot customization assets — agents, skills, instructions, and prompts.

This repository also configures its own agents. See what basecoat tells them →

4Stars on the repository
185Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agent-design

01

ivegamsft/basecoat

Skill Claude Code

Use when designing Copilot agents, skills, or instruction assets for a shared customization repo. USE FOR: design a new Copilot agent, scaffold a skill folder, create an instruction file, choose agent vs skill vs instruction, author agent frontmatter and conventions. DO NOT USE FOR: implementing product features…

not rated 4 2d ago A 71 tokens original MIT

ivegamsft/basecoat

Skill Claude Code

Use when asked to audit, measure, implement, or operate rules-based human-in-the-loop autonomy for agent-operated repositories. USE FOR: SDLC governance, PR risk classification (A0-A5), merge/queue/deploy policy checks, and policy-versus-settings drift. DO NOT USE FOR: direct deployment, production DB migrations…

not rated 4 2d ago A 91 tokens original MIT

agentops-audit

03

ivegamsft/basecoat

Skill Claude Code

Audits and improves agent/skill specs with a scored rubric and routing rationale. USE FOR: scoring spec quality, identifying concrete fixes, producing revised specs, validating cost/latency fit, generating routing profiles. DO NOT USE FOR: implementing product features, unrelated code review, infrastructure deployment.

not rated 4 2d ago A 63 tokens original MIT

api-audit

04

ivegamsft/basecoat

Skill Claude Code

Audits API endpoint designs, contracts, versioning strategies, and error handling. USE FOR: reviewing API endpoint definitions, validating request/response contracts, assessing error handling patterns, evaluating versioning strategies, analyzing documentation completeness. DO NOT USE FOR: implementing API endpoints…

not rated 4 2d ago A 70 tokens original MIT

api-design

05

ivegamsft/basecoat

Skill Claude Code

Use when designing or reviewing API contracts, versioning decisions, and governance standards. USE FOR: design a REST API contract, review an OpenAPI diff for breaking changes, choose an API versioning strategy, draft GraphQL schema changes, create a deprecation or sunset plan. DO NOT USE FOR: implementing request…

not rated 4 2d ago A 76 tokens original MIT

api-security

06

ivegamsft/basecoat

Skill Claude Code

Use when securing REST or GraphQL APIs against common auth, authorization, validation, and abuse risks. USE FOR: secure JWT authentication for an API, add rate limiting to endpoints, review API authorization flaws, harden GraphQL queries and mutations, prevent SQL injection in API handlers. DO NOT USE FOR: network…

not rated 4 2d ago A 77 tokens original MIT

app-inventory

07

ivegamsft/basecoat

Skill Claude Code

Use when inventorying legacy applications to capture dependencies, service bindings, framework versions, and migration complexity. USE FOR: inventory a legacy application portfolio, scan app dependencies and connection strings, assess migration complexity for an app, create an application inventory report, map…

not rated 4 2d ago A 78 tokens original MIT

architecture

08

ivegamsft/basecoat

Skill Claude Code

Use when shaping system architecture, documenting decisions, and evaluating cross-cutting tradeoffs. USE FOR: design a system architecture, create a C4 diagram, write an ADR for a platform choice, compare technology options with a matrix, assess architectural risks and mitigations. DO NOT USE FOR: implementing…

not rated 4 2d ago A 72 tokens original MIT

ivegamsft/basecoat

Skill Claude Code

Use when deploying or operating containerized workloads on Azure Container Apps with scaling, revisions, and Dapr. USE FOR: deploy an app to Azure Container Apps, configure a Dapr sidecar, set Azure Container Apps scaling rules, manage revisions and traffic splitting, create a container apps job. DO NOT USE FOR: AKS…

not rated 4 2d ago A 81 tokens original MIT

azure-devops-rest

10

ivegamsft/basecoat

Skill Claude Code

Use when building automations that call Azure DevOps REST APIs for work items, pipelines, repos, and artifacts. USE FOR: query Azure DevOps work items via REST, trigger a pipeline run from a script, paginate Azure DevOps API results, authenticate with PAT or System.AccessToken, update a work item with JSON Patch. DO…

not rated 4 2d ago A 90 tokens original MIT

ivegamsft/basecoat

Skill Claude Code

Use when reviewing Azure identity and access designs across RBAC, managed identities, Entra ID, and federation. USE FOR: audit RBAC assignments, managed identity scope, app registration permissions, OIDC federation, least privilege. DO NOT USE FOR: network topology design, app feature code, non-Azure IAM platforms.

not rated 4 2d ago A 70 tokens original MIT

azure-identity

12

ivegamsft/basecoat

Skill Claude Code

Use when designing Azure identity and access patterns across RBAC, managed identities, Entra ID, and workload federation. USE FOR: assign Azure RBAC roles, configure managed identity for an app, create an Entra ID app registration, set up GitHub OIDC federation, design a conditional access policy. DO NOT USE FOR…

not rated 4 2d ago A 85 tokens original MIT

azure-landing-zone

13

ivegamsft/basecoat

Skill Claude Code

Use when designing Azure enterprise-scale landing zones aligned to the Cloud Adoption Framework. USE FOR: design an Azure landing zone, scaffold a management group hierarchy, create a hub networking platform subscription, assign a regulatory policy initiative, vend a new application landing zone. DO NOT USE FOR…

not rated 4 2d ago A 73 tokens original MIT

ivegamsft/basecoat

Skill Claude Code

Use when deploying or operating Python, Ruby, or Node.js apps on Azure App Service Linux. USE FOR: deploy a Flask or FastAPI app to App Service Linux, configure a startup command for a Node app, set up a deployment slot swap, stream Azure App Service logs, choose between code deploy and container deploy. DO NOT USE…

not rated 4 2d ago A 88 tokens original MIT

azure-networking

15

ivegamsft/basecoat

Skill Claude Code

Use when designing Azure network topology, private connectivity, and traffic control patterns. USE FOR: design a hub-spoke VNet topology, set up private endpoints and Private DNS zones, author an NSG rule matrix, create forced-tunneling route tables, review hybrid connectivity on Azure. DO NOT USE FOR: identity role…

not rated 4 2d ago A 80 tokens original MIT

azure-policy-audit

16

ivegamsft/basecoat

Skill Claude Code

Use when reviewing Azure Policy definitions, initiatives, exemptions, remediation tasks, or compliance reporting. USE FOR: audit policy coverage, remediation completeness, exemption hygiene, policy drift, compliance reporting. DO NOT USE FOR: app business logic, RBAC-only questions, generic troubleshooting.

not rated 4 2d ago A 59 tokens original MIT

azure-policy

17

ivegamsft/basecoat

Skill Claude Code

Use when authoring Azure Policy definitions, initiatives, remediation tasks, and compliance reporting assets. USE FOR: write an Azure Policy to require tags, create a policy initiative for CIS controls, build a DeployIfNotExists remediation, generate a KQL compliance dashboard query, restrict allowed VM SKUs. DO NOT…

not rated 4 2d ago A 81 tokens original MIT

azure-waf-review

18

ivegamsft/basecoat

Skill Claude Code

Use when assessing an Azure workload against the Well-Architected Framework and prioritizing remediation. USE FOR: run an Azure Well-Architected review, score a workload across WAF pillars, review Terraform or Bicep for reliability and security gaps, prioritize remediation actions, assess an architecture before…

not rated 4 2d ago A 83 tokens original MIT

backend-audit

19

ivegamsft/basecoat

Skill Claude Code

Audits generated or implemented backend code output. Evaluates code quality, testing coverage, performance, security, and maintainability. USE FOR: reviewing backend implementations, analyzing code quality, assessing test coverage, identifying performance bottlenecks, security vulnerabilities, structural debt. DO NOT…

not rated 4 2d ago A 82 tokens original MIT

backend-dev

20

ivegamsft/basecoat

Skill Claude Code

Use when implementing backend APIs, business logic, service layers, or repository-based data access. USE FOR: implement a REST endpoint, scaffold a service layer, define an error response catalog, add repository pattern data access, review backend logic for correctness. DO NOT USE FOR: frontend component styling…

not rated 4 2d ago A 68 tokens original MIT

backlog-burndown

21

ivegamsft/basecoat

Skill Claude Code

Use when managing backlog burn-down and flow health across a sprint window or milestone. USE FOR: build burn-down tables from issue and open-PR state changes, detect spillover risk from velocity and remaining scope, prioritize blockers to protect sprint goals, and produce daily backlog status updates with explicit…

not rated 4 2d ago A 86 tokens original MIT

ivegamsft/basecoat

Skill Claude Code

Use when syncing rebalanced backlog items into GitHub Project views with deterministic status/metadata updates. USE FOR: idempotent project item add-or-update, status alignment, priority/sprint/wave mutation with policy checks, and rollback/change-log artifact generation. DO NOT USE FOR: implementation coding, sprint…

not rated 4 2d ago A 75 tokens original MIT

basecoat

23

ivegamsft/basecoat

Skill Claude Code

Use when you need to discover the right BaseCoat agent or route a request to the correct discipline. USE FOR: find the right BaseCoat agent, browse the BaseCoat agent catalog, route a prompt to backend-dev, discover which agent handles code review, delegate a task to the right discipline. DO NOT USE FOR: implementing…

not rated 4 2d ago A 85 tokens original MIT

bom-schema

24

ivegamsft/basecoat

Skill Claude Code

Use when defining or validating BOM schemas, resource ID formats, required cells, or naming conventions. USE FOR: JSON schema for BOM validation, required-field checks, and template creation. DO NOT USE FOR: unrelated app schemas or general data-model design.

not rated 4 2d ago A 53 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: