Electron Scaffold
Helps with Electron, scaffolding as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add electron-scaffold npx -- -y @trustedskills/electron-scaffold
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"electron-scaffold": {
"command": "npx",
"args": [
"-y",
"@trustedskills/electron-scaffold"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The electron-scaffold skill provides a basic Electron application structure, preconfigured with common dependencies and tooling. It allows for rapid prototyping of desktop applications using web technologies (HTML, CSS, JavaScript). This scaffolding includes setup for build processes, testing frameworks, and package management.
When to use it
- You need to quickly start developing a cross-platform desktop application.
- You want a pre-configured Electron project with sensible defaults.
- You're familiar with web development technologies (HTML, CSS, JavaScript) but new to Electron.
- You are prototyping an application and need a basic structure to build upon.
Key capabilities
- Electron Application Structure
- Pre-configured Dependencies
- Build Process Setup
- Testing Framework Integration
- Package Management
Example prompts
- "Create an Electron app with React."
- "Generate a new Electron project using Typescript."
- "Scaffold an Electron application with basic UI elements."
Tips & gotchas
This skill assumes familiarity with command-line tools and package managers like npm or yarn. The generated scaffold is intended as a starting point; further customization will likely be required for specific application needs.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.