Skip to content
doraval
Esc
navigateopen⌘Jpreview
On this page

R005 · description

Description present and well-sized

What Checks that frontmatter includes a description and that it stays within the agentskills.io max (1024 characters).
Why The description is the trigger. Agents load name + description before the body. Missing or oversized text hides the skill or wastes always-on context.

How to fix

  1. State what the skill does and when to use it.
  2. Prefer concrete triggers over slogans.
# weak
description: API helper

# stronger
description: >-
  Use when writing code that calls the Gemini API for text generation,
  multi-turn chat, image generation, or streaming.
  1. Move long detail into the body or references/ — do not pad the description.
  2. Pair with R014 / R025 so the content of the description is trigger-ready.

Was this page helpful?