New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

create-skillstash

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-skillstash

Scaffold a Skillstash repo from the template

latest
Source
npmnpm
Version
0.3.4
Version published
Maintainers
1
Created
Source

create-skillstash

Scaffold a new Skillstash repo from the template.

bunx create-skillstash

By default the template remote is renamed to upstream so you can't accidentally push to it.

Create a GitHub repo automatically (requires gh):

bunx create-skillstash skillstash --create-repo --public

Create under an org or explicit owner:

bunx create-skillstash skillstash --create-repo acme/skillstash

Set up GitHub labels (requires gh and a repo URL). When you use --create-repo, labels are set up by default.

bunx create-skillstash skillstash --create-repo
bunx create-skillstash skillstash --create-repo --skip-label-setup

Naming Convention

ItemDefaultExample
Directoryskillstashskillstash/
Marketplace<username>-skillstashgalligan-skillstash
Pluginmy-skillsmy-skills

The marketplace name is derived from your GitHub username (via gh) or git user.name.

Options

--template <owner/repo|url>   Template repo (default: galligan/skillstash)
--marketplace <name>          Marketplace name (default: <username>-skillstash)
--owner-name <name>           Marketplace owner name (default: git user.name)
--owner-email <email>         Marketplace owner email (default: git user.email)
--origin <owner/repo|url>     Set origin remote (GitHub shorthand supported)
--create-repo [owner/repo]    Create GitHub repo via gh and set origin
--public                      Create GitHub repo as public (default)
--private                     Create GitHub repo as private
--default-agent <name>        Set default agent (claude | codex)
--setup-labels                Create default GitHub labels (requires gh)
--skip-label-setup            Skip label setup when creating a repo
--upstream                    Add upstream remote (default: true)
--no-upstream                 Remove template remote after clone

Keywords

skillstash

FAQs

Package last updated on 29 Dec 2025

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