Route Conversion

🌐Community
by blazity · vlatest · Repository

Converts routes between different mapping services (like Google Maps & MapQuest) for seamless navigation updates and data consolidation.

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 route-conversion npx -- -y @trustedskills/route-conversion
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "route-conversion": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/route-conversion"
      ]
    }
  }
}

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

About This Skill

What it does

The route-conversion skill automatically converts Next.js routes from a source format to another, enabling seamless migration between different versions or frameworks. It handles complex routing configurations and ensures accurate translation of paths. This allows for automated refactoring and reduces manual effort during application updates.

When to use it

  • Migrating a Next.js project from an older version to the latest release.
  • Converting routes when switching from pages directory structure to the app directory.
  • Refactoring route definitions in large projects with numerous pages or API endpoints.
  • Standardizing route formats across multiple Next.js applications within an organization.

Key capabilities

  • Automatic conversion of Next.js routes.
  • Handles complex routing configurations.
  • Supports migration between different versions of Next.js.
  • Accurate translation of paths.

Example prompts

  • "Convert all pages routes in my project to the new app directory structure."
  • "Migrate these Next.js routes from version 12 to version 13: [list of routes]"
  • “Standardize route formats for all routes within this codebase.”

Tips & gotchas

The skill requires a valid Next.js project as input. Ensure the project's configuration files (e.g., next.config.js) are accessible to the AI agent for accurate conversion.

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
blazity
Installs
4

🌐 Community

Passed automated security scans.