nuxt-module-finder
4
总安装量
2
周安装量
#47928
全站排名
安装命令
npx skills add https://github.com/zatkniz/sporty-group --skill nuxt-module-finder
Agent 安装分布
weavefox
1
claude-code
1
Skill 文档
Nuxt Module Finder
Discover and evaluate Nuxt modules to add specific functionality to the project.
When to Use
DO USE when:
- User wants to add new functionality (authentication, UI library, CMS, etc)
- Comparing module options
- Checking module compatibility with Nuxt 4
- Getting installation/setup instructions for a specific module
DO NOT USE when:
- Asking about built-in Nuxt features
- General project setup questions
- Already have module installed (check package.json first)
Process
-
Search Modules:
mcp_nuxt_list-modules- Parameters:
search,category,sort,order - Categories: “ui”, “auth”, “database”, “media”, “seo”, “cms”, “analytics”
- Parameters:
-
Get Details:
mcp_nuxt_get-modulewith exact slug- Returns: README, compatibility, stats, installation
-
Recommend: Consider Nuxt 4 compatibility, downloads, and maintenance
Common Modules
@nuxt/ui– Official UI components@nuxtjs/i18n– Internationalizationnuxt-icon– Icon library@nuxt/image– Image optimization@pinia/nuxt– State managementnuxt-auth-utils– Authentication
Example
User: “I need authentication”
- List:
category: "auth" - Compare top results
- Get details for best match
- Provide installation steps and basic setup