Agent skill · DevOps & Cloud

azure-usage

This skill should be used when user asks to "query Azure resources", "list storage accounts", "manage Key Vault secrets", "work with Cosmos DB", "check AKS clusters", "use Azure MCP", or interact with any Azure service.

fcakyongithub.com/fcakyonGitHub ↗
claude-codecodexcursorApache-2.0
Install
npx skills add fcakyon/claude-codex-settings --skill azure-usage --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: plugins/azure-tools/skills/azure-usage/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 967
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Azure MCP Best Practices ## Tool Selection | Task | Tool | Example | | -------------------- | ---------------------- | ----------------------------------- | | List resources | `mcp__azure__*_list` | Storage accounts, Key Vault secrets | | Get resource details | `mcp__azure__*_get` | Container details, database info | | Create resources | `mcp__azure__*_create` | New secrets, storage containers | | Query data | `mcp__azure__*_query` | Log Analytics, Cosmos DB | ## Common Operations ### Storage - `storage_accounts_list` - List storage accounts - `storage_blobs_list` - List blobs in container - `storage_blobs_upload` - Upload file to blob ### Key Vault - `keyvault_secrets_list` - List secrets - `keyvault_secrets_get` - Get secret value - `keyvault_secrets_set` - Create/update secret ### Cosmos DB - `cosmosdb_databases_list` - List databases - `cosmosdb_containers_list` - List containers - `cosmosdb_query` - Query documents ### AKS - `aks_clusters_list` - List AKS clusters - `aks_nodepools_list` - List node pools ### Monitor - `monitor_logs_query` - Query Log Analytics ## Authentication Azure MCP uses Azure Identity SDK. Authenticate via: - `az login` (Azure CLI - recommended) - VS C

What's inside
Steps it walks through
  1. Tool Selection
  2. Common Operations
  3. Storage
  4. Key Vault
  5. Cosmos DB
  6. AKS
  7. Monitor
  8. Authentication
  9. Reference
More from claude-codex-settings
All skills →
About this skill
What does the azure-usage skill do?

This skill should be used when user asks to "query Azure resources", "list storage accounts", "manage Key Vault secrets", "work with Cosmos DB", "check AKS clusters", "use Azure MCP", or interact with any Azure service.

How do I install it?

Run `npx skills add fcakyon/claude-codex-settings --skill azure-usage --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From fcakyon/claude-codex-settings, a repository with 967 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going