소스 정보
- 저장소
- tradingstrategy-ai/getting-started
- 최근 소스 활동
- 2026년 7월 13일 12:42
- 감지된 SKILL.md 언어
- 영어
- 스타
- 245
- 포크
- 38
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tradingstrategy-ai/getting-started --skill run-variant-cycle명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | run-variant-cycle |
| description | Create and run a variant of a backtesting or optimiser notebook. |
This skill creates a variant of a backtesting or optimiser notebook, runs it and reports result back.
Usually you determine this from the conversation context and it is a previous experiment notebook, or a notebook linked by the user.
Then the user tells you how they want to modify the notebook.
Changes include
For further examples you can use:
scratchpad/vault-of-vaults/67-hyperliquid-dual-signal-parameter-tuning.ipynbscratchpad/vault-of-vaults/40-hyperliquid-august-start.ipynbBased on this we create a new notebook.
Parameters class, but sometimes they do not, such as when changing the optimiser target function.If the original notebook uses an optimiser (e.g. perform_optimisation with an iterations variable), reset iterations = 18 in the variant so that the initial run does not take too long. The user can increase iterations later once the notebook is confirmed working.
Run the notebook with the observable jupyter-execute-agent runner as described
in CLAUDE.md, using a subagent — poetry run jupyter-execute-agent {notebook}.ipynb
(see notebook-execution.md).
If there are any bugs, make sure subagent fixed them and rerun the notebook again.
From each backtest run, we should get
Reflect changes in the notebook
After the notebook has been successfully run, analyse the experiment result.
Update the notebook head section with the a Markdown table of summary of results.
Analyse individual positions and jumps in the equity curve. If the result looks lucky because of a single trade on one vault, instead of many vaults moving together during a broader market event, use curator.py to quantify that trade.
Check for other suspicious traits in the results, such as an unusually strong best day or extreme kurtosis. Note that a strong best day can still be valid if BTC and ETH moved sharply on that day.
We must have a worktree, branch and Github PR open.
poetry run notebook-static-server --port 8765 --url-for <notebook-path>.Mention the Github PR comment link in the chat.
setsid poetry run notebook-static-server --port 8765 > /tmp/notebook-static-server.log 2>&1 & echo $! > /tmp/notebook-static-server.pid
Check that Github PR comment correctly contains