suggest-toolinglisted
Install: claude install-skill hashbulla/deep-research
> Consumes a finished `/deep-research` run and proposes work-relevant Claude Code skills,
> plugins, and MCP servers — ranked by relevance, trust-tier-graded for supply-chain safety,
> and never auto-installed.
## Trigger
- Slash: `/suggest-tooling <run-dir>`
- Delegation: `deep-research --suggest-tooling` (default OFF) passes `<run-dir>` and the
work-relevant topic list computed at Phase 0.
## Workflow
1. **Read the run.** Load `<run-dir>/research-plan.md` and `<run-dir>/research-report.md`.
Extract the work-relevant topics declared in the plan (the `ai-engineering` /
`platform-ai-sre` / `freelance-acquisition` intersection flagged at Phase 0). If no
work-relevant topics are found, emit an empty toolbox with a "no work-relevant topics"
note and stop — do not propose tools for non-work-relevant runs.
2. **Classify topics to categories.** Map each work-relevant topic and each discovered
candidate to one or more categories drawn from the closed taxonomy in
`references/tooling-categories.md`. Classification uses LLM reasoning (semantic, not
string-match) because it runs in the skill context, not inside the helper script.
Emit a structured candidate JSON per the contract below for each discovered tool.
3. **Query the six connectors.** Run each independently; any channel may degrade without
failing the run. Full per-channel mechanics and degradation rules are in
`references/tooling-discovery.md`. Candidate contract (required fields):
```js