What problem does it solve? Writing a well-formed Claude Code skill requires knowing frontmatter fields, quality rules, and directory conventions, and teams often have existing prompts scattered across Cursor, Continue, Copilot, or legacy command files that need porting. ## Core Features & Use Cases - Create Mode: Interviews the user about purpose, triggers, side effects, tools, and scope, then writes a complete SKILL.md from a canonical template. - Migrate Mode: Reads an existing prompt file (.cursorrules, .mdc, .continue/prompts, copilot-instructions.md, legacy .claude/commands) and converts it into a standards-compliant skill. - Quality Enforcement: Applies rules for declarative bodies, dynamic context injection, allowed-tools scoping, and disable-model-invocation for side-effecting skills. - Use Case: You have a Cursor .mdc rule that reviews pull requests; run this skill in migrate mode to convert it into a project-level Claude Code skill with proper frontmatter and argument handling. ## Quick Start Ask the assistant to create a new skill named summarize-pr or to migrate the file at .cursor/rules/review.mdc into a Claude Code skill.