poly-engine-fullstack

Manage deployment, modification, and debugging of the Poly Engine Fullstack trading backend and frontend UI.

Updated Jul 7, 2026
One-click install
npx skills add https://github.com/reez455G/my-ai-agents --skill poly-engine-fullstack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: poly-engine-fullstack
Source: https://github.com/reez455G/my-ai-agents/tree/main/.omp/skills/poly-engine-fullstack
Command: npx skills add https://github.com/reez455G/my-ai-agents --skill poly-engine-fullstack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the complexities of managing and troubleshooting the Poly Engine Fullstack ecosystem, including both trading backend and frontend UI components.

Core Features & Use Cases

  • Trading Engine Management: Start, stop, and update trading strategies without state desync issues.
  • UI Dashboard Management: Simplify UI updates and PM2 restart processes.
  • Error Handling: Identifies common pitfalls such as ENOSPC errors and Git conflicts.

Quick Start

Run the poly-engine-fullstack skill to restart the 'btc-probabilistic-edge-btc-5m' strategy.

Frequently Asked Questions about poly-engine-fullstack

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

FAQPage Schema
How do I restart a trading strategy in a fullstack trading engine without state desync issues?

To restart a trading strategy without state desync, use the fullstack management APIs to safely stop and update the backend. This ensures your trading engine maintains state synchronization throughout the restart process.

Why does my trading engine UI dashboard fail to update after a PM2 restart?

Your trading engine UI dashboard fails to update after a PM2 restart due to state synchronization or configuration issues. Proper UI management requires handling React/Node frontend updates to ensure the dashboard loads correctly post-restart.

How do I resolve ENOSPC and Git conflict errors when deploying a trading engine fullstack?

To resolve ENOSPC and Git conflict errors during trading engine fullstack deployment, address common pitfalls in backend and frontend components. Clearing disk space and resolving branch conflicts ensures successful strategy management.

Can I manage both the Bun/TypeScript backend and React frontend of a trading engine simultaneously?

Yes, you can manage the Bun/TypeScript trading backend and React/Node frontend UI simultaneously through unified fullstack APIs. This allows handling strategy updates and UI dashboard modifications within a single workflow.

What is the best way to debug configuration issues across a fullstack trading engine?

The best way to debug configuration issues across a fullstack trading engine is to systematically check backend and frontend components. Identifying common pitfalls in state synchronization and deployment settings helps isolate and resolve fullstack errors.