CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

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
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
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
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. netlify
  4. /
  5. context-and-tools
  6. /
  7. Netlify Blobs

Netlify Blobs

Editor's Note

This is Netlify's zero-config object storage for files and assets like images, documents, uploads, and cached artifacts. It's available across all Netlify compute contexts without provisioning. The skill covers getStore(), CRUD operations, metadata handling, and the important distinction between site-scoped and deploy-scoped stores. The most useful bit here is the clear guidance on what Blobs is not for: if you need to store queryable records or application state, you want Netlify Database instead. Reach for this when you're dealing with actual file blobs, not structured data. Includes local development setup and the common "environment not configured" error fix.

Install

npx skills add https://github.com/netlify/context-and-tools --skill netlify-blobs
Votes
0
Installs224
GitHub Stars17
Categories
Cloud & Infrastructure
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Cloud & Infrastructure Skills

View all →
aws-cloudformation

aws/agent-toolkit-for-aws

0
1.2k
772
aws cloudformation
cloudformation-to-pulumi

pulumi/agent-skills

0
499
54
cloudformation to pulumi
azure-cloud-migrate

microsoft/azure-skills

0
295k
1.1k
Assess and migrate cloud workloads from AWS, GCP, and other providers to Azure services.
cloudflare

cloudflare/skills

0
20.5k
1.7k
Complete Cloudflare platform integration with decision trees for compute, storage, AI, networking, security, and infrastructure-as-code.
terraform-module-library

wshobson/agents

0
11.1k
36.2k
Reusable Terraform modules for AWS, Azure, GCP, and OCI infrastructure with standardized patterns and best practices.
terraform-azurerm-set-diff-analyzer

github/awesome-copilot

0
8.6k
34.3k
Identify false-positive diffs in Terraform AzureRM plans caused by Set-type attribute ordering.