agentsclimarketplace

Financial analysis logic

Skill cxcscmu/SkillLearnBench/skills/b1-one-shot-gemini-3.1-flash-lite-preview/financial-analysis/financial-analysis-logic

[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 financial-analysis-logic

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

Logical patterns for comparing 13F holdings across quarters to determine net change.

SKILL.md

0.9 KB, as published. Nobody here has run it

Financial Analysis Logic

When comparing quarterly 13F holdings (Q2 vs Q3), follow these steps:

  1. Accession Number Retrieval: Locate the submission metadata for the target firm in both quarterly folders. The COVERPAGE.tsv or SUBMISSION.tsv usually links the manager name to an accession number.
  2. Holdings Data Loading:
    • INFOTABLE.tsv contains the granular list of stocks held by the manager for that specific submission/accession.
    • Merge these tables using 'CUSIP' as the primary key.
  3. Change Calculation:
    • Calculate value change: delta_value = (Q3_value_held - Q2_value_held).
    • Sort by delta_value to identify increased/decreased investments.
  4. CUSIP Identification: Always normalize CUSIP strings before comparison.

Keep looking

Skills are one crate of 328,083. 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.