setup-role-electron

Reconcile an Electron application repository to a predefined role baseline.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/tachiiri-org/agent-ops --skill setup-role-electron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-role-electron
Source: https://github.com/tachiiri-org/agent-ops/tree/main/.codex/skills/setup-role-electron
Command: npx skills add https://github.com/tachiiri-org/agent-ops --skill setup-role-electron

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures an Electron application repository adheres to a predefined baseline configuration, automating the setup and reconciliation process for new or existing projects.

Core Features & Use Cases

  • Baseline Reconciliation: Verifies and corrects Electron application configurations against a standard role baseline.
  • Automated Setup: Ensures essential project structures like entry points and basic window rendering are in place.
  • Use Case: When starting a new Electron project, use this Skill to automatically set up the minimal required files and configurations, ensuring it meets the project's core standards before development begins.

Quick Start

Run the setup-role-electron command to reconcile the current Electron application repository to its expected role baseline.

Frequently Asked Questions about setup-role-electron

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reconcile an Electron app to a baseline configuration?

To reconcile an Electron app, you verify the target directory, ensure a clean working tree, and inspect entrypoints, window rendering, and features against a predefined baseline. The skill corrects configurations and reports any unfixable policy drift.

What is Electron baseline reconciliation and when do I need it?

Electron baseline reconciliation verifies and corrects application configurations against a standard role baseline. You need it when starting a new project or ensuring an existing repository meets core structural and feature standards before development.

Do I need Codex and Serena available to set up an Electron repository?

Yes, you need Codex and Serena available. The setup process checks for their availability and uses Serena to activate the project before inspecting and reconciling the Electron baseline configurations.

How do I ensure my Electron project has the correct entry points and window rendering?

You ensure correct entry points and window rendering by running a baseline reconciliation process. This inspects the application structure, automatically verifies minimal required files, and corrects configurations to meet baseline standards.

What happens if the Electron baseline reconciliation encounters unfixable policy drift?

If the reconciliation encounters unfixable policy drift, the process reports the drift rather than forcing changes. It completes by running standard validation commands to verify the current state of the application.