Skip to content

.NET: [Bug]: AgentSkills do not validate/follow the spec #4421

@rwjdk

Description

@rwjdk

Description

According to https://agentskills.io/specification skill names should adhere to the following:

  • Must be 1-64 characters
  • May only contain unicode lowercase alphanumeric characters and hyphens (a-z and -)
  • Must not start or end with -
  • Must not contain consecutive hyphens (--)
  • Must match the parent directory name

The current implementation does not adhere to these rules, example allowing the name to be different from the folder.

I don't know if you wish to adhere to the spec or not (as it feels rather silly and made up), but if important to MS I wanted to make you aware.

Code Sample

Error Messages / Stack Traces

Package Versions

RC2

.NET Version

.NET10

Additional Context

No response

Metadata

Metadata

Labels

.NETbugSomething isn't workingv1.0Features being tracked for the version 1.0 GA

Type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions