agentsclimarketplace

Run2 13f analysis

Skill cxcscmu/SkillLearnBench/skills/b2-self-feedback-gemini-3.1-flash-lite-preview/financial-analysis/run2_13f-analysis

[COLM'26] SkillLearnBench is the first benchmark for evaluating continual learning methods that automatically generate agent skills.

Install
npx -y skills add cxcscmu/SkillLearnBench --skill run2_13f-analysis

Assembled 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

  1. awk -F'\t' '$1=="ACCESSION_Q2" {print $5, $7}' INFOTABLE.tsv > q2_h.tsv
  2. awk -F'\t' '$1=="ACCESSION_Q3" {print $5, $7}' INFOTABLE.tsv > q3_h.tsv
  3. Use Python pandas to merge on CUSIP and calculate difference.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 327,132. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.