invalid-agent-skill ยท diff
git:20260201.57bf39f to git:20260201.a695ec8
3 added, 2 removed. Audit A to A.
---
name: invalid-agent-skill
description: Use when testing invalid agent validation
context: fork
- agent: CustomAgent
+ agent: Invalid_Agent
---
This skill has an invalid agent type.
- The agent field must be one of: Explore, Plan, general-purpose.
+ Agent must be a built-in (Explore, Plan, general-purpose) or a custom kebab-case name.
+ Invalid_Agent is rejected because underscores are not allowed; use hyphens for kebab-case format.