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. seed-hypermedia
  4. /
  5. seed
  6. /
  7. Xstate

Xstate

Editor's Note

This is a comprehensive XState v5 skill that guides you through designing, implementing, and migrating state machines in TypeScript. It knows when to recommend the simpler @xstate/store instead of a full machine, which is refreshingly practical. The skill emphasizes modeling first and API correctness second, walking you through the right questions before you write code: what are the finite states, what belongs in context, should this be a guard or a separate state. It handles three distinct modes (new code, local edits, migrations) and adjusts its opinionation accordingly, so it won't bulldoze your existing codebase with unnecessary refactors. Particularly strong on v5-specific patterns like setup scoped actions, tags for UI semantics, and choosing the right actor type for your async work.

Install

npx skills add https://github.com/seed-hypermedia/seed --skill xstate
Votes
0
Installs464
GitHub Stars53
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment