plugin-recommenderlisted
Install: claude install-skill chrono-code/forge-harness
> **Note:** In external user install environments, the internal GHE org inventory and sister asset clusters are organization-specific examples from the original developer's environment. Adapt the core of this skill (multi-layer search + synergy evaluation + install support) to your own environment (see `## External User Environment Adaptation Path` §).
# plugin-recommender
Takes a task description as input, searches internal GHE and external open-source ecosystems, and outputs a list of suitable plugins and install commands. Also reports duplicate installs and potential conflicts.
## Activation Triggers
Activates on the following types of phrasing.
1. **Direct recommendation request**: "Recommend a plugin", "What plugin should I use?", "Find a useful tool"
2. **Task-based implicit request**: "I want to handle Jira tickets", "I need to visualize DB data", "I want to auto-generate API docs"
3. **Environment setup questions**: "How do I integrate with Confluence?", "Set up plugins needed for a new project"
## Processing Steps (Step 0 Pre-check + 5-Step)
### Step 0: Search Pre-check — GitHub Token Auth Status
Before entering Step 2 multi-layer search, **gh CLI auth status check is mandatory**. Internal GHE + external GitHub auth are separate — if unauthenticated, guide user on how to generate and store tokens.
#### Check Command
```bash
gh auth status
```
#### Unauthenticated Guidance Path (present to user as-is)
**Internal GHE unauthenticated**:
1. **Generate Personal