Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

volatio

volatio에는 adam-s에서 수집한 skills 13개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
13
Stars
0
업데이트
2026-02-12
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

market-data-integrity
소프트웨어 개발자

Market data integrity rules — gap filling, look-forward bias prevention, and stock split handling. Use when writing or reviewing code that loads prices, fills missing data, computes returns, backtests strategies, or makes trading decisions. Applies across Python, TypeScript, SQL, and TimescaleDB.

2026-02-12
debug-logs
소프트웨어 개발자

Analyze Volatio debug logs from /tmp/volatio-debug/. Use when the user asks to check debug logs, analyze problems, or diagnose simulation issues.

2026-02-07
systematic-testing
소프트웨어 품질 보증 분석가·테스터

Apply bottom-up systematic testing to a multi-layer system. Use when asked to test, debug, or verify a pipeline that spans multiple layers (e.g., Python worker → bridge → processor → API → UI).

2026-02-07
drizzle-migrations
소프트웨어 개발자

Drizzle Kit workflow for Volatio using idempotent migrations (generate + edit + migrate), never use push. Idempotent patterns prevent partial failure issues, enable safe re-runs, and work cleanly in CI. Use when schema changes, migration errors, or database sync issues occur.

2026-01-29
experiment-creation
데이터 과학자

Template for creating Volatio research experiments with Optuna optimization and portfolio backtesting. Includes proper train/test splits, lookahead bias prevention, results saving, and validated patterns from Exp 051-053.

2026-01-20
lookahead-bias-checklist
데이터 과학자

Financial research look-ahead bias verification for Volatio ML pipelines, mandatory baseline comparisons, timezone handling, feature leakage detection. Use when model accuracy seems too good or validating prediction experiments.

2026-01-14
research-progression-docs
소프트웨어 개발자

Creating PROGRESSION.md documents for research experiment series in Volatio. Captures the evolution of ideas, learnings, and breakthroughs across numbered experiments (001, 002, ...). Use when documenting experiment series or reviewing research evolution.

2026-01-10
ci-local-parity
소프트웨어 개발자

Run Volatio CI locally before pushing (ci-local.sh), mirrors GitHub Actions exactly, catches failures fast. Use when preparing to push, debugging CI failures, or verifying changes will pass.

2026-01-10
e2e-playwright-runbook
소프트웨어 품질 보증 분석가·테스터

Playwright E2E testing for Volatio using e2e.sh script, timeout handling, port zombies, lock files, storageState auth, test projects. Use when running E2E tests, debugging flaky tests, or auth issues.

2026-01-10
bullmq-queue-debug
소프트웨어 개발자

BullMQ job queue debugging for Volatio, redis-cli inspection patterns, checking stuck/failed/completed jobs, avoiding bun --eval hangs with queue connections. Use when jobs stuck, queue inspection needed, or debugging background workers.

2026-01-09
debug-logging
소프트웨어 개발자

Volatio debug logging convention with

2026-01-09
docker-db-queries
소프트웨어 개발자

Volatio database inspection via docker exec psql (volatio-postgres-1, db volatio_market), common queries for tables/enums/hypertables, schema drift checks, fast debug workflow. Use when checking counts, recent rows, missing relations, or TimescaleDB hypertables.

2026-01-09
terminal-commands
소프트웨어 개발자

Terminal command patterns for Volatio to avoid hanging, never pipe to head/tail, use quick scripts, show output, timeout handling. Use when commands hang, output buffering issues, or process management needed.

2026-01-09