Agent skill

koopman-generator

Koopman operator theory for infinite-dimensional linear lifting of nonlinear dynamics. Generates dynamics from observables.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill koopman-generator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Path: skills/ai-ml/koopman-generator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Koopman Generator Skill ## Core Idea The **Koopman operator** K linearizes nonlinear dynamics by lifting to infinite-dimensional observable space: ``` State space (nonlinear) Observable space (linear) x_{t+1} = f(x_t) → (Kg)(x) = g(f(x)) ``` **Key property**: K is **linear** even when f is nonlinear. ## Connection to DMD DMD finds finite-rank approximation of K: ``` K ≈ Φ Λ Φ† ``` - Φ = DMD modes (approximate Koopman eigenfunctions) - Λ = eigenvalues ## As ACSet Morphism Koopman = natural transformation on observable presheaves: ```julia # Observable functor F: StateSpace → ObservableSpace # Koopman as pushforward K = f_*: Sh(X) → Sh(X) ``` ## GF(3) Triads ``` dmd-spectral (-1) ⊗ structured-decomp (0) ⊗ koopman-generator (+1) = 0 ✓ temporal-coalgebra (-1) ⊗ acsets (0) ⊗ koopman-generator (+1) = 0 ✓ ``` ## References - Brunton et al. "Modern Koopman Theory" (2021) - Mezić "Spectral Properties of Dynamical Systems" (2005) - PyDMD: https://github.com/mathLab/PyDMD

What's inside
Steps it walks through
  1. Core Idea
  2. Connection to DMD
  3. As ACSet Morphism
  4. GF(3) Triads
  5. References
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the koopman-generator skill do?

Koopman operator theory for infinite-dimensional linear lifting of nonlinear dynamics. Generates dynamics from observables.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill koopman-generator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going