BeClaude

FAMAS-Skill

New
12GitHub TrendingGeneralby xiangyupaiso

Fund Analysis Multi-Agent System (FAMAS) - 基于多Agent协作的基金深度分析、筛选与持续监控决策支持系统

First seen 6/24/2026

Summary

FAMAS-Skill is a multi-agent system that analyzes, screens, and monitors mutual funds through collaborative AI agents.

  • It helps developers build automated fund research workflows, generate insights from fund data, and set up continuous monitoring for portfolio decisions.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/famas-skill.md

3
Invoke with @agent-name
@famas-skill

Use Cases

Analyze a specific fund's performance, holdings, and risk metrics using multiple agents.
Screen and rank funds based on custom criteria like expense ratio, returns, or sector exposure.
Set up continuous monitoring for a watchlist of funds with alerts on significant changes.
Generate a comprehensive fund comparison report for a set of candidate funds.
Extract and summarize key information from fund prospectuses or quarterly reports.
Identify top-performing funds in a given category with historical trend analysis.

Usage Examples

1

/famas-skill analyze fund=VFIAX

2

Screen funds with expense ratio < 0.1% and 5-year return > 10%

3

Monitor my portfolio of 5 funds and alert me on any manager changes or fee hikes

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is FAMAS-Skill?

FAMAS-Skill is a multi-agent system that analyzes, screens, and monitors mutual funds through collaborative AI agents. It helps developers build automated fund research workflows, generate insights from fund data, and set up continuous monitoring for portfolio decisions.

How to install FAMAS-Skill?

To install FAMAS-Skill: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/famas-skill.md. Finally, @famas-skill in Claude Code.

What is FAMAS-Skill best for?

FAMAS-Skill is a agent categorized under General. It is designed for: agent. Created by xiangyupaiso.

What can I use FAMAS-Skill for?

FAMAS-Skill is useful for: Analyze a specific fund's performance, holdings, and risk metrics using multiple agents.; Screen and rank funds based on custom criteria like expense ratio, returns, or sector exposure.; Set up continuous monitoring for a watchlist of funds with alerts on significant changes.; Generate a comprehensive fund comparison report for a set of candidate funds.; Extract and summarize key information from fund prospectuses or quarterly reports.; Identify top-performing funds in a given category with historical trend analysis..