Skip to content

Agent Skills: Implement Status Bar Integration for Skill Counts #15692

@NTaylorMullen

Description

@NTaylorMullen

Surface the presence of discovered skills in the CLI's persistent status area. This provides a constant but unobtrusive reminder to the user that specialized expertise is available for the current session.

Requirements:

  • UI Integration: Update ContextSummaryDisplay.tsx to accept and display a skillCount prop.
  • Data Flow: Modify Composer.tsx (or the relevant state provider) to retrieve the count of enabled skills from the SkillManager.
  • Visual Consistency: Render the skill count alongside other context metrics (e.g., "2 open files | 3 skills") using pipe separators and secondary text colors.
  • Adaptive Rendering: Ensure the "skills" segment is omitted entirely if zero skills are discovered.

Part of #15327

Metadata

Metadata

Assignees

Labels

area/agentIssues related to Core Agent, Tools, Memory, Sub-Agents, Hooks, Agent Quality🔒 maintainer only⛔ Do not contribute. Internal roadmap item.🛠️ In ProgressPublic Roadmap only Label

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions