skill-creator-ms
Create Azure SDK Skills
Developers need reusable skill guidance for Azure SDK and Microsoft Foundry work. This skill provides structure, examples, testing patterns, and documentation checks.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "skill-creator-ms" from https://skillstore.io/skills/sickn33-skill-creator-ms.md and its manifest at https://skillstore.io/api/skills/sickn33-skill-creator-ms/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.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "skill-creator-ms". Create a skill plan for an Azure AI Agents Python SDK skill.
Expected outcome:
- Recommended skill name and trigger description.
- Section outline covering installation, environment variables, authentication, workflow, cleanup, and references.
- Suggested acceptance criteria for imports, client creation, tool use, and error handling.
Using "skill-creator-ms". Review an existing Foundry skill for readiness.
Expected outcome:
- Findings about missing documentation verification, weak trigger text, and incomplete test scenarios.
- Concrete changes for frontmatter, reference files, category links, and README catalog updates.
Using "skill-creator-ms". Design test scenarios for an Azure Storage skill.
Expected outcome:
- Scenario names for basic client setup, pagination, long-running operations, and invalid credential patterns.
- Expected and forbidden patterns that can guide a repository test harness.
Security Audit
SafeThe static findings are false positives from Markdown code fences, inline examples, and repository authoring guidance. I found no evidence of prompt injection, credential exfiltration, malware behavior, or unauthorized network activity in SKILL.md.
Risk Factors
โ๏ธ External commands (131)
๐ Network access (3)
๐ Filesystem access (12)
๐ Env variables (4)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/sickn33-skill-creator-ms/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/sickn33-skill-creator-ms?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/sickn33-skill-creator-ms?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-skill-creator-ms/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/sickn33-skill-creator-ms.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
sickn33. (2026). skill-creator-ms security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/sickn33-skill-creator-ms/audits/5BibTeX citation
@techreport{sickn33-sickn33-skill-creator-ms-2026,
author = {sickn33},
title = {skill-creator-ms security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/sickn33-skill-creator-ms/audits/5},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "skill-creator-ms security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "sickn33"
date-released: "2026-07-07"
url: "https://skillstore.io/skills/sickn33-skill-creator-ms/audits/5"
identifiers:
- type: other
value: "skillstore:sickn33-skill-creator-ms:audit:5"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Create a New Azure SDK Skill
Use the guide to plan frontmatter, workflow sections, authentication examples, references, and tests for a new SDK skill.
Standardize Skill Contributions
Apply consistent naming, categorization, and acceptance criteria before adding new skills to a shared repository.
Update Existing Foundry Skills
Refresh examples against current Microsoft documentation and improve coverage for common authentication and import patterns.
Try These Prompts
Use this skill to outline a new Azure SDK skill for [SDK package]. Include the required SKILL.md sections and user context questions.
Create a SKILL.md draft for [SDK package] using [documentation URL]. Include authentication, core workflow, cleanup, and reference file suggestions.
Review this proposed skill and produce acceptance criteria plus scenario test ideas for import paths, authentication, async usage, and common mistakes.
Audit this Azure SDK skill for repository readiness. Check naming, category placement, reference organization, documentation updates, and test coverage gaps.
Best Practices
- Start with current Microsoft documentation and verify SDK version-specific API patterns.
- Keep SKILL.md concise and move detailed workflows into reference files.
- Include acceptance criteria that catch wrong imports, unsafe credentials, and missing cleanup.
Avoid
- Creating an SDK skill without a package name, documentation URL, or repository reference.
- Hardcoding credentials or recommending API keys when managed identity patterns are available.
- Skipping tests, category placement, or catalog updates after adding a skill.