style-to-skill

Installation
SKILL.md

Style → Skill

Package a user's existing style profile into two installable artifacts:

  1. A self-contained, globally invokable skill at ~/.claude/skills/<name>/ (for Claude Code).
  2. A <name>.zip next to it, ready to upload to claude.ai → Settings → Capabilities → Skills (for the Claude app).

Quick start

  1. Locate the source profile. Check the cwd for STYLE_PROFILE.md. If absent, ask the user for the path. Read it in full.
  2. Pick a skill name. Default to write-like-me. If that already exists at ~/.claude/skills/write-like-me/, ask the user for an alternate (e.g. write-like-<handle>). Lowercase, hyphens only.
  3. Create the skill directory at ~/.claude/skills/<name>/.
  4. Bundle the profile by copying the source STYLE_PROFILE.md into the skill directory. (Offer a symlink alternative if the user wants the skill to track the canonical profile — see Sync below. Note: symlinks won't survive the zip step — see Zip section.)
  5. Write SKILL.md using the template below. Tailor the description's trigger phrases and the register list to whatever the bundled profile actually covers (casual only, casual + technical, fiction, etc.).
  6. Build the upload zip — see the Zip section below. Produces ~/.claude/skills/<name>.zip.
  7. Verify by listing the new directory + zip and confirming the user can invoke it. Report both paths (skill dir for Claude Code, zip for the Claude app upload).

SKILL.md template for the generated skill

Related skills

More from ivcota/skills

Installs
1
Repository
ivcota/skills
GitHub Stars
1
First Seen
Apr 25, 2026