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. travisjneuman
  4. /
  5. .claude
  6. /
  7. Electron Desktop

Electron Desktop

Editor's Note

This covers the essentials of building cross-platform desktop apps with Electron, from main process setup to renderer communication. You get practical examples of the preload script pattern for secure IPC, native features like system trays and file dialogs, and the boilerplate for custom title bars that don't look like web apps pretending to be native. The structure guidance is solid, showing how to separate main, renderer, and shared code properly. It's comprehensive enough to get a production app started without wading through Electron's documentation maze, though you'll still need to figure out code signing and auto-updates on your own. Good reference for the security model alone.

Install

npx skills add https://github.com/travisjneuman/.claude --skill electron-desktop
Votes
0
Installs124
GitHub Stars60
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment