Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub ubie-oss/claude-code-plugin --plugin healthcare-skillsUbie OSS が提供する Claude Code プラグイン集です。医療・ヘルスケア領域をはじめとする業務支援スキルをモノレポ構成で管理しています。
| Plugin | Description |
|---|---|
| hello-world | Claude Code の全拡張ポイント(Skills, Agents, Hooks, MCP, LSP)を網羅したサンプルプラグイン |
| healthcare-skills | 医療従事者向けプラグイン。PubMed 文献検索など、医療業務に役立つスキル・ツールを収録 |
.
├── plugins/
│ ├── hello-world/ # サンプルプラグイン
│ │ ├── .claude-plugin/ # プラグインメタデータ (plugin.json)
│ │ ├── agents/ # サブエージェント定義
│ │ ├── skills/ # スキル定義 (SKILL.md)
│ │ ├── hooks/ # フック設定
│ │ ├── .mcp.json # MCP サーバー設定
│ │ └── .lsp.json # LSP サーバー設定
│ └── healthcare-skills/ # 医療向けプラグイン
│ ├── .claude-plugin/ # プラグインメタデータ (plugin.json)
│ └── skills/ # スキル定義 (pubmed 検索など)
├── integration_tests/ # 統合テスト
├── .github/workflows/ # GitHub Actions (Lint, Integration Tests)
├── Makefile # タスクランナー
└── README.md
plugins/ 配下に新しいディレクトリを作成し、Standard Plugin Layout に従って構成します。
plugins/<name>/.claude-plugin/plugin.json: マニフェスト(必須)plugins/<name>/skills/: スキル定義plugins/<name>/agents/: サブエージェント定義plugins/<name>/hooks/: フック設定plugins/<name>/.mcp.json: MCP サーバー設定plugins/<name>/.lsp.json: LSP サーバー設定make lint # Lint (trunk check)
make format # Format (trunk fmt)
make test-integration-docker # 統合テスト (Docker)
統合テストランナー (./integration_tests/run.sh) は plugins/ 配下の .claude-plugin/plugin.json を持つディレクトリを自動検出します。
./integration_tests/run.sh # 全テスト実行
./integration_tests/run.sh --verbose # 詳細出力
./integration_tests/run.sh --skip-loading # ロードテストをスキップ
plugins/ 配下の全プラグインを自動検証Apache License 2.0. See LICENSE.
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Provides access to PubMed's biomedical citations and PubMed Central's full-text archive. Search articles, retrieve metadata and abstracts, access full-text content (when available in PMC), find related research, and more.
Claude Code skill pack for OpenEvidence medical AI (24 skills)
1000+ scientific tools (PubMed, UniProt, PubChem, TCGA, FAERS, ClinicalTrials.gov, etc.) + 115 research skills + MCP server + research slash commands.
Academic paper search MCP for arXiv, PubMed, IEEE, Scopus, ACM, and more. Requires Docker.
Build evals, A/B test prompts, audit skills, and benchmark LLM outputs at production quality
TypeDB-powered scientific knowledge notebook — store, recall, and analyze scientific literature in a knowledge graph
Comprehensive sample plugin demonstrating all Claude Code extension points.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim