Skill picker dropdown shows only 2 lines on Windows

Status Open
Reported on v2.1.220
Maintainer reply None cached
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

  1. Open Claude Code CLI
  2. Type ./ in the prompt
  3. Observe the skill picker dropdown
  4. 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.

View original on GitHub ↗