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. curiouslearner
  4. /
  5. devkit
  6. /
  7. Csv Processor

Csv Processor

Editor's Note

This handles the everyday CSV grunt work you'd normally reach for pandas or csv-parser to do. It'll auto-detect delimiters and encodings, filter rows with conditions like "age > 30", merge multiple files, remove duplicates, and generate basic stats. The skill covers both Python and JavaScript implementations with actual code patterns for reading, writing, filtering, sorting, and grouping data. Honestly most useful when you're doing quick data cleanup or analysis and don't want to write boilerplate parsing code. The pivot table and aggregation examples are solid if you're doing anything beyond basic row filtering.

Install

npx skills add https://github.com/curiouslearner/devkit --skill csv-processor
Votes
0
Installs327
GitHub Stars27
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment