Route Conversion
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.
Run in terminal (recommended)
claude mcp add route-conversion npx -- -y @trustedskills/route-conversion
Or manually add to ~/.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
pagesdirectory structure to theappdirectory. - 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
pagesroutes in my project to the newappdirectory 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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.