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. aaronontheweb
  4. /
  5. dotnet-skills
  6. /
  7. Mjml Email Templates

Mjml Email Templates

Editor's Note

Handles MJML email template rendering in .NET using the Mjml.Net library. Sets up a template system with a shared layout for headers and footers, embeds MJML files as resources, and includes a renderer that does variable substitution before compiling to cross-client HTML. The composer pattern example is solid, keeping strongly-typed business logic separate from template rendering. The layout injection approach (replacing a {{Content}} placeholder) is simple and works well for transactional emails. If you're building signup confirmations, password resets, or billing emails and want something more maintainable than raw HTML strings, this gives you a clean foundation without much ceremony.

Install

npx skills add https://github.com/aaronontheweb/dotnet-skills --skill mjml-email-templates
Votes
0
Installs271
GitHub Stars981
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment