Run3 cross fund security search
Searches all funds within a specific quarter to rank holdings for a target security by CUSIP.From its SKILL.md
npx -y skills add cxcscmu/SkillLearnBench --skill run3_cross_fund_security_searchAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.6 KB, 117 tokens by cl100k_base, as published. Nobody here has run it
To identify the top managers for a specific security in Q3:
- CUSIP Retrieval: Use
scripts/search_cusip.py --ticker "PLTR"to identify the target security's CUSIP. - Aggregated Analysis: Run
scripts/aggregate_holdings.py --quarter_path /root/2025-q3 --cusip <cusip>to retrieve a list of all reporting funds and their respective share values for that asset. - Ranking: Sort the returned list by share value and select the top 3 fund manager names.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.