WolfpackOfOne

27 mods across 1 repository, 5 stars between them.

crypto-data-guide

01

WolfpackOfOne/Q-agent

Agent Claude Code

Reference guide for pulling crypto OHLCV data via the unified ccxt pipeline at infrastructure/pipelines/crypto/. Use when the user asks how to pull, refresh, or access Binance/Coinbase/Kraken price data, or how to load crypto zips in research notebooks. Trigger phrases: 'crypto data', 'pull from binance', 'pull from…

5 1mo ago A 100 tokens original MIT

edgar-data-guide

02

WolfpackOfOne/Q-agent

Agent Claude Code

Reference guide for pulling SEC EDGAR fundamentals via the edgartools pipeline at infrastructure/pipelines/edgar/. Use when the user asks how to pull, refresh, or access EDGAR data — income statements, balance sheets, cash flow, or quarterly filings. Trigger phrases: 'edgar data', 'pull fundamentals', 'SEC filings'…

5 1mo ago A 97 tokens original MIT

lean-api-guide

03

WolfpackOfOne/Q-agent

Agent Claude Code

On-demand LEAN API reference for gotchas, patterns, and best practices. Use when writing or reviewing QuantConnect algorithm code to avoid common pitfalls. Invoke when you need detailed code examples for LEAN API usage — the always-loaded claude.md has only imperative summaries.

5 1mo ago A 58 tokens original MIT

WolfpackOfOne/Q-agent

Agent Claude Code

Guide for setting up, launching, and working inside marimo notebooks for exploratory signal research against local WRDS/CRSP data. Use when the user asks how to start a marimo notebook, how WRDS data is formatted for marimo, how to use the marimo-pair skill, or how to load 30-stock equity universe price/fundamental…

5 1mo ago A 117 tokens original MIT

new-pipeline-coder

05

WolfpackOfOne/Q-agent

Agent Claude Code

Creates new data pipelines that output LEAN-formatted files. Use when the user wants to pull data from a new source (API, database, file) and make it available for local LEAN backtests. Trigger phrases: 'new pipeline', 'add data source', 'pull data from', 'download [X] data locally', 'create a pipeline for', 'set up…

5 1mo ago A 88 tokens original MIT

new-strategy-coder

06

WolfpackOfOne/Q-agent

Agent Claude Code

QuantConnect project bootstrap specialist. Use proactively when asked to make, create, scaffold, or standardize a new project under MyProjects with standalone Git, project-local AGENTS.md and claude.md, and working local LEAN backtest and research setup.

5 1mo ago A 57 tokens original MIT

WolfpackOfOne/Q-agent

Agent Claude Code

Reference guide for pulling Polymarket prediction-market data via the Gamma + CLOB pipelines at infrastructure/pipelines/polymarket/. Use when the user asks how to pull, refresh, or access Polymarket market metadata or YES-token price history, or how to load it in research notebooks. Trigger phrases: 'polymarket'…

5 1mo ago A 94 tokens original MIT

qc-algo-coder

08

WolfpackOfOne/Q-agent

Agent Claude Code

Use this agent when building a new QuantConnect LEAN algorithm from a strategy specification. It scaffolds the full project structure including main.py, domain/config.py, models/alpha.py, and models/portfolio.py following the atomic layered architecture. Examples:\n\n \nContext: User wants to build a momentum-based…

5 1mo ago A 397 tokens original MIT

WolfpackOfOne/Q-agent

Agent Claude Code

Process and analyze manually downloaded backtest results from the QuantConnect website. Parses orders, trades, logs, and result JSON files to perform sanity checks, realized P&L analysis, and trade-to-log correlation. Use when the user has downloaded backtest output files and wants them analyzed. Context: User…

5 1mo ago A 356 tokens original MIT

qc-cloud-validator

10

WolfpackOfOne/Q-agent

Agent Claude Code

Use this agent when algorithm code changes have been made to a QuantConnect project and you need to validate the code compiles and runs without errors before proceeding to notebook analysis or committing changes. This agent should be invoked proactively after any significant code modification.\n\n \nContext: The user…

5 1mo ago A 391 tokens copy · 77% MIT

qc-notebook-writer

11

WolfpackOfOne/Q-agent

Agent Claude Code

Use this agent when asked to create or populate .ipynb files under a project's research/ directory in the QuantConnect workspace. This includes writing single notebooks or complete 5-notebook teaching series that use QuantBook() for data access. Trigger this agent whenever a user requests notebook creation, notebook…

5 1mo ago A 405 tokens original MIT

WolfpackOfOne/Q-agent

Agent Claude Code

Search and manage the References/ library of research material — books, papers, repos, notes, and web articles from QuantConnect blog, Quantacracy, and Quantpedia. Use when the user asks to find material on a topic, fetch new articles, or check what references exist. Context: User wants to know if they have any…

5 1mo ago A 317 tokens original MIT

wrds-data-guide

13

WolfpackOfOne/Q-agent

Agent Claude Code

Reference guide for pulling data from WRDS into the local LEAN pipeline. Use when the user asks how to pull, refresh, or access WRDS data — equity prices, ETF constituents, sector classifications, or Piotroski F-scores. Trigger phrases: 'data from WRDS', 'pull from WRDS', 'refresh WRDS', 'WRDS pipeline', 'how do I get…

5 1mo ago A 97 tokens original MIT

reflect

14

WolfpackOfOne/Q-agent

Command Claude Code

Review pending memory candidates and promote durable project learnings into .claude/memory.

5 1mo ago A 17 tokens original MIT

Stop

15

WolfpackOfOne/Q-agent

Hook Claude Code

Runs when the agent finishes a response, executing stop-memory-nudge.sh. From WolfpackOfOne/Q-agent.

5 1mo ago A tokens not measured copy · 56% MIT

SessionStart

16

WolfpackOfOne/Q-agent

Hook Claude Code

Runs when a session starts on startup, resume, clear and compact, executing load_memory.py. From WolfpackOfOne/Q-agent.

5 1mo ago A tokens not measured original MIT

PostToolUse

17

WolfpackOfOne/Q-agent

Hook Claude Code

Runs after a tool call finishes for Bash tool calls, executing log_tool_event.py. From WolfpackOfOne/Q-agent.

5 1mo ago A tokens not measured original MIT

SessionEnd

18

WolfpackOfOne/Q-agent

Hook Claude Code

Runs when a session ends, executing extract_session_memory.py. From WolfpackOfOne/Q-agent.

5 1mo ago A tokens not measured copy · 47% MIT

Q-agent

19

WolfpackOfOne/Q-agent

Settings file Claude Code

Agent settings declaring 4 hook events (Stop, SessionStart, PostToolUse, SessionEnd) and 16 allowed tools.

5 1mo ago A tokens not measured copy · 75% MIT

docker-workflow

20

WolfpackOfOne/Q-agent

Skill Claude CodeCodex

Build, smoke-test, publish, and verify the Q-agent Docker image (LEAN CLI + infrastructure pipelines + marimo). Handles LEANVERSION bumps, local iteration, GHCR pull verification, and CI debugging for the docker workflow.

5 1mo ago A 50 tokens original MIT

marimo-pair

21

WolfpackOfOne/Q-agent

Skill Claude CodeCodex

Work inside a running marimo notebook's kernel — execute code, create cells, and build a notebook as an artifact. Use when the user wants to start a marimo notebook or work in an active marimo session.

5 1mo ago B 49 tokens original MIT

push-git

22

WolfpackOfOne/Q-agent

Skill Claude CodeCodex

Commit and push the QuantConnect repo to Git and GitHub. Handles staging, committing, marimo notebook rendering, and pushing. Use when the user wants to push to GitHub (not QuantConnect Cloud).

5 1mo ago A 46 tokens original MIT

push-lean

23

WolfpackOfOne/Q-agent

Skill Claude CodeCodex

Push a QuantConnect project to QuantConnect Cloud via lean cloud push. Use when the user wants to deploy a LEAN algorithm to the cloud.

5 1mo ago A 33 tokens original MIT

WolfpackOfOne/Q-agent

Skill Claude CodeCodex

Run a local QuantConnect research notebook in the correct LEAN Docker environment, inspect executed outputs, extract rendered charts, and interpret the results. Use when the user asks to run, debug, validate, or explain a notebook under MyProjects//research/.ipynb.

5 1mo ago A 62 tokens original MIT