resource▌
10 indexed skills · max 10 per page
azure-resource-lookup
microsoft/azure-skills · Cloud
Fast discovery and inventory of Azure resources across subscriptions using Resource Graph queries. \n \n Queries any Azure resource type (VMs, storage accounts, web apps, container apps, Key Vaults, etc.) across subscriptions and resource groups in a single command \n Supports cross-cutting searches for orphaned resources, missing tags, unhealthy states, and resource inventory counts \n Routes single-resource-type queries to dedicated MCP tools when available; falls back to Azure Resource Graph
m02-resource
actionbook/rust-skills · Productivity
Layer 1: Language Mechanics
resource-curator
leonardomso/33-js-concepts · Productivity
Use this skill to find, evaluate, add, and maintain high-quality external resources (articles, videos, courses) for concept documentation pages. This includes auditing existing resources for broken links and outdated content.
m02-resource
zhanghandong/rust-skills · Productivity
Smart pointer and resource ownership patterns for Rust heap allocation and reference counting. \n \n Guides ownership decisions through a three-step model: single vs. shared ownership, single-threaded vs. multi-threaded context, and presence of reference cycles \n Covers six core types (Box, Rc, Arc, Weak, Cell, RefCell) with a decision flowchart and quick reference table for choosing the right pattern \n Includes common errors and anti-patterns with fixes, such as using Weak to break cycles, av
filament-resource
mwguerra/claude-code-plugins · Productivity
Complete FilamentPHP v4 resources with forms, tables, relation managers, and custom pages. \n \n Generates resource classes with form schemas, table configurations, and page routing following official FilamentPHP documentation patterns \n Supports resource variants including soft deletes, view-only pages, and simple modal-based forms via artisan commands \n Includes 20+ form field types (text inputs, selectors, date/time pickers, file uploads, relationship fields) and 5+ table column types with
azure-resource-visualizer
github/awesome-copilot · Cloud
Analyze Azure resource groups and generate detailed Mermaid diagrams showing resource relationships and architecture. \n \n Discovers and analyzes all resources within a specified resource group, capturing configurations, SKUs, network settings, and identity details \n Maps relationships between resources including network connections, data flows, identity bindings, and dependencies \n Generates layered Mermaid diagrams with subgraphs organized by function (Network, Compute, Data, Security, Moni
resource-scout
nicepkg/ai-workflow · Productivity
Search and discover existing Claude Code skills and MCP servers before building custom solutions.
azure-resource-health-diagnose
github/awesome-copilot · Cloud
Diagnose Azure resource health issues and generate a prioritized remediation plan. \n \n Analyzes resource status, logs, and telemetry across 8+ Azure service types (Web Apps, VMs, Cosmos DB, Storage, SQL Database, Application Insights, Key Vault, Service Bus) \n Executes targeted KQL queries against Log Analytics and Application Insights to identify errors, performance degradation, and anomalies \n Classifies issues by severity (Critical, High, Medium, Low) and performs root cause analysis acro
azure-resource-visualizer
microsoft/azure-skills · Cloud
Transform Azure resource groups into detailed architecture diagrams showing resource relationships and configurations. \n \n Discovers all resources within a resource group and analyzes their configurations, dependencies, and interconnections \n Generates Mermaid diagrams organized by logical layers (Network, Compute, Data, Security, Monitoring) with SKU details and connection labels \n Maps relationships including network connections, data flows, identity bindings, and configuration dependencie
python-resource-management
wshobson/agents · Backend
Deterministic resource management with context managers, cleanup patterns, and streaming state accumulation. \n \n Covers class-based and decorator-based context managers for sync and async resources, with unconditional cleanup guarantees even on exceptions \n Includes patterns for database connections, file handles, connection pools, and dynamic resource management via ExitStack \n Provides streaming response patterns with efficient state accumulation, metrics tracking, and time-to-first-byte m