Agent skill

banach-spaces

Problem-solving strategies for banach spaces in functional analysis

parcadei3,879★ · 1 repos on radarProfile →
claude-codecan modify filesMIT
Install
npx skills add parcadei/Continuous-Claude-v3 --skill banach-spaces --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/functional-analysis/banach-spaces/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 3,879
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

# Banach Spaces ## When to Use Use this skill when working on banach-spaces problems in functional analysis. ## Decision Tree 1. **Verify Banach space** - Complete normed vector space - Check: every Cauchy sequence converges - `z3_solve.py prove "completeness"` 2. **Hahn-Banach Theorem** - Extend bounded linear functionals - Separate convex sets - `z3_solve.py prove "extension_exists"` 3. **Open Mapping Theorem** - Surjective bounded operator between Banach spaces is open - Consequence: bounded inverse exists - `z3_solve.py prove "open_mapping"` 4. **Closed Graph Theorem** - T: X -> Y has closed graph implies T bounded - Strategy: verify graph closure, conclude boundedness - `z3_solve.py prove "closed_graph_implies_bounded"` 5. **Uniform Boundedness Principle** - Pointwise bounded family of operators is uniformly bounded - Application: prove operator families are bounded ## Tool Commands ### Z3_Completeness ```bash uv run python -m runtime.harness scripts/z3_solve.py prove "cauchy_sequence implies convergent" ``` ### Z3_Open_Mapping ```bash uv run python -m runtime.harness scripts/z3_solve.py prove "T_surjective_bounded implies T_open" ``` ### Z3_Closed_Graph ```bash uv run python

What's inside
Steps it walks through
  1. When to Use
  2. Decision Tree
  3. Tool Commands
  4. Z3Completeness
  5. Z3OpenMapping
  6. Z3ClosedGraph
  7. SympyNorm
  8. Key Techniques
  9. Cognitive Tools Reference
Commands it runs
uv run python -m runtime.harness scripts/z3_solve.py prove "cauchy_sequence implies convergent"
uv run python -m runtime.harness scripts/z3_solve.py prove "T_surjective_bounded implies T_open"
uv run python -m runtime.harness scripts/z3_solve.py prove "graph_closed implies T_bounded"
uv run python -m runtime.harness scripts/sympy_compute.py simplify "norm(alpha*x + beta*y)"
More from Continuous-Claude-v3
All skills →
About this skill
What does the banach-spaces skill do?

Problem-solving strategies for banach spaces in functional analysis

How do I install it?

Run `npx skills add parcadei/Continuous-Claude-v3 --skill banach-spaces --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,879 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