mirror of
https://github.com/nextlevelbuilder/ui-ux-pro-max-skill.git
synced 2026-07-23 06:27:58 +00:00
fix: replace colon with hyphen in skill names (#383)
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>
This commit is contained in:
parent
381f01d9e5
commit
bdf1179bcf
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: ckm:banner-design
|
||||
name: ckm-banner-design
|
||||
description: "Design banners for social media, ads, website heroes, creative assets, and print. Multiple art direction options with AI-generated visuals. Actions: design, create, generate banner. Platforms: Facebook, Twitter/X, LinkedIn, YouTube, Instagram, Google Display, website hero, print. Styles: minimalist, gradient, bold typography, photo-based, illustrated, geometric, retro, glassmorphism, 3D, neon, duotone, editorial, collage. Uses ui-ux-pro-max, frontend-design, ai-artist, ai-multimodal skills."
|
||||
argument-hint: "[platform] [style] [dimensions]"
|
||||
license: MIT
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: ckm:brand
|
||||
name: ckm-brand
|
||||
description: Brand voice, visual identity, messaging frameworks, asset management, brand consistency. Activate for branded content, tone of voice, marketing assets, brand compliance, style guides.
|
||||
argument-hint: "[update|review|create] [args]"
|
||||
metadata:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: ckm:design-system
|
||||
name: ckm-design-system
|
||||
description: Token architecture, component specifications, and slide generation. Three-layer tokens (primitive→semantic→component), CSS variables, spacing/typography scales, component specs, strategic slide creation. Use for design tokens, systematic design, brand-compliant presentations.
|
||||
argument-hint: "[component or token]"
|
||||
license: MIT
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: ckm:design
|
||||
name: ckm-design
|
||||
description: "Comprehensive design skill: brand identity, design tokens, UI styling, logo generation (55 styles, Gemini AI), corporate identity program (50 deliverables, CIP mockups), HTML presentations (Chart.js), banner design (22 styles, social/ads/web/print), icon design (15 styles, SVG, Gemini 3.1 Pro), social photos (HTML→screenshot, multi-platform). Actions: design logo, create CIP, generate mockups, build slides, design banner, generate icon, create social photos, social media images, brand identity, design system. Platforms: Facebook, Twitter, LinkedIn, YouTube, Instagram, Pinterest, TikTok, Threads, Google Ads."
|
||||
argument-hint: "[design-type] [context]"
|
||||
license: MIT
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: ckm:slides
|
||||
name: ckm-slides
|
||||
description: Create strategic HTML presentations with Chart.js, design tokens, responsive layouts, copywriting formulas, and contextual slide strategies.
|
||||
argument-hint: "[topic] [slide-count]"
|
||||
metadata:
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
---
|
||||
name: ckm:ui-styling
|
||||
name: ckm-ui-styling
|
||||
description: Create beautiful, accessible user interfaces with shadcn/ui components (built on Radix UI + Tailwind), Tailwind CSS utility-first styling, and canvas-based visual designs. Use when building user interfaces, implementing design systems, creating responsive layouts, adding accessible components (dialogs, dropdowns, forms, tables), customizing themes and colors, implementing dark mode, generating visual designs and posters, or establishing consistent styling patterns across applications.
|
||||
argument-hint: "[component or layout]"
|
||||
license: MIT
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user