stock-dev

Guide Electron/React development with IPC patterns and type safety.

18|3|Updated Jul 5, 2026
One-click install
npx skills add https://github.com/hawx1993/stcok-buddy --skill stock-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-dev
Source: https://github.com/hawx1993/stcok-buddy/tree/main/.claude/skills/stock-dev
Command: npx skills add https://github.com/hawx1993/stcok-buddy --skill stock-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a centralized navigation and development manual for the StockBuddy project, ensuring developers adhere to strict architectural, data-flow, and safety standards when extending the platform.

Core Features & Use Cases

  • Development Navigation: Provides a clear map of the Electron/React structure, IPC channels, and service layers.
  • Data Integrity Enforcement: Ensures all financial data is sourced from real providers (stock-sdk) and prevents the use of fake or hardcoded market data.
  • Workflow Standardization: Guides the implementation of new features, bug fixes, and Agent-based analysis modules while maintaining type safety and performance.

Quick Start

Use the stock-dev skill to guide the implementation of a new market data service following the established provider and IPC patterns.

Frequently Asked Questions about stock-dev

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

FAQPage Schema
How do I structure an Electron and React application for financial data processing?

Structure an Electron and React financial application using clear IPC communication channels and service-layer abstractions. This enforces strict type safety and data integrity while guiding the integration of real-time market data through established provider patterns.

What is the best way to integrate real-time market data in an Electron app?

Integrate real-time market data by sourcing it directly from real providers via stock-sdk and storing it locally in DuckDB. This approach enforces strict data integrity rules by preventing the use of fake or hardcoded market data across the platform.

Can I use DuckDB for local storage in a React financial research platform?

Yes, you can use DuckDB for local storage in a React financial research platform. It facilitates the storage of real-time market data sourced from stock-sdk while maintaining strict type safety and enforcing data integrity rules across the application.

How do I add AI agent orchestration to an Electron-based financial application?

Add AI agent orchestration to an Electron financial application by following standardized workflow patterns for new analysis modules. This ensures new agent-based features comply with the project's IPC communication patterns and service-layer abstraction requirements.

Why does my financial platform fail type safety checks when extending features?

Financial platforms fail type safety checks when new features bypass service-layer abstraction requirements or use hardcoded market data. Enforce compliance with IPC communication patterns and source all financial data from real stock-sdk providers to resolve this.