agentsclimarketplace

Vainjs

Skill vainjs/skills/skills/vainjs

Scaffold projects with vainjs conventions for npm packages and Chrome extensions. Make sure to use this skill whenever the user mentions initializing an npm package, creating a new project with Vite or Rollup, setting up a Chrome extension (Manifest V3), scaffolding a library, or running `npm init`, `pnpm create`, or similar scaffold commands — even if they don't explicitly ask for vainjs conventions.From its SKILL.md

Install
npx -y skills add vainjs/skills --skill vainjs

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.3 KB, 207 tokens by cl100k_base, as published. Nobody here has run it

Supported Templates

TemplateDescription
npmTypeScript npm package with rolldown bundler
crxChrome Extension (Manifest V3) with React + Vite

Workflow

Run this skill in the target project directory.

1. Generate files

  1. Read references/common.md for shared config files
  2. Read template-specific reference:

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/*

What ships with it: 3 files

13.1 KB alongside SKILL.md

references/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.