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. ruvnet
  4. /
  5. ruflo
  6. /
  7. Ddd Validate

Ddd Validate

Editor's Note

This runs a comprehensive DDD compliance audit across your codebase, checking for the kind of violations that creep in when teams grow or deadlines loom. It scans your bounded contexts for illegal cross-boundary imports (like reaching directly into another context's domain layer instead of using public APIs), verifies aggregate roots aren't exposing public setters that bypass invariants, and validates that repositories and events follow proper patterns. You get a categorized table of violations with file paths and line numbers. Most useful during architecture reviews or when onboarding new developers who need to understand your context boundaries. The boundary violation detection alone saves hours of code review back and forth.

Install

npx skills add https://github.com/ruvnet/ruflo --skill ddd-validate
Votes
0
Installs323
GitHub Stars57.5k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment