
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
create-skillstash
Advanced tools
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
| Item | Default | Example |
|---|---|---|
| Directory | skillstash | skillstash/ |
| Marketplace | <username>-skillstash | galligan-skillstash |
| Plugin | my-skills | my-skills |
The marketplace name is derived from your GitHub username (via gh) or git user.name.
--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
FAQs
Scaffold a Skillstash repo from the template
We found that create-skillstash demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.