Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By ubie-oss
Comprehensive sample plugin demonstrating all Claude Code extension points.
npx claudepluginhub ubie-oss/claude-code-plugin --plugin hello-worldA comprehensive example of a Claude Code skill demonstrating input handling, progressive disclosure, and clear behavioral instructions.
A comprehensive example of a Claude Code skill demonstrating input handling, progressive disclosure, and clear behavioral instructions.
Ubie 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.
Admin access level
Server config contains admin-level keywords
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
Comprehensive toolkit for developing Claude Code plugins. Includes 10 expert skills covering hooks, MCP integration, LSP servers, commands, agents, marketplaces, and best practices, plus a guide skill for navigation. AI-assisted plugin creation and validation.
Analyze codebases and recommend tailored Claude Code automations such as hooks, skills, MCP servers, and subagents.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Memory compression system for Claude Code - persist context across sessions
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
医療従事者向けの Claude Code プラグイン。PubMed 文献検索など、医療業務に役立つスキル・ツールを収録。
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
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