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. dmmulroy
  4. /
  5. better-result
  6. /
  7. Better Result Adopt

Better Result Adopt

Editor's Note

This helps you introduce better-result into an existing TypeScript codebase without rewriting everything at once. It walks through replacing try/catch blocks, null sentinels, and thrown domain exceptions with typed Result workflows. The migration strategy is practical: start at I/O boundaries like HTTP clients and database calls, define your TaggedError types first, then refactor callers to propagate Result values using andThen or Result.gen. The transformation examples are concrete and cover the most common patterns you'll encounter. It's opinionated about not over-wrapping everything and keeping defects as throws instead of forcing them into Results. If you're tired of losing error context in catch blocks or passing around nulls to signal failure, this gives you a clear incremental path forward.

Install

npx skills add https://github.com/dmmulroy/better-result --skill better-result-adopt
Votes
0
Installs441
GitHub Stars1.5k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment