npx claudepluginhub h315uk3/beig-pocProof of Concept for applying Bayesian belief updating and information theory to various decision-making scenarios through Claude Code plugins.
このプロジェクトは、symbiosisリポジトリのwith-meプラグインの理論を検証し、様々なユースケースに適用するPoCです。
基本的なメカニズムは共通:
ソフトウェア開発における要件抽出を支援するプラグイン。
5次元:
使用例: 不明確な開発要件を体系的に明確化
ランチ選択を支援する適応的意思決定アシスタント。
5次元:
使用例: 「今日のランチ何食べよう?」という日常的な意思決定
.
├── .claude-plugin/ # プラグインマーケットプレイス定義
├── plugins/
│ ├── with-me/ # ソフトウェア要件抽出プラグイン
│ │ ├── .claude-plugin/ # プラグインメタデータ
│ │ ├── commands/ # スラッシュコマンド定義
│ │ ├── config/ # 設定 (dimensions.json)
│ │ └── with_me/ # Python実装
│ │ ├── cli/ # CLI コマンド
│ │ └── lib/ # コアライブラリ
│ └── lunch-decision/ # ランチ選択プラグイン
│ ├── .claude-plugin/
│ ├── commands/
│ ├── config/ # ランチ用の次元定義
│ └── lunch_decision/ # Python実装
├── tests/ # プロジェクトレベルテスト
└── mise.toml # 開発環境定義
# Install mise (if not already installed)
curl https://mise.run | sh
# Install dependencies
mise install
mise run lint # Lint code
mise run format # Format code
mise run typecheck # Type check
mise run test # Run doctests
mise run validate # Validate plugin configuration
# Initialize with-me session
PYTHONPATH="plugins/with-me" python3 -m with_me.cli.session init
# Initialize lunch-decision session
PYTHONPATH="plugins/lunch-decision" python3 -m lunch_decision.cli.session init
# Verify session structure
mise run test:e2e:verify:session
新しいユースケースに適用する場合:
既存プラグインをコピー
cp -r plugins/with-me plugins/your-use-case
5次元を定義 (config/dimensions.json)
コマンド定義を更新 (commands/good-question.md)
Pythonモジュール名を変更
mv plugins/your-use-case/with_me plugins/your-use-case/your_module
marketplace.jsonに追加
各プラグインの config/dimensions.json で調整可能:
このPoCは以下のリポジトリのwith-meプラグインを参照:
AGPL-3.0
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Claude + Google Stitch workflow toolkit with MCP integration (prompt authoring, screen generation, design extraction)