OlympHill
Suggest Plugins (Grade A) logo

Suggest Plugins (Grade A)Claude AI 用のセキュリティテストされた開発スキル。 Grade A。 カルデュー ワークス プロファイルでオフライン検索と編集セッションが実行可能です — 書籍のカレーテッド マーケットプレースとローカルのプラグインを検索し、確認済みで欠けているピックをインストールしてアクティブなプロファイルに追加します。

(0)
Daniel Nikulshynレビュー: Daniel Nikulshyn·更新 2026年7月

概要

Suggest Pluginsは、Claude AIのグレードAのセキュリティテスト済み開発スキルです。起動すると、ClaudeWorksプロファイル用のインタラクティブな検索と編集セッションが提示されます。このツールでは、ユーザーはカスタマイズされた市場とローカル プラグインを検索し、不在のピックを確認した後のインストール、およびアクティブなプロファイルに追加することができます。スマートの除外を利用して、ユーザーのクエリに一致するのみを有効にすることができるメガバンドル プラグインにアイテムが追加されます。スキルは、ユーザーが実行した後に連続して実行され続け、ユーザー入力を基に検索を拡大し、頭部にある一行のヘッダーを印刷して状態を継続します。ユーザーのプロファイルに対して3つのタイプのマスメーションを実行できますが、各タイプは明示的な確認を必要とします:未インストールのプラグインのインストール、既存またはインストールしたばかりのプラグインをアクティブなプロファイルに追加する、またはメガバンドルのプラグインにアイテムを除外する。 "Suggest Plugins"はプロファイル作成機能との共通メカニズムでpluginの参照処理を実装し、その処理ではマーケットプレイス自体をgrepやjqで処理することや検索処理からAPIに直接問い合わせることは行っていません。セッション全体で3つの変数の状態を追跡することでセッションの状態保持を行っています。プロファイルをロックしたままにするため、session終了後も状態を保持しています。表示している選択肢と追加した選択肢を区別することで、ユーザがすでに追加したpluginが再度提示されることを防ぎ、SaaS上のLLMのコンテキスト圧縮の影響を軽減するためにstate-persistenceの工夫を実装しています。

主な機能

  • カレーテッド マーケットプレースとローカルのプラグインを検索する
  • ユーザーの確認済みで欠けているピックをインストールする
  • アクティブなプロファイルにプラグインを追加する
  • 巨大バンドル プラグインのアイテムを除外する
  • ユーザー間の複数回のアクセスでセッション状態をトラッキングする

料金

モデル
Free
カテゴリー
東学サェソー
評価
まだレビューはありません

ユースケース

プラグインの検出

ユーザーはマーケットプレースもローカルのディレクトリも探索せずに、プロジェクトに応じたプラグインをインストールすることができます。

プロファイルのカスタマイズ

開発者は、プラグインの検索、追加または除外とユーザーのワークフロー最適化により、カルデュー ワークス プロファイルをカスタマイズすることができます。

メリット & デメリット

メリット

  • ユーザーにより簡単なプラグイン探索が可能なオフライン検索と編集セッション
  • 巨大バンドル プラグイン用のスマートな排除
  • 複数回のユーザー入力に対応するため、セッション中継続してユーザーとインタラクティブに働きかけられる
  • 複数回のユーザー入力により、検索結果がより精確化される

デメリット

  • 複数回のユーザー入力にまたがるセッション状態管理の複雑さ
  • 外部スクリプトによってマーケットプレースとローカルのプラグインデータに依存している

レビュー

レビューを投稿するにはログインしてください。

まだレビューはありません。最初の一人になりましょう!

Q&A

What it doesn't do?

macOS only at launch. Windows is planned and Linux likely follows. The Electron shell is already cross-platform, but the terminal launch and Keychain sync need ports. Profiles live on your machine, no cloud sync. Use exportProfile / importProfile to move them. No GitHub token required. ClaudeWorks tries the gh CLI first, then GITHUBTOKEN, then falls back to anonymous fetches (60 req/h). See Architecture for the fallback chain. Teams need Anthropic's experimental flag (CLAUDECODEEXPERIMENTALAGENT_TEAMS=1). The feature works today but expect behaviour to shift as the upstream matures. We don't generate or manage Claude API keys. Run claude login first. The app copies credentials from your existing login.

Asked by Bianca Ferreira · Nov 15, 2025

What it does?

Each profile runs in its own CLAUDECONFIGDIR, which is Claude Code's built-in way to redirect its config root. MCP servers, skills, agents, and slash commands from profile A can't appear in profile B's session. Real per-process isolation, not config swapping. A curated plugin marketplace ships inside the app. Browse 114 upstream marketplaces and 647 featured plugins without leaving ClaudeWorks. One search bar queries 7,009 flat entries (every marketplace, plugin, skill, command, agent, and MCP server) at once. Every profile ships arbitrary shell aliases. Each one cd's to a directory and optionally auto-runs /workflow or a saved prompt. One profile can claim the bare claude command, so plain claude in any terminal lands in your default profile without the bloat of the others. More Per-profile /workflow commands (and named variants like /workflow-debug, /workflow-deploy) become real Claude Code commands in that profile's session. Variants can be scoped to specific launch directories. Multi-agent Teams (experimental, behind CLAUDECODEEXPERIMENTALAGENTTEAMS=1): compose a team from existing profiles with drag-and-drop, assign roles, pick a lead, and launch. The lead opens with a generated /start-team that spawns each teammate. Per-directory MCP management: disable individual servers inside sensitive repos while keeping them available elsewhere. Status bar builder: 17 widgets, drag to reorder, named save/load, per-profile override. Profile export / import: a self-contained JSON tha

Asked by Rina Desai · Nov 2, 2025

Why this exists?

I kept managing two Claude Code setups by hand, the work one with its MCP servers and skill set, the personal one with a different CLAUDE.md and different tools. Swapping meant editing ~/.claude.json and mcp.json by hand, then undoing it next session. Claude Code has no native multi-profile support, so I built this instead. Plugin caches are shared across profiles via symlinks, so you install a plugin once and updates propagate everywhere.

Asked by Sven Bergqvist · Oct 29, 2025

質問する

東学サェソーの代替

Manage Headers (Grade A) logo

Manage Headers (Grade A)

東学サェソー

セキュリティテストで検証されたClaude AIの開発スキルの「Aレベル」。「Power Pagesサイトからのブラウザへのセキュリティヘッダーの検査および構成」のためのもの。Content Security Policy、フレームとクリックジャッキング保護

(0)
Free
Using Git Worktrees (Grade A) logo

Using Git Worktrees (Grade A)

東学サェソー

セキュリティテスト済みデータAISHILL(Grade A)。クリュードAIと併用する。

(0)
Free
Ga4 Bigquery Schema (Grade A) logo

Ga4 Bigquery Schema (Grade A)

東学サェソー

セキュリティテスト済みのデータ・AIスキル用Claude AI。 Grade A。GA4 BigQuery Export Schemaの参照情報大全、ネスト構造、検索パターン、パフォーマンスのヒント

(0)
Free
Meta Capi (Grade A) logo

Meta Capi (Grade A)

東学サェソー

Security-checked data-ai skill for Claude AI. Grade A. (Meta Conversions API (CAPI)のセットアップガイド — アーキテクチャ、イベントタイプ、顧客情報のハッシュ、削除、実装例、AEM)

(0)
Free
Callees (Grade A) logo

Callees (Grade A)

東学サェソー

Claude AI向けセキュリティ検証済開発スキル。 Grade A. 関数/メソッドはどこにコールしているかをリストする

(0)
Free
Test Module Name (Grade A) logo

Test Module Name (Grade A)

東学サェソー

セキュリティテスト済みデータ-AIスキル、クラウド AI用 Grade A。 モジュールをテストするモジュールと同じネームスペースのSpecサフィックスでモジュール名を付ける。 クラウド AIのテストモジュールライティングまたはレビューに使用してください。

(0)
Free
Board Of Directors (Grade A) logo

Board Of Directors (Grade A)

東学サェソー

SECURITY TESTED DATA-AI SKILL FOR CLAUDE AI. GRADE A. マジョルな決定を実行者 5 人が協議しながらの実行者 5 人によるディレクトオフィス議論シミュレーション。プランの評価やアーキテクチャーセレクション、機能デザイン評価など、複数視点の専門分析を必要とするあらゆる決定を評価するには使用してください。

(0)
Free
Advpl Mvc Avancado (Grade A) logo

Advpl Mvc Avancado (Grade A)

東学サェソー

セキュリティテスト開発スキル for Claude AI. AランクのMVCアドバンス

(0)
Free