Base Strategy Analysis banner
nahime0 nahime0

Base Strategy Analysis

Development community

Description

# Base Strategy Analysis — Shared Reference Reference file for all `/strategy-*` skills. Contains SQL queries for performance context and common modification patterns. **Database**: `data/trading_bot.db` (SQLite, WAL mode, readonly) **Config**: `config/settings.py` — `StrategyConfig` (line 112), env var mapping (lines 264-321) --- ## Performance SQL Queries Use these to understand current performance before making changes. Replace `{STRATEGY_TYPE}` with the strategy name. ### Performance S

Installation

Installs to ~/.claude/skills/nahime0-hyperliquid-bot-_base_strategy_analysis/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nahime0-hyperliquid-bot-_base_strategy_analysis && curl -fsSL https://raw.githubusercontent.com/nahime0/hyperliquid-bot/HEAD/.claude/skills/_base_strategy_analysis.md -o ~/.claude/skills/nahime0-hyperliquid-bot-_base_strategy_analysis/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository