Agent Skills
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:
useApiFetchmulti-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,useMessageBoxand 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.
/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
Cursor
One-Click Install
Click the button below to install the Movk Nuxt skill directly in Cursor:
Install SkillManual Configuration
- Open Cursor and go to "Settings" > "Skills"
- Click "Add skill" and paste the following URL:
https://github.com/mhaibaraai/movk-nuxt/tree/main/docs/skills/movk-nuxt
Claude Code
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:
- Skill entry:
docs/skills/movk-nuxt/SKILL.md - Full skill directory:
docs/skills/movk-nuxt/