Agent Plugins Marketplace
All plugins

core

v1.0.0

Mathematical and statistical foundations required by all other plugins. Always installed — every plugin implicitly depends on core.

Claude Code3 Skills

By Joel Lewis194 GitHub starsUpdated 2 months ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Jul 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install core for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install core-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/JoelLewis/finance_skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/core/.

Plugin files

plugins/core/
├── .claude-plugin/plugin.json
├── skills/return-calculations/SKILL.md
├── skills/statistics-fundamentals/SKILL.md
└── skills/time-value-of-money/SKILL.md

Included Skills3

return-calculationsskills/return-calculations/SKILL.md

Compute and compare investment return metrics including TWR, MWR (dollar-weighted IRR on portfolio cash flows), CAGR, and annualized returns. Use when the user asks about portfolio performance calculation, comparing manager returns, linking sub-period returns, understanding why different return methods give different numbers, converting returns across time periods, or computing the IRR of an investor's own contributions and withdrawals. Also trigger when users mention 'how much did I make', 'annual return', 'compound growth', 'dollar-weighted vs time-weighted', 'what was my rate of return', 'geometric vs arithmetic mean', 'log returns', or ask about the effect of cash flows on reported returns. For project or loan IRR, NPV, and generic 'solve for the rate' problems, use time-value-of-money instead.

statistics-fundamentalsskills/statistics-fundamentals/SKILL.md

Apply statistical methods to financial data including descriptive statistics, covariance estimation, regression, hypothesis testing, and resampling. Use when the user asks about return distributions, correlation between assets, building a covariance matrix, running a CAPM regression, testing whether alpha is significant, checking if returns are normal, or estimating confidence intervals. Also trigger when users mention 'volatility', 'how correlated are these', 'fat tails', 'skewness', 'R-squared', 'beta of a fund', 'bootstrap a Sharpe ratio', 'shrinkage estimator', 'Ledoit-Wolf', or ask why their optimizer produces unstable weights.

time-value-of-moneyskills/time-value-of-money/SKILL.md

Calculate present value, future value, NPV, IRR for projects and loans, loan payments, and amortization schedules across all compounding conventions. Use when the user asks about discounting cash flows, valuing an annuity or perpetuity, comparing investments with different timing, building a mortgage amortization table, evaluating whether a project is worth pursuing, or solving for the rate that equates cash flows (project IRR, loan IRR, yield on an investment). Also trigger when users mention 'what is it worth today', 'how much will I have in 20 years', 'monthly payment on a loan', 'discount rate', 'Gordon growth model', 'effective annual rate', 'continuous compounding', or ask how to compare a lump sum versus a stream of payments. For portfolio money-weighted return (dollar-weighted IRR on an investor's contributions and withdrawals), use return-calculations instead.

Plugin manifests1

plugins/core/.claude-plugin/plugin.json
{
  "name": "core",
  "description": "Mathematical and statistical foundations required by all other plugins. Always installed — every plugin implicitly depends on core.",
  "version": "1.0.0",
  "author": {
    "name": "Joel Lewis",
    "email": "[email protected]"
  },
  "keywords": [
    "math",
    "statistics",
    "foundations"
  ],
  "dependencies": [],
  "scripts": true
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[core on Agent Plugins Marketplace](https://pluginsmp.com/plugins/core-2)