Feature Request: Install Agent Skills with a Nuxt Module
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 399
- Forks
- 119
- Avg merge
- 20h 59m
- Merged PRs (30d)
- 65
Description
The goal of this feature is to enable the npx nuxt add <MODULE> command to optionally install a module's agent skills if available.
When using npx nuxt add <MODULE> to install Nuxt modules, add an option to automatically detect and install the module's agent skills (if detected from the module's repo or someplace else) to the project or globally.
One approach is to prompt the developer if they would like to install a module's skill when it is detected. Another approach is to add a CLI option like --install-skills or --with-skills for automatic setup (e.g., npx nuxt add ui --with-skills).
The idea is inspired by @onmax's nuxt-skill-hub project.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the npx nuxt add <MODULE> command and review the linked nuxt-skill-hub project for how skills are detected and installed. Define whether detection and installation are prompted or controlled by a flag such as --install-skills or --with-skills, and whether installation targets the project or global scope. Done means the command can install available module skills without affecting modules that provide none.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxt, typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100