recommend-experts

Recommends expert plugins via search and renders an inline suggestion card.

68|25|Updated Jul 24, 2026
One-click install
npx skills add https://github.com/rojim666/SztuCode --skill recommend-experts-rojim666
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: recommend-experts
Source: https://github.com/rojim666/SztuCode/tree/main/py-runtime/src/sztu_code/core/prompts/workbuddy/skills/recommend-experts
Command: npx skills add https://github.com/rojim666/SztuCode --skill recommend-experts-rojim666

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When a task requires professional judgment, deep research, or multi-role collaboration, users often do not know which Expert or Expert Team plugin fits their needs. This Skill searches the plugin catalog and presents up to three relevant candidates as an inline card, without disrupting an already-selected Expert. ## Core Features & Use Cases - Expert Discovery: Calls search_plugins with the user's intent to find matching expert or expert_team plugins. - Inline Recommendation Card: Uses suggest_plugin_install exactly once to render a card with one to three candidates, each ID verified against search results. - Session-Aware Guardrails: Stops immediately if an Expert is already selected, and silently continues the original task when no relevant results exist. - Use Case: A user asks for a deep research report. The Skill searches for research-oriented experts, then presents DeepResearchExpert and GPTResearcherTeam in a single card for the user to choose from. ## Quick Start Ask the agent to handle a task requiring specialist expertise, such as conducting deep research on a topic, and it will recommend suitable Experts in an inline card.

Frequently Asked Questions about recommend-experts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I get expert recommendations for a task?▼

Simply describe a task that needs specialist expertise or multi-role collaboration. The Skill calls search_plugins with your intent and presents up to three matching expert or expert team plugins in an inline card.

How many expert plugins can be recommended at once?▼

A single suggest_plugin_install call can recommend one to three candidates using the pluginId1, pluginId2, and pluginId3 fields. The Skill never invokes suggest_plugin_install more than once per response.

What happens if an Expert is already selected in the session?▼

The Skill stops immediately and does not search, recommend, or replace the current Expert. If search_plugins returns expertAlreadySelected as true, it continues the original task without recommending again.

Can the Skill enable an expert plugin automatically?▼

No. The user must explicitly choose to enable one Expert or Expert Team from the recommendation card. The Skill never enables a plugin silently or replaces the currently selected Expert.

What happens when no relevant experts are found?▼

If the search returns no relevant results, the Skill silently continues the original task without showing a recommendation card or interrupting the workflow.