opus-deployment-guide

Deploy Opus-generated NinjaTrader strategy code to repositories and NinjaTrader bin.

2|3|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/mkalhitti-cloud/universal-or-strategy --skill opus-deployment-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opus-deployment-guide
Source: https://github.com/mkalhitti-cloud/universal-or-strategy/tree/main/.agent/skills/opus-deployment-guide
Command: npx skills add https://github.com/mkalhitti-cloud/universal-or-strategy --skill opus-deployment-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides deployment options for Opus-generated code in the Antigravity IDE, enabling automated MCP deployments, Haiku-based handoffs, and reliable manual workflows across different IDE setups.

Core Features & Use Cases

  • Automated MCP Bridge deployments: Deploy code automatically via call_gemini_flash and MCP server integration.
  • Haiku-based handoff: Semiautomated deployment using Claude Code CLI with Haiku sub-agents for multi-file operations.
  • Fully manual fallback: Emergency/manual deployment path for offline or degraded environments.
  • IDE-specific workflows: Clear guidance for Antigravity IDE, Claude Code CLI, and manual file operations to cover diverse development setups.

Quick Start

After Opus generates code, choose an deployment path based on your environment (MCP Bridge, Haiku Handoff, or Manual). Follow the corresponding setup steps and validation checks to ensure the code is deployed to the project repository and NinjaTrader bin, with CHANGELOG updates as appropriate.

Frequently Asked Questions about opus-deployment-guide

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

FAQPage Schema
How do I automate NinjaTrader strategy code deployment from the Antigravity IDE?

You can automate NinjaTrader strategy code deployment using the MCP Bridge to push Opus-generated code directly to your project repository and NinjaTrader bin. This workflow integrates call_gemini_flash and MCP server configurations for reliable file transfers.

Can I use Claude Code CLI with Haiku sub-agents for multi-file deployment?

Yes, Claude Code CLI supports semiautomated Haiku-based handoffs for multi-file deployment. Haiku sub-agents process the generated strategy code and deploy it to the project repository and NinjaTrader bin while updating the CHANGELOG.

What is the best way to deploy trading strategy code when offline or experiencing degraded environments?

The best way to deploy trading strategy code offline is the fully manual fallback workflow. This emergency path provides step-by-step guidance for manually moving Opus-generated code files to the project repository and NinjaTrader bin without relying on network connectivity.

Does the deployment workflow handle CHANGELOG updates automatically?

Yes, the deployment workflows handle CHANGELOG updates as part of the code transfer process. Whether using the automated MCP Bridge, semiautomated Haiku handoff, or manual fallback, the guidance includes steps to ensure CHANGELOG entries are appropriately updated.

How do I validate that Opus-generated code deployed correctly to NinjaTrader bin?

You validate the deployment by following the corresponding validation checks specified for your chosen deployment path. The workflow includes configuration steps and troubleshooting guidance to verify the Opus-generated code correctly reaches both the repository and NinjaTrader bin.

Why use an MCP bridge for code deployment instead of manual file operations?

An MCP bridge provides automated code deployment via server integration, reducing manual errors when transferring Opus-generated strategy code. It streamlines the workflow across IDE setups compared to fully manual file operations, which serve as an emergency fallback.