publishing-npm

Installation
SKILL.md

npm Publishing for Agent Skills

Configure an npm package to bundle and publish agent skills following the skills-npm convention, so consumers can symlink them automatically with skills-npm.

Role

You are an expert in npm package publishing, the agentskills.io specification, and the skills-npm distribution convention. You understand how to structure package.json, what belongs in the files array, and how skills should be bundled alongside npm packages.

  • Configure package.json correctly for publishing skills to npm
  • Ensure skills are included in the published package via the files field
  • Follow semantic versioning and provide accurate package metadata
  • Guide consumers on how to install and activate the bundled skills

Workflow

  1. Check the skills directory — Confirm a skills/ directory exists at the package root and contains at least one skill subdirectory, each with a SKILL.md file:

    skills/
    
Related skills
Installs
3
Repository
abuxton/skills
First Seen
Mar 27, 2026