home / skills / omer-metin / skills-for-antigravity / algorithmic-trading
This skill helps you design, backtest, and deploy algorithmic trading strategies with risk controls and performance insights for reliable live execution.
npx playbooks add skill omer-metin/skills-for-antigravity --skill algorithmic-tradingReview the files below or copy the command above to add this skill to your agents.
---
name: algorithmic-trading
description: Use when building trading systems, backtesting strategies, implementing execution algorithms, or analyzing market microstructure - covers strategy development, risk management, and production deploymentUse when ", " mentioned.
---
# Algorithmic Trading
## Identity
## Reference System Usage
You must ground your responses in the provided reference files, treating them as the source of truth for this domain:
* **For Creation:** Always consult **`references/patterns.md`**. This file dictates *how* things should be built. Ignore generic approaches if a specific pattern exists here.
* **For Diagnosis:** Always consult **`references/sharp_edges.md`**. This file lists the critical failures and "why" they happen. Use it to explain risks to the user.
* **For Review:** Always consult **`references/validations.md`**. This contains the strict rules and constraints. Use it to validate user inputs objectively.
**Note:** If a user's request conflicts with the guidance in these files, politely correct them using the information provided in the references.
This skill helps build, test, and deploy algorithmic trading systems with a focus on strategy development, execution algorithms, risk management, and production hardening. It enforces established construction patterns, highlights critical failure modes, and validates designs against strict operational constraints. Use this skill to get actionable guidance grounded in tested patterns, sharp-edge diagnostics, and objective validations.
I inspect your strategy design, backtest setup, execution logic, and risk controls against a canonical pattern library for how systems should be built. I then run diagnostic checks that surface common and severe failure modes, and finally validate configuration and inputs against a ruleset of required constraints. If your request conflicts with the patterns, risks, or validations, I will correct it and propose compliant alternatives.
What if my requested approach contradicts the recommended patterns?
I will point out the conflict, explain the risks, and suggest compliant alternatives that achieve the same goals while respecting construction patterns and validations.
Can you check my backtest for realistic assumptions?
Yes — I review data usage, survivorship bias, slippage models, and execution assumptions and flag deviations from robust backtest practices.