Skill picker dropdown shows only 2 lines on Windows
Status Open
Reported on v2.1.220
Maintainer reply None cached
Workaround ✓ Mentioned in description ↑
Activity 0 comments · opened Jul 25, 2026
Version: Claude Code 2.1.220
Platform: Windows 11 Pro 10.0.26200
Shell: PowerShell
Problem
When typing ./ to trigger skill selection, the dropdown list only shows ~2 lines of visible area, making it difficult to browse available skills.
Expected Behavior
Dropdown should show at least 8-10 skills at once, or dynamically expand to available terminal height.
Steps to Reproduce
- Open Claude Code CLI
- Type
./in the prompt - Observe the skill picker dropdown
- Only 2 lines are visible, requiring excessive scrolling
Workaround
- Use arrow keys ↑↓ to scroll
- Type skill name prefix to filter (e.g.,
./azure) - Increase terminal window height
Configuration
{
"theme": "light-daltonized",
"editorMode": "normal",
"enabledPlugins": {
"superpowers@claude-plugins-official": true,
"microsoft-docs@claude-plugins-official": true,
"azure@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true,
"playwright@claude-plugins-official": true
}
}
Impact
Significantly reduces discoverability of available skills, especially for users with many plugins installed.