Summary
Installing this plugin (v2.9.1) from the marketplace in the Claude Desktop app leaves the skill unavailable in Cowork sessions started from the desktop app. The plugin detail page (Settings -> Plugins -> Humanizer) shows:
This plugin doesn't have any skills or agents.
...even though the plugin is enabled and ships a SKILL.md plus an agents/ directory.
What works vs. what doesn't
| Surface |
humanizer skill available? |
| Claude Code |
Yes - confirmed working |
| Cowork (web) |
Yes - confirmed working |
| Cowork (Claude Desktop) |
No |
| Desktop Settings -> Plugins -> Humanizer -> Skills tab |
"This plugin doesn't have any skills or agents." |
Steps to reproduce
- Install the
humanizer plugin from the marketplace in the Claude Desktop app (macOS).
- Confirm the plugin toggle is enabled.
- Open Settings -> Plugins -> Humanizer -> Skills. It reports the plugin has no skills or agents.
- Restart Claude Desktop. Already tried - the skill still does not appear.
- Start a Cowork task from the desktop app - the skill is not available.
- Same account in Claude Code and in Cowork on the web: the skill loads and runs fine.
Possible cause
This repo keeps SKILL.md at the repository root, next to .claude-plugin/plugin.json and the agents/ directory, rather than under skills/<name>/SKILL.md. If the desktop app's plugin loader only scans a skills/ subdirectory, a root-level SKILL.md would be invisible to it while Claude Code and Cowork web still resolve it. The empty Agents tab, despite a root-level agents/ directory, points the same way.
This is a hypothesis based on the public repo layout, not something I've verified against the desktop loader.
Environment
-
macOS 27
-
Claude Desktop Claude 1.24012.9 (03c61d) 2026-07-24T04:59:17.000Z
-
humanizer v2.9.1, source: Marketplace (humanizer), author blader
-
Plugin toggle: enabled
-
App restarted: yes, no change
Screenshot

Summary
Installing this plugin (v2.9.1) from the marketplace in the Claude Desktop app leaves the skill unavailable in Cowork sessions started from the desktop app. The plugin detail page (Settings -> Plugins -> Humanizer) shows:
...even though the plugin is enabled and ships a
SKILL.mdplus anagents/directory.What works vs. what doesn't
Steps to reproduce
humanizerplugin from the marketplace in the Claude Desktop app (macOS).Possible cause
This repo keeps
SKILL.mdat the repository root, next to.claude-plugin/plugin.jsonand theagents/directory, rather than underskills/<name>/SKILL.md. If the desktop app's plugin loader only scans askills/subdirectory, a root-levelSKILL.mdwould be invisible to it while Claude Code and Cowork web still resolve it. The empty Agents tab, despite a root-levelagents/directory, points the same way.This is a hypothesis based on the public repo layout, not something I've verified against the desktop loader.
Environment
macOS 27
Claude Desktop Claude 1.24012.9 (03c61d) 2026-07-24T04:59:17.000Z
humanizer v2.9.1, source: Marketplace (
humanizer), authorbladerPlugin toggle: enabled
App restarted: yes, no change
Screenshot