Claude Code Plugins

Community-maintained marketplace

Feedback

Generates src/router/index.ts with Vue Router configuration, hash-based routing, and navigation guards for route protection.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name router
description Generates src/router/index.ts with Vue Router configuration, hash-based routing, and navigation guards for route protection.

Router Skill

Purpose

Generate the src/router/index.ts file with Vue Router configuration and navigation guards.

Output

Create the file: src/router/index.ts

Notes

  • Uses hash-based routing
  • Implements a navigation guards for example of usage
  • Create 2 routes for home screen and page not found screen. If the view components skill mentions other files, create route for those files instead.
  • All pages expect page not found page should have navigation guards.