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. yetone
  4. /
  5. native-feel-skill
  6. /
  7. Native Feel Cross Platform Desktop

Native Feel Cross Platform Desktop

Editor's Note

If you're building a launcher, system tray utility, or any desktop app that needs to run on macOS and Windows without screaming "I'm a web app," this walks you through the architecture Raycast actually ships: native shell in Swift or C# owns the window and materials, system WebView renders a shared React UI, Rust handles heavy lifting, and everything talks through typed IPC contracts. It's opinionated about when this stack makes sense and when it doesn't, includes a 30-item ship readiness checklist, and dedicates an entire file to WebView throttling bugs you will hit. Not for Electron-style apps or anything that can tolerate feeling like a webpage. The skill is basically a distillation of real production choices with all the trade-offs surfaced up front.

Install

npx skills add https://github.com/yetone/native-feel-skill --skill native-feel-cross-platform-desktop
Votes
0
Installs244
GitHub Stars1.4k
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment