By lianguangxue
Multi-agent team orchestration for quantitative research and trading projects. Specialized fork of CCteam-creator with 11 quant roles (HFT/LFT researchers, model/strategy researchers, algorithm engineer, data engineer, code/research validators, risk manager), pre-filled quant invariants (lookahead/survivorship/leakage detection), and quant-specific golden rules (timestamp monotonicity, unseeded randomness, type annotation imports).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Multi-agent team orchestration for quantitative research and trading projects in Claude Code.
Quant-specialized fork of CCteam-creator by jessepwj. Keeps the core harness (file-based planning, team-lead control plane, 3-Strike escalation, team-snapshot fast-resume), but replaces web-development roles and checks with quant-specific ones.
Current version: 0.1.4
Turns a single Claude Code session into a coordinated team of quant agents. You talk to the team-lead (the main conversation); team-lead dispatches specialized subagents working in parallel. Progress, findings, and decisions persist in .plans/<project>/ so nothing is lost across context compressions.
| Role | Model | Multi-instance | When to include |
|---|---|---|---|
backend-dev | sonnet | no | Live trading infra (exchange API, order DB) |
frontend-dev | sonnet | no | Dashboard / viz (lazy-loaded) |
algorithm-engineer | sonnet | yes (volume) | C++ / Python perf, pybind11, memory optimization |
hft-researcher | sonnet | yes (direction) | Tick-level / L2 feature engineering |
lft-researcher | sonnet | yes (direction) | Daily / minute feature engineering |
data-engineer | sonnet | no | Historical pipeline, parquet schemas, data quality |
model-researcher | opus | no | DL / ML signal / alpha modeling |
strategy-researcher | opus | no | Portfolio construction, execution, simulator |
code-validator | sonnet | no | Code review + corner-case tests |
research-validator | opus | no | Lookahead / survivorship / leakage / overfitting checks |
risk-manager | opus | no | Fund verification, strategy risk, live monitoring |
Team-lead = the main conversation (you). Not spawned as an agent.
pd.read_csv without dtyperesearch-validator gate before any research output is consumed downstream; risk-manager gate before any strategy goes liveBoth team-lead and spawned agents have mandatory progress-tracking protocols.
Agents: break tasks into 5-15 min sub-steps and append to progress.md immediately after each sub-step — not at task end. Anti-patterns (empty progress.md, single vague entry, late batched update) are called out explicitly in the onboarding.
Team-lead owns 5 root files at .plans/<project>/:
| File | When team-lead updates |
|---|---|
task_plan.md | After every dispatch / completion / verdict / phase change |
progress.md | After every significant event (dispatch, completion, verdict, decision) |
findings.md | At milestones — consolidates scattered agent findings into [MILESTONE] entries |
decisions.md | New D<N> entry for every non-trivial architecture / pipeline / tool-choice decision |
team-snapshot.md | Regenerated on roster change; staleness-checked at phase boundaries |
Milestone Consolidation (at phase boundaries / significant completions):
[MILESTONE] entry in root findings.md with key metrics, conclusions, and linksdocs/data-schemas.md / docs/pipeline-flow.md / docs/strategy-contracts.md / docs/invariants.mddocs/index.md if any docs/ file changedThis means that when Phase 3 starts (say, model-researcher consuming Phase 2 features), everything they need is in one place — root findings.md + docs/ — instead of scattered across 5 agent directories.
This skill depends on Claude Code's experimental agent teams feature — the primary dispatch tools (TeamCreate, TaskCreate, TaskUpdate, TaskList, SendMessage) only exist when this feature is enabled. Without it, the skill's instructions reference tools Claude Code cannot call.
Requirements:
claude --version)CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1Enable (recommended) via ~/.claude/settings.json:
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
}
}
Then restart Claude Code. Team tools load only at session start.
Verify: after restart, ask Claude "Is TeamCreate available?" — it should say yes.
npx claudepluginhub lianguangxue/cc_quant_team --plugin cc-quant-teamFinance research, trading, risk, and portfolio Agent Skills grounded in LLMQuant Data. Bundles every llmquant-* category skill under skills/.
量化交易策略開發
迅投 QMT 量化交易 AI 技能集:因子回测脚本生成(后续将补充期货交易、实盘模板、信号推送等技能)
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.