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. manutej
  4. /
  5. luxor-claude-marketplace
  6. /
  7. Apache Spark Data Processing

Apache Spark Data Processing

Editor's Note

This is a tier-1 reference for Apache Spark that covers the full stack: RDDs, DataFrames, Spark SQL, streaming, and MLlib. It walks through core concepts like lazy evaluation, partitioning strategies, and the Catalyst optimizer with practical guidance on when to cache data and how to choose between RDDs and DataFrames. The skill includes code examples for broadcast variables, accumulators, and connecting to various data sources. Useful if you're processing terabyte-scale datasets across a cluster or building ETL pipelines that need distributed computing. The source is honest about what Spark isn't good for, like small datasets under 100GB or ultra-low latency requirements under 10ms where you'd want a specialized stream processor instead.

Install

npx skills add https://github.com/manutej/luxor-claude-marketplace --skill apache-spark-data-processing
Votes
0
Installs199
GitHub Stars57
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment