Agent Skills

View source
Use Claude Agent Skills to help AI coding agents generate correct Movk Nuxt code by capability domain.

What are Agent Skills?

Agent Skills are structured SKILL.md knowledge files written per the Agent Skills specification. Unlike the MCP Server (which provides real-time documentation retrieval tools), Skills are loaded directly into an AI coding agent's context, allowing the agent to reference them throughout an entire conversation.

Movk Nuxt provides a single movk-nuxt skill covering five capability domains — AutoForm, API, DataTable, standalone components and composables — injecting guidance on "which capability to use in which scenario, and how to write it correctly," so generated code conforms to this library's conventions.

Usage

The movk-nuxt skill gives AI agents complete knowledge for building Movk Nuxt applications:

  • AutoForm: Zod Schema-driven form generation, field control registration, layout and conditional rendering
  • API: useApiFetch multi-endpoint, auto-auth, business code handling, upload/download progress
  • DataTable: Column configuration, tree data, selection/expand, pagination and load-more
  • Standalone Components: DatePicker, SearchForm, StarRating, PillGroup and other M-prefixed components
  • Composables: useDateFormatter, useTheme, useMessageBox and other utility functions

The skill entry SKILL.md carries cross-domain rules and a routing table; domain-specific details are in references/ and loaded by the agent on demand, keeping responses focused and context efficient.

After installation, type /movk-nuxt in Agent chat to activate the skill.

Skills CLI

The skills CLI is the easiest way to install the Movk Nuxt skill. It supports 35+ agents including Cursor, Claude Code, Codex, Windsurf, Cline and more. Just pass the documentation site URL — the CLI will automatically fetch the skill:

npx skills add https://nuxt.mhaibaraai.cn

Specify a target agent with --agent:

npx skills add https://nuxt.mhaibaraai.cn --agent cursor
npx skills add https://nuxt.mhaibaraai.cn --agent claude-code

Or use --global to install globally, making the skill available across all projects:

npx skills add https://nuxt.mhaibaraai.cn --global
Visit skills.sh to explore the Skills ecosystem and browse more available skills.

Cursor

One-Click Install

Click the button below to install the Movk Nuxt skill directly in Cursor:

Install Skill

Manual Configuration

  1. Open Cursor and go to "Settings" > "Skills"
  2. Click "Add skill" and paste the following URL:
https://github.com/mhaibaraai/movk-nuxt/tree/main/docs/skills/movk-nuxt

Claude Code

Ensure Claude Code is installed. See the Anthropic documentation for installation instructions.

Add the skill via CLI:

claude skill add https://github.com/mhaibaraai/movk-nuxt/tree/main/docs/skills/movk-nuxt

Other AI Tools

The skill files are publicly hosted on GitHub; any AI tool that supports custom context or instructions can reference them directly:

It is recommended to also configure the MCP Server so agents can retrieve the latest documentation and examples on demand while using the skill.
Copyright © 2025 - 2026 YiXuan - MIT License