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. pproenca
  4. /
  5. dot-skills
  6. /
  7. Codemod

Codemod

Editor's Note

This gives Claude systematic knowledge about writing AST-based code transformations using tools like ast-grep and JSSG. The skill covers 48 rules across pattern matching, node traversal, semantic analysis, and edit operations, all prioritized by impact. You'd want this when building codemods for automated refactoring, migrating codebases between API versions, or debugging why your transformation is matching the wrong nodes. The focus on idempotency, batched edits, and test fixtures shows real production experience. One thing that stands out is the emphasis on exploring ASTs before writing patterns and using constraints to avoid overly generic matches, which are exactly the mistakes that lead to broken migrations at scale.

Install

npx skills add https://github.com/pproenca/dot-skills --skill codemod
Votes
0
Installs218
GitHub Stars154
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment