MCP HubMCP Hub
スキル一覧に戻る

claims-appeals

majiayu000
更新日 Yesterday
16 閲覧
58
9
58
GitHubで表示
その他aiautomation

について

このスキルは、段階的な思考トレースを伴うClaudeの推論能力を活用して、医療保険請求の不服申し立てを処理します。Python 3.9以降の環境向けに設計されており、必要に応じてシェルコマンドを実行できます。医療システムにおける自動化された請求不服申し立てワークフローの実装時にご利用ください。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/majiayu000/claude-skill-registry
Git クローン代替
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/claims-appeals

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Claims Appeals

This skill implements the Claims Appeals workflow using Anthropic's Claude.

Usage

python3 Skills/Anthropic_Health_Stack/Claims_Appeals/coworker.py

GitHub リポジトリ

majiayu000/claude-skill-registry
パス: skills/data/Claims_Appeals

関連スキル

content-collections

メタ

This skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.

スキルを見る

evaluating-llms-harness

テスト

This Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.

スキルを見る

sglang

メタ

SGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.

スキルを見る

langchain

メタ

LangChain is a framework for building LLM applications using agents, chains, and RAG pipelines. It supports multiple LLM providers, offers 500+ integrations, and includes features like tool calling and memory management. Use it for rapid prototyping and deploying production systems like chatbots, autonomous agents, and question-answering services.

スキルを見る