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. thesysdev
  4. /
  5. openui
  6. /
  7. Openui

Openui

Editor's Note

This gives Claude the ability to help you build generative UI applications with OpenUI, a framework that lets LLMs output interfaces using OpenUI Lang instead of markdown or JSON. The core idea is simple: you define a component library with Zod schemas, generate a system prompt from it, and the LLM streams back a compact line-oriented language that renders progressively in React. It's up to 67% more token-efficient than JSON alternatives, which matters when you're streaming interfaces. The skill covers scaffolding new projects, defining components, wiring up the renderer, and debugging the language output. If you're building chat interfaces or any app where an LLM needs to generate structured UI on the fly, this is the pattern to know.

Install

npx skills add https://github.com/thesysdev/openui --skill openui
Votes
0
Installs585
GitHub Stars6.6k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment