Stephanie Schofield avatar

Stephanie Schofield

Community

@stephschofield · Dallas, TX

25Followers
|
52Public Repos
|
35Published Skills

FDE at Microsoft

Skills Distribution
DomainCloud & Comp...Cloud & Compute In.. (55%)AI Models & Machin.. (20%)Cybersecurity & Co.. (12%)Developer Tooling .. (8%)

Agent Skills by Stephanie Schofield

Showing 35 vetted skills indexed across 2 GitHub repositories.

stephschofieldstephschofield

file-todos

Manages file-based todo tracking with markdown files, YAML frontmatter, and dependency workflows.

Community
Intermediate
stephschofieldstephschofield

azure-diagnostics

Diagnose Azure Container Apps and Function Apps issues using KQL log queries and health checks.

Community
Intermediate
stephschofieldstephschofield

azure-compliance

Audit Azure resources for compliance, security posture, and Key Vault expiration issues.

Community
Advanced
stephschofieldstephschofield

microsoft-foundry

Deploy, evaluate, and manage Azure AI Foundry agents and model deployments end-to-end.

Community
Advanced
stephschofieldstephschofield

azure-hosted-copilot-sdk

Scaffold, configure, and deploy GitHub Copilot SDK applications to Azure Container Apps.

Community
Advanced
stephschofieldstephschofield

appinsights-instrumentation

Guides instrumentation of web applications with Azure Application Insights telemetry.

Community
Intermediate
stephschofieldstephschofield

compound-docs

Capture solved problems as categorized markdown documentation with validated YAML frontmatter.

Community
Advanced
stephschofieldstephschofield

azure-deploy

Execute Azure deployments for prepared applications using azd, Bicep, Terraform, or Azure CLI.

Community
Advanced
stephschofieldstephschofield

azure-rbac

Finds least-privilege Azure RBAC roles and generates CLI and Bicep role assignment code.

Community
Intermediate
stephschofieldstephschofield

azure-cost-optimization

Analyze Azure subscriptions to identify cost savings and generate prioritized optimization recommendations.

Community
Advanced
stephschofieldstephschofield

azure-compute

Recommends Azure VM sizes and VM Scale Set configurations using public documentation and the Retail Prices API.

Community
Advanced
stephschofieldstephschofield

azure-validate

Validates Azure deployment readiness by checking configuration, infrastructure templates, and permissions before deployment.

Community
Advanced
stephschofieldstephschofield

azure-resource-lookup

Query and list Azure resources across subscriptions using Azure Resource Graph KQL.

Community
Intermediate
stephschofieldstephschofield

entra-app-registration

Guides Microsoft Entra ID app registration, OAuth 2.0 flows, and MSAL integration.

Community
Advanced
stephschofieldstephschofield

azure-aigateway

Configure Azure API Management as an AI gateway for models, MCP tools, and agents.

Community
Advanced
stephschofieldstephschofield

azure-ai

Implements Azure AI Search, Speech, OpenAI, and Document Intelligence integrations via MCP tools and SDK references.

Community
Intermediate
stephschofieldstephschofield

web-search

Performs web research using Brave Search MCP tools with fetch-based fallback.

Community
Intermediate
stephschofieldstephschofield

azure-storage

Manage Azure Blob, Queue, Table, File Share, and Data Lake storage via MCP tools, CLI, and SDKs.

Community
Intermediate
stephschofieldstephschofield

git-worktree

Manages Git worktrees for isolated parallel development with automated environment file copying.

Community
Intermediate
stephschofieldstephschofield

azure-cloud-migrate

Assess and migrate AWS Lambda workloads to Azure Functions with structured reports.

Community
Advanced
stephschofieldstephschofield

azure-messaging

Diagnose and resolve Azure Event Hubs and Service Bus SDK connection, authentication, and message processing errors.

Community
Intermediate
stephschofieldstephschofield

azure-prepare

Generates Azure infrastructure, configuration, and Dockerfiles through a plan-first deployment preparation workflow.

Community
Advanced
stephschofieldstephschofield

azure-resource-visualizer

Generate Mermaid architecture diagrams from Azure resource group analysis.

Community
Intermediate
stephschofieldstephschofield

resolve-pr-parallel

Resolves unresolved GitHub PR review threads by spawning parallel agents per comment.

Community
Intermediate

Frequently Asked Questions About Stephanie Schofield

FAQPage Schema
What tasks can I accomplish with Stephanie Schofield's skill registry?▼

You can prepare and deploy Azure applications with Bicep or Terraform, troubleshoot Container Apps and Function Apps via KQL, audit compliance and Key Vault expirations, optimize subscription costs, assign least-privilege RBAC roles, register Entra ID apps with OAuth 2.0, and deploy Azure OpenAI models with capacity discovery.

Who is the target audience for these skills?▼

Cloud engineers, Azure solution architects, and DevOps practitioners managing production Azure estates. Secondary audiences include frontend developers applying Vercel React/Next.js performance patterns and shadcn/ui standards, plus product managers generating structured PRDs from feature ideas.

What is the practical deployment workflow these skills support?▼

The pipeline runs azure-prepare to generate infrastructure files, azure-validate for preflight checks on configuration and permissions, then azure-deploy to execute azd up or terraform apply. Post-deployment, azure-diagnostics and appinsights-instrumentation handle monitoring and root-cause analysis.

Are these skills open source and what do they cost?▼

The Microsoft-authored skills carry MIT licenses at no cost, covering azure-deploy, azure-diagnostics, azure-compliance, microsoft-foundry, and others. Usage itself is free, though executing deployments provisions billable Azure resources under your own subscription.

What prerequisites and dependencies are required?▼

Azure skills require the Azure CLI (az), with azure-aigateway explicitly requiring it for configuration and testing. Deployment skills require an existing .azure/plan.md from azure-prepare and validated status from azure-validate. Some skills like file-todos and compound-docs disable model invocation and run locally.