vainjs
0
总安装量
1
周安装量
安装命令
npx skills add https://github.com/vainjs/skills --skill vainjs
Agent 安装分布
amp
1
cline
1
opencode
1
cursor
1
continue
1
kimi-cli
1
Skill 文档
Supported Templates
| Template | Description |
|---|---|
| npm | TypeScript npm package with rolldown bundler |
| crx | Chrome Extension (Manifest V3) with React + Vite |
Workflow
Run this skill in the target project directory.
1. Generate files
- Read references/common.md for shared config files
- Read template-specific reference:
- npm â references/npm.md
- crx â references/crx.md
2. Resolve dependency versions
For dependencies marked "latest", run npm view <pkg> version and write as ^<version>.
3. Post-setup
Check if pnpm is installed (command -v pnpm). If not, prompt user to install: npm install -g pnpm.
pnpm install
chmod +x .husky/*