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. kevmoo
  4. /
  5. dash_skills
  6. /
  7. Dart Modern Features

Dart Modern Features

Editor's Note

If you're working with Dart 3.0 or later, this teaches you the modern syntax that actually matters: records for multiple return values, pattern matching for destructuring JSON and data shapes, switch expressions instead of verbose switch statements, and sealed classes for exhaustive type checking. It also covers the smaller wins like extension types for zero-cost wrappers, null-aware collection elements, and dot shorthands for enums. The regex patterns for discovering refactoring opportunities are genuinely useful. Honestly, if you learned Dart before 3.0 or you're still writing switch statements with breaks everywhere, this will save you from looking dated and make your code measurably cleaner.

Install

npx skills add https://github.com/kevmoo/dash_skills --skill dart-modern-features
Votes
0
Installs205
GitHub Stars136
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment