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. absolutelyskilled
  4. /
  5. absolutelyskilled
  6. /
  7. Regex Mastery

Regex Mastery

Editor's Note

This is the regex skill you wish you'd had when you were staring at `/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z]).{8,}$/` at 2am wondering why it wasn't matching. It covers the fundamentals (greedy vs lazy, character classes, anchors) and the advanced stuff (named capture groups, lookarounds, catastrophic backtracking). The examples are practical: email validation, log parsing, phone number formats. What I appreciate most is the honesty about when not to use regex. It explicitly tells you to use a proper parser for HTML/XML and warns against trying to implement full RFC 5321 email validation. The emphasis on readability over cleverness and the push toward named groups will save future you from hating past you.

Install

npx skills add https://github.com/absolutelyskilled/absolutelyskilled --skill regex-mastery
Votes
0
Installs132
GitHub Stars168
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment