Run3 cross fund security search
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
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.
What its author says it does
Copied from the file, not written here
Searches all funds within a specific quarter to rank holdings for a target security by CUSIP.
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.