CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. joellewis
  4. /
  5. finance_skills
  6. /
  7. Statistics Fundamentals

Statistics Fundamentals

Editor's Note

This gives Claude the statistical toolkit for quantitative finance work: descriptive stats, covariance matrices, OLS regression, hypothesis testing, and bootstrap resampling. You'll reach for it when analyzing return distributions, estimating correlations between assets, running CAPM regressions to get alpha and beta, or figuring out why your optimizer is producing unstable weights. It includes Ledoit-Wolf shrinkage for fixing ill-conditioned covariance matrices, which is the usual culprit when you have more assets than observations. The formulas cover the basics like volatility and skewness, plus practical diagnostics like R-squared and t-statistics. Also handles fat tails and non-normality, which matters because financial returns almost never pass a Jarque-Bera test.

Install

npx skills add https://github.com/joellewis/finance_skills --skill statistics-fundamentals
Votes
0
Installs285
GitHub Stars114
Categories
Data Science & MLFinance & Trading
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Data Science & ML Skills

View all →
jupyter-notebook

openai/skills

0
1.9k
19.2k
Create and scaffold Jupyter notebooks for experiments and tutorials with bundled templates.
jupyter-notebook-writing

zc277584121/marketing-skills

0
590
jupyter notebook writing
matplotlib

sanand0/scientific-research

0
5
Foundational plotting library. Create line plots, scatter, bar, histograms, heatmaps, 3D, subplots, export PNG/PDF/SVG, for scientific visualization and publication figures.
ml-paper-writing

zechenzhangagi/ai-research-skills

0
735
8.5k
Draft publication-ready ML/AI/Systems papers for top conferences with citation verification and LaTeX templates.
matchms

sanand0/scientific-research

0
5
Mass spectrometry analysis. Process mzML/MGF/MSP, spectral similarity (cosine, modified cosine), metadata harmonization, compound ID, for metabolomics and MS data processing.
rdkit

sanand0/scientific-research

0
5
Cheminformatics toolkit for fine-grained molecular control. SMILES/SDF parsing, descriptors (MW, LogP, TPSA), fingerprints, substructure search, 2D/3D generation, similarity, reactions. For standard workflows with simpler interface, use datamol (wrapper around RDKit). Use rdkit for advanced control, custom sanitization, specialized algorithms.