Where does the bug appear (feature/product)?
Background Agent (GitHub, Slack, Web, Linear)
Describe the Bug
The description field from SKILL.md frontmatter is not populated correctly in agents’ initial context.
In cloud environments, it’s truncated to 80 chars. Locally (Agents Window), it’s not populated at all.
This is a problem when an agent should invoke a skill i.e. the skill is not specified explicitly like /my-skill. The behavior seems to exist across every type of skill from repo, plugins, user, and Cursor-provided.
Steps to Reproduce
Create a new cloud or local agent with this prompt…
Dump the raw text of the entire <available_skills> and <agent_skills> blocks from your initial context.
Do not call any tools. Don't abbreviate or truncate anything. Just print out exactly what you were given.
You’ll see each <agent_skill> description truncated to 80 characters with ellipses before the closing </agent_skill> tag.
Expected Behavior
I assume these should contain the complete description text from each SKILL.md’s frontmatter. If not, then I would expect the full descriptions to appear elsewhere in the agent’s initial context window so it knows about the “use when…” advice from each Skill and can then load the full text of any skill it needs.
Screenshots / Screen Recordings
Operating System
MacOS
Version Information
Version: 3.8.11
VS Code Extension API: 1.105.1
Commit: e56ad3440df06d22ca7501e65fd518e905486ef0
Date: 2026-06-18T01:40:18.333Z
Layout: glass
Build Type: Stable
Release Track: Default
Electron: 40.10.3
Chromium: 144.0.7559.236
Node.js: 24.15.0
V8: 14.4.258.32-electron.0
xterm.js: 6.1.0-beta.256
OS: Darwin arm64 25.5.0
For AI issues: which model did you use?
composer-2.5
For AI issues: add Request ID with privacy disabled
Local (no description content at all):
f9e8a74d-c46c-4dce-ac06-d7442999259c
a6f44947-a506-43b0-94c4-ec1ed62bd930
Cloud (description content is truncated at 80 characters):
bc-c4ad9b48-418a-4ba5-9d8a-0fab7f9eee7e
bc-e112f982-80af-4089-a321-9e3f76021c3c
Does this stop you from using Cursor
Sometimes - I can sometimes use Cursor

