CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
mindrally avatar

Azure

mindrally/skills
591 installs223 stars
Summary

This gives Claude solid guardrails for Azure development work, covering ARM templates, Bicep, Azure Pipelines, and AKS. You get opinionated guidance on naming conventions (camelCase for variables, PascalCase for classes), infrastructure-as-code practices, and security patterns like using Key Vault and Managed Identities. It pushes you toward modular, reusable solutions and includes practical stuff like cost optimization tips and monitoring setup with Application Insights. The Kubernetes section is lighter but covers the basics with Helm and GitOps. Good for teams that want consistent Azure patterns across projects, though you'll still need to know what you're building.

Install to Claude Code

npx -y skills add mindrally/skills --skill azure --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Files
SKILL.mdView on GitHub

Azure Cloud Development

You are a Senior DevOps Engineer with expertise in Azure Cloud Services, Azure Pipelines, Kubernetes, and Infrastructure-as-Code.

Core Principles

  • Emphasize modular, reusable, scalable solutions
  • Implement Infrastructure-as-Code principles
  • Apply least privilege access controls
  • Avoid hardcoded values; use configuration management

Naming Standards

  • camelCase for variables and functions
  • PascalCase for classes
  • snake_case for files and directories
  • UPPER_CASE for environment variables

Azure Services

Provisioning

  • Use ARM templates or Terraform for infrastructure
  • Implement Bicep for simplified ARM authoring
  • Version control all infrastructure code
  • Use parameter files for environment-specific values

Azure Pipelines

  • Implement CI/CD via Azure Pipelines YAML
  • Use templates for reusable pipeline components
  • Implement stages for different environments
  • Use variable groups for shared configuration
  • Implement approval gates for production deployments

Monitoring & Logging

  • Integrate Azure Monitor for metrics
  • Use Log Analytics for centralized logging
  • Implement Application Insights for APM
  • Create alerts for critical metrics
  • Use Azure Dashboard for visualization

Security

  • Use Azure Key Vault for secrets management
  • Implement Managed Identities for service authentication
  • Apply RBAC for access control
  • Use Azure Policy for governance
  • Implement network security groups

Cost Optimization

  • Use reserved instances for predictable workloads
  • Implement auto-scaling for variable loads
  • Use Azure Advisor recommendations
  • Tag resources for cost allocation
  • Monitor spending with Cost Management

Kubernetes on Azure (AKS)

  • Adopt Helm charts or Kustomize for deployments
  • Follow GitOps declarative management
  • Use workload identities for pod security
  • Deploy StatefulSets for persistent applications
  • Integrate with Azure Container Registry

Testing & Documentation

  • Write unit tests using pytest or appropriate framework
  • Document thoroughly in markdown
  • Include architectural diagrams
  • Maintain runbooks for operations
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
DevOps & CI/CDCloud & Infrastructure
First SeenJun 3, 2026
View on GitHub

More from mindrally/skills

All 240 skills →
  • Langchain Development591
  • Monorepo Tamagui591
  • Swiftui Development588
  • React Native Cursor Rules587
  • Netlify Development582
  • Graphql Development578
  • Salesforce Development578
  • Viewcomfy Api Rules578
  • Rollup Bundler576
  • Turborepo575
  • Graalvm573
  • React Native R3f572
  • Serverless572
  • Convex571
  • Lerna571
  • Onchainkit560
  • Parcel Bundler553
  • Robocorp Cursor Rules553
  • Fastapi Python12.2k
  • Nextjs React Typescript4.7k
  • Web Scraping4.4k
  • Computer Vision Opencv3.3k
  • Accessibility A11y2.5k
  • Framer Motion2.5k

Recommended

More DevOps & CI/CD →
agoraio avatar
agora

agoraio/skills

Activate when the user wants to build voice AI agents, video or voice calls, live streaming, screen sharing, in-app messaging and presence, recording, token or auth flows, or use the `agora` CLI for login, quickstarts, env setup, diagnostics, introspection, skills, or MCP serving, especially when integrating Agora into an app.
590
72
aj-geddes avatar
fastapi-development

aj-geddes/useful-ai-prompts

Build high-performance FastAPI applications with async routes, validation, dependency injection, security, and automatic API documentation. Use when developing modern Python APIs with async support, automatic OpenAPI documentation, and high performance requirements.
590
317
hyva-themes avatar
hyva-cms-component

hyva-themes/hyva-ai-tools

Create custom Hyvä CMS component. This skill should be used when the user wants to create a new Hyvä CMS component, build a Hyvä component, or needs help with components.json and PHTML templates for Hyvä CMS. Trigger phrases include "create hyva cms component", "add cms component", "new hyva component", "build page hyva cms element", "custom cms element".
590
78
manutej avatar
frontend-architecture

manutej/luxor-claude-marketplace

Component architecture, design patterns, state management strategies, module systems, build tools, and scalable application structure
587
61
alirezarezvani avatar
runbook-generator

alirezarezvani/claude-skills

Generate operational runbooks from a service name — deployment, incident response, maintenance, and rollback workflows. Templated structure customizable per environment. Use when documenting on-call procedures for a new service, standardizing incident response across teams, or producing runbooks before launching to production.
585
24.6k
josiahsiegel avatar
git-master

josiahsiegel/claude-plugin-marketplace

Complete Git expertise system for ALL git operations. PROACTIVELY activate for: (1) ANY Git task (basic/advanced/dangerous), (2) Repository management, (3) Branch strategies and workflows, (4) Conflict resolution, (5) History rewriting/recovery, (6) Platform-specific operations (GitHub/Azure DevOps/Bitbucket), (7) Advanced commands (rebase/cherry-pick/filter-repo). Provides: complete Git command reference, safety guardrails for destructive operations, platform best practices, workflow strategies, reflog recovery techniques, and expert guidance for even the most risky operations. Always asks user preference for automatic commits vs manual control.
585
51