skills/hft-quant-expert/SKILL.md
Quantitative trading expertise for DeFi and crypto derivatives. Use when building trading strategies, signals, risk management. Triggers on signal, backtest, alpha, sharpe, volatility, correlation, position size, risk.
npx skillsauth add aaaaqwq/agi-super-team hft-quant-expertInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Quantitative trading expertise for DeFi and crypto derivatives.
Calculate z-score or other entry signal.
Use Kelly Criterion (0.25x) for position sizing.
Check for lookahead bias, survivorship bias, overfitting.
Include gas + slippage in profit calculations.
# Z-score
zscore = (value - rolling_mean) / rolling_std
# Sharpe (annualized)
sharpe = np.sqrt(252) * returns.mean() / returns.std()
# Kelly fraction (use 0.25x)
kelly = (win_prob * win_loss_ratio - (1 - win_prob)) / win_loss_ratio
# Half-life of mean reversion
half_life = -np.log(2) / lambda_coef
development
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.