スキル一覧に戻る
parcadei

limits

by parcadei

limitsは、システム間の統合と連携を実現するスキルです。APIとデータの統合により、シームレスな情報フローと業務効率の向上をサポートします。

3,352🍴 252📅 2026年1月23日
GitHubで見るManusで実行

ユースケース

🔗

MCPサーバー連携

Model Context Protocolを活用したAIツール連携。limitsを活用。

🔗

API連携構築

外部サービスとのAPI連携を簡単に構築。

🔄

データ同期

複数システム間のデータを自動同期。

SKILL.md


name: limits description: "Problem-solving strategies for limits in real analysis" allowed-tools: [Bash, Read]

Limits

When to Use

Use this skill when working on limits problems in real analysis.

Decision Tree

  1. Direct Substitution

    • Try plugging in the value directly
    • If you get a determinate form, that's the answer
  2. Indeterminate Form? (0/0, inf/inf)

    • Try algebraic manipulation (factor, rationalize)
    • Try L'Hopital's rule: sympy_compute.py diff on numerator/denominator
  3. Squeeze Theorem

    • If bounded: find g(x) <= f(x) <= h(x) where lim g = lim h
    • Verify bounds with z3_solve.py prove
  4. Epsilon-Delta Proof

    • For rigorous proof: set up |f(x) - L| < epsilon
    • Find delta in terms of epsilon
    • Verify with math_scratchpad.py verify

Tool Commands

Sympy_Limit

uv run python -m runtime.harness scripts/sympy_compute.py limit "sin(x)/x" --var x --at 0

Sympy_Diff

uv run python -m runtime.harness scripts/sympy_compute.py diff "x**2" --var x

Z3_Prove

uv run python -m runtime.harness scripts/z3_solve.py prove "limit_bound" --vars x

Cognitive Tools Reference

See .claude/skills/math-mode/SKILL.md for full tool documentation.

スコア

総合スコア

95/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 1000以上

+15
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

+5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です