Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

create-visill

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-visill

Scaffold a new visill skill.

rc
latest
npmnpm
Version
0.1.0-rc.2
Version published
Weekly downloads
231
-10.47%
Maintainers
1
Weekly downloads
 
Created
Source

create-visill

Scaffold a new visill skill in one prompt.

Usage

Pick your package manager. Pass a skill name, or omit it to be prompted:

npm create visill <name>
pnpm create visill <name>
yarn create visill <name>
bun create visill <name>

Bare form, prompts for the name:

npm create visill

The name must be lowercase, kebab-case, and 1-64 characters.

What you get

A ready-to-build skill repo with:

  • widget-src/ - TypeScript widget entry wired to the visill SDK.
  • skill-src/ - canonical render.py plus vendored chevron for skill packaging.
  • tests/widget/ - vitest preset for bundle, render, and DOM helpers.
  • tests/evals/ - local-only eval harness (never runs in CI).
  • .github/workflows/ - typecheck, lint, test, and build on push and PR.
  • scripts/build-zip.sh - assembles the publishable skill bundle.
  • LICENSE - MIT.

Next steps

After scaffolding, the CLI prints:

Next:
  cd <name>
  <pm> install
  <pm> build
  <pm> test

Where <pm> matches the package manager you invoked the scaffolder with.

  • Framework repo: https://github.com/jordanl17/visill

Keywords

visill

FAQs

Package last updated on 28 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts