implement-electron

Plan and implement Electron app changes with formatting, linting, testing, and build checks.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of implementing changes in an Electron-based project by ensuring code quality, correctness, and build integrity through a series of automated checks.

Core Features & Use Cases

  • Automated Workflow: Guides through planning, coding, testing, and verification steps.
  • Code Quality Assurance: Integrates formatting, typechecking, and linting.
  • Testing & Verification: Includes unit testing and build checks, with optional UI smoke tests.
  • Use Case: When a new feature requires modifications to the Electron application's UI and core logic, this Skill ensures all aspects are covered from initial planning to final build verification.

Quick Start

Use the implement-electron skill to plan and implement changes for the user authentication module.

Frequently Asked Questions about implement-electron

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

FAQPage Schema
How do I implement changes in an Electron application and verify the build?

To implement changes in an Electron application, you can use a workflow that plans modifications and verifies them through formatting, typechecking, linting, testing, and build checks. This ensures code quality and functional correctness.

What is a tests-first approach for Electron development?

A tests-first approach for Electron development requires writing tests before modifying behavioral code. This enforces project standards by validating functional correctness through unit testing and optional UI smoke tests before final build verification.

How do I ensure code quality when modifying Electron core logic?

Ensuring code quality when modifying Electron core logic involves integrating automated formatting, typechecking, and linting into your development workflow. These checks enforce project standards during the implementation process.

Do I need specific profile configurations to build and test Electron projects?

Yes, specific profile configurations are required to build and test Electron projects. These configurations are determined by your project dependencies and ensure the environment is correctly set up for linting, testing, and verification.

What is the best way to add a new feature to an Electron UI and core logic?

The best way to add a feature to an Electron UI and core logic is following a guided workflow covering planning, coding, testing, and verification. This ensures all aspects, from initial modifications to final build integrity, are checked.