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 Arize AI Resources with Azure .NET
Managing Arize AI organizations through Azure Resource Manager requires precise SDK patterns. This skill provides focused .NET examples for authentication, lifecycle operations, listing, updates, and error handling.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "azure-mgmt-arizeaiobservabilityeval-dotnet" from https://skillstore.io/skills/sickn33-azure-mgmt-arizeaiobservabilityeval-dotnet.md and its manifest at https://skillstore.io/api/skills/sickn33-azure-mgmt-arizeaiobservabilityeval-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-mgmt-arizeaiobservabilityeval-dotnet". Explain how to authenticate before listing organizations.
Expected outcome:
Use DefaultAzureCredential to create ArmClient, resolve the subscription, obtain the resource group, and enumerate its Arize AI organization collection.
Using "azure-mgmt-arizeaiobservabilityeval-dotnet". Plan a safe update for organization tags.
Expected outcome:
Using "azure-mgmt-arizeaiobservabilityeval-dotnet". Describe direct access to one organization.
Expected outcome:
Create its resource identifier from the subscription, resource group, and organization name, then obtain the resource through ArmClient.
All static findings are false positives caused by Markdown formatting, placeholder Azure credential names, documentation links, or ordinary SDK guidance. No executable Ruby backticks, credential collection, system reconnaissance, prompt injection, or malicious intent appears in SKILL.md.
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-mgmt-arizeaiobservabilityeval-dotnet/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/sickn33-azure-mgmt-arizeaiobservabilityeval-dotnet?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/sickn33-azure-mgmt-arizeaiobservabilityeval-dotnet?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-azure-mgmt-arizeaiobservabilityeval-dotnet/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/sickn33-azure-mgmt-arizeaiobservabilityeval-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-mgmt-arizeaiobservabilityeval-dotnet security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-azure-mgmt-arizeaiobservabilityeval-dotnet/audits/5@techreport{sickn33-sickn33-azure-mgmt-arizeaiobservabilityeval-dotnet-2026,
author = {sickn33},
title = {azure-mgmt-arizeaiobservabilityeval-dotnet security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-azure-mgmt-arizeaiobservabilityeval-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-mgmt-arizeaiobservabilityeval-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-mgmt-arizeaiobservabilityeval-dotnet/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-azure-mgmt-arizeaiobservabilityeval-dotnet:audit:5"
description: "Skillstore immutable audit report identifier"
Generate a C# workflow that authenticates, selects a resource group, and creates an Arize AI organization.
Build update, listing, existence-check, and deletion patterns for managed Arize AI resources.
Apply long-running operation handling, retries, direct resource identifiers, and RequestFailedException responses.
Show the package installation and authentication setup for an Azure .NET application. Use placeholders for every tenant, client, subscription, and secret value.
Draft a C# workflow to create an Arize AI organization in {resource_group}. Include marketplace, user, location, and long-running operation fields.Design C# methods to retrieve, list, update, and conditionally delete {organization_name}. Include not-found handling and cancellation support.Design an idempotent Azure service for Arize AI organizations. Cover direct identifiers, retries, polling, structured errors, least privilege, validation, and deletion confirmation.
Author
sickn33License
MIT
Skillstore revision
r2
Version notice
The author did not declare a version.
Ref
f9e2c34b4f19c7f3e6b0a1e93227b5f77cc12526
Maintenance freshness
7/26/2026
Usage
6 downloads ยท 98 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.
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.
Run Focused TUnit Playwright Tests
by AndreHogberg
Running the correct SummitUI Playwright tests requires specific TUnit commands and filter syntax. This skill selects documented commands for focused runs, controlled parallelism, and reports.