What problem does it solve? Turning a repeated task into a reusable Claude Code skill requires knowing the correct directory layout, frontmatter format, and naming conventions. This Skill standardizes that process so every new skill is created consistently under the ai-lab laboratory standard. ## Core Features & Use Cases - Guided Skill Scaffolding: Collects the skill name (kebab-case), one-sentence purpose, and trigger condition, then generates .claude/skills/<name>/SKILL.md from the templates/skill.md template. - Convention Enforcement: Ensures minimal frontmatter (name + trigger-focused description), Ukrainian-canonical documentation with English key terms, and one-responsibility-per-skill scoping. - Use Case: A user asks to create a skill for Ukrainian-English translation; the Skill produces .claude/skills/translate-uaen/SKILL.md with a translation-trigger description, optionally catalogs it in skills/README.md, and proposes a small input-output test. ## Quick Start Ask the assistant to create a new skill for a repeated task, providing its name, purpose, and when it should trigger.