一键导入
hilbert-spaces
Problem-solving strategies for hilbert spaces in functional analysis
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Problem-solving strategies for hilbert spaces in functional analysis
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Meta-skill for @tmnl/effect-sui development: Effect v4/effect-smol patterns, Sui ontology, PTB/Flow/Query/package modules, localnet testing, Move publishing, diagnostics, and Nix mission-control tooling.
Effect v4 Atom patterns — reactive state management with effect-atom. Atom.make, Atom.family, Registry, runtime atoms, and React integration via useAtomValue.
Effect v4 Schema patterns — defining, validating, transforming, and serializing data with Schema. Covers v4 API, v3→v4 migration, classes, structs, unions, collections, transformations.
Effect v4 Service patterns — Context.Service, Layer composition, ManagedRuntime, dependency injection, and service testing with @effect/vitest.
GetByShell desktop shell — niri WM integration, panel system, calendar widget, popover components, modal patterns, and Nix-based configuration.
Skill governance codemod — create, inspect, update, delete, adopt, and dogfood skills. The meta-skill that governs all skills with CRUD protocols, verification utils, and self-referential governance.
| name | hilbert-spaces |
| description | Problem-solving strategies for hilbert spaces in functional analysis |
| allowed-tools | ["Bash","Read"] |
Use this skill when working on hilbert-spaces problems in functional analysis.
Orthogonal decomposition
sympy_compute.py simplify "x - projection"Projection Theorem
z3_solve.py prove "projection_exists_unique"Riesz Representation
z3_solve.py prove "riesz_representation"Parseval's Identity
sympy_compute.py sum "abs(<x, e_n>)**2"Bessel's Inequality
uv run python -m runtime.harness scripts/sympy_compute.py simplify "<x + y, z> == <x,z> + <y,z>"
uv run python -m runtime.harness scripts/z3_solve.py prove "x - P_M(x) in M_perp"
uv run python -m runtime.harness scripts/z3_solve.py prove "bounded_linear_functional iff inner_product_form"
uv run python -m runtime.harness scripts/sympy_compute.py sum "abs(<x, e_n>)**2" --var n --from 1 --to oo
From indexed textbooks:
See .pi/skills/math-mode/SKILL.md for full tool documentation.