setup-runtime-electron

Reconcile repositories to an Electron runtime baseline with TypeScript tooling and validation workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that your repository meets the required Electron runtime baseline, including necessary tooling, validation workflows, and GitHub policies, without relying on external bootstrap scripts.

Core Features & Use Cases

  • Runtime Reconciliation: Aligns your project with the Electron runtime standards defined by shared guidance.
  • Tooling Integration: Integrates essential TypeScript tooling like Bun, ESLint, Prettier, and Vitest.
  • Use Case: When setting up a new Electron application, this Skill automatically configures the project's runtime environment, ensuring all necessary files, workflows, and toolings are in place for a smooth development and deployment process.

Quick Start

Use the setup-runtime-electron skill to reconcile the repository to the Electron runtime baseline.

Frequently Asked Questions about setup-runtime-electron

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

FAQPage Schema
How do I set up an Electron runtime baseline with TypeScript tooling?

To set up an Electron runtime baseline, this Skill reconciles your repository by directly integrating required TypeScript tooling such as Bun, ESLint, Prettier, and Vitest from tracked templates.

What's the best way to configure GitHub Actions validation workflows for an Electron app?

Configuring GitHub Actions validation workflows for an Electron app is handled by reconciling your repository to adhere to GitHub policies, ensuring automated PR merging readiness through standardized validation checks.

Do I need external bootstrap scripts to standardize my Electron application runtime?

You do not need external bootstrap scripts to standardize your Electron application runtime, as this Skill applies direct file reconciliation from tracked templates to establish the required baseline.

Can I use this Electron runtime setup for a new TypeScript project?

You can use this setup for a new TypeScript project intended to run as an Electron application, automatically configuring the runtime environment for smooth development and deployment.

Why does my Electron project need runtime reconciliation?

Electron project runtime reconciliation is needed to ensure your repository meets required standards for TypeScript tooling, validation workflows, and GitHub repository policies without manual configuration.

What limitations exist when reconciling a repository to an Electron runtime baseline?

Limitations include that the Electron runtime baseline reconciliation applies only to projects intended to run as Electron applications and relies entirely on direct file reconciliation from tracked templates.