skill-creator-ms
Guide for creating effective skills for AI coding agents working with Azure SDKs and Microsoft Foundry services. Use when creating new skills or updating existing skills.
Content Preview
--- name: skill-creator-ms description: "Guide for creating effective skills for AI coding agents working with Azure SDKs and Microsoft Foundry services. Use when creating new skills or updating existing skills." risk: unknown source: community date_added: "2026-02-27" --- # Skill Creator Guide for creating skills that extend AI agent capabilities, with emphasis on Azure SDKs and Microsoft Foundry. > **Required Context:** When creating SDK or API skills, users MUST provide the SDK package nam
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/skill-creator-ms.md \
https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/skill-creator-ms/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/sickn33/antigravity-awesome-skillsThen reference at skills/skill-creator-ms/SKILL.md
Related Skills
claude-d3js-skill
This skill provides guidance for creating sophisticated, interactive data visualisations using d3.js.
data-aiclauded3jsskill
by sickn33 (Antigravity) · antigravity-awesome-skills
Detecting Data Anomalies
This skill empowers Claude to identify anomalies and outliers within datasets. It leverages the anomaly-detection-system plugin to analyze data, apply appropriate machine learning algorithms, and highlight unusual data points. Use this skill when the user requests anomaly detection, outlier analysis
skill-adapterdetecting data anomalies
by jeremylongshore · plugins-plus-skills
Preprocessing Data with Automated Pipelines
This skill empowers Claude to preprocess and clean data using automated pipelines. It is designed to streamline data preparation for machine learning tasks, implementing best practices for data validation, transformation, and error handling. Claude should use this skill when the user requests data
skill-adapterpreprocessing data with automated pipelines
by jeremylongshore · plugins-plus-skills
Scanning for Data Privacy Issues
This skill enables Claude to automatically scan code and configuration files for potential data privacy vulnerabilities using the data-privacy-scanner plugin. It identifies sensitive data exposure, compliance violations, and other privacy-related risks. Use this skill when the user requests to "scan
skill-adapterscanning for data privacy issues
by jeremylongshore · plugins-plus-skills