Microsoftスキル
ego lite browser
スポンサーego liteは、AIエージェントがウェブ自動化を実行するための最速のブラウザであり、CodexやClaude Codeとログイン状態を共有し、コストゼロ、設定不要です。
Alpha Vantage MCP Server
スポンサー金融市場データにアクセス:リアルタイムおよび過去の株式、ETF、オプション、外国為替、暗号通貨、商品、ファンダメンタルズ、テクニカル指標など
azure-storage
skills/.github/plugins/azure-skills/skills/azure-storage
Azure Storage Services including Blob Storage, File Shares, Queue Storage, Table Storage, and Data Lake. Answers questions about storage access tiers (hot, cool, cold, archive), when to use each tier, and tier comparison. Provides object storage, SMB file shares, async messaging, NoSQL key-value, and big data analytics. Includes lifecycle management. USE FOR: blob storage, file shares, queue storage, table storage, data lake, upload files, download blobs, storage accounts, access tiers, storage tiers, hot cool cold archive, storage tier comparison, when to use storage tiers, lifecycle management, Azure Storage concepts. DO NOT USE FOR: SQL databases, Cosmos DB (use azure-prepare), messaging with Event Hubs or Service Bus (use azure-messaging).
データベースazure-storage-blob-java
skills/.github/plugins/azure-sdk-java/skills/azure-storage-blob-java
Build blob storage applications with Azure Storage Blob SDK for Java. Use when uploading, downloading, or managing files in Azure Blob Storage, working with containers, or implementing streaming data operations.
データベースazure-storage-blob-py
skills/.github/plugins/azure-sdk-python/skills/azure-storage-blob-py
Azure Blob Storage SDK for Python. Use for uploading, downloading, listing blobs, managing containers, and blob lifecycle. Triggers: "blob storage", "BlobServiceClient", "ContainerClient", "BlobClient", "upload blob", "download blob".
データベースazure-storage-blob-rust
skills/.github/plugins/azure-sdk-rust/skills/azure-storage-blob-rust
Azure Blob Storageライブラリ(Rust向け)。ブロブとコンテナのアップロード、ダウンロード、管理が可能です。 トリガー: 「blob storage rust」、「BlobClient rust」、「upload blob rust」、「download blob rust」、「storage container rust」、「BlobServiceClient rust」。
データベースazure-storage-blob-ts
skills/.github/plugins/azure-sdk-typescript/skills/azure-storage-blob-ts
Azure Blob Storage JavaScript/TypeScript SDK (@azure/storage-blob) for blob operations. Use for uploading, downloading, listing, and managing blobs and containers. Supports block blobs, append blobs, page blobs, SAS tokens, and streaming. Triggers: "blob storage", "@azure/storage-blob", "BlobServiceClient", "ContainerClient", "upload blob", "download blob", "SAS token", "block blob".
データベースazure-storage-file-datalake-py
skills/.github/plugins/azure-sdk-python/skills/azure-storage-file-datalake-py
Azure Data Lake Storage Gen2 SDK for Python. Use for hierarchical file systems, big data analytics, and file/directory operations. Triggers: "data lake", "DataLakeServiceClient", "FileSystemClient", "ADLS Gen2", "hierarchical namespace".
データベースazure-storage-file-share-py
skills/.github/plugins/azure-sdk-python/skills/azure-storage-file-share-py
Azure Storage File Share SDK for Python. Use for SMB file shares, directories, and file operations in the cloud. Triggers: "azure-storage-file-share", "ShareServiceClient", "ShareClient", "file share", "SMB".
データベースazure-storage-file-share-ts
skills/.github/plugins/azure-sdk-typescript/skills/azure-storage-file-share-ts
Azure File Share JavaScript/TypeScript SDK (@azure/storage-file-share) for SMB file share operations. Use for creating shares, managing directories, uploading/downloading files, and handling file metadata. Supports Azure Files SMB protocol scenarios. Triggers: "file share", "@azure/storage-file-share", "ShareServiceClient", "ShareClient", "SMB", "Azure Files".
データベースazure-storage-queue-py
skills/.github/plugins/azure-sdk-python/skills/azure-storage-queue-py
Azure Queue Storage SDK for Python. Use for reliable message queuing, task distribution, and asynchronous processing. Triggers: "queue storage", "QueueServiceClient", "QueueClient", "message queue", "dequeue".
データベースazure-storage-queue-rust
skills/.github/plugins/azure-sdk-rust/skills/azure-storage-queue-rust
Rust向けAzure Queue Storageライブラリ。キュー メッセージの送信、受信、管理を行います。トリガー: "queue storage rust", "QueueClient rust", "send message rust",…
azure-storage-queue-ts
skills/.github/plugins/azure-sdk-typescript/skills/azure-storage-queue-ts
Azure Queue Storage JavaScript/TypeScript SDK (@azure/storage-queue) for message queue operations. Use for sending, receiving, peeking, and deleting messages in queues. Supports visibility timeout, message encoding, and batch operations. Triggers: "queue storage", "@azure/storage-queue", "QueueServiceClient", "QueueClient", "send message", "receive message", "dequeue", "visibility timeout".
データベースazure-upgrade
azure-skills/skills/azure-upgrade
Azureワークロードのプラン、ティア、SKU間のアップグレードを評価し自動化します。プランの移行(従量課金からFlex Consumptionへ)、ティアのアップグレード、クロスサービスの移行(App ServiceからContainer Appsへ)を、変更前に順次評価を行いながら処理します。アップグレード前の準備状況レポートを生成し、既存のアプリ設定と構成を収集した上で、冪等性のあるスクリプトを使用して自動化されたアップグレード手順を実行します。破壊的なアクションやターゲットプラン/SKUには明示的なユーザー確認が必要です。
APIAWSDevOpsazure-upgrade
skills/.github/plugins/azure-skills/skills/azure-upgrade
Assess and upgrade Azure workloads between plans, tiers, or SKUs, or modernize Azure SDK dependencies in source code. WHEN: upgrade Consumption to Flex Consumption, upgrade Azure Functions plan, migrate hosting plan, change hosting plan, function app SKU, migrate App Service to Container Apps, migrate legacy Azure SDKs for Java, upgrade legacy Azure Java SDK, com.microsoft.azure to com.azure.
開発azure-validate
azure-skills/skills/azure-validate
Azureインフラストラクチャ、構成、および権限のデプロイ前検証を実施します。事前にazure-prepareを実行して生成された.azure/plan.mdが必要であり、計画が存在しない場合は即座に停止します。レシピ固有の検証コマンド(azd provision、bicep build、terraform validate)を実行し、その証跡を計画ドキュメントに記録します。ビルド検証、構成チェック、権限検証を実施し、いずれかのチェックに失敗した場合はデプロイをブロックします。計画ステータスを設定するための唯一の許可された方法です。
DevOpsセキュリティテストazure-validate
skills/.github/plugins/azure-skills/skills/azure-validate
Pre-deployment validation for Azure readiness. Run deep checks on configuration, infrastructure (Bicep or Terraform), RBAC role assignments, managed identity permissions, and prerequisites before deploying. WHEN: validate my app, check deployment readiness, run preflight checks, verify configuration, check if ready to deploy, validate azure.yaml, validate Bicep, test before deploying, troubleshoot deployment errors, validate Azure Functions, validate function app, validate serverless deployment, verify RBAC roles, check role assignments, review managed identity permissions, what-if analysis, validate Container Apps deployment.
開発azure-web-pubsub-ts
skills/.github/plugins/azure-sdk-typescript/skills/azure-web-pubsub-ts
Build real-time messaging applications using Azure Web PubSub SDKs for JavaScript (@azure/web-pubsub, @azure/web-pubsub-client). Use when implementing WebSocket-based real-time features, pub/sub messaging, group chat, or live notifications.
開発azuresql-db-auth
azure-sql-database-container/skills/azuresql-db-auth
アプリをAzure SQL Developerに安全に接続し、saログインの代わりに最小権限のデータベースユーザーを使用し、環境に応じた適切な認証方法を採用し、そして安全な…
azuresql-db-ci
azure-sql-database-container/skills/azuresql-db-ci
CIでAzure SQL Developer(プライベートプレビュー、ローカルエンジン)に対する統合テストを実行します。GitHub Actions、Azure Pipelines、GitLab CIを設定する際に使用します…
azuresql-db-connections
azure-sql-database-container/skills/azuresql-db-connections
アプリのデータベース接続を、ローカルのAzure SQL Developer(Private Preview)および、変更なしでクラウド上のAzure SQL Databaseに対して信頼性の高いものにします:…
azuresql-db-container
azure-sql-database-container/skills/azuresql-db-container
Azure SQL Developer(Azure SQL Databaseエンジン)をコンテナ内でローカルに実行します(プライベートプレビュー):SERVERPROPERTY('EngineEdition')…を返す実際のPaaSエンジンです。
azuresql-db-dab
azure-sql-database-container/skills/azuresql-db-dab
ローカルAzure SQL Developer上に、Microsoft Data API Builder(DAB)を使用して、コード不要のREST + GraphQL APIを即座に構築します。ユーザーが「私の…を公開したい」と希望する場合に使用します。
azuresql-db-faq
azure-sql-database-container/skills/azuresql-db-faq
Azure SQL Developer(プライベートプレビュー)で何ができて何ができないか、そしてそれがMicrosoft AzureクラウドのAzure SQL Databaseと異なる理由についての質問に回答します。
azuresql-db-feedback
azure-sql-database-container/skills/azuresql-db-feedback
azuresql-db-* エージェントスキル自体、または Azure SQL Developer(…内のローカル Azure SQL Database エンジン)に関するバグを報告したり、フィードバックを送信します。
azuresql-db-from-sql-server
azure-sql-database-container/skills/azuresql-db-from-sql-server
ローカルのSQL Server環境をAzure SQL Developerに移行し、Azureに忠実なローカル開発を実現します。プロジェクトが既にmcr.microsoft.com/mssql/serverを使用している場合に使用します…
azuresql-db-functions
azure-sql-database-container/skills/azuresql-db-functions
ローカルなAzure SQL Developer上に、Azure SQLバインドを使用したAzure FunctionsでサーバーレスAPIとイベント駆動ハンドラーを構築します。ユーザーが次のことを希望する場合に使用します…
azuresql-db-import
azure-sql-database-container/skills/azuresql-db-import
既存のAzure SQL DatabaseまたはSQL Serverのスキーマとデータを、SqlPackageを使用してローカルのAzure SQL Developerにインポートします。「bacpacをインポートして」と依頼された場合に使用します。
azuresql-db-local-to-cloud
azure-sql-database-container/skills/azuresql-db-local-to-cloud
ローカルのAzure SQL Databaseコンテナに対して構築およびテストされたコードが、クラウド上のAzure SQL Databaseでも変更なしで動作することを証明します。
azuresql-db-rag
azure-sql-database-container/skills/azuresql-db-rag
Azure SQL Developer上で、ネイティブのVECTOR型とVECTOR_DISTANCEを使用して、ローカルベクトル検索、RAG、埋め込み、セマンティック検索を構築します。必要な場合に使用します…
azuresql-db-scaffold
azure-sql-database-container/skills/azuresql-db-scaffold
新しいアプリ(.NET Aspire、FastAPI、Next.js、NestJS)を、ローカルのAzure SQL Developerをデフォルトの開発データベースとして接続するようにスキャフォールディングします。次の場合に使用します…
azuresql-db-schema-migration
azure-sql-database-container/skills/azuresql-db-schema-migration
ローカルのAzure SQL Developerに対してデータベーススキーマのマイグレーションを実行し、同じマイグレーションがローカルエンジンとAzureクラウドで同一に適用されるようにします。使用…
868 件中 241–270 件