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.
Persistent memory system for Claude Code - seamlessly preserve context across sessions
Admin access level
Server config contains admin-level keywords
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
Qiushi Skill: methodology skills for AI agents guided by seeking truth from facts, with Claude Code, Cursor, OpenClaw, Codex, OpenCode, and Hermes guidance.
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
Search and retrieve documents from local markdown files.
Intelligent prompt optimization using skill-based architecture. Enriches vague prompts with research-based clarifying questions before Claude Code executes them
Uses power tools
Uses Bash, Write, or Edit tools