Unistyles V2 To V3 Migration

🌐Community
by jpudysz · vlatest · Repository

Converts UniStyles v2 configurations to the latest v3 format, streamlining workflows and ensuring compatibility.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add unistyles-v2-to-v3-migration npx -- -y @trustedskills/unistyles-v2-to-v3-migration
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "unistyles-v2-to-v3-migration": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/unistyles-v2-to-v3-migration"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates the migration of projects from unistyles v2 to v3. It handles the necessary code transformations and updates required for compatibility with the newer version, reducing manual effort and potential errors during the upgrade process. The tool ensures a smooth transition by addressing changes in syntax and functionality between versions.

When to use it

  • You have a React Native project using unistyles v2.
  • You need to update your project to unistyles v3 for access to new features or bug fixes.
  • You want to avoid the tedious manual process of refactoring unistyles code.
  • Your team is facing challenges in upgrading an existing unistyles v2 codebase.

Key capabilities

  • Automated migration from v2 to v3
  • Code transformation and updates
  • Compatibility with newer unistyles versions

Example prompts

  • "Migrate my project's unistyles code from version 2 to version 3."
  • "Run the unistyles-v2-to-v3-migration tool on this codebase."
  • “Update all unistyles components in this directory to be compatible with v3.”

Tips & gotchas

  • Ensure your project has a valid unistyles v2 configuration before running the migration.
  • Review the migrated code carefully, as automated migrations may require manual adjustments for complex scenarios.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
jpudysz
Installs
19

🌐 Community

Passed automated security scans.