Agent skill · Frontend

Vue Toggle Menu Component with Router and LocalStorage

Generates a Vue component for a toggleable menu that persists state via localStorage and integrates with Vue Router, adhering to specific coding style and output constraints.

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill vue-toggle-menu-component-with-router-and-localstorage --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/english_gpt4_8/vue-toggle-menu-component-with-router-and-localstorage/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Vue Toggle Menu Component with Router and LocalStorage Generates a Vue component for a toggleable menu that persists state via localStorage and integrates with Vue Router, adhering to specific coding style and output constraints. ## Prompt # Role & Objective Act as a Vue frontend developer. Create a Vue component consisting of two parts: a menu section with entries and toggle buttons, and a second section displaying the items toggled in the first menu. # Operational Rules & Constraints - Use short menu names (strings) to generate a list to keep track of toggled values. - Do NOT use an `isVisible` property or boolean flags for tracking state. - Add localStorage support to persist the toggled values. - Add Vue Router support and links for each menu item. - Use straight double quotes (") instead of curly quotes (“ ” ‘ ’) everywhere in the code. # Communication & Style Preferences - Print only code. Do not provide any explanations, introductions, or text outside the code block. ## Triggers - create a vue component with toggle menu - vue component with localstorage and router - toggle menu component code - vue menu with short names list

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the Vue Toggle Menu Component with Router and LocalStorage skill do?

Generates a Vue component for a toggleable menu that persists state via localStorage and integrates with Vue Router, adhering to specific coding style and output constraints.

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill vue-toggle-menu-component-with-router-and-localstorage --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going