
from awesome-omni-skills18
Authenticate to Azure services from TypeScript using DefaultAzureCredential, Managed Identity, service principals, and credential chains with provenance-preserv
Provides a TypeScript-focused workflow for authenticating to Azure services using the @azure/identity SDK. It documents recommended credential patterns (DefaultAzureCredential, Managed Identity, ClientSecret/Certificate), environment variable conventions, and example code for token acquisition and service client usage. The skill preserves upstream provenance and imported support files so operators can review original context before executing or modifying the workflow.
Use this skill when you need to implement or review authentication flows for Azure services from TypeScript projects, especially when maintaining provenance to upstream source material matters (e.g., packaging, audits, or PR reviews). It is appropriate for development, CI, Kubernetes workload identity, and production-managed-identity scenarios.
Likely useful to agent stacks with code and CLI capabilities (Codex-like CLIs, Claude Code, Cursor, Gemini CLI) because it includes code snippets and operational guidance for running commands and inspecting provenance.
This skill has not been reviewed by our automated audit pipeline yet.
Conductor Revert (Git-aware Revert Track)
Git-aware revert workflow for reverting tracks, phases, or tasks while preserving provenance and upstream workflow; includes safety checks and an execution plan
Security Threat Model (Repository-grounded)
Generate an evidence-backed, repository-specific threat model that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and prioritized miti
Context Restoration — Code Refactoring
Workflow and best practices for restoring and preserving project context during code refactoring, with provenance and selective file restoration.
HelpDesk Automation (Rube MCP)
Automate HelpDesk workflows via Rube MCP (Composio): list and paginate tickets, manage views, use canned responses, and inspect custom fields while preserving u
Azure Event Hubs (Rust) — Workflow
Run and review Azure Event Hubs workflows in Rust: send/receive events, batch sends, partitioned consumption and checkpointing with preserved provenance.