Run2 13f analysis
[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.
npx -y skills add cxcscmu/SkillLearnBench --skill run2_13f-analysisAssembled 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
Improved 13F dataset analysis functions (includes better handling of TSVs).
SKILL.md
0.5 KB, 132 tokens by cl100k_base, as published. Nobody here has run it
Usage Patterns
Search Fund Accession Number
grep -i "FUND_NAME" COVERPAGE.tsv | awk -F'\t' '{print $1}'
Calculate Holdings Change
awk -F'\t' '$1=="ACCESSION_Q2" {print $5, $7}' INFOTABLE.tsv > q2_h.tsvawk -F'\t' '$1=="ACCESSION_Q3" {print $5, $7}' INFOTABLE.tsv > q3_h.tsv- Use Python
pandasto merge onCUSIPand calculate difference.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.