Agent skill

lebesgue-measure

Problem-solving strategies for lebesgue measure in measure theory

parcadei3,879★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add parcadei/Continuous-Claude-v3 --skill lebesgue-measure --agent claude-code

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

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: BashRead
Path: .claude/skills/math/measure-theory/lebesgue-measure/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,885
Language: Python
Read our review of the source →

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

From the SKILL.md

# Lebesgue Measure ## When to Use Use this skill when working on lebesgue-measure problems in measure theory. ## Decision Tree 1. **Outer measure construction** - m*(A) = inf{sum |I_n| : A subset union(I_n)} - `sympy_compute.py sum "length(I_n)" --var n` 2. **Caratheodory criterion** - E is measurable if: m*(A) = m*(A & E) + m*(A & E^c) for all A - `z3_solve.py prove "caratheodory_criterion"` 3. **Lebesgue measure properties** - Translation invariant: m(E + x) = m(E) - sigma-additive on measurable sets - m([a,b]) = b - a 4. **Regularity theorems** - Inner regularity: m(E) = sup{m(K) : K compact, K subset E} - Outer regularity: m(E) = inf{m(U) : U open, E subset U} ## Tool Commands ### Sympy_Outer_Measure ```bash uv run python -m runtime.harness scripts/sympy_compute.py sum "length(I_n)" --var n --from 1 --to oo ``` ### Z3_Caratheodory ```bash uv run python -m runtime.harness scripts/z3_solve.py prove "mu(A) == mu(A & E) + mu(A & E_complement)" ``` ### Sympy_Borel_Sets ```bash uv run python -m runtime.harness scripts/sympy_compute.py simplify "open_set_countable_union" ``` ## Key Techniques *From indexed textbooks:* - [Measure, Integration Real Analysis (... (Z-Library)] Lebesgue me

What's inside
Steps it walks through
  1. When to Use
  2. Decision Tree
  3. Tool Commands
  4. SympyOuterMeasure
  5. Z3Caratheodory
  6. SympyBorelSets
  7. Key Techniques
  8. Cognitive Tools Reference
Commands it runs
uv run python -m runtime.harness scripts/sympy_compute.py sum "length(I_n)" --var n --from 1 --to oo
uv run python -m runtime.harness scripts/z3_solve.py prove "mu(A) == mu(A & E) + mu(A & E_complement)"
uv run python -m runtime.harness scripts/sympy_compute.py simplify "open_set_countable_union"
More from Continuous-Claude-v3
All skills →
About this skill
What does the lebesgue-measure skill do?

Problem-solving strategies for lebesgue measure in measure theory

How do I install it?

Run `npx skills add parcadei/Continuous-Claude-v3 --skill lebesgue-measure --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 parcadei/Continuous-Claude-v3, a repository with 3,885 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