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. wshaddix
  4. /
  5. dotnet-skills
  6. /
  7. Validation Patterns

Validation Patterns

Editor's Note

This walks through the validation layer cake in ASP.NET Core, from DataAnnotations up through FluentValidation and options validation at startup. You get decision trees for picking the right approach (simple attributes vs IValidatableObject vs custom ValidationAttribute), tables of built-in attributes including the .NET 8 additions like AllowedValues and Base64String, and working examples of cross-property validation and MediatR pipeline behaviors. The IValidateOptions pattern for catching bad configuration at startup is especially worth having around. It's comprehensive enough that you'll reference it when setting up validation in a new project or when you need to remember the syntax for custom validators that need database access.

Install

npx skills add https://github.com/wshaddix/dotnet-skills --skill validation-patterns
Votes
0
Installs417
GitHub Stars47
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment