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.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.
Create and edit Obsidian vault files including Markdown, Bases, and Canvas. Use when working with .md, .base, or .canvas files in an Obsidian vault.