What problem does it solve? Turning a repeatable workflow into a shareable Claude Code skill involves many manual steps: writing a well-formed SKILL.md, structuring a plugin directory, creating a GitHub repository, and registering it in a marketplace. This Skill automates that entire pipeline in one guided flow. ## Core Features & Use Cases - Guided Interview: Collects the skill's purpose, trigger conditions, workflow shape, and type (Technique, Pattern, Reference, or Workflow), with depth adjusted by engagement mode. - SKILL.md Authoring: Generates frontmatter and body following writing-skills methodology, including kebab-case naming, "Use when..." descriptions, and quality rules like the 500-word limit. - Plugin Packaging & Publishing: Builds the plugin directory structure with plugin.json and README, initializes git, creates a GitHub repo via gh, and adds the entry to a marketplace.json. - Use Case: You notice your team repeatedly writes the same code-review checklist prompt. Describe it once, and this Skill interviews you, drafts the SKILL.md, packages it as a plugin, pushes it to GitHub, and gives you an install command. ## Quick Start Ask the assistant to create a new skill that automates your chosen workflow and package it as an installable plugin.