Skip to content

docs: 新規プラグイン3つをドキュメントに追加 - #476

Merged
keito4 merged 1 commit into
mainfrom
claude/issue-475-20260215-0301
Feb 16, 2026
Merged

docs: 新規プラグイン3つをドキュメントに追加#476
keito4 merged 1 commit into
mainfrom
claude/issue-475-20260215-0301

Conversation

@keito4

@keito4 keito4 commented Feb 16, 2026

Copy link
Copy Markdown
Owner

Summary

PR #474 で追加された新規プラグイン・マーケットプレイス(3つ)をREADMEと.claude/plugins/README.mdに反映。

  • supabase-agent-skills: PostgreSQL/Supabase開発のベストプラクティス
  • agent-browser: ブラウザ自動化(テスト、フォーム、スクリーンショット)
  • intellectronica-skills: ライブラリ・フレームワークの最新ドキュメント取得

Closes #475

🤖 Generated with Claude Code) | View job run | [Branch: claude/issue-475-20260215-0301](https://github.com/keito4/config/tree/claude/issue-475-20260215-0301

Summary by CodeRabbit

Documentation

  • Added three new plugin categories: Supabase, Vercel, and Community
  • Added DevContainer recommendation documentation for improved setup guidance
  • Expanded marketplace listings with additional vendors and mapping aliases

PR #474 で追加された以下のプラグイン/マーケットプレイスをドキュメントに反映:

- supabase-agent-skills: PostgreSQL/Supabase開発のベストプラクティス
- agent-browser: ブラウザ自動化(テスト、フォーム、スクリーンショット)
- intellectronica-skills: ライブラリ・フレームワークの最新ドキュメント取得

README.md と .claude/plugins/README.md の両方を更新し、
現在利用可能な全9つのマーケットプレイスを網羅的に記載。

Closes #475

Co-authored-by: keito4 <keito4@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Feb 16, 2026

Copy link
Copy Markdown

No actionable comments were generated in the recent review. 🎉


📝 Walkthrough

Walkthrough

Documentation updates to reflect recent repository changes. The plugins README expands marketplace listings with additional vendor aliases, while the main README adds new plugin categories (Supabase, Vercel, Community) and removes version suffixes from headers.

Changes

Cohort / File(s) Summary
Plugins Marketplace Documentation
.claude/plugins/README.md
Expanded "Currently managed marketplaces" section with extended vendor list and alias mappings (claude-code-plugins, claude-plugins-official, claude-code-workflows, etc.).
Main README Updates
README.md
Removed version suffix from Pre-installed Plugins header, added three new plugin categories (Supabase, Vercel, Community), and added DevContainer recommendation link.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Poem

🐰 Our docs now bloom with marketplaces galore,
New plugin categories open each door,
Supabase, Vercel, Community bright,
Documentation dances in the searchlight! ✨

🚥 Pre-merge checks | ✅ 6
✅ Passed checks (6 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly indicates the main change: adding documentation for three new plugins, matching the PR's primary objective of reflecting newly added plugins.
Linked Issues check ✅ Passed The PR fulfills issue #475 requirements by updating README.md and .claude/plugins/README.md to reflect recent repository changes, specifically the three new plugins from PR #474.
Out of Scope Changes check ✅ Passed All changes are scoped to documentation updates directly related to reflecting newly added plugins and marketplace information, with no unrelated modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch claude/issue-475-20260215-0301

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@claude

claude Bot commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

PR Review - docs: 新規プラグイン3つをドキュメントに追加

概要

PR #474 で追加された3つの新規プラグイン/マーケットプレイスをドキュメントに反映する変更です。変更内容は適切で、ドキュメントの一貫性も保たれています。


✅ コード品質とベストプラクティス

良い点:

  • マーケットプレイス名とエイリアス(括弧内)を明示的に記載し、理解しやすい
  • 各プラグインの用途を簡潔に説明している
  • 既存のフォーマットと一貫性がある
  • 全9つのマーケットプレイスを網羅的にリスト化

確認済み:

  • .claude/plugins/README.md:105-113 - マーケットプレイスリストの更新
  • README.md:607-613 - Pre-installed Plugins セクションの更新
  • 実際の設定ファイル(known_marketplaces.json.template, plugins.txt)と整合性あり

✅ 潜在的なバグや問題

問題なし - 純粋なドキュメント更新のため、バグリスクは最小限です。

軽微な確認事項:

  • README.md:613 の "Community plugins: context7" の分類について
    • 実際は intellectronica/agent-skills マーケットプレイス由来
    • "Community plugins" という分類が適切かどうか検討余地あり
    • ただし、intellectronica 氏の個人リポジトリなので "Community" 分類は妥当とも言えます

✅ パフォーマンス考慮事項

該当なし - ドキュメント変更のため、パフォーマンスへの影響はありません。


✅ セキュリティ懸念

問題なし - 以下の点を確認済み:

  • 認証情報の漏洩なし
  • 外部リポジトリは信頼できるソース(Anthropics公式、Supabase、Vercel、コミュニティ)
  • マーケットプレイス設定は既存の known_marketplaces.json.template で管理済み

✅ テストカバレッジ

該当なし - ドキュメント更新のため、テストは不要です。

ただし、以下の確認を推奨:

  1. ドキュメントに記載されたプラグイン名が実際のマーケットプレイスと一致しているか
  2. DevContainer ビルド時に全プラグインが正常にインストールされるか

→ PR #474 で既にテスト済みと思われます。


📝 その他の提案

1. README.md のプラグイン分類の明確化

現在の分類:

- Official plugins: ...
- Workflow plugins: ...
- Supabase plugins: ...
- Vercel plugins: ...
- Community plugins: ...

提案: マーケットプレイス名を明示すると、より理解しやすくなります:

- Official plugins (claude-plugins-official): ...
- Workflow plugins (claude-code-workflows): ...
- Supabase plugins (supabase-agent-skills): ...
- Vercel plugins (agent-browser): ...
- Community plugins (intellectronica-skills): ...

ただし、これは必須ではなく、現在の形式でも十分明確です。

2. ドキュメントの整合性

.claude/plugins/README.mdREADME.md の両方で同じ情報を維持する現在のアプローチは良いですが、将来的に情報が乖離するリスクがあります。

検討事項:

  • どちらか一方を Single Source of Truth として、もう一方から参照する
  • または、自動化スクリプトで同期を保証する

ただし、現時点では両方で管理する現在の方式で問題ありません。


🎯 総合評価

承認を推奨します

CI Status:

  • ✅ CodeRabbit: pass
  • ✅ GitGuardian Security Checks: pass
  • ✅ check-ci-status: pass
  • ⏳ claude-review: pending(このレビュー完了で解決)

参考情報

関連ファイル:

  • .claude/plugins/known_marketplaces.json.template - 全9マーケットプレイス定義
  • .claude/plugins/plugins.txt - インストール対象の12プラグインリスト
  • script/install-claude-plugins.sh - プラグインインストールスクリプト

コミットメッセージ規約準拠:

  • docs: プレフィックス使用
  • ✅ semantic-release によりドキュメント更新がリリースノートに反映される

Good work! 🎉

@keito4
keito4 merged commit 8c87fbd into main Feb 16, 2026
4 checks passed
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 1.75.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions github-actions Bot added the released リリース済み label Feb 16, 2026
@keito4
keito4 deleted the claude/issue-475-20260215-0301 branch March 1, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released リリース済み

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ドキュメント最新化

1 participant