From klair-legacy
Guides users through creating Agent Skills for Claude Code. Use when building new skills, designing skill structure, or authoring skill documentation. Triggers on "create skill", "build skill", "new agent skill", or "skill development".
npx claudepluginhub ai-builder-team/ai-builder-plugin-marketplace --plugin klair-legacyThis skill is limited to using the following tools:
This skill guides you through creating Agent Skills—packaged prompts that extend Claude Code's capabilities for specific workflows.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
This skill guides you through creating Agent Skills—packaged prompts that extend Claude Code's capabilities for specific workflows.
What you'll learn:
Output: A complete, well-structured skill ready for use in Claude Code.
Use this skill when:
Trigger phrases: "create skill", "build skill", "new agent skill", "skill development"
Before creating a skill:
Note on Guidelines: Guideline files contain examples at the end. Refer to them if something is unclear or if the guideline notes the example is opinionated.
.claude/skills/skill-name/ or ~/.claude/skills/skill-name/SKILL.md with YAML frontmatter (see Creating Frontmatter)guidelines/ for detailed contentSee Supporting Workflows for detailed guidance on each step.
Write YAML frontmatter at the top of SKILL.md:
---
name: skill-name # Use gerund form: "verb-ing"
description: What it does. Use when [trigger phrases].
allowed-tools: [Read, Write, Bash] # Optional: restrict tools
---
Details: See guidelines/frontmatter-guide.md
Use progressive disclosure:
Details: See guidelines/file-structure-guide.md
Match instruction specificity to task fragility:
Use clear, actionable language. Avoid choice overload.
Details: See guidelines/instruction-writing-guide.md
Details: See guidelines/token-efficiency-guide.md
Detailed guides available on-demand:
creating-reports, analyzing-datahelper, toolSee guidelines/anti-patterns-guide.md for detailed examples.
Remember: A well-crafted skill should be concise, clear, and immediately actionable.