📈
DataPython

Keyed Dynamic Universe

by microprediction

Keyed Dynamic Universe is a Data skill for Claude Code, published by microprediction in precise.

333 stars58 forkson microprediction/preciseAdded 2026/08/12Repository updated 2026/06/24
covariance-estimationcovariance-matrixinvestment-portfolioportfolio
Install in seconds
Install Keyed Dynamic Universe
Copy Keyed Dynamic Universe into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/microprediction/precise/tree/main/.claude/skills/keyed-dynamic-universe ~/.claude/skills/keyed-dynamic-universe

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/microprediction/precise.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/keyed-dynamic-universe/SKILL.md in microprediction/precise
Installs to
~/.claude/skills/keyed-dynamic-universe
Collection
One of 6 skills cataloged from this repository
Category
Data668 skills

What Keyed Dynamic Universe does

Keyed Dynamic Universe maintains online covariance for named series when the set of names changes over time. Use it for streaming inputs as dicts keyed by asset or feature name instead of fixed-length vectors.

Keyed Dynamic Universe is cataloged under Data on DirSkills. Keyed Dynamic Universe comes from a repository tagged covariance-estimation, covariance-matrix, investment-portfolio and portfolio.

Documentation

README

Keyed covariance over a changing universe

In streaming/finance settings observations are dicts keyed by name, and the set of names changes. keyed decorates any positional estimator to consume keyed dicts and emit keyed output.

pip install precise            # add [pandas] for to_frame()

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Keyed Dynamic Universe

  • What else does microprediction publish alongside Keyed Dynamic Universe?

    Keyed Dynamic Universe is one of 6 skills that DirSkills catalogs from microprediction/precise, the repository it ships in. Its siblings there include Choose Covariance Estimator, Covariance Assessment and Covariance Scoring. Each one is a separate skill with its own page in this directory, installs the same way Keyed Dynamic Universe does, and is maintained by microprediction in that same repository. The rest of the collection is listed on the microprediction/precise page.

  • How does Keyed Dynamic Universe compare to other Data skills?

    Keyed Dynamic Universe ranks #612 by stars among the 668 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Keyed Dynamic Universe against them. Open each page to compare what they document and how they install.