Provides comprehensive guidance for Avue Form component including form configuration, validation, and dynamic forms. Use when the user asks about Avue Form, needs to create dynamic forms, implement form validation, or work with form configurations.
View on GitHubpartme-ai/full-stack-skills
development-skills-utils
February 1, 2026
Select agents to install to:
npx add-skill https://github.com/partme-ai/full-stack-skills/blob/main/skills/avue-form/SKILL.md -a claude-code --skill avue-formInstallation paths:
.claude/skills/avue-form/## When to use this skill Use this skill whenever the user wants to: - Install and set up Avue-form in a Vue project - Use Avue-form components in Vue applications - Configure form options and columns - Handle form validation - Use form events and methods - Customize form components - Understand Avue-form API and methods - Troubleshoot Avue-form issues ## How to use this skill This skill is organized to match the Avue-form official documentation structure (https://avuejs.com/form/form-doc.html). When working with Avue-form: 1. **Identify the topic** from the user's request: - Installation/安装 → `examples/components/installation.md` - Basic Usage/基础用法 → `examples/components/basic-usage.md` - Configuration/配置 → `examples/components/configuration.md` - Features/功能特性 → `examples/features/` - API/API 文档 → `api/` 2. **Load the appropriate example file** from the `examples/` directory: **Components (组件)**: - `examples/components/intro.md` - Introduction to Avue-form - `examples/components/installation.md` - Installation guide - `examples/components/basic-usage.md` - Basic usage - `examples/components/configuration.md` - Configuration - `examples/components/options.md` - Form options - `examples/components/columns.md` - Form columns - `examples/components/validation.md` - Form validation - `examples/components/events.md` - Form events - `examples/components/methods.md` - Form methods **Features (功能特性)**: - `examples/features/dynamic-form.md` - Dynamic form - `examples/features/form-layout.md` - Form layout - `examples/features/form-rules.md` - Form rules - `examples/features/form-submit.md` - Form submit - `examples/features/form-reset.md` - Form reset - `examples/features/custom-components.md` - Custom components - `examples/features/form-group.md` - Form group - `examples/features/form-tabs.md` - Form tabs 3. **Follow the specific instructions** in that example file for syntax, structure, and b