Compaction tip references non-existent plugin marketplace and plugin
Resolved 💬 4 comments Opened Dec 3, 2025 by guppie70 Closed Feb 27, 2026
Description
During conversation compaction, an automated tip appears suggesting to install a plugin that doesn't exist:
Tip: Working with HTML/CSS? Add the frontend-design plugin:
/plugin marketplace add anthropics/claude-code
/plugin install frontend-design@claude-code-plugins
Steps to Reproduce
- Have a conversation that triggers compaction
- Observe the tip that appears
Actual Behavior
When following the suggested commands:
/plugin marketplace add anthropics/claude-codefails with:
````
Error: Failed to clone marketplace repository: Cloning into '/Users/.../.claude/plugins/marketplaces/anthropic-claude-code'...
remote: Repository not found.
fatal: repository 'https://github.com/anthropic/claude-code.git/' not found
/plugin install frontend-design@claude-code-pluginsfails with:
````
Plugin "frontend-design" not found in any marketplace
Expected Behavior
Tips should only reference plugins and marketplaces that actually exist and are publicly available.
Environment
- Claude Code v2.0.57
- macOS (Darwin 25.1.0)
Screenshots
The tip appears in the compaction message like this:
· Compacting conversation… (esc to interrupt)
└ Tip: Working with HTML/CSS? Add the frontend-design plugin:
/plugin marketplace add anthropics/claude-code
/plugin install frontend-design@claude-code-pluginsThis issue has 4 comments on GitHub. Read the full discussion on GitHub ↗