Agent skill
advanced-math-trading/foundations-core
Probability, moments/tails, Bayes, and statistical learning foundations for systematic trading.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/advanced-math-tradingfoundations-core
SKILL.md
What this covers
- Probability spaces, random variables, moments, tail risk, Bayes updates.
- Core statistical learning basics and regularization.
Navigation (load on demand)
- docs/knowledge-base/domains/foundations/advanced-mathematics/Algorithmic Foundations for Systematic Trading.md — probability, moments, tail risk, Bayes code.
- docs/knowledge-base/domains/foundations/advanced-mathematics/statistical-foundations.md — stats core.
- docs/knowledge-base/domains/foundations/advanced-mathematics/probability-and-stochastic-processes.md — probability + processes overview.
- docs/knowledge-base/domains/foundations/advanced-mathematics/probability-spaces-and-random-variables.md — formal definitions.
- docs/knowledge-base/domains/foundations/advanced-mathematics/statistical-learning.md — learning basics.
- docs/knowledge-base/domains/foundations/advanced-mathematics/regularization-methods.md — regularization patterns.
Quick workflows
- Tail metrics: lift VaR/ES/Hill estimators from Algorithmic Foundations.
- Bayesian updates: use conditional-probability code for regime/parameter updates.
- When in doubt, start with Algorithmic Foundations then pull topic-specific MDs above.
Notes
- Load only the files needed; avoid bulk-loading the whole directory.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?