It gained 13,555 stars in one week—a rare figure even among Anthropic’s open-source projects.
anthropics/financial-services is Anthropic’s recently open-sourced project: essentially a collection of Claude Skills designed specifically for financial services. Tasks routinely performed by finance professionals—equity research analysis, risk assessment, compliance checks, and portfolio management—are each packaged as ready-to-load SKILL.md files.
What It Is Not
Let’s clarify upfront: This is not an “AI stock-trading app.” It does not connect to trading APIs, does not place automated orders, and makes no promises about returns. Rather, it is a collection of skills that make Claude more domain-competent in financial contexts.
Concretely, loading a specific skill changes Claude’s behavior to mirror how a finance professional works: knowing which data sources to consult, which analytical frameworks to apply, and which regulatory boundaries to respect.
Why This Repo Is Growing So Fast
Three key reasons.
First, the Anthropic brand effect. Anthropic itself launching a vertical-industry open-source project sends a strong signal—it indicates Anthropic views financial services as a critical application domain for Claude and is willing to invest resources into building and open-sourcing high-quality skills.
Second, the reusability of the SKILL.md format. These skills aren’t limited to Claude Code; they can also be loaded by any Agent framework supporting the Claude Skills protocol. Anthropic previously published its Claude Skills Building Guide, and over 35 frameworks in the open-source community already support the protocol. This repo serves as a reference implementation of “best practices.”
Third, genuine pain points in finance. Finance professionals aren’t asking whether AI can be used—they’re asking whether it can be used well. General-purpose models often produce superficial financial analyses—not due to insufficient capability, but due to a lack of domain-specific behavioral constraints and knowledge scaffolding. SKILL.md directly addresses that gap.
Project Structure
Based on the repo’s commit history, it contains 52 commits, with the most recent update occurring five days ago. Its structure includes:
.claude-plugindirectory: plugin configuration filesmanaged-agent-cookbooks: pre-defined Agent workflow templatesplugins: skill implementations for various financial use casesscripts: installation and configuration scripts
The presence of 56 open issues and 82 pull requests reflects high community engagement—but also signals rapid iteration. Production use therefore warrants careful stability evaluation.
My Take
The project’s greatest significance lies not in its current completeness—it’s clearly still in early stages—but in demonstrating a new paradigm for large tech companies open-sourcing vertical-domain skills: rather than releasing a full-fledged product, they open-source reusable skills and configurations, empowering the community to build upon them.
What’s worth watching next: Will similar open-source skill collections emerge for other verticals—healthcare, law, education? If this trend accelerates, SKILL.md could evolve from being merely Claude’s plugin format into a de facto industry standard for describing Agent capabilities.
For finance professionals: You can download and try it today. Don’t expect it to replace professional tools—but as a sandbox to quickly explore what AI can realistically achieve in financial contexts, it’s entirely fit for purpose.
Primary Sources: