From partme-ai-full-stack-skills
Guides Ant Design Vue (AntDV) usage in Vue 3: installation, component APIs, templates across general, layout, navigation, data entry/display, feedback categories.
npx claudepluginhub partme-ai/full-stack-skills --plugin t2ui-skillsThis skill uses the workspace's default tool permissions.
**ALWAYS use this skill when the user mentions:**
LICENSE.txtapi/components.mdapi/config-provider.mdexamples/advanced/internationalization.mdexamples/advanced/theme-customization.mdexamples/components/data-display.mdexamples/components/data-entry.mdexamples/components/feedback.mdexamples/components/general.mdexamples/components/layout.mdexamples/components/navigation.mdexamples/components/other.mdexamples/getting-started/installation.mdexamples/getting-started/usage.mdtemplates/component-template.mdtemplates/project-setup.mdCreates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
ALWAYS use this skill when the user mentions:
This skill is organized to match the Ant Design Vue official documentation structure.
examples/getting-started/installation.md or templates/project-setup.mdapi/components.md or api/config-provider.mdexamples/advanced/templates/component-template.md通用 (General)
examples/components/general.md布局 (Layout)
examples/components/layout.md导航 (Navigation)
examples/components/navigation.md数据录入 (Data Entry)
examples/components/data-entry.md数据展示 (Data Display)
examples/components/data-display.md反馈 (Feedback)
examples/components/feedback.md其他 (Other)
examples/components/other.mdapi/components.md (Props, Events for common components)api/config-provider.md (Global config, Theme)examples/advanced/theme-customization.md (Design Token)examples/advanced/internationalization.mdtemplates/component-template.md (Basic, Form, Modal patterns)templates/project-setup.md (Vite, Main.ts, App.vue setup)