Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-slackSlack で自分へのメンションを確認する。「メンション確認」「Slackメンション」「自分へのメンション」「@mention を見せて」などで起動。Pythonスクリプト `slack_message.py mentions` を使用。
Slack でメンションに返信する。「メンションに返信」「メンションへの返信」「メンション返信して」「メンションに返事」「メンションに対応」「メンションにリプライ」「返信して」などで起動。
Slack プロフィールを更新する。「プロフィール更新」「ステータス変更」「表示名を変更」「自分のステータス」「プロフィールを変更」「ステータス設定」などで起動。ユーザートークン(SLACK_USER_TOKEN)が必要。
Slack の未読メッセージを確認する(全チャンネル横断確認対応)。「Slack未読確認」「未読メッセージ」「未読ある?」「Slackの未読」「未読を見せて」「未読チェック」「未読メール確認」「全チャンネルの未読」「未読サマリー」などで起動。Pythonスクリプト `slack_message.py unread` を使用。
Slack チャンネルを既読にする(全チャンネル一括既読化対応)。「既読にして」「既読化」「チャンネル既読」「未読を消す」「既読マーク」「全部読んだことにして」「既読にしたい」「全部既読」「一括既読」などで起動。Pythonスクリプト `slack_message.py mark-read` を使用。
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Official Slack MCP server for interactive and collaborative workflows. Surface insights, draft messages, and engage teams directly within Slack from Claude Cowork.
Slack integration for searching messages, sending communications, managing canvases, and more
Slack integration for deployment and build notifications
Enhances web_search Skill by posting formatted research digests to Slack channels
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
開発ワークフロー自動化 - シングル/マルチエージェント/Agent Team での Issue 管理付き・なしのフローを提供
Google Workspace 操作 - 認証、Drive 検索、Docs/Sheets/Slides/Forms/Apps Script 編集、Calendar、Gmail 未読管理、NotebookLM リサーチ・アーティファクト作成を提供
Terraform リソース import 支援プラグイン
Git ローカル操作 - ステージング・コミット、worktree 管理・セットアップを提供
Go 言語開発を支援するプラグイン(品質総合チェック、モジュール更新)
個人用 Claude Code プラグインマーケットプレイス。
pip install -r requirements.txt
npm install
プロジェクトの .claude/settings.json にマーケットプレイスを設定すると、プロジェクトを開くたびに自動的にプラグインを利用できるようになります。
{
"extraKnownMarketplaces": {
"shiiman-claude-code-plugins": {
"source": {
"source": "git",
"url": "git@github.com:shiiman/claude-code-plugins.git"
}
}
},
"enabledPlugins": {
"shiiman-claude@shiiman-claude-code-plugins": true,
"shiiman-git@shiiman-claude-code-plugins": true,
"shiiman-github@shiiman-claude-code-plugins": true,
"shiiman-workflow@shiiman-claude-code-plugins": true,
"shiiman-google@shiiman-claude-code-plugins": true,
"shiiman-go@shiiman-claude-code-plugins": true,
"shiiman-terraform@shiiman-claude-code-plugins": true,
"shiiman-slack@shiiman-claude-code-plugins": true
}
}
メリット:
/plugin marketplace add shiiman/claude-code-plugins
| プラグイン | 説明 | インストールコマンド |
|---|---|---|
shiiman-claude | Claude Code プロジェクト設定管理プラグイン - MCP サーバー管理、Claude 設定管理、Claude リソース一覧表示、Claude Code CLI 更新を提供 | /plugin install shiiman-claude@shiiman-claude-code-plugins |
shiiman-git | Git ローカル操作 - コミット、worktree、gitignore チェック、コミットメッセージ設定、gtrconfig 生成を提供 | /plugin install shiiman-git@shiiman-claude-code-plugins |
shiiman-github | GitHub API / gh CLI 操作 - Issue、PR、ブランチ、GitHub Actions、リポジトリ設定管理を提供 | /plugin install shiiman-github@shiiman-claude-code-plugins |
shiiman-workflow | 開発ワークフロー自動化 - シングル/マルチエージェント/Agent Team での Issue 管理付き・なしのフローを提供 | /plugin install shiiman-workflow@shiiman-claude-code-plugins |
shiiman-google | Google Workspace 操作 - 認証、Drive 検索、Docs/Sheets/Slides/Forms/Apps Script 編集、Calendar、Gmail 未読管理を提供 | /plugin install shiiman-google@shiiman-claude-code-plugins |
shiiman-go | Go 言語開発支援 - フォーマット、静的解析、テスト、依存関係管理、ビルド、パフォーマンス計測、脆弱性スキャン | /plugin install shiiman-go@shiiman-claude-code-plugins |
shiiman-terraform | Terraform/Terragrunt 管理 - コマンド実行、バージョン管理、モジュール管理、state 操作、import 支援、セキュリティ監査 | /plugin install shiiman-terraform@shiiman-claude-code-plugins |
shiiman-slack | Slack 通知管理 - 未読確認、既読化、メンション確認・返信、プロフィール更新を提供 | /plugin install shiiman-slack@shiiman-claude-code-plugins |
インストール例:
# すべてのプラグインをインストール
/plugin install shiiman-claude@shiiman-claude-code-plugins
/plugin install shiiman-git@shiiman-claude-code-plugins
/plugin install shiiman-github@shiiman-claude-code-plugins
/plugin install shiiman-workflow@shiiman-claude-code-plugins
/plugin install shiiman-google@shiiman-claude-code-plugins
/plugin install shiiman-go@shiiman-claude-code-plugins
/plugin install shiiman-terraform@shiiman-claude-code-plugins
/plugin install shiiman-slack@shiiman-claude-code-plugins
.
├── .claude-plugin/
│ └── marketplace.json # マーケットプレイス定義
├── .claude/
│ └── skills/ # リポジトリ用スキル
├── plugins/ # プラグインディレクトリ
├── docs/ # ドキュメント
└── README.md
| コマンド | 説明 |
|---|---|
/plugin-create | 新しいプラグインを作成(プラグインのみ / 機能込み一括) |
/skill-create | プラグインにスキルを追加 |
/subagent-create | プラグインにサブエージェントを追加 |
/hook-create | プラグインにフックを追加 |
/marketplace-toggle | マーケットプレイスを dev(symlink)/ prd(git)に切替 |
自然言語で呼び出せるスキル: