content-creator
88Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Manage Azure MySQL Flexible Server with .NET
Azure MySQL management requires precise SDK types, authentication, and lifecycle operations. This skill provides focused .NET patterns for common Flexible Server tasks.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "azure-resource-manager-mysql-dotnet" from https://skillstore.io/skills/sickn33-azure-resource-manager-mysql-dotnet.md and its manifest at https://skillstore.io/api/skills/sickn33-azure-resource-manager-mysql-dotnet/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "azure-resource-manager-mysql-dotnet". Plan a secure production server for an internal application.
Expected outcome:
Using "azure-resource-manager-mysql-dotnet". Explain a point-in-time restore workflow.
Expected outcome:
Select the source server and validated restore timestamp, create a separate restored server, verify data and connectivity, then switch consumers deliberately.
Using "azure-resource-manager-mysql-dotnet". Review a server scaling change.
Expected outcome:
Confirm regional SKU availability, storage limits, expected interruption, maintenance timing, rollback options, monitoring thresholds, and post-change validation.
Most static findings are false positives caused by Markdown fences, inline code, documentation links, placeholders, and an OAuth scope. The Azure-wide firewall example is a confirmed exposure risk, and the hardcoded password example is an additional medium-severity concern.
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/sickn33-azure-resource-manager-mysql-dotnet/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/sickn33-azure-resource-manager-mysql-dotnet?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/sickn33-azure-resource-manager-mysql-dotnet?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-azure-resource-manager-mysql-dotnet/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/sickn33-azure-resource-manager-mysql-dotnet.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>sickn33. (2026). azure-resource-manager-mysql-dotnet security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-azure-resource-manager-mysql-dotnet/audits/5@techreport{sickn33-sickn33-azure-resource-manager-mysql-dotnet-2026,
author = {sickn33},
title = {azure-resource-manager-mysql-dotnet security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-azure-resource-manager-mysql-dotnet/audits/5},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "azure-resource-manager-mysql-dotnet security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-23"
url: "https://skillstore.io/skills/sickn33-azure-resource-manager-mysql-dotnet/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-azure-resource-manager-mysql-dotnet:audit:5"
description: "Skillstore immutable audit report identifier"
Create a practical .NET provisioning flow with suitable compute, storage, backups, and database settings.
Review high availability, firewall, Entra ID, backup retention, and server parameter choices before deployment.
Build lifecycle, scaling, restore, and inventory routines using Azure Resource Manager resource types.
Show the minimal .NET setup for Azure.ResourceManager.MySql using DefaultAzureCredential. List required packages and required Azure inputs.
Design a .NET workflow to create an Azure MySQL Flexible Server in [region] with [SKU], [storage], backups, and a database.
Review my Azure MySQL Flexible Server design for least privilege, private networking, Entra ID, backup retention, and high availability. Identify unsafe defaults.
Create an advanced .NET migration plan from [source] to Azure MySQL Flexible Server. Include staged provisioning, validation, restore testing, rollback, monitoring, and cleanup.
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Maintenance freshness
7/26/2026
Usage
8 downloads ยท 105 views
File structure
๐ SKILL.md
Create Brand-Consistent Marketing Content
Marketing teams need content that stays consistent across channels. This skill helps plan, write, analyze, and optimize content for brand voice and SEO.
Improve LLM Prompts With Proven Patterns
Inconsistent prompts waste time and make AI outputs hard to trust. This skill guides prompt design with reusable patterns, examples, evaluation steps, and optimization workflows.
Build Fullstack Apps with Senior Patterns
Teams need consistent setup, architecture, and review guidance for modern web applications. This skill provides scaffolders, workflow references, and quality prompts for React, Next.js, Node.js, GraphQL, and PostgreSQL projects.
Design Scalable Software Architectures
Architecture decisions are hard to compare across web, mobile, backend, and cloud systems. This skill provides structured guides and local scaffold scripts for reports, dependency review, and trade-off documentation.
Optimize AI Prompts With Prompt Engineer
Writing clear prompts is hard when goals are vague or complex. This skill turns rough requests into structured prompts using proven prompt frameworks.
Prioritize Product Work With Research Insights
Product teams need faster ways to rank features, synthesize interviews, and document decisions. This skill provides RICE scoring, interview analysis, and PRD templates for structured planning.
Review .NET Code for Modern C# Practices
by BrendanShields
C# teams need consistent reviews for naming, async flow, exceptions, and LINQ usage. This skill gives Claude, Codex, and Claude Code a focused checklist with concrete .NET examples.
Run .NET Architecture Lint Checks
by ANcpLua
MSBuild and package version rules are easy to miss during .NET repository changes. This skill runs a focused architecture linter and explains the violations to fix.
Apply Perigon Coding Conventions
by AterDev
Perigon projects need agents to follow established backend, frontend, and documentation rules. This skill points Claude, Codex, and Claude Code toward the right conventions before code generation.
Convert SQL Migrations to OSC Format
by DennisLiuCk
Database teams often need Flyway migrations rewritten for Online Schema Change workflows. This skill converts ALTER TABLE and CREATE INDEX statements into tab-separated OSC lines.
Build Reliable .NET Backends
by wshobson
Modern .NET backend work requires consistent choices for APIs, data access, caching, and tests. This skill gives Claude, Codex, and Claude Code practical patterns for production C# services.
Apply CQS and CQRS Patterns in .NET
by DoubleslashSE
Teams often mix state changes and data reads, which makes code harder to test and reason about. This skill guides clear CQS and CQRS designs for .NET methods, handlers, and controllers.