发布

  • fix: replace colon with hyphen in skill names (#383)

    frostbyte_neo 发布于 2026-06-24 12:38:31 +00:00

    The Agent Skills spec requires names to match [a-z0-9-] only.
    The colon in 'ckm:' prefix causes daily validation errors:

    name contains invalid characters (must be lowercase a-z, 0-9, hyphens only)

    This affects all six ckm-prefixed skills. Replace ':' with '-'.

    Co-authored-by: Thomas Schneider tho.schneider@sap.com

    下载附件